react-next-boilerplate icon indicating copy to clipboard operation
react-next-boilerplate copied to clipboard

Is possible to update all dependency to latest version without creating any breaking change?

Open cuongdevjs opened this issue 6 years ago • 6 comments

cuongdevjs avatar Apr 11 '20 03:04 cuongdevjs

Hi @cuongdevjs , The list of dependencies I leave has been updated to the latest version, without creating any breaking change.

  • [x] @emotion/core
  • [x] @emotion/styled
  • [x] @typefaces-pack/typeface-inter
  • [x] clsx
  • [x] express
  • [x] i18next
  • [x] immer
  • [x] lodash
  • [x] next
  • [x] next-i18next
  • [x] prop-types
  • [x] react
  • [x] react-dom
  • [x] signale
  • [x] typeface-metropolis
  • [x] hoist-non-react-statics
  • [x] invariant
  • [x] redux
  • [x] redux-saga
  • [x] redux-saga-routines
  • [x] reselect

wootsbot avatar Apr 12 '20 05:04 wootsbot

@cuongdevjs However currently react-redux in version ^7.2.0 it is generating a break in the following files src/utils/tests/inject-reducer.test.js src/utils/tests/inject-saga.test.js

wootsbot avatar Apr 12 '20 05:04 wootsbot

I know it's a silly question, but folder tests in each component were generated automatically by command or I must create by myself?

cuongdevjs avatar Apr 13 '20 12:04 cuongdevjs

@cuongdevjs No problem, contributions, and questions are welcome

I know it's a silly question, but folder tests in each component were generated automatically by command or I must create by myself?

Currently must be created manually

wootsbot avatar Apr 13 '20 14:04 wootsbot

Thanks a lot :) Are you facing with warning Warning: You have opted-out of Automatic Static Optimization due to getInitialPropsinpages/_app` when run build? I am looking for a solution to fixing this? Have you some suggestions for me?

cuongdevjs avatar Apr 13 '20 15:04 cuongdevjs

Thanks a lot :) Are you facing with warning Warning: You have opted-out of Automatic Static Optimization due to getInitialPropsinpages/_app` when run build? I am looking for a solution to fixing this? Have you some suggestions for me?

I first suggest creating the issue

Apparently this happens because of the HOC src/utils/with-redux-store

wootsbot avatar Apr 14 '20 02:04 wootsbot