ioof-holdings / redux-subspace

Build decoupled, componentized Redux apps with a single global store
https://ioof-holdings.github.io/redux-subspace/
BSD 3-Clause "New" or "Revised" License
312 stars 33 forks source link

Update dependency react-scripts to v4 #499

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts devDependencies major 3.4.4 -> 4.0.0

Release Notes

facebook/create-react-app ### [`v4.0.0`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#Migrating-from-34x-to-400) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.4...v4.0.0) Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@4.0.0 ``` or yarn add --exact react-scripts@4.0.0 **NOTE: You may need to delete your `node_modules` folder and reinstall your dependencies by running `yarn` (or `npm install`) if you encounter errors after upgrading.** If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box. #### Breaking Changes Like any major release, `react-scripts@4.0.0` contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue. ##### ESLint We've upgraded to ESLint 7 and added many new rules including some for Jest and React Testing Library as well as the `import/no-anonymous-default-export` rule. We've also upgraded `eslint-plugin-hooks` to version 4.0.0 and removed the `EXTEND_ESLINT` flag as it is no longer required to customize the ESLint config. ##### Jest We've upgraded to Jest 26 and now set `resetMocks` to `true` by default in the Jest config. ##### Service workers We've switched to the Workbox InjectManifest plugin and moved the PWA templates into their own [repository](https://togithub.com/cra-template/pwa). ##### Removed `typescript` flag and `NODE_PATH` support We've removed the deprecated `typescript` flag when creating a new app. Use `--template typescript` instead. We've also dropped deprecated `NODE_PATH` flag as this has been replaced by setting the base path in `jsconfig.json`. ##### Fix dotenv file loading order We've changed the loading order of env files to match the `dotenv` specification. See [#​9037](https://togithub.com/facebook/create-react-app/issues/9037) for more details. ##### Dropped Node 8 support Node 8 reached End-of-Life at the end of 2019 and is no longer supported.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.