technologiestiftung / jahresbericht-2021

MIT License
1 stars 2 forks source link

Update dependency react-scripts to v5 #9

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-scripts 4.0.3 -> 5.0.1 age adoption passing confidence

Release Notes

facebook/create-react-app ### [`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/v5.0.0...v5.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! 🙌 ### [`v5.0.0`](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/v4.0.3...v5.0.0) 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: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.

renovate[bot] commented 2 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
bash: yarn: command not found