The-Code-Monkey / JQuery2JS

Turns Jquery into Vanilla JS. Go To The Link To Test.
https://jquery-2-js.vercel.app/
MIT License
7 stars 0 forks source link

Update dependency react-scripts to v5 #54

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.0 age adoption passing confidence

Release Notes

facebook/create-react-app ### [`v5.0.0`](https://togithub.com/facebook/create-react-app/releases/v5.0.0) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v4.0.3...v5.0.0) #### v5.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! 🙌 ### Highlights - webpack 5 ([#​11201](https://togithub.com/facebook/create-react-app/issues/11201)) - Jest 27 ([#​11338](https://togithub.com/facebook/create-react-app/issues/11338)) - ESLint 8 ([#​11375](https://togithub.com/facebook/create-react-app/issues/11375)) - PostCSS 8 ([#​11121](https://togithub.com/facebook/create-react-app/issues/11121)) - Fast Refresh improvements and bug fixes ([#​11105](https://togithub.com/facebook/create-react-app/issues/11105)) - Support for Tailwind ([#​11717](https://togithub.com/facebook/create-react-app/issues/11717)) - Improved package manager detection ([#​11322](https://togithub.com/facebook/create-react-app/issues/11322)) - Unpinned all dependencies for better compatibility with other tools ([#​11474](https://togithub.com/facebook/create-react-app/issues/11474)) - Dropped support for Node 10 and 12 ### Migrating from 4.0.x to 5.0.0 Inside any created project that has not been ejected, run: ```bash npm install --save --save-exact react-scripts@5.0.0 ``` or yarn add --exact react-scripts@5.0.0 **NOTE: You may need to delete your `node_modules` folder and reinstall your dependencies by running `npm install` (or `yarn`) 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@5.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. ##### Dropped support for Node 10 and 12 Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. Going forward we will only support the latest LTS release of Node.js. ### Full Changelog ##### :boom: Breaking Change - `create-react-app` - [#​11322](https://togithub.com/facebook/create-react-app/pull/11322) Use env var to detect yarn or npm as the package manager ([@​lukekarrys](https://togithub.com/lukekarrys)) - `babel-preset-react-app`, `cra-template-typescript`, `cra-template`, `create-react-app`, `eslint-config-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​11201](https://togithub.com/facebook/create-react-app/pull/11201) Webpack 5 ([@​raix](https://togithub.com/raix)) - `eslint-config-react-app`, `react-error-overlay`, `react-scripts` - [#​10761](https://togithub.com/facebook/create-react-app/pull/10761) chore: migrate to [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) ([@​JLHwung](https://togithub.com/JLHwung)) - `react-scripts` - [#​11188](https://togithub.com/facebook/create-react-app/pull/11188) Deprecate root level template.json keys ([@​mrmckeb](https://togithub.com/mrmckeb)) ##### :bug: Bug Fix - `react-scripts` - [#​11413](https://togithub.com/facebook/create-react-app/pull/11413) fix(webpackDevServer): disable overlay for warnings ([@​jawadsh123](https://togithub.com/jawadsh123)) - [#​10511](https://togithub.com/facebook/create-react-app/pull/10511) Fix ICSS syntax in stylesheets ([@​thabemmz](https://togithub.com/thabemmz)) ##### :nail_care: Enhancement - `react-scripts` - [#​11717](https://togithub.com/facebook/create-react-app/pull/11717) Add support for Tailwind ([@​iansu](https://togithub.com/iansu)) - [#​8227](https://togithub.com/facebook/create-react-app/pull/8227) Add source-map-loader for debugging into original source of node_modules libraries that contain sourcemaps ([@​justingrant](https://togithub.com/justingrant)) - [#​10499](https://togithub.com/facebook/create-react-app/pull/10499) Remove ESLint verification when opting-out ([@​mrmckeb](https://togithub.com/mrmckeb)) - `eslint-config-react-app`, `react-error-overlay`, `react-scripts` - [#​11375](https://togithub.com/facebook/create-react-app/pull/11375) feat(eslint-config-react-app): support ESLint 8.x ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - `create-react-app` - [#​11322](https://togithub.com/facebook/create-react-app/pull/11322) Use env var to detect yarn or npm as the package manager ([@​lukekarrys](https://togithub.com/lukekarrys)) - [#​11057](https://togithub.com/facebook/create-react-app/pull/11057) Coerce Node versions with metadata ([@​mrmckeb](https://togithub.com/mrmckeb)) - `react-dev-utils` - [#​11105](https://togithub.com/facebook/create-react-app/pull/11105) fix: fast refresh stops on needed bail outs ([@​pmmmwh](https://togithub.com/pmmmwh)) - [#​10205](https://togithub.com/facebook/create-react-app/pull/10205) Update ModuleNotFoundPlugin to support Webpack 5 ([@​raix](https://togithub.com/raix)) - `create-react-app`, `react-scripts` - [#​11176](https://togithub.com/facebook/create-react-app/pull/11176) Run npm with --no-audit ([@​gaearon](https://togithub.com/gaearon)) ##### :memo: Documentation - Other - [#​11619](https://togithub.com/facebook/create-react-app/pull/11619) The default port used by `serve` has changed ([@​leo](https://togithub.com/leo)) - [#​10907](https://togithub.com/facebook/create-react-app/pull/10907) Fix link address ([@​e-w-h](https://togithub.com/e-w-h)) - [#​10805](https://togithub.com/facebook/create-react-app/pull/10805) Update PWA docs to point at the cra-template-pwa package ([@​slieschke](https://togithub.com/slieschke)) - [#​10631](https://togithub.com/facebook/create-react-app/pull/10631) Update IMAGE_INLINE_SIZE_LIMIT docs ([@​ianschmitz](https://togithub.com/ianschmitz)) - `eslint-config-react-app` - [#​10317](https://togithub.com/facebook/create-react-app/pull/10317) eslint-config-react-app typo fix ([@​Spacerat](https://togithub.com/Spacerat)) - `react-dev-utils` - [#​10779](https://togithub.com/facebook/create-react-app/pull/10779) Suggest sass instead of node-sass package ([@​andrewywong](https://togithub.com/andrewywong)) - `babel-preset-react-app`, `eslint-config-react-app` - [#​10288](https://togithub.com/facebook/create-react-app/pull/10288) Upgrade docs http links to https ([@​xom9ikk](https://togithub.com/xom9ikk)) - `cra-template` - [#​10763](https://togithub.com/facebook/create-react-app/pull/10763) Trivial English fixes ([@​ujihisa](https://togithub.com/ujihisa)) ##### :house: Internal - Other - [#​11723](https://togithub.com/facebook/create-react-app/pull/11723) chore(test): make all tests install with `npm ci` ([@​lukekarrys](https://togithub.com/lukekarrys)) - [#​11686](https://togithub.com/facebook/create-react-app/pull/11686) \[WIP] Fix integration test teardown / cleanup and missing yarn installation ([@​raix](https://togithub.com/raix)) - [#​11252](https://togithub.com/facebook/create-react-app/pull/11252) Remove package-lock.json ([@​Methuselah96](https://togithub.com/Methuselah96)) - `create-react-app` - [#​11706](https://togithub.com/facebook/create-react-app/pull/11706) Remove cached lockfile ([@​lukekarrys](https://togithub.com/lukekarrys)) - `babel-plugin-named-asset-import`, `babel-preset-react-app`, `confusing-browser-globals`, `create-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​11624](https://togithub.com/facebook/create-react-app/pull/11624) Update all dependencies ([@​jd1048576](https://togithub.com/jd1048576)) - `react-scripts` - [#​11597](https://togithub.com/facebook/create-react-app/pull/11597) Update package.json ([@​HADMARINE](https://togithub.com/HADMARINE)) - [#​11292](https://togithub.com/facebook/create-react-app/pull/11292) fix: dependency issue after workbox-webpack-plugin 6.2 release ([@​fguitton](https://togithub.com/fguitton)) - [#​11188](https://togithub.com/facebook/create-react-app/pull/11188) Deprecate root level template.json keys ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​10784](https://togithub.com/facebook/create-react-app/pull/10784) Remove outdated comments on react-refresh ([@​luk3kang](https://togithub.com/luk3kang)) - `babel-plugin-named-asset-import`, `confusing-browser-globals`, `create-react-app`, `eslint-config-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​11474](https://togithub.com/facebook/create-react-app/pull/11474) Remove dependency pinning ([@​mrmckeb](https://togithub.com/mrmckeb)) - `confusing-browser-globals`, `cra-template-typescript`, `cra-template`, `create-react-app` - [#​11415](https://togithub.com/facebook/create-react-app/pull/11415) Bump template dependency version ([@​shfshanyue](https://togithub.com/shfshanyue)) - `react-error-overlay`, `react-scripts` - [#​11304](https://togithub.com/facebook/create-react-app/pull/11304) Use npm v7 with workspaces for local development and testing ([@​lukekarrys](https://togithub.com/lukekarrys)) - `babel-preset-react-app`, `cra-template-typescript`, `cra-template`, `create-react-app`, `eslint-config-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​11201](https://togithub.com/facebook/create-react-app/pull/11201) Webpack 5 ([@​raix](https://togithub.com/raix)) ##### :hammer: Underlying Tools - `react-dev-utils`, `react-scripts` - [#​11476](https://togithub.com/facebook/create-react-app/pull/11476) Bump browserslist from 4.14.2 to 4.16.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - `react-scripts` - [#​11325](https://togithub.com/facebook/create-react-app/pull/11325) allow CORS on webpack-dev-server ([@​hasanayan](https://togithub.com/hasanayan)) - [#​11121](https://togithub.com/facebook/create-react-app/pull/11121) Update PostCSS version ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​10204](https://togithub.com/facebook/create-react-app/pull/10204) Update WebpackManifestPlugin ([@​raix](https://togithub.com/raix)) - [#​10456](https://togithub.com/facebook/create-react-app/pull/10456) Update PostCSS packages ([@​raix](https://togithub.com/raix)) - `babel-plugin-named-asset-import`, `confusing-browser-globals`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​11338](https://togithub.com/facebook/create-react-app/pull/11338) Upgrade jest and related packages from 26.6.0 to 27.1.0 ([@​krreet](https://togithub.com/krreet)) - `eslint-config-react-app`, `react-error-overlay`, `react-scripts` - [#​10761](https://togithub.com/facebook/create-react-app/pull/10761) chore: migrate to [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​10797](https://togithub.com/facebook/create-react-app/pull/10797) Unpin babel dependencies ([@​mohd-akram](https://togithub.com/mohd-akram)) - `react-dev-utils` - [#​10791](https://togithub.com/facebook/create-react-app/pull/10791) Bump immer version for fixing security issue ([@​shamprasadrh](https://togithub.com/shamprasadrh)) ##### Committers: 34 - Andrew Wong ([@​andrewywong](https://togithub.com/andrewywong)) - Brody McKee ([@​mrmckeb](https://togithub.com/mrmckeb)) - Christiaan van Bemmel ([@​thabemmz](https://togithub.com/thabemmz)) - Dan Abramov ([@​gaearon](https://togithub.com/gaearon)) - Florian Guitton ([@​fguitton](https://togithub.com/fguitton)) - Hasan Ayan ([@​hasanayan](https://togithub.com/hasanayan)) - Huáng JĂąnliĂ ng ([@​JLHwung](https://togithub.com/JLHwung)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - James George ([@​jamesgeorge007](https://togithub.com/jamesgeorge007)) - Jason Williams ([@​jasonwilliams](https://togithub.com/jasonwilliams)) - Jawad ([@​jawadsh123](https://togithub.com/jawadsh123)) - Joseph Atkins-Turkish ([@​Spacerat](https://togithub.com/Spacerat)) - Justin Grant ([@​justingrant](https://togithub.com/justingrant)) - Konrad StÄ™pniak ([@​th7nder](https://togithub.com/th7nder)) - Kristoffer K. ([@​merceyz](https://togithub.com/merceyz)) - Leo Lamprecht ([@​leo](https://togithub.com/leo)) - Luke Karrys ([@​lukekarrys](https://togithub.com/lukekarrys)) - Max Romanyuta ([@​xom9ikk](https://togithub.com/xom9ikk)) - Michael Mok ([@​pmmmwh](https://togithub.com/pmmmwh)) - MichaĂ«l De Boey ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - Mohamed Akram ([@​mohd-akram](https://togithub.com/mohd-akram)) - Morten N.O. Nørgaard Henriksen ([@​raix](https://togithub.com/raix)) - Nathan Bierema ([@​Methuselah96](https://togithub.com/Methuselah96)) - Reetesh Kumar ([@​krreet](https://togithub.com/krreet)) - Shamprasad RH ([@​shamprasadrh](https://togithub.com/shamprasadrh)) - Simon Lieschke ([@​slieschke](https://togithub.com/slieschke)) - [@​e-w-h](https://togithub.com/e-w-h) - [@​jd1048576](https://togithub.com/jd1048576) - [@​luk3kang](https://togithub.com/luk3kang) - [@​ujihisa](https://togithub.com/ujihisa) - hadmarine ([@​HADMARINE](https://togithub.com/HADMARINE)) - huntr.dev | the place to protect open source ([@​huntr-helper](https://togithub.com/huntr-helper))

Configuration

đź“… Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 has been generated by WhiteSource Renovate. View repository job log here.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/the-code-monkey/jquery-2-js/A2kfouWzxGoKeYVHYXTy26atxnud
âś… Preview: https://jquery-2-js-git-renovate-react-scripts-5x-the-code-monkey.vercel.app