Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use createRoot and relaxed our check for older versions of Create React App.
Migrating from 5.0.0 to 5.0.1
Inside any created project that has not been ejected, run:
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ react-scripts (^4.0.1 → ^5.0.1) · Repo · Changelog
Release Notes
5.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Publish
Prepare 5.0.1 release
fix: webpack noise printed only if error or warning (#12245)
Update templates to use React 18 `createRoot` (#12220)
chore: upgrade rtl version to support react 18 (#12223)
docs: update Algolia credentials (#12151)
Update lockfile
Warn when not using the latest version of create-react-app but do not exit (#11915)
docs: add homepage banner in support of Ukraine (#12113)
Ignore docs when publishing (#11985)
Ensure posix compliant joins for urls in middleware (#11640)
updated deprecated rules (#11622)
Fix a typo in deployment.md (#11594)
docs: Changelog 5.0.0 (#11805)
prevent both npm and yarn commands from being copied (#11757)
Add docusaurus to workspaces, update lockfile
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands