AdaephonBen / cryptex

2 stars 0 forks source link

Update dependency react-scripts to v3.4.1 #6

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
react-scripts dependencies minor 3.3.0 -> 3.4.1

Release Notes

facebook/create-react-app ### [`v3.4.1`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​341-2020-03-20) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.0...v3.4.1) v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8. ##### :bug: Bug Fix - `react-scripts` - [#​8276](https://togithub.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​7203](https://togithub.com/facebook/create-react-app/pull/7203) Closes webpack dev server and exits process on "end" stdin ([@​kelseyleftwich](https://togithub.com/kelseyleftwich)) - `babel-preset-react-app` - [#​8526](https://togithub.com/facebook/create-react-app/pull/8526) Fix optional chaining and nullish coalescing support ([@​ianschmitz](https://togithub.com/ianschmitz)) - `cra-template`, `eslint-config-react-app`, `react-scripts` - [#​7790](https://togithub.com/facebook/create-react-app/pull/7790) Widen eslint-config-react-app peer dependency versions ([@​lukyth](https://togithub.com/lukyth)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template` - [#​8558](https://togithub.com/facebook/create-react-app/pull/8558) Add React.StrictMode to default templates ([@​connkat](https://togithub.com/connkat)) - `react-scripts` - [#​8539](https://togithub.com/facebook/create-react-app/pull/8539) allow specification of package.main in template.json ([@​EvanBoyle](https://togithub.com/EvanBoyle)) ##### :memo: Documentation - Other - [#​8515](https://togithub.com/facebook/create-react-app/pull/8515) Fix proxying API request docs ([@​hjr3](https://togithub.com/hjr3)) - [#​8561](https://togithub.com/facebook/create-react-app/pull/8561) Indicate that the file structure is the template's ([@​Vinnl](https://togithub.com/Vinnl)) - `react-scripts` - [#​8276](https://togithub.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@​mrmckeb](https://togithub.com/mrmckeb)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​8681](https://togithub.com/facebook/create-react-app/pull/8681) Update to Babel 7.9 ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​8620](https://togithub.com/facebook/create-react-app/pull/8620) Bump dependencies ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#​8509](https://togithub.com/facebook/create-react-app/pull/8509) Bumps pnp-webpack-plugin ([@​arcanis](https://togithub.com/arcanis)) ##### Committers: 9 - Brody McKee ([@​mrmckeb](https://togithub.com/mrmckeb)) - Evan Boyle ([@​EvanBoyle](https://togithub.com/EvanBoyle)) - Herman J. Radtke III ([@​hjr3](https://togithub.com/hjr3)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Kanitkorn Sujautra ([@​lukyth](https://togithub.com/lukyth)) - KatCon ([@​connkat](https://togithub.com/connkat)) - Kelsey Leftwich ([@​kelseyleftwich](https://togithub.com/kelseyleftwich)) - Maël Nison ([@​arcanis](https://togithub.com/arcanis)) - Vincent ([@​Vinnl](https://togithub.com/Vinnl)) ##### Migrating from 3.4.0 to 3.4.1 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.1 ``` or ```sh yarn add --exact react-scripts@3.4.1 ``` ### [`v3.4.0`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​340-2020-02-14) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.3.1...v3.4.0) v3.4.0 is a minor release that adds new features, including support for SSL and setting `PUBLIC_URL` in development. It also includes a fix for Hot Module Reloading with CSS Modules as well as other bug fixes. ##### :bug: Bug Fix - `react-scripts` - [#​8378](https://togithub.com/facebook/create-react-app/pull/8378) Downgrade style-loader to v0.23.1 due to CSS modules hot reload not working with v1.0.0 and above ([@​chybisov](https://togithub.com/chybisov)) - `create-react-app`, `react-dev-utils`, `react-error-overlay` - [#​8439](https://togithub.com/facebook/create-react-app/pull/8439) Downgrade chalk for ie 11 support ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-dev-utils` - [#​8292](https://togithub.com/facebook/create-react-app/pull/8292) Fixes unchecked access to 'deploy' script on build ([@​renato-bohler](https://togithub.com/renato-bohler)) - `cra-template-typescript`, `cra-template` - [#​8272](https://togithub.com/facebook/create-react-app/pull/8272) Handle service worker error in Firefox ([@​rosinghal](https://togithub.com/rosinghal)) - `cra-template-typescript` - [#​8403](https://togithub.com/facebook/create-react-app/pull/8403) Fix robots.txt for TS ([@​Kamahl19](https://togithub.com/Kamahl19)) ##### :nail_care: Enhancement - `react-dev-utils`, `react-scripts` - [#​8442](https://togithub.com/facebook/create-react-app/pull/8442) fix(react-scripts): do not redirect served path if request may proxy ([@​iamandrewluca](https://togithub.com/iamandrewluca)) - [#​7259](https://togithub.com/facebook/create-react-app/pull/7259) feat(react-scripts): allow PUBLIC_URL in develoment mode ([@​iamandrewluca](https://togithub.com/iamandrewluca)) - [#​7750](https://togithub.com/facebook/create-react-app/pull/7750) Enable custom sockjs pathname for hot reloading server. ([@​heygrady](https://togithub.com/heygrady)) - `cra-template-typescript` - [#​8412](https://togithub.com/facebook/create-react-app/pull/8412) Change arrow functions to function declarations ([@​lewislbr](https://togithub.com/lewislbr)) - `cra-template-typescript`, `cra-template` - [#​8272](https://togithub.com/facebook/create-react-app/pull/8272) Handle service worker error in Firefox ([@​rosinghal](https://togithub.com/rosinghal)) - `react-scripts` - [#​5845](https://togithub.com/facebook/create-react-app/pull/5845) Add option to provide custom ssl certificates during development ([@​alexbrazier](https://togithub.com/alexbrazier)) ##### :memo: Documentation - `cra-template-typescript`, `cra-template`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​8475](https://togithub.com/facebook/create-react-app/pull/8475) Correct webpack name casing ([@​lewislbr](https://togithub.com/lewislbr)) - Other - [#​8437](https://togithub.com/facebook/create-react-app/pull/8437) Fix navbar line break in header ([@​esvyridov](https://togithub.com/esvyridov)) - [#​8299](https://togithub.com/facebook/create-react-app/pull/8299) Update public folder usage docs to clarify globals ([@​keevan](https://togithub.com/keevan)) - [#​8390](https://togithub.com/facebook/create-react-app/pull/8390) setupTestFrameworkScriptFile is deprecated ([@​JimmyLv](https://togithub.com/JimmyLv)) ##### :hammer: Underlying Tools - `react-dev-utils` - [#​8459](https://togithub.com/facebook/create-react-app/pull/8459) update open to v7.0.2 ([@​vince1995](https://togithub.com/vince1995)) - [#​7948](https://togithub.com/facebook/create-react-app/pull/7948) Support JetBrains Rider IDE as an editor ([@​djpowell](https://togithub.com/djpowell)) - [#​8367](https://togithub.com/facebook/create-react-app/pull/8367) Wider Chromium support for openBrowser ([@​handeyeco](https://togithub.com/handeyeco)) - `react-scripts` - [#​8282](https://togithub.com/facebook/create-react-app/pull/8282) Run git init before template dependencies are installed ([@​lukaszfiszer](https://togithub.com/lukaszfiszer)) - Other - [#​8402](https://togithub.com/facebook/create-react-app/pull/8402) fix(test): force install npm in e2e-behaviour ([@​iamandrewluca](https://togithub.com/iamandrewluca)) ##### Committers: 18 - Alex Brazier ([@​alexbrazier](https://togithub.com/alexbrazier)) - Andrew Luca ([@​iamandrewluca](https://togithub.com/iamandrewluca)) - Cassidy Williams ([@​cassidoo](https://togithub.com/cassidoo)) - Christopher Button ([@​devgeist](https://togithub.com/devgeist)) - David Powell ([@​djpowell](https://togithub.com/djpowell)) - Eugene Chybisov ([@​chybisov](https://togithub.com/chybisov)) - Eugene Sviridov ([@​esvyridov](https://togithub.com/esvyridov)) - Grady Kuhnline ([@​heygrady](https://togithub.com/heygrady)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Kevin Pham ([@​keevan](https://togithub.com/keevan)) - Lewis Llobera ([@​lewislbr](https://togithub.com/lewislbr)) - Martin Litvaj ([@​Kamahl19](https://togithub.com/Kamahl19)) - Matthew Curtis ([@​handeyeco](https://togithub.com/handeyeco)) - Renato Böhler ([@​renato-bohler](https://togithub.com/renato-bohler)) - Rohit Singhal ([@​rosinghal](https://togithub.com/rosinghal)) - Vincent Semrau ([@​vince1995](https://togithub.com/vince1995)) - Łukasz Fiszer ([@​lukaszfiszer](https://togithub.com/lukaszfiszer)) - 吕立青 ([@​JimmyLv](https://togithub.com/JimmyLv)) ##### Migrating from 3.3.1 to 3.4.0 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.0 ``` or ```sh yarn add --exact react-scripts@3.4.0 ``` ### [`v3.3.1`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#​331-2020-01-31) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.3.0...v3.3.1) v3.3.1 is a maintenance release that includes minor bug fixes and documentation updates. ##### :bug: Bug Fix - `cra-template` - [#​8255](https://togithub.com/facebook/create-react-app/pull/8255) Add "Disallow:" to robots.txt ([@​tomoyaf](https://togithub.com/tomoyaf)) - `react-scripts` - [#​8281](https://togithub.com/facebook/create-react-app/pull/8281) Fix sass importLoaders ([@​mariusc23](https://togithub.com/mariusc23)) - [#​8099](https://togithub.com/facebook/create-react-app/pull/8099) Add titleProp to SVGR ReactComponent type definition ([@​rhnorskov](https://togithub.com/rhnorskov)) - [#​8028](https://togithub.com/facebook/create-react-app/pull/8028) fix(react-scripts): proactively append to .gitignore during generation ([@​bmuenzenmeyer](https://togithub.com/bmuenzenmeyer)) - [#​8106](https://togithub.com/facebook/create-react-app/pull/8106) Fix CSS font-face minification ([@​sidonaldson](https://togithub.com/sidonaldson)) - `babel-preset-react-app` - [#​8120](https://togithub.com/facebook/create-react-app/pull/8120) Sync dependencies babel config ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-dev-utils` - [#​8116](https://togithub.com/facebook/create-react-app/pull/8116) Add slashes to WebSocket protocol URL ([@​Baael](https://togithub.com/Baael)) - [#​8079](https://togithub.com/facebook/create-react-app/pull/8079) webpackHotDevClient now uses wss when https is used ([@​mikecaulley](https://togithub.com/mikecaulley)) ##### :nail_care: Enhancement - `react-error-overlay` - [#​6548](https://togithub.com/facebook/create-react-app/pull/6548) Add helpful message to the footer ([@​pyrogenic](https://togithub.com/pyrogenic)) - `cra-template-typescript` - [#​8177](https://togithub.com/facebook/create-react-app/pull/8177) Remove React.FC from Typescript template ([@​Retsam](https://togithub.com/Retsam)) - `cra-template-typescript`, `cra-template`, `react-scripts` - [#​8219](https://togithub.com/facebook/create-react-app/pull/8219) Add template support for any package.json keys ([#​8082](https://togithub.com/facebook/create-react-app/issues/8082)) ([@​tomvalorsa](https://togithub.com/tomvalorsa)) - `create-react-app` - [#​8298](https://togithub.com/facebook/create-react-app/pull/8298) Support shorthand scoped templates ([@​kevin940726](https://togithub.com/kevin940726)) - [#​8168](https://togithub.com/facebook/create-react-app/pull/8168) Add current version and bin location to --info output ([@​heyimalex](https://togithub.com/heyimalex)) - `cra-template-typescript`, `cra-template` - [#​8194](https://togithub.com/facebook/create-react-app/pull/8194) Replace favicon in templates ([@​heyimalex](https://togithub.com/heyimalex)) - `eslint-config-react-app` - [#​7803](https://togithub.com/facebook/create-react-app/pull/7803) Remove error for [@​typescript-eslint/no-namespace](https://togithub.com/typescript-eslint/no-namespace) ([@​szhu](https://togithub.com/szhu)) ##### :memo: Documentation - Other - [#​8380](https://togithub.com/facebook/create-react-app/pull/8380) docs: Add troubleshooting documentation on ENOSPC ([@​huchenme](https://togithub.com/huchenme)) - [#​8394](https://togithub.com/facebook/create-react-app/pull/8394) Update docs according to lint-staged v10 ([@​lukyth](https://togithub.com/lukyth)) - [#​8307](https://togithub.com/facebook/create-react-app/pull/8307) Remove outdated docs regarding vscode eslint extension and typescript autofix ([@​alex-vukovity-cko](https://togithub.com/alex-vukovity-cko)) - [#​8247](https://togithub.com/facebook/create-react-app/pull/8247) Update setting-up-your-editor.md ([@​dev-xu](https://togithub.com/dev-xu)) - [#​8092](https://togithub.com/facebook/create-react-app/pull/8092) Update custom template docs with instructions for testing custom template locally ([@​kevinold](https://togithub.com/kevinold)) - [#​8293](https://togithub.com/facebook/create-react-app/pull/8293) Minor grammatical edit ([@​egrim](https://togithub.com/egrim)) - [#​8212](https://togithub.com/facebook/create-react-app/pull/8212) Little typo ([@​sonyarianto](https://togithub.com/sonyarianto)) - [#​8147](https://togithub.com/facebook/create-react-app/pull/8147) update PWA docs links to point to template package ([@​peet](https://togithub.com/peet)) - [#​8132](https://togithub.com/facebook/create-react-app/pull/8132) Add package-runner note to readme ([@​JeromeDeLeon](https://togithub.com/JeromeDeLeon)) - [#​8111](https://togithub.com/facebook/create-react-app/pull/8111) chore: update docusaurus & tweak site ([@​endiliey](https://togithub.com/endiliey)) - [#​8080](https://togithub.com/facebook/create-react-app/pull/8080) Fix typo in CHANGELOG.md ([@​Trontor](https://togithub.com/Trontor)) - [#​8077](https://togithub.com/facebook/create-react-app/pull/8077) Add custom-templates to docs sidebar ([@​ianschmitz](https://togithub.com/ianschmitz)) - `babel-preset-react-app` - [#​8124](https://togithub.com/facebook/create-react-app/pull/8124) Fix typo in comment: `?.` is right, `.?` is not ([@​vadzim](https://togithub.com/vadzim)) ##### :house: Internal - `create-react-app` - [#​8178](https://togithub.com/facebook/create-react-app/pull/8178) Minor refactors in create-react-app ([@​heyimalex](https://togithub.com/heyimalex)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​8353](https://togithub.com/facebook/create-react-app/pull/8353) Remove outdated babel plugins ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​8324](https://togithub.com/facebook/create-react-app/pull/8324) Update Dependencies ([@​RDIL](https://togithub.com/RDIL)) - [#​8122](https://togithub.com/facebook/create-react-app/pull/8122) Fix CI build ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-dev-utils` - [#​8364](https://togithub.com/facebook/create-react-app/pull/8364) Downgrade open from 7.0.0 to 6.4.0 ([@​vince1995](https://togithub.com/vince1995)) - [#​8163](https://togithub.com/facebook/create-react-app/pull/8163) Bump pkgUp ([@​andriijas](https://togithub.com/andriijas)) - `babel-plugin-named-asset-import` - [#​8171](https://togithub.com/facebook/create-react-app/pull/8171) Bump babel-plugin-tester and fix breaking changes ([@​andriijas](https://togithub.com/andriijas)) - `create-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​8176](https://togithub.com/facebook/create-react-app/pull/8176) Bump internal dependencies ([@​andriijas](https://togithub.com/andriijas)) - `create-react-app`, `react-dev-utils`, `react-error-overlay` - [#​8164](https://togithub.com/facebook/create-react-app/pull/8164) Bump chalk ([@​andriijas](https://togithub.com/andriijas)) - `react-error-overlay`, `react-scripts` - [#​8102](https://togithub.com/facebook/create-react-app/pull/8102) [Security] Update terser webpack plugin ([@​RDIL](https://togithub.com/RDIL)) ##### Committers: 29 - Alex Guerra ([@​heyimalex](https://togithub.com/heyimalex)) - Alex James Vukovity ([@​alex-vukovity-cko](https://togithub.com/alex-vukovity-cko)) - Andreas Cederström ([@​andriijas](https://togithub.com/andriijas)) - Boyuan Xu ([@​dev-xu](https://togithub.com/dev-xu)) - Brian Muenzenmeyer ([@​bmuenzenmeyer](https://togithub.com/bmuenzenmeyer)) - Endi ([@​endiliey](https://togithub.com/endiliey)) - Evan Grim ([@​egrim](https://togithub.com/egrim)) - Hu Chen ([@​huchenme](https://togithub.com/huchenme)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Jerome De Leon ([@​JeromeDeLeon](https://togithub.com/JeromeDeLeon)) - Joshua Pollak ([@​pyrogenic](https://togithub.com/pyrogenic)) - Kai Hao ([@​kevin940726](https://togithub.com/kevin940726)) - Kanitkorn Sujautra ([@​lukyth](https://togithub.com/lukyth)) - Kevin Old ([@​kevinold](https://togithub.com/kevinold)) - Marius Craciunoiu ([@​mariusc23](https://togithub.com/mariusc23)) - Mike Caulley ([@​mikecaulley](https://togithub.com/mikecaulley)) - Peet Goddard ([@​peet](https://togithub.com/peet)) - Rasmus Nørskov ([@​rhnorskov](https://togithub.com/rhnorskov)) - Reece Dunham ([@​RDIL](https://togithub.com/RDIL)) - Sean Zhu ([@​szhu](https://togithub.com/szhu)) - Simon Donaldson ([@​sidonaldson](https://togithub.com/sidonaldson)) - Sony AK ([@​sonyarianto](https://togithub.com/sonyarianto)) - Tom Valorsa ([@​tomvalorsa](https://togithub.com/tomvalorsa)) - Tomoya Fujita ([@​tomoyaf](https://togithub.com/tomoyaf)) - Vadzim ([@​vadzim](https://togithub.com/vadzim)) - Vincent Semrau ([@​vince1995](https://togithub.com/vince1995)) - Wojciech Zieliński ([@​Baael](https://togithub.com/Baael)) - [@​Retsam](https://togithub.com/Retsam) - [@​Trontor](https://togithub.com/Trontor) ##### Migrating from 3.3.0 to 3.3.1 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.3.1 ``` or ```sh yarn add --exact react-scripts@3.3.1 ```

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (3.4.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.