Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency react-scripts to v5 #395

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-scripts (source) 2.1.8 -> 5.0.1 age adoption passing confidence

Release Notes

facebook/create-react-app (react-scripts)

v5.0.1

Compare Source

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@5.0.1

or

yarn add --exact react-scripts@5.0.1
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 11

5.0.0 (2021-12-14)

Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.

Thanks to all the maintainers and contributors who worked so hard on this release! 🙌

v5.0.0

Compare Source

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@5.0.1

or

yarn add --exact react-scripts@5.0.1
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 11

5.0.0 (2021-12-14)

Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.

Thanks to all the maintainers and contributors who worked so hard on this release! 🙌

v4.0.3

Compare Source

4.0.3 (2021-02-22)

v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates.

🐛 Bug Fix
🏠 Internal
Committers: 4

Migrating from 4.0.2 to 4.0.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@4.0.3

or

yarn add --exact react-scripts@4.0.3

v4.0.2

Compare Source

4.0.2 (2021-02-03)

v4.0.2 is a maintenance release that includes minor bug fixes and documentation updates.

🚀 New Feature
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
🔨 Underlying Tools
Committers: 15

v4.0.1

Compare Source

v4.0.1 is a maintenance release that includes minor bug fixes and documentation updates.

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 9

Migrating from 4.0.0 to 4.0.1

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@4.0.1

or

yarn add --exact react-scripts@4.0.1

v4.0.0

Compare Source

4.0.0 (2020-10-23)

Create React App 4.0 is a major release with several new features, including support for Fast Refresh!

Thanks to all the maintainers and contributors who worked so hard on this release! 🙌

Highlights

  • Fast Refresh #​8582
  • React 17 support
  • TypeScript 4 support #​9734
  • ESLint 7 #​8978
    • New Jest and React Testing Library rules #​8963
  • Jest 26 #​8955
  • PWA/workbox improvements
    • Switch to the Workbox InjectManifest plugin #​9205
    • Now its own template so it can be released independently
  • Web Vitals support #​9116

Migrating from 3.4.x to 4.0.0

Inside any created project that has not been ejected, run:

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.

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 for more details.

Dropped Node 8 support

Node 8 reached End-of-Life at the end of 2019 and is no longer supported.

Detailed Changelog

🚀 New Feature
💥 Breaking Change
  • eslint-config-react-app, react-error-overlay, react-scripts
  • cra-template-typescript, cra-template, eslint-config-react-app, react-error-overlay, react-scripts
  • eslint-config-react-app
  • create-react-app
  • cra-template-typescript, cra-template, react-scripts
  • babel-plugin-named-asset-import, confusing-browser-globals, create-react-app, react-dev-utils, react-error-overlay, react-scripts
  • create-react-app, react-scripts
  • react-scripts
  • babel-plugin-named-asset-import, babel-preset-react-app, create-react-app, react-app-polyfill, react-dev-utils, react-error-overlay, react-scripts
  • eslint-config-react-app, react-scripts
  • cra-template-typescript, cra-template, create-react-app, react-app-polyfill, react-dev-utils, react-scripts
  • babel-plugin-named-asset-import, babel-preset-react-app, confusing-browser-globals, cra-template-typescript, react-dev-utils, react-error-overlay, react-scripts
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
🔨 Underlying Tools
  • react-scripts
  • react-error-overlay, react-scripts
  • babel-plugin-named-asset-import, babel-preset-react-app, confusing-browser-globals, cra-template-typescript, cra-template, create-react-app, eslint-config-react-app, react-app-polyfill, react-error-overlay, react-scripts
  • eslint-config-react-app, react-dev-utils, react-scripts
  • babel-plugin-named-asset-import, babel-preset-react-app, confusing-browser-globals, cra-template-typescript, cra-template, create-react-app, eslint-config-react-app, react-dev-utils, react-error-overlay, react-scripts
  • eslint-config-react-app, react-error-overlay, react-scripts
  • cra-template-typescript, cra-template
  • react-app-polyfill
  • react-dev-utils
  • babel-plugin-named-asset-import, babel-preset-react-app, confusing-browser-globals, create-react-app, react-dev-utils, react-error-overlay, react-scripts
  • babel-preset-react-app, cra-template-typescript, cra-template, create-react-app, react-dev-utils, react-error-overlay, react-scripts
  • babel-plugin-named-asset-import, confusing-browser-globals, create-react-app, react-dev-utils, react-error-overlay, react-scripts
  • babel-preset-react-app, create-react-app, react-dev-utils, react-error-overlay, react-scripts
  • babel-plugin-named-asset-import, babel-preset-react-app, create-react-app, react-app-polyfill, react-dev-utils, react-error-overlay, react-scripts
  • eslint-config-react-app, react-scripts
  • babel-plugin-named-asset-import, babel-preset-react-app, confusing-browser-globals, cra-template-typescript, react-dev-utils, react-error-overlay, react-scripts
Committers: 63

v3.4.4

Compare Source

3.4.4 (2020-10-20)

v3.4.4 release bumps resolve-url-loader to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.3 to 3.4.4

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.4

or

yarn add --exact react-scripts@3.4.4

v3.4.3

Compare Source

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.2 to 3.4.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.3

or

yarn add --exact react-scripts@3.4.3

v3.4.2

Compare Source

3.4.2 (2020-08-11)

v3.4.2 release bumps webpack-dev-server to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.1 to 3.4.2

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.2

or

yarn add --exact react-scripts@3.4.2

v3.4.1

Compare Source

3.4.1 (2020-03-20)

v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8.

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🔨 Underlying Tools
Committers: 9
Migrating from 3.4.0 to 3.4.1

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.1

or

yarn add --exact react-scripts@3.4.1

v3.4.0

Compare Source

3.4.0 (2020-02-14)

v3.4.0 is a minor release that adds new features, including support for SSL and setting PUBLIC_URL in development. It also includes a fix for Hot Module Reloading with CSS Modules as well as other bug fixes.

🐛 Bug Fix
  • react-scripts
    • #​8378 Downgrade style-loader to v0.23.1 due to CSS modules hot reload not working with v1.0.0 and above (@​chybisov)
  • create-react-app, react-dev-utils, react-error-overlay
  • react-dev-utils
  • cra-template-typescript, cra-template
  • `cra-template-type

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 86442da to 46bc92e Compare April 12, 2022 19:05
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 46bc92e to cf3b67a Compare April 25, 2022 22:43
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from cf3b67a to 19834b9 Compare May 12, 2022 23:02
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 19834b9 to 9595bcb Compare June 11, 2022 00:23
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from def3649 to 8dd3031 Compare August 30, 2022 23:04
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 4 times, most recently from ee977d9 to 4b5c397 Compare September 14, 2022 01:10
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 3 times, most recently from a7ec282 to 00bcddc Compare September 21, 2022 17:51
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 00bcddc to 609fd34 Compare September 28, 2022 00:53
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from a581451 to e4f5b6b Compare October 19, 2022 00:05
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 4 times, most recently from cb706f2 to 1a2fd44 Compare October 27, 2022 15:34
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 1a2fd44 to 0e62b1e Compare November 23, 2022 21:42
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 0e62b1e to 10b9f94 Compare December 6, 2022 23:33
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v5 Update dependency react-scripts to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency react-scripts to v5 chore(deps): update dependency react-scripts to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from 1fe3dd2 to bc60629 Compare January 19, 2023 02:52
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from abf6b71 to bb397f8 Compare February 4, 2023 03:23
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from 472161e to 770f7cd Compare February 15, 2023 06:20
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from 02b82fb to 61b67a0 Compare March 15, 2023 20:46
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 61b67a0 to 561c113 Compare March 27, 2023 20:28
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 561c113 to ba99d0c Compare April 6, 2023 03:32
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from ba99d0c to 36cd48b Compare April 26, 2023 07:00
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 36cd48b to 20e90db Compare May 10, 2023 05:15
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 20e90db to 445d2bb Compare June 16, 2023 07:56
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 445d2bb to 1b59e75 Compare June 29, 2023 02:06
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 1b59e75 to 43b3bec Compare July 21, 2023 01:41
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 43b3bec to eff0c3b Compare August 24, 2023 23:49
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from eff0c3b to 3ea4626 Compare September 20, 2023 04:43
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 3ea4626 to 829069a Compare September 27, 2023 13:54
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 829069a to 8c7aee6 Compare October 18, 2023 22:41
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 8c7aee6 to 4180e19 Compare November 8, 2023 03:55
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from 0b43385 to bad9b31 Compare November 22, 2023 07:54
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from 3d5db89 to 807f475 Compare March 26, 2024 15:03
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 807f475 to f7af011 Compare December 10, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants