facebook/create-react-app (react-scripts)
### [`v3.4.4`](https://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.4)
[Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.3)
[Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.2)
[Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.1)
[Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@mrmckeb](https://redirect.github.com/mrmckeb))
- [#7203](https://redirect.github.com/facebook/create-react-app/pull/7203) Closes webpack dev server and exits process on "end" stdin ([@kelseyleftwich](https://redirect.github.com/kelseyleftwich))
- `babel-preset-react-app`
- [#8526](https://redirect.github.com/facebook/create-react-app/pull/8526) Fix optional chaining and nullish coalescing support ([@ianschmitz](https://redirect.github.com/ianschmitz))
- `cra-template`, `eslint-config-react-app`, `react-scripts`
- [#7790](https://redirect.github.com/facebook/create-react-app/pull/7790) Widen eslint-config-react-app peer dependency versions ([@lukyth](https://redirect.github.com/lukyth))
##### :nail_care: Enhancement
- `cra-template-typescript`, `cra-template`
- [#8558](https://redirect.github.com/facebook/create-react-app/pull/8558) Add React.StrictMode to default templates ([@connkat](https://redirect.github.com/connkat))
- `react-scripts`
- [#8539](https://redirect.github.com/facebook/create-react-app/pull/8539) allow specification of package.main in template.json ([@EvanBoyle](https://redirect.github.com/EvanBoyle))
##### :memo: Documentation
- Other
- [#8515](https://redirect.github.com/facebook/create-react-app/pull/8515) Fix proxying API request docs ([@hjr3](https://redirect.github.com/hjr3))
- [#8561](https://redirect.github.com/facebook/create-react-app/pull/8561) Indicate that the file structure is the template's ([@Vinnl](https://redirect.github.com/Vinnl))
- `react-scripts`
- [#8276](https://redirect.github.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@mrmckeb](https://redirect.github.com/mrmckeb))
##### :hammer: Underlying Tools
- `babel-preset-react-app`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts`
- [#8681](https://redirect.github.com/facebook/create-react-app/pull/8681) Update to Babel 7.9 ([@ianschmitz](https://redirect.github.com/ianschmitz))
- [#8620](https://redirect.github.com/facebook/create-react-app/pull/8620) Bump dependencies ([@ianschmitz](https://redirect.github.com/ianschmitz))
- `react-scripts`
- [#8509](https://redirect.github.com/facebook/create-react-app/pull/8509) Bumps pnp-webpack-plugin ([@arcanis](https://redirect.github.com/arcanis))
##### Committers: 9
- Brody McKee ([@mrmckeb](https://redirect.github.com/mrmckeb))
- Evan Boyle ([@EvanBoyle](https://redirect.github.com/EvanBoyle))
- Herman J. Radtke III ([@hjr3](https://redirect.github.com/hjr3))
- Ian Schmitz ([@ianschmitz](https://redirect.github.com/ianschmitz))
- Kanitkorn Sujautra ([@lukyth](https://redirect.github.com/lukyth))
- KatCon ([@connkat](https://redirect.github.com/connkat))
- Kelsey Leftwich ([@kelseyleftwich](https://redirect.github.com/kelseyleftwich))
- Maël Nison ([@arcanis](https://redirect.github.com/arcanis))
- Vincent ([@Vinnl](https://redirect.github.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
```
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.4.0
->3.4.4
Release Notes
facebook/create-react-app (react-scripts)
### [`v3.4.4`](https://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.4) [Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.3) [Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.2) [Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/releases/tag/v3.4.1) [Compare Source](https://redirect.github.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://redirect.github.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@mrmckeb](https://redirect.github.com/mrmckeb)) - [#7203](https://redirect.github.com/facebook/create-react-app/pull/7203) Closes webpack dev server and exits process on "end" stdin ([@kelseyleftwich](https://redirect.github.com/kelseyleftwich)) - `babel-preset-react-app` - [#8526](https://redirect.github.com/facebook/create-react-app/pull/8526) Fix optional chaining and nullish coalescing support ([@ianschmitz](https://redirect.github.com/ianschmitz)) - `cra-template`, `eslint-config-react-app`, `react-scripts` - [#7790](https://redirect.github.com/facebook/create-react-app/pull/7790) Widen eslint-config-react-app peer dependency versions ([@lukyth](https://redirect.github.com/lukyth)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template` - [#8558](https://redirect.github.com/facebook/create-react-app/pull/8558) Add React.StrictMode to default templates ([@connkat](https://redirect.github.com/connkat)) - `react-scripts` - [#8539](https://redirect.github.com/facebook/create-react-app/pull/8539) allow specification of package.main in template.json ([@EvanBoyle](https://redirect.github.com/EvanBoyle)) ##### :memo: Documentation - Other - [#8515](https://redirect.github.com/facebook/create-react-app/pull/8515) Fix proxying API request docs ([@hjr3](https://redirect.github.com/hjr3)) - [#8561](https://redirect.github.com/facebook/create-react-app/pull/8561) Indicate that the file structure is the template's ([@Vinnl](https://redirect.github.com/Vinnl)) - `react-scripts` - [#8276](https://redirect.github.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@mrmckeb](https://redirect.github.com/mrmckeb)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#8681](https://redirect.github.com/facebook/create-react-app/pull/8681) Update to Babel 7.9 ([@ianschmitz](https://redirect.github.com/ianschmitz)) - [#8620](https://redirect.github.com/facebook/create-react-app/pull/8620) Bump dependencies ([@ianschmitz](https://redirect.github.com/ianschmitz)) - `react-scripts` - [#8509](https://redirect.github.com/facebook/create-react-app/pull/8509) Bumps pnp-webpack-plugin ([@arcanis](https://redirect.github.com/arcanis)) ##### Committers: 9 - Brody McKee ([@mrmckeb](https://redirect.github.com/mrmckeb)) - Evan Boyle ([@EvanBoyle](https://redirect.github.com/EvanBoyle)) - Herman J. Radtke III ([@hjr3](https://redirect.github.com/hjr3)) - Ian Schmitz ([@ianschmitz](https://redirect.github.com/ianschmitz)) - Kanitkorn Sujautra ([@lukyth](https://redirect.github.com/lukyth)) - KatCon ([@connkat](https://redirect.github.com/connkat)) - Kelsey Leftwich ([@kelseyleftwich](https://redirect.github.com/kelseyleftwich)) - Maël Nison ([@arcanis](https://redirect.github.com/arcanis)) - Vincent ([@Vinnl](https://redirect.github.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 ```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.