[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
facebook/create-react-app (react-scripts)
### [`v5.0.1`](https://togithub.com/facebook/create-react-app/blob/HEAD/CHANGELOG.md#Migrating-from-500-to-501)
[Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@5.0.0...react-scripts@5.0.1)
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: Bug Fix
- `react-scripts`
- [#12245](https://togithub.com/facebook/create-react-app/pull/12245) fix: webpack noise printed only if error or warning ([@Andrew47](https://togithub.com/Andrew47))
- `create-react-app`
- [#11915](https://togithub.com/facebook/create-react-app/pull/11915) Warn when not using the latest version of create-react-app but do not exit ([@iansu](https://togithub.com/iansu))
- `react-dev-utils`
- [#11640](https://togithub.com/facebook/create-react-app/pull/11640) Ensure posix compliant joins for urls in middleware ([@psiservices-justin-sullard](https://togithub.com/psiservices-justin-sullard))
##### :nail_care: Enhancement
- `cra-template-typescript`, `cra-template`, `react-scripts`
- [#12220](https://togithub.com/facebook/create-react-app/pull/12220) Update templates to use React 18 `createRoot` ([@kyletsang](https://togithub.com/kyletsang))
- `cra-template-typescript`, `cra-template`
- [#12223](https://togithub.com/facebook/create-react-app/pull/12223) chore: upgrade rtl version to support react 18 ([@MatanBobi](https://togithub.com/MatanBobi))
- `eslint-config-react-app`
- [#11622](https://togithub.com/facebook/create-react-app/pull/11622) updated deprecated rules ([@wisammechano](https://togithub.com/wisammechano))
##### :memo: Documentation
- [#11594](https://togithub.com/facebook/create-react-app/pull/11594) Fix a typo in deployment.md ([@fishmandev](https://togithub.com/fishmandev))
- [#11805](https://togithub.com/facebook/create-react-app/pull/11805) docs: Changelog 5.0.0 ([@jafin](https://togithub.com/jafin))
- [#11757](https://togithub.com/facebook/create-react-app/pull/11757) prevent both npm and yarn commands from being copied ([@mubarakn](https://togithub.com/mubarakn))
##### :house: Internal
- [#11985](https://togithub.com/facebook/create-react-app/pull/11985) Ignore docs when publishing ([@iansu](https://togithub.com/iansu))
##### Committers: 11
- Andrew Burnie ([@Andrew47](https://togithub.com/Andrew47))
- Clément Vannicatte ([@shortcuts](https://togithub.com/shortcuts))
- Dmitriy Fishman ([@fishmandev](https://togithub.com/fishmandev))
- Dmitry Vinnik ([@dmitryvinn](https://togithub.com/dmitryvinn))
- Ian Sutherland ([@iansu](https://togithub.com/iansu))
- Jason Finch ([@jafin](https://togithub.com/jafin))
- Kyle Tsang ([@kyletsang](https://togithub.com/kyletsang))
- Matan Borenkraout ([@MatanBobi](https://togithub.com/MatanBobi))
- Wisam Naji ([@wisammechano](https://togithub.com/wisammechano))
- [@mubarakn](https://togithub.com/mubarakn)
- [@psiservices-justin-sullard](https://togithub.com/psiservices-justin-sullard)
#### 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! 🙌
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 contains the following updates:
5.0.0
->5.0.1
Release Notes
facebook/create-react-app (react-scripts)
### [`v5.0.1`](https://togithub.com/facebook/create-react-app/blob/HEAD/CHANGELOG.md#Migrating-from-500-to-501) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@5.0.0...react-scripts@5.0.1) 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: Bug Fix - `react-scripts` - [#12245](https://togithub.com/facebook/create-react-app/pull/12245) fix: webpack noise printed only if error or warning ([@Andrew47](https://togithub.com/Andrew47)) - `create-react-app` - [#11915](https://togithub.com/facebook/create-react-app/pull/11915) Warn when not using the latest version of create-react-app but do not exit ([@iansu](https://togithub.com/iansu)) - `react-dev-utils` - [#11640](https://togithub.com/facebook/create-react-app/pull/11640) Ensure posix compliant joins for urls in middleware ([@psiservices-justin-sullard](https://togithub.com/psiservices-justin-sullard)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template`, `react-scripts` - [#12220](https://togithub.com/facebook/create-react-app/pull/12220) Update templates to use React 18 `createRoot` ([@kyletsang](https://togithub.com/kyletsang)) - `cra-template-typescript`, `cra-template` - [#12223](https://togithub.com/facebook/create-react-app/pull/12223) chore: upgrade rtl version to support react 18 ([@MatanBobi](https://togithub.com/MatanBobi)) - `eslint-config-react-app` - [#11622](https://togithub.com/facebook/create-react-app/pull/11622) updated deprecated rules ([@wisammechano](https://togithub.com/wisammechano)) ##### :memo: Documentation - [#11594](https://togithub.com/facebook/create-react-app/pull/11594) Fix a typo in deployment.md ([@fishmandev](https://togithub.com/fishmandev)) - [#11805](https://togithub.com/facebook/create-react-app/pull/11805) docs: Changelog 5.0.0 ([@jafin](https://togithub.com/jafin)) - [#11757](https://togithub.com/facebook/create-react-app/pull/11757) prevent both npm and yarn commands from being copied ([@mubarakn](https://togithub.com/mubarakn)) ##### :house: Internal - [#11985](https://togithub.com/facebook/create-react-app/pull/11985) Ignore docs when publishing ([@iansu](https://togithub.com/iansu)) ##### Committers: 11 - Andrew Burnie ([@Andrew47](https://togithub.com/Andrew47)) - Clément Vannicatte ([@shortcuts](https://togithub.com/shortcuts)) - Dmitriy Fishman ([@fishmandev](https://togithub.com/fishmandev)) - Dmitry Vinnik ([@dmitryvinn](https://togithub.com/dmitryvinn)) - Ian Sutherland ([@iansu](https://togithub.com/iansu)) - Jason Finch ([@jafin](https://togithub.com/jafin)) - Kyle Tsang ([@kyletsang](https://togithub.com/kyletsang)) - Matan Borenkraout ([@MatanBobi](https://togithub.com/MatanBobi)) - Wisam Naji ([@wisammechano](https://togithub.com/wisammechano)) - [@mubarakn](https://togithub.com/mubarakn) - [@psiservices-justin-sullard](https://togithub.com/psiservices-justin-sullard) #### 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! 🙌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.
This PR was generated by Mend Renovate. View the repository job log.