grails / grails-forge-ui

Apache License 2.0
2 stars 2 forks source link

Update dependency react-scripts to v5 #8

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-scripts (source) ^4.0.3 -> ^5.0.0 age adoption passing confidence

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! 🙌 ### [`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/react-scripts@4.0.3...react-scripts@5.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: 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.

renovate[bot] commented 1 year 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: app/launch/package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.3 -> 9.2.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.2.0>
npm notice Run `npm install -g npm@9.2.0` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: react-materialize@3.9.8
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR!   peer react@"^16.8.0 || ^17.0.0" from @material-ui/core@4.11.4
npm ERR!   node_modules/@material-ui/core
npm ERR!     @material-ui/core@"^4.11.4" from the root project
npm ERR!     peer @material-ui/core@"^4.0.0" from @material-ui/icons@4.11.2
npm ERR!     node_modules/@material-ui/icons
npm ERR!       @material-ui/icons@"^4.11.2" from the root project
npm ERR!     1 more (@material-ui/lab)
npm ERR!   12 more (@material-ui/icons, @material-ui/lab, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.12.0" from react-materialize@3.9.8
npm ERR! node_modules/react-materialize
npm ERR!   react-materialize@"^3.9.8" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR!   peer react@"^16.12.0" from react-materialize@3.9.8
npm ERR!   node_modules/react-materialize
npm ERR!     react-materialize@"^3.9.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-01-02T10_56_38_719Z-debug-0.log