Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2021

This PR contains the following updates:

Package Change Age Confidence
react-scripts (source) 3.4.45.0.1 age 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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 45e5bfb to e0de777 Compare March 7, 2022 11:55
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from e0de777 to d7c762b Compare April 24, 2022 23:52
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from d7c762b to 3360535 Compare May 16, 2022 02:07
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 3360535 to 2039f3b Compare June 1, 2022 12:52
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 2039f3b to 703c3a9 Compare June 24, 2022 05:18
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 3 times, most recently from e3f3054 to 500e3a4 Compare July 5, 2022 19:29
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 500e3a4 to 93b33ad Compare July 20, 2022 10:16
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 17 times, most recently from c84192f to 4d9f583 Compare September 24, 2022 10:07
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 4 times, most recently from dbd888e to ee31769 Compare September 26, 2022 00:30
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from c5e7f17 to 0f00aec Compare July 19, 2023 11:53
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 0f00aec to e3b2502 Compare October 10, 2023 08:55
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from a84ffb9 to 37e1baa Compare October 27, 2023 11:19
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from ea6054c to 469352e Compare February 27, 2024 06:43
@renovate renovate bot changed the title fix(deps): update dependency react-scripts to v5 fix(deps): update dependency react-scripts to v5 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/react-scripts-5.x branch December 8, 2024 18:56
@renovate renovate bot changed the title fix(deps): update dependency react-scripts to v5 - autoclosed fix(deps): update dependency react-scripts to v5 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 77f73d3 to 469352e Compare December 9, 2024 09:07
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 469352e to 18f0d9c Compare December 28, 2024 07:42
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 18f0d9c to 553e9a2 Compare January 5, 2025 18:26
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 553e9a2 to 3debed4 Compare April 29, 2025 11:33
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from bed4294 to aac4a0e Compare August 13, 2025 15:52
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from aac4a0e to 1b9419d Compare August 19, 2025 18:05
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 1b9419d to af9e18e Compare August 31, 2025 12:41
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from af9e18e to 1ff4ede Compare September 25, 2025 19:49
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 1ff4ede to f3d87ac Compare October 21, 2025 22:44
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from f3d87ac to e4a35d5 Compare November 10, 2025 20:38
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from e4a35d5 to 7c9b685 Compare November 19, 2025 00:44
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 7c9b685 to 29690db Compare December 3, 2025 17:33
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 29690db to 28e4dcb Compare December 31, 2025 15:13
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from 28e4dcb to 63c1ee4 Compare January 8, 2026 17:09
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch 2 times, most recently from 6d3be71 to e70d01c Compare January 23, 2026 19:37
@renovate renovate bot force-pushed the renovate/react-scripts-5.x branch from e70d01c to 2b56757 Compare February 2, 2026 20:56
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