podium-lib / dev-tool

Middleware that exposes a development API on Podium podlets for use in development tools
https://podium-lib.io/
MIT License
0 stars 0 forks source link

fix(deps): update dependency react-scripts to v3.4.4 #57

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-scripts (source) 3.0.1 -> 3.4.4 age adoption passing confidence

Release Notes

facebook/create-react-app (react-scripts) ### [`v3.4.4`](https://togithub.com/facebook/create-react-app/releases/tag/v3.4.4) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.3...v3.4.4) #### 3.4.4 (2020-10-20) v3.4.4 release bumps `resolve-url-loader` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. ##### Migrating from 3.4.3 to 3.4.4 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.4 ``` or ```sh yarn add --exact react-scripts@3.4.4 ``` ### [`v3.4.3`](https://togithub.com/facebook/create-react-app/releases/tag/v3.4.3) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.2...v3.4.3) #### 3.4.3 (2020-08-12) v3.4.3 release bumps `terser-webpack-plugin` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. ##### Migrating from 3.4.2 to 3.4.3 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.3 ``` or ```sh yarn add --exact react-scripts@3.4.3 ``` ### [`v3.4.2`](https://togithub.com/facebook/create-react-app/releases/tag/v3.4.2) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.4.1...v3.4.2) #### 3.4.2 (2020-08-11) v3.4.2 release bumps `webpack-dev-server` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. ##### Migrating from 3.4.1 to 3.4.2 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.2 ``` or ```sh yarn add --exact react-scripts@3.4.2 ``` ### [`v3.4.1`](https://togithub.com/facebook/create-react-app/releases/tag/v3.4.1) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.4.0...react-scripts@3.4.1) #### 3.4.1 (2020-03-20) 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/releases/tag/v3.4.0) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.3.1...react-scripts@3.4.0) #### 3.4.0 (2020-02-14) 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/releases/tag/v3.3.1) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.3.0...react-scripts@3.3.1) #### 3.3.1 (2020-01-31) 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 ``` ### [`v3.3.0`](https://togithub.com/facebook/create-react-app/releases/tag/v3.3.0) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.2.0...react-scripts@3.3.0) #### 3.3.0 (2019-12-04) v3.3.0 is a minor release that adds new features, including custom templates and support for the new optional chaining and nullish coalescing operators. ##### Custom Templates You can now create a new app using custom templates. We've published our existing templates as [`cra-template`](https://togithub.com/facebook/create-react-app/tree/master/packages/cra-template) and [`cra-template-typescript`](https://togithub.com/facebook/create-react-app/tree/master/packages/cra-template-typescript), but we expect to see many great templates from the community over the coming weeks. The below command shows how you can create a new app with `cra-template-typescript`. ```sh npx create-react-app my-app --template typescript ``` Note that you can omit the prefix `cra-template-` when specifying which template you would like. For TypeScript users, we're deprecating `--typescript` in favour of `--template typescript`. If you don't set a template, we'll create your new app with `cra-template` - which is just a new name for our base template. ##### Optional Chaining and Nullish Coalescing Operators We now support the [optional chaining](https://togithub.com/TC39/proposal-optional-chaining) and [nullish coalescing](https://togithub.com/tc39/proposal-nullish-coalescing) operators! ```js // Optional chaining a?.(); // undefined if `a` is null/undefined b?.c; // undefined if `b` is null/undefined // Nullish coalescing undefined ?? 'some other default'; // result: 'some other default' null ?? 'some other default'; // result: 'some other default' '' ?? 'some other default'; // result: '' 0 ?? 300; // result: 0 false ?? true; // result: false ``` **If you're using TypeScript, you will need to upgrade your `typescript` dependency to `3.7.0` or later if you wish to use the new operators.** **If you're using Visual Studio Code 1.40 (the latest as of this release) or earlier, you will need to configure your editor if you want it to understand the new operators.** If you're using TypeScript in your project and have already upgrade its version as described above, then you can [configure VS Code to `Use Workspace Version` of TypeScript](https://code.visualstudio.com/docs/typescript/typescript-compiling#\_using-newer-typescript-versions). If your project isn't using TypeScript, you can use the [JavaScript and TypeScript Nightly extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next) until VS Code releases a newer version including TypeScript `3.7.0` or newer. ##### Numeric Separators We've added support for [numeric separators](https://togithub.com/tc39/proposal-numeric-separator) to improve readability of numeric literals. ```js 1000000000; // Is this a billion? a hundred millions? Ten millions? 101475938.38; // what scale is this? what power of 10? 1_000_000_000; // Ah, so a billion 101_475_938.38; // And this is hundreds of millions ``` ##### no-unexpected-multiline We've removed this rule as it is not compatible with Prettier. If you rely on this rule you can re-enable it by [extending our ESLint config](https://create-react-app.dev/docs/setting-up-your-editor/#experimental-extending-the-eslint-config) and adding the following: ```json { "extends": "react-app", "rules": { "no-unexpected-multiline": "warn" } } ``` ##### :rocket: New Feature - `babel-preset-react-app` - [#​7438](https://togithub.com/facebook/create-react-app/pull/7438) Add optional chaining and nullish coalescing operators support ([@​renatoagds](https://togithub.com/renatoagds)) - `babel-preset-react-app`, `react-dev-utils` - [#​7817](https://togithub.com/facebook/create-react-app/pull/7817) Add numeric separator support ([@​tharun208](https://togithub.com/tharun208)) - `cra-template-typescript`, `cra-template`, `create-react-app`, `react-scripts` - [#​7716](https://togithub.com/facebook/create-react-app/pull/7716) Add template support ([@​mrmckeb](https://togithub.com/mrmckeb)) ##### :boom: Breaking Change - `create-react-app`, `react-dev-utils`, `react-scripts` - [#​7988](https://togithub.com/facebook/create-react-app/pull/7988) Bump webpack-dev-server ([@​ianschmitz](https://togithub.com/ianschmitz)) **NOTE: This is only a breaking change if you're using `react-dev-utils` outside of Create React App.** ##### :bug: Bug Fix - `eslint-config-react-app` - [#​8039](https://togithub.com/facebook/create-react-app/pull/8039) Remove no-unexpected-multiline rule ([@​iansu](https://togithub.com/iansu)) - `create-react-app` - [#​7991](https://togithub.com/facebook/create-react-app/pull/7991) Support templates in scoped packages ([@​klasbj](https://togithub.com/klasbj)) - [#​7839](https://togithub.com/facebook/create-react-app/pull/7839) added check for typescript template and unsupported node version ([@​awaseem](https://togithub.com/awaseem)) - `react-scripts` - [#​7860](https://togithub.com/facebook/create-react-app/pull/7860) Mark TypeScript as an optional peer dependency for react-scripts ([@​dstaley](https://togithub.com/dstaley)) - [#​7822](https://togithub.com/facebook/create-react-app/pull/7822) Fix absolute paths issue in Jest ([@​rovansteen](https://togithub.com/rovansteen)) - [#​7796](https://togithub.com/facebook/create-react-app/pull/7796) Fixed process type in TypeScript template. ([@​fuszenecker](https://togithub.com/fuszenecker)) - `react-dev-utils` - [#​6449](https://togithub.com/facebook/create-react-app/pull/6449) Edit InterpolateHtmlPlugin hook ([#​6448](https://togithub.com/facebook/create-react-app/issues/6448)) ([@​GuiHash](https://togithub.com/GuiHash)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template` - [#​8005](https://togithub.com/facebook/create-react-app/pull/8005) Prefix apple-touch-icon links with PUBLIC_URL ([@​benblank](https://togithub.com/benblank)) - [#​7881](https://togithub.com/facebook/create-react-app/pull/7881) Add [@​testing-library](https://togithub.com/testing-library) to the default templates ([@​kentcdodds](https://togithub.com/kentcdodds)) - `react-scripts` - [#​7989](https://togithub.com/facebook/create-react-app/pull/7989) Add scripts support to templates ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​7921](https://togithub.com/facebook/create-react-app/pull/7921) Add restoreMocks to supported jest config keys ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​6352](https://togithub.com/facebook/create-react-app/pull/6352) Add additional information for postcss errors ([#​6282](https://togithub.com/facebook/create-react-app/issues/6282)) ([@​buildbreakdo](https://togithub.com/buildbreakdo)) - [#​6753](https://togithub.com/facebook/create-react-app/pull/6753) Add Service-Worker header to checkValidServiceWorker ([@​darthmaim](https://togithub.com/darthmaim)) - [#​7832](https://togithub.com/facebook/create-react-app/pull/7832) feat: add additional Jest keys to whitelist ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​7022](https://togithub.com/facebook/create-react-app/pull/7022) Fix node_modules sourcemap config (which will fix VSCode debugging of CRA apps) ([@​justingrant](https://togithub.com/justingrant)) - `cra-template` - [#​7931](https://togithub.com/facebook/create-react-app/pull/7931) No spinning React logo if `prefers-reduced-motion` ([@​donavon](https://togithub.com/donavon)) - `create-react-app`, `react-error-overlay` - [#​7052](https://togithub.com/facebook/create-react-app/pull/7052) Dark scheme overlay ([@​Fabianopb](https://togithub.com/Fabianopb)) - `babel-preset-react-app` - [#​7726](https://togithub.com/facebook/create-react-app/pull/7726) Add babel runtime version to transform-runtime plugin to reduce bundle size ([@​topaxi](https://togithub.com/topaxi)) ##### :memo: Documentation - Other - [#​8050](https://togithub.com/facebook/create-react-app/pull/8050) Update template docs ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​7995](https://togithub.com/facebook/create-react-app/pull/7995) Add contributors section to readme ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​7896](https://togithub.com/facebook/create-react-app/pull/7896) chore: Fix broken link for e2e README ([@​haruelrovix](https://togithub.com/haruelrovix)) - [#​7874](https://togithub.com/facebook/create-react-app/pull/7874) Bump docusaurus 🦖 ([@​andriijas](https://togithub.com/andriijas)) - [#​7819](https://togithub.com/facebook/create-react-app/pull/7819) 📖 DOC: Improvement ([@​waahab](https://togithub.com/waahab)) - [#​7853](https://togithub.com/facebook/create-react-app/pull/7853) Update adding-bootstrap.md ([@​Xuhao](https://togithub.com/Xuhao)) - [#​7849](https://togithub.com/facebook/create-react-app/pull/7849) chore: update README.md gif links ([@​cchanxzy](https://togithub.com/cchanxzy)) - [#​7840](https://togithub.com/facebook/create-react-app/pull/7840) Link to ASP.NET Core docs ([@​Daniel15](https://togithub.com/Daniel15)) - [#​7841](https://togithub.com/facebook/create-react-app/pull/7841) Update getting-started.md ([@​reactjser](https://togithub.com/reactjser)) - [#​7809](https://togithub.com/facebook/create-react-app/pull/7809) Add a note about .eslintignore files being respected ([@​seanlaff](https://togithub.com/seanlaff)) - [#​7686](https://togithub.com/facebook/create-react-app/pull/7686) Link to React documentation for code splitting ([@​Hugodby](https://togithub.com/Hugodby)) - [#​7785](https://togithub.com/facebook/create-react-app/pull/7785) Upgrade to docusaurus 2 ([@​endiliey](https://togithub.com/endiliey)) - [#​7824](https://togithub.com/facebook/create-react-app/pull/7824) Fix grammar error in troubleshooting.md ([@​jakeboone02](https://togithub.com/jakeboone02)) - [#​7823](https://togithub.com/facebook/create-react-app/pull/7823) Document correct default behavior for HOST var ([@​jsejcksn](https://togithub.com/jsejcksn)) - [#​7815](https://togithub.com/facebook/create-react-app/pull/7815) Tightens up the TypeScript docs ([@​orta](https://togithub.com/orta)) - [#​7813](https://togithub.com/facebook/create-react-app/pull/7813) Clarify dynamic import stage in docs ([@​aprilandjan](https://togithub.com/aprilandjan)) - `react-dev-utils`, `react-scripts` - [#​7972](https://togithub.com/facebook/create-react-app/pull/7972) Add placeholders where old template READMEs used to be ([@​iansu](https://togithub.com/iansu)) - `babel-preset-react-app` - [#​7932](https://togithub.com/facebook/create-react-app/pull/7932) fix seperators typo ([@​donavon](https://togithub.com/donavon)) - `react-dev-utils` - [#​7897](https://togithub.com/facebook/create-react-app/pull/7897) chore: Fix broken link for CRA deployment ([@​haruelrovix](https://togithub.com/haruelrovix)) - `react-scripts` - [#​7852](https://togithub.com/facebook/create-react-app/pull/7852) Add Alex to lint documentation ([@​iansu](https://togithub.com/iansu)) - [#​7474](https://togithub.com/facebook/create-react-app/pull/7474) Fix notations of loopback addresses ([@​wataash](https://togithub.com/wataash)) ##### :house: Internal - `react-scripts` - [#​8038](https://togithub.com/facebook/create-react-app/pull/8038) Add TypeScript peer dependency to react-scripts ([@​iansu](https://togithub.com/iansu)) - [#​7952](https://togithub.com/facebook/create-react-app/pull/7952) Add tests for optional chaining and null coalescing ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​7830](https://togithub.com/facebook/create-react-app/pull/7830) Revert logo in templates ([@​iansu](https://togithub.com/iansu)) - Other - [#​8029](https://togithub.com/facebook/create-react-app/pull/8029) Re-enable GitHub Actions ([@​iansu](https://togithub.com/iansu)) - [#​7978](https://togithub.com/facebook/create-react-app/pull/7978) Temporarily disable GitHub Actions ([@​iansu](https://togithub.com/iansu)) - [#​7789](https://togithub.com/facebook/create-react-app/pull/7789) Add yarn.lock to .gitignore ([@​lukyth](https://togithub.com/lukyth)) - [#​7878](https://togithub.com/facebook/create-react-app/pull/7878) Remove alex precommit check ([@​iansu](https://togithub.com/iansu)) - [#​7861](https://togithub.com/facebook/create-react-app/pull/7861) Add a GitHub Action that runs the build script ([@​iansu](https://togithub.com/iansu)) - `eslint-config-react-app` - [#​8003](https://togithub.com/facebook/create-react-app/pull/8003) Use [@​typescript-eslint/no-unused-expressions](https://togithub.com/typescript-eslint/no-unused-expressions) to support optional chaining ([@​maxdavidson](https://togithub.com/maxdavidson)) - `create-react-app` - [#​7844](https://togithub.com/facebook/create-react-app/pull/7844) added e2e test for checking typescript template with unsupported node ([@​awaseem](https://togithub.com/awaseem)) - [#​7882](https://togithub.com/facebook/create-react-app/pull/7882) refactor: remove double coerce ([@​mrmckeb](https://togithub.com/mrmckeb)) - [#​7880](https://togithub.com/facebook/create-react-app/pull/7880) Pass through fully specified template name ([@​iansu](https://togithub.com/iansu)) - `cra-template-typescript` - [#​7944](https://togithub.com/facebook/create-react-app/pull/7944) Make base and TypeScript templates consistent ([@​suprj](https://togithub.com/suprj)) - `create-react-app`, `react-dev-utils`, `react-scripts` - [#​7773](https://togithub.com/facebook/create-react-app/pull/7773) Temporarily disable Windows in CI ([@​ianschmitz](https://togithub.com/ianschmitz)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `cra-template-typescript`, `cra-template`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​8024](https://togithub.com/facebook/create-react-app/pull/8024) Bump dependencies ([@​ianschmitz](https://togithub.com/ianschmitz)) - `create-react-app`, `react-dev-utils`, `react-scripts` - [#​7988](https://togithub.com/facebook/create-react-app/pull/7988) Bump webpack-dev-server ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​7876](https://togithub.com/facebook/create-react-app/pull/7876) Bump styling related loaders ([@​andriijas](https://togithub.com/andriijas)) - `react-app-polyfill` - [#​7999](https://togithub.com/facebook/create-react-app/pull/7999) Unpin dependencies in react-app-polyfill ([@​ianschmitz](https://togithub.com/ianschmitz)) - `babel-preset-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-scripts` - [#​7986](https://togithub.com/facebook/create-react-app/pull/7986) Bump dependencies ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#​7956](https://togithub.com/facebook/create-react-app/pull/7956) Upgrade jest-watch-typeahead ([@​Andarist](https://togithub.com/Andarist)) - [#​7870](https://togithub.com/facebook/create-react-app/pull/7870) Fix eslint complaints in build.js ([@​andriijas](https://togithub.com/andriijas)) - [#​7857](https://togithub.com/facebook/create-react-app/pull/7857) feat: upgrade terser & enable parallel minification in wsl ([@​endiliey](https://togithub.com/endiliey)) - [#​7856](https://togithub.com/facebook/create-react-app/pull/7856) Move unused eslint webpack import into [@​remove-on-eject](https://togithub.com/remove-on-eject) block ([@​mrseanbaines](https://togithub.com/mrseanbaines)) - `babel-preset-react-app`, `cra-template-typescript`, `create-react-app`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​7951](https://togithub.com/facebook/create-react-app/pull/7951) Fix CI ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-dev-utils` - [#​7910](https://togithub.com/facebook/create-react-app/pull/7910) Update open ([@​andriijas](https://togithub.com/andriijas)) - `babel-plugin-named-asset-import`, `babel-preset-react-app`, `react-error-overlay`, `react-scripts` - [#​7814](https://togithub.com/facebook/create-react-app/pull/7814) Upgrade outdated packages ([@​andriijas](https://togithub.com/andriijas)) - `react-error-overlay`, `react-scripts` - [#​7875](https://togithub.com/facebook/create-react-app/pull/7875) Bump react ([@​andriijas](https://togithub.com/andriijas)) ##### Committers: 42 - Abdul Wahab ⚡️ ([@​waahab](https://togithub.com/waahab)) - Alex Guerra ([@​heyimalex](https://togithub.com/heyimalex)) - Ali Waseem ([@​awaseem](https://togithub.com/awaseem)) - Andreas Cederström ([@​andriijas](https://togithub.com/andriijas)) - Ben Blank ([@​benblank](https://togithub.com/benblank)) - Brody McKee ([@​mrmckeb](https://togithub.com/mrmckeb)) - Chun ([@​cchanxzy](https://togithub.com/cchanxzy)) - Damian Senn ([@​topaxi](https://togithub.com/topaxi)) - Daniel Lo Nigro ([@​Daniel15](https://togithub.com/Daniel15)) - Donavon West ([@​donavon](https://togithub.com/donavon)) - Dylan Staley ([@​dstaley](https://togithub.com/dstaley)) - Endi ([@​endiliey](https://togithub.com/endiliey)) - Fabiano Brito ([@​Fabianopb](https://togithub.com/Fabianopb)) - Guillaume Hertault ([@​GuiHash](https://togithub.com/GuiHash)) - Havit Rovik ([@​haruelrovix](https://togithub.com/haruelrovix)) - Hugo David-Boyet ([@​Hugodby](https://togithub.com/Hugodby)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - Jake Boone ([@​jakeboone02](https://togithub.com/jakeboone02)) - Jesse Jackson ([@​jsejcksn](https://togithub.com/jsejcksn)) - Jonathan Felchlin ([@​GreenGremlin](https://togithub.com/GreenGremlin)) - Joshua Robinson ([@​buildbreakdo](https://togithub.com/buildbreakdo)) - Justin Grant ([@​justingrant](https://togithub.com/justingrant)) - Kanitkorn Sujautra ([@​lukyth](https://togithub.com/lukyth)) - Kent C. Dodds ([@​kentcdodds](https://togithub.com/kentcdodds)) - Klas Björkqvist ([@​klasbj](https://togithub.com/klasbj)) - Mateusz Burzyński ([@​Andarist](https://togithub.com/Andarist)) - Max Davidson ([@​maxdavidson](https://togithub.com/maxdavidson)) - May ([@​aprilandjan](https://togithub.com/aprilandjan)) - Orta ([@​orta](https://togithub.com/orta)) - RJ ([@​suprj](https://togithub.com/suprj)) - Renato Augusto Gama dos Santos ([@​renatoagds](https://togithub.com/renatoagds)) - Robert FUSZENECKER ([@​fuszenecker](https://togithub.com/fuszenecker)) - Robert van Steen ([@​rovansteen](https://togithub.com/rovansteen)) - Sean Baines ([@​mrseanbaines](https://togithub.com/mrseanbaines)) - Sean Lafferty ([@​seanlaff](https://togithub.com/seanlaff)) - Tharun Rajendran ([@​tharun208](https://togithub.com/tharun208)) - Tomáš Hübelbauer ([@​TomasHubelbauer](https://togithub.com/TomasHubelbauer)) - Wataru Ashihara ([@​wataash](https://togithub.com/wataash)) - Xuhao ([@​Xuhao](https://togithub.com/Xuhao)) - [@​reactjser](https://togithub.com/reactjser) - darthmaim ([@​darthmaim](https://togithub.com/darthmaim)) ##### Migrating from 3.2.0 to 3.3.0 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.3.0 ``` or ```sh yarn add --exact react-scripts@3.3.0 ``` ### [`v3.2.0`](https://togithub.com/facebook/create-react-app/releases/tag/v3.2.0) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.1.2...react-scripts@3.2.0) #### 3.2.0 (2019-10-03) v3.2.0 is a minor release that adds support for production profiling and ignoring TypeScript type errors to make migrating JavaScript projects to TypeScript easier. It also includes other minor bug fixes and documentation updates. ##### :rocket: New Feature - `react-scripts` - [#​7737](https://togithub.com/facebook/create-react-app/pull/7737) Support production profiling with React Developer Tools ([@​JacobMGEvans](https://togithub.com/JacobMGEvans)) - `react-dev-utils`, `react-scripts` - [#​6931](https://togithub.com/facebook/create-react-app/pull/6931) Adds TSC_COMPILE_ON_ERROR env var... ([@​kylebebak](https://togithub.com/kylebebak)) ##### :bug: Bug Fix - `react-scripts` - [#​7754](https://togithub.com/facebook/create-react-app/pull/7754) Fix linting error when using rest props ([@​alexandrtovmach](https://togithub.com/alexandrtovmach)) - `react-app-polyfill` - [#​7205](https://togithub.com/facebook/create-react-app/pull/7205) Guard polyfills against window possibly being undefined ([@​jxom](https://togithub.com/jxom)) ##### :nail_care: Enhancement - `react-scripts` - [#​7687](https://togithub.com/facebook/create-react-app/pull/7687) Use installing package manager in README ([@​ashr81](https://togithub.com/ashr81)) - [#​7755](https://togithub.com/facebook/create-react-app/pull/7755) Support setting baseUrl to root directory ([@​rovansteen](https://togithub.com/rovansteen)) - [#​7530](https://togithub.com/facebook/create-react-app/pull/7530) only load eslint config when EXTEND_ESLINT environment variable is specified/ do not swallow eslint config errors ([@​n1ru4l](https://togithub.com/n1ru4l)) - [#​7742](https://togithub.com/facebook/create-react-app/pull/7742) set output.globalObject to 'this' ([@​kentcdodds](https://togithub.com/kentcdodds)) - [#​7721](https://togithub.com/facebook/create-react-app/pull/7721) Add "entrypoints" key to asset manifest ([@​samuelmeuli](https://togithub.com/samuelmeuli)) - [#​7562](https://togithub.com/facebook/create-react-app/pull/7562) enable .eslintignore again ([@​igtm](https://togithub.com/igtm)) - `react-dev-utils` - [#​6980](https://togithub.com/facebook/create-react-app/pull/6980) Stop hiding the column number of ESLint errors ([@​justingrant](https://togithub.com/justingrant)) ##### :memo: Documentation - [#​7302](https://togithub.com/facebook/create-react-app/pull/7302) docs: note that 2 to 3 migration may require deletion of node_modules ([@​kimpers](https://togithub.com/kimpers)) - [#​7757](https://togithub.com/facebook/create-react-app/pull/7757) Documentation typo fix: accessbile→accessible ([@​tomer](https://togithub.com/tomer)) - [#​7601](https://togithub.com/facebook/create-react-app/pull/7601) \[Documentation] Updated list of supported Jest config overrides ([@​neilbryson](https://togithub.com/neilbryson)) - [#​7705](https://togithub.com/facebook/create-react-app/pull/7705) Update runtime chunk name separator in docs ([@​samuelmeuli](https://togithub.com/samuelmeuli)) ##### :house: Internal - `react-scripts` - [#​7752](https://togithub.com/facebook/create-react-app/pull/7752) Fix wrong letter casing ([@​lewislbr](https://togithub.com/lewislbr)) - `react-dev-utils`, `react-scripts` - [#​7707](https://togithub.com/facebook/create-react-app/pull/7707) Remove 'shortcut' link type before 'icon' ([@​lewislbr](https://togithub.com/lewislbr)) ##### :hammer: Underlying Tools - `react-scripts` - [#​7729](https://togithub.com/facebook/create-react-app/pull/7729) Remove switch case ([@​andrelmlins](https://togithub.com/andrelmlins)) ##### Committers: 19 - Alexandr Tovmach ([@​alexandrtovmach](https://togithub.com/alexandrtovmach)) - André Lins ([@​andrelmlins](https://togithub.com/andrelmlins)) - Ashrith Reddy ([@​ashr81](https://togithub.com/ashr81)) - Federico Zivolo ([@​FezVrasta](https://togithub.com/FezVrasta)) - Iguchi Tomokatsu ([@​igtm](https://togithub.com/igtm)) - Jacob M-G Evans ([@​JacobMGEvans](https://togithub.com/JacobMGEvans)) - Jake Moxey ([@​jxom](https://togithub.com/jxom)) - Justin Grant ([@​justingrant](https://togithub.com/justingrant)) - Kent C. Dodds ([@​kentcdodds](https://togithub.com/kentcdodds)) - Kim Persson ([@​kimpers](https://togithub.com/kimpers)) - Kyle Bebak ([@​kylebebak](https://togithub.com/kylebebak)) - Laurin Quast ([@​n1ru4l](https://togithub.com/n1ru4l)) - Lewis Llobera ([@​lewislbr](https://togithub.com/lewislbr)) - Rakan Nimer ([@​rakannimer](https://togithub.com/rakannimer)) - Reece Dunham ([@​RDIL](https://togithub.com/RDIL)) - Robert van Steen ([@​rovansteen](https://togithub.com/rovansteen)) - Samuel Meuli ([@​samuelmeuli](https://togithub.com/samuelmeuli)) - Tomer Cohen ([@​tomer](https://togithub.com/tomer)) - neilbryson ([@​neilbryson](https://togithub.com/neilbryson)) ##### Migrating from 3.1.2 to 3.2.0 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.2.0 ``` or ```sh yarn add --exact react-scripts@3.2.0 ``` ### [`v3.1.2`](https://togithub.com/facebook/create-react-app/releases/tag/v3.1.2) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.1.1...react-scripts@3.1.2) #### 3.1.2 (2019-09-19) v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates. ##### :bug: Bug Fix - `react-scripts` - [#​7679](https://togithub.com/facebook/create-react-app/pull/7679) Change runtime chunk name separator from tilde to dash ([@​javadoug](https://togithub.com/javadoug)) - [#​7538](https://togithub.com/facebook/create-react-app/pull/7538) Explicitly checking that EXTEND_ESLINT is true ([@​BrockWills](https://togithub.com/BrockWills)) - `babel-preset-react-app`, `react-error-overlay`, `react-scripts` - [#​7662](https://togithub.com/facebook/create-react-app/pull/7662) Fix build ([@​ianschmitz](https://togithub.com/ianschmitz)) ##### :nail_care: Enhancement - `react-scripts` - [#​7704](https://togithub.com/facebook/create-react-app/pull/7704) Add new logo ([@​iansu](https://togithub.com/iansu)) - [#​7587](https://togithub.com/facebook/create-react-app/pull/7587) Minor performance improvements ([@​deftomat](https://togithub.com/deftomat)) - [#​7633](https://togithub.com/facebook/create-react-app/pull/7633) Disable babel-loader's cacheCompression ([@​jleclanche](https://togithub.com/jleclanche)) ##### :memo: Documentation - [#​7616](https://togithub.com/facebook/create-react-app/pull/7616) Update deployment.md with another AWS example ([@​AndrewBestbier](https://togithub.com/AndrewBestbier)) - [#​7663](https://togithub.com/facebook/create-react-app/pull/7663) Remove --single-quote from prettier examples ([@​brlewis](https://togithub.com/brlewis)) - [#​7659](https://togithub.com/facebook/create-react-app/pull/7659) Update running-tests.md ([@​weyert](https://togithub.com/weyert)) - [#​7459](https://togithub.com/facebook/create-react-app/pull/7459) Update troubleshooting.md ([@​prevostc](https://togithub.com/prevostc)) - [#​7650](https://togithub.com/facebook/create-react-app/pull/7650) Adopt Contributor Covenant ([@​iansu](https://togithub.com/iansu)) - [#​7620](https://togithub.com/facebook/create-react-app/pull/7620) cleanup-after-each is no longer necessary! ([@​iHmD](https://togithub.com/iHmD)) - [#​7613](https://togithub.com/facebook/create-react-app/pull/7613) Fix seams between changelog majors ([@​emilpalsson](https://togithub.com/emilpalsson)) - [#​7368](https://togithub.com/facebook/create-react-app/pull/7368) Correcting proxy sample ([@​szabolcs-szilagyi](https://togithub.com/szabolcs-szilagyi)) - [#​7536](https://togithub.com/facebook/create-react-app/pull/7536) add a migration step to remove static from robots.txt ([@​lookfirst](https://togithub.com/lookfirst)) - [#​7521](https://togithub.com/facebook/create-react-app/pull/7521) Show logo for mobile views in create-react-app.dev ([@​GrooChu](https://togithub.com/GrooChu)) ##### :house: Internal - `react-scripts` - [#​7526](https://togithub.com/facebook/create-react-app/pull/7526) The variable dotenvFiles is never reassigned - use const instead ([@​Primajin](https://togithub.com/Primajin)) - [#​7585](https://togithub.com/facebook/create-react-app/pull/7585) remove trailing spaces ([@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe)) ##### :hammer: Underlying Tools - `babel-plugin-named-asset-import`, `confusing-browser-globals`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​7681](https://togithub.com/facebook/create-react-app/pull/7681) Bump dependencies ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#​7531](https://togithub.com/facebook/create-react-app/pull/7531) Upgrade dotenv-expand to fix issues ([@​DominicTobias](https://togithub.com/DominicTobias)) - `eslint-config-react-app`, `react-scripts` - [#​7540](https://togithub.com/facebook/create-react-app/pull/7540) Bump version of @​typescript-eslint/\* ([@​pierreneter](https://togithub.com/pierreneter)) ##### Committers: 20 - Andrew ([@​AndrewBestbier](https://togithub.com/AndrewBestbier)) - Brock Wills ([@​BrockWills](https://togithub.com/BrockWills)) - Clément Prévost ([@​prevostc](https://togithub.com/prevostc)) - Dominic Tobias ([@​DominicTobias](https://togithub.com/DominicTobias)) - Doug Ross ([@​javadoug](https://togithub.com/javadoug)) - Emil Pålsson ([@​emilpalsson](https://togithub.com/emilpalsson)) - Federico Zivolo ([@​FezVrasta](https://togithub.com/FezVrasta)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - Jannis Hell ([@​Primajin](https://togithub.com/Primajin)) - Jerome Leclanche ([@​jleclanche](https://togithub.com/jleclanche)) - Jon Stevens ([@​lookfirst](https://togithub.com/lookfirst)) - Sabesh Rajendran ([@​GrooChu](https://togithub.com/GrooChu)) - Tomáš Szabo ([@​deftomat](https://togithub.com/deftomat)) - Weyert de Boer ([@​weyert](https://togithub.com/weyert)) - ZHAO Jinxiang ([@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe)) - [@​brlewis](https://togithub.com/brlewis) - [@​iHmD](https://togithub.com/iHmD) - [@​pierreneter](https://togithub.com/pierreneter) - szabi ([@​szabolcs-szilagyi](https://togithub.com/szabolcs-szilagyi)) ##### Migrating from 3.1.1 to 3.1.2 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.1.2 ``` or ```sh yarn add --exact react-scripts@3.1.2 ``` ### [`v3.1.1`](https://togithub.com/facebook/create-react-app/releases/tag/v3.1.1) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.1.0...react-scripts@3.1.1) #### 3.1.1 (2019-08-13) v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates. ##### :bug: Bug Fix - `react-scripts` - [#​7513](https://togithub.com/facebook/create-react-app/pull/7513) Fix ESLint 6 support ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​7508](https://togithub.com/facebook/create-react-app/pull/7508) Don't block static files in robots.txt ([@​iansu](https://togithub.com/iansu)) ##### :nail_care: Enhancement - `eslint-config-react-app` - [#​7393](https://togithub.com/facebook/create-react-app/pull/7393) Ignore "jsx-a11y/aria-role" for React components ([@​deftomat](https://togithub.com/deftomat)) ##### :memo: Documentation - [#​7527](https://togithub.com/facebook/create-react-app/pull/7527) Update Netlify config ([@​iansu](https://togithub.com/iansu)) - [#​7500](https://togithub.com/facebook/create-react-app/pull/7500) Add links to Spectrum in README and docs ([@​iansu](https://togithub.com/iansu)) ##### Committers: 3 - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - Tomáš Szabo ([@​deftomat](https://togithub.com/deftomat)) ##### Migrating from 3.1.0 to 3.1.1 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.1.1 ``` or ```sh yarn add --exact react-scripts@3.1.1 ``` ### [`v3.1.0`](https://togithub.com/facebook/create-react-app/releases/tag/v3.1.0) [Compare Source](https://togithub.com/facebook/create-react-app/compare/react-scripts@3.0.1...react-scripts@3.1.0) #### 3.1.0 (2019-08-09) v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extending and customizing the ESLint config along with other minor bug fixes and documentation updates. ### Highlights - ESLint 6: [#​7415](https://togithub.com/facebook/create-react-app/issues/7415) - Experimental ESLint config customization: [#​7036](https://togithub.com/facebook/create-react-app/issues/7036) - More Jest config options: [#​6055](https://togithub.com/facebook/create-react-app/issues/6055) - Option to configure or disable image inlining: [#​6060](https://togithub.com/facebook/create-react-app/issues/6060) ##### :rocket: New Feature - `eslint-config-react-app`, `react-error-overlay`, `react-scripts` - [#​7415](https://togithub.com/facebook/create-react-app/pull/7415) Add ESLint 6 support ([@​mrmckeb](https://togithub.com/mrmckeb)) - `eslint-config-react-app`, `react-scripts` - [#​7036](https://togithub.com/facebook/create-react-app/pull/7036) Add ESLint extend support to eslint-loader ([@​mrmckeb](https://togithub.com/mrmckeb)) - `react-dev-utils` - [#​7277](https://togithub.com/facebook/create-react-app/pull/7277) Handle browser arguments ([@​arvigeus](https://togithub.com/arvigeus)) - `react-scripts` - [#​6060](https://togithub.com/facebook/create-react-app/pull/6060) Add environment variable to control image inlining threshold ([@​peterbe](https://togithub.com/peterbe)) - [#​6055](https://togithub.com/facebook/creat

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 5.0.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket: