-
Notifications
You must be signed in to change notification settings - Fork 883
Commit 791cf1f
authored
Update dependency react-scripts to v5 (#2015)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [react-scripts](https://redirect.github.com/facebook/create-react-app)
([source](https://redirect.github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts))
| dependencies | major | [`3.4.4` ->
`5.0.1`](https://renovatebot.com/diffs/npm/react-scripts/3.4.4/5.0.1) |
| [react-scripts](https://redirect.github.com/facebook/create-react-app)
([source](https://redirect.github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts))
| dependencies | major | [`^2.1.8` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/react-scripts/2.1.8/5.0.1) |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>facebook/create-react-app (react-scripts)</summary>
###
[`v5.0.1`](https://redirect.github.com/facebook/create-react-app/blob/HEAD/CHANGELOG.md#Migrating-from-500-to-501)
[Compare
Source](https://redirect.github.com/facebook/create-react-app/compare/[email protected]@5.0.1)
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
##### :bug: Bug Fix
- `react-scripts`
-
[#​12245](https://redirect.github.com/facebook/create-react-app/pull/12245)
fix: webpack noise printed only if error or warning
([@​Andrew47](https://redirect.github.com/Andrew47))
- `create-react-app`
-
[#​11915](https://redirect.github.com/facebook/create-react-app/pull/11915)
Warn when not using the latest version of create-react-app but do not
exit ([@​iansu](https://redirect.github.com/iansu))
- `react-dev-utils`
-
[#​11640](https://redirect.github.com/facebook/create-react-app/pull/11640)
Ensure posix compliant joins for urls in middleware
([@​psiservices-justin-sullard](https://redirect.github.com/psiservices-justin-sullard))
##### :nail_care: Enhancement
- `cra-template-typescript`, `cra-template`, `react-scripts`
-
[#​12220](https://redirect.github.com/facebook/create-react-app/pull/12220)
Update templates to use React 18 `createRoot`
([@​kyletsang](https://redirect.github.com/kyletsang))
- `cra-template-typescript`, `cra-template`
-
[#​12223](https://redirect.github.com/facebook/create-react-app/pull/12223)
chore: upgrade rtl version to support react 18
([@​MatanBobi](https://redirect.github.com/MatanBobi))
- `eslint-config-react-app`
-
[#​11622](https://redirect.github.com/facebook/create-react-app/pull/11622)
updated deprecated rules
([@​wisammechano](https://redirect.github.com/wisammechano))
##### :memo: Documentation
-
[#​11594](https://redirect.github.com/facebook/create-react-app/pull/11594)
Fix a typo in deployment.md
([@​fishmandev](https://redirect.github.com/fishmandev))
-
[#​11805](https://redirect.github.com/facebook/create-react-app/pull/11805)
docs: Changelog 5.0.0
([@​jafin](https://redirect.github.com/jafin))
-
[#​11757](https://redirect.github.com/facebook/create-react-app/pull/11757)
prevent both npm and yarn commands from being copied
([@​mubarakn](https://redirect.github.com/mubarakn))
##### :house: Internal
-
[#​11985](https://redirect.github.com/facebook/create-react-app/pull/11985)
Ignore docs when publishing
([@​iansu](https://redirect.github.com/iansu))
##### Committers: 11
- Andrew Burnie
([@​Andrew47](https://redirect.github.com/Andrew47))
- Clément Vannicatte
([@​shortcuts](https://redirect.github.com/shortcuts))
- Dmitriy Fishman
([@​fishmandev](https://redirect.github.com/fishmandev))
- Dmitry Vinnik
([@​dmitryvinn](https://redirect.github.com/dmitryvinn))
- Ian Sutherland ([@​iansu](https://redirect.github.com/iansu))
- Jason Finch ([@​jafin](https://redirect.github.com/jafin))
- Kyle Tsang
([@​kyletsang](https://redirect.github.com/kyletsang))
- Matan Borenkraout
([@​MatanBobi](https://redirect.github.com/MatanBobi))
- Wisam Naji
([@​wisammechano](https://redirect.github.com/wisammechano))
- [@​mubarakn](https://redirect.github.com/mubarakn)
-
[@​psiservices-justin-sullard](https://redirect.github.com/psiservices-justin-sullard)
#### 5.0.0 (2021-12-14)
Create React App 5.0 is a major release with several new features and
the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on
this release! 🙌
###
[`v5.0.0`](https://redirect.github.com/facebook/create-react-app/blob/HEAD/CHANGELOG.md#Migrating-from-500-to-501)
[Compare
Source](https://redirect.github.com/facebook/create-react-app/compare/[email protected]@5.0.0)
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
##### :bug: Bug Fix
- `react-scripts`
-
[#​12245](https://redirect.github.com/facebook/create-react-app/pull/12245)
fix: webpack noise printed only if error or warning
([@​Andrew47](https://redirect.github.com/Andrew47))
- `create-react-app`
-
[#​11915](https://redirect.github.com/facebook/create-react-app/pull/11915)
Warn when not using the latest version of create-react-app but do not
exit ([@​iansu](https://redirect.github.com/iansu))
- `react-dev-utils`
-
[#​11640](https://redirect.github.com/facebook/create-react-app/pull/11640)
Ensure posix compliant joins for urls in middleware
([@​psiservices-justin-sullard](https://redirect.github.com/psiservices-justin-sullard))
##### :nail_care: Enhancement
- `cra-template-typescript`, `cra-template`, `react-scripts`
-
[#​12220](https://redirect.github.com/facebook/create-react-app/pull/12220)
Update templates to use React 18 `createRoot`
([@​kyletsang](https://redirect.github.com/kyletsang))
- `cra-template-typescript`, `cra-template`
-
[#​12223](https://redirect.github.com/facebook/create-react-app/pull/12223)
chore: upgrade rtl version to support react 18
([@​MatanBobi](https://redirect.github.com/MatanBobi))
- `eslint-config-react-app`
-
[#​11622](https://redirect.github.com/facebook/create-react-app/pull/11622)
updated deprecated rules
([@​wisammechano](https://redirect.github.com/wisammechano))
##### :memo: Documentation
-
[#​11594](https://redirect.github.com/facebook/create-react-app/pull/11594)
Fix a typo in deployment.md
([@​fishmandev](https://redirect.github.com/fishmandev))
-
[#​11805](https://redirect.github.com/facebook/create-react-app/pull/11805)
docs: Changelog 5.0.0
([@​jafin](https://redirect.github.com/jafin))
-
[#​11757](https://redirect.github.com/facebook/create-react-app/pull/11757)
prevent both npm and yarn commands from being copied
([@​mubarakn](https://redirect.github.com/mubarakn))
##### :house: Internal
-
[#​11985](https://redirect.github.com/facebook/create-react-app/pull/11985)
Ignore docs when publishing
([@​iansu](https://redirect.github.com/iansu))
##### Committers: 11
- Andrew Burnie
([@​Andrew47](https://redirect.github.com/Andrew47))
- Clément Vannicatte
([@​shortcuts](https://redirect.github.com/shortcuts))
- Dmitriy Fishman
([@​fishmandev](https://redirect.github.com/fishmandev))
- Dmitry Vinnik
([@​dmitryvinn](https://redirect.github.com/dmitryvinn))
- Ian Sutherland ([@​iansu](https://redirect.github.com/iansu))
- Jason Finch ([@​jafin](https://redirect.github.com/jafin))
- Kyle Tsang
([@​kyletsang](https://redirect.github.com/kyletsang))
- Matan Borenkraout
([@​MatanBobi](https://redirect.github.com/MatanBobi))
- Wisam Naji
([@​wisammechano](https://redirect.github.com/wisammechano))
- [@​mubarakn](https://redirect.github.com/mubarakn)
-
[@​psiservices-justin-sullard](https://redirect.github.com/psiservices-justin-sullard)
#### 5.0.0 (2021-12-14)
Create React App 5.0 is a major release with several new features and
the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on
this release! 🙌
###
[`v4.0.3`](https://redirect.github.com/facebook/create-react-app/releases/tag/v4.0.3)
[Compare
Source](https://redirect.github.com/facebook/create-react-app/compare/[email protected]@4.0.3)
##### 4.0.3 (2021-02-22)
v4.0.3 is a maintenance release that includes minor bug fixes and
dependency updates.
##### :bug: Bug Fix
- `react-scripts`
-
[#​10590](https://redirect.github.com/facebook/create-react-app/pull/10590)
Upgrade eslint-webpack-plugin to fix opt-out flag
([@​mrmckeb](https://redirect.github.com/mrmckeb))
##### :house: Internal
- `react-dev-utils`
-
[#​10412](https://redirect.github.com/facebook/create-react-app/pull/10412)
update immer to 8.0.1 to address vulnerability
([@​wclem4](https://redirect.github.com/wclem4))
- `create-react-app`
-
[#​10384](https://redirect.github.com/facebook/create-react-app/pull/10384)
tests: update test case to match the description
([@​jamesgeorge007](https://redirect.github.com/jamesgeorge007))
##### Committers: 4
- Brody McKee ([@​mrmckeb](https://redirect.github.com/mrmckeb))
- Dion Woolley ([@​Awarua-](https://redirect.github.com/Awarua-))
- James George
([@​jamesgeorge007](https://redirect.github.com/jamesgeorge007))
- Walker Clem ([@​wclem4](https://redirect.github.com/wclem4))
##### Migrating from 4.0.2 to 4.0.3
Inside any created project that has not been ejected, run:
```bash
npm install --save --save-exact [email protected]
```
or
yarn add --exact [email protected]
###
[`v4.0.2`](https://redirect.github.com/facebook/create-react-app/releases/tag/v4.0.2)
[Compare
Source](https://redirect.github.com/facebook/create-react-app/compare/[email protected]@4.0.2)
##### 4.0.2 (2021-02-03)
v4.0.2 is a maintenance release that includes minor bug fixes and
documentation updates.
##### :rocket: New Feature
- `react-scripts`
-
[#​8986](https://redirect.github.com/facebook/create-react-app/pull/8986)
Add support for new BUILD_PATH advanced configuration variable
([@​ajhyndman](https://redirect.github.com/ajhyndman))
##### :bug: Bug Fix
- `react-scripts`
-
[#​10170](https://redirect.github.com/facebook/create-react-app/pull/10170)
Add opt-out for eslint-webpack-plugin
([@​mrmckeb](https://redirect.github.com/mrmckeb))
-
[#​9872](https://redirect.github.com/facebook/create-react-app/pull/9872)
fix(react-scripts): add missing peer dependency react and update
react-refresh-webpack-plugin
([@​merceyz](https://redirect.github.com/merceyz))
-
[#​9964](https://redirect.github.com/facebook/create-react-app/pull/9964)
Add TypeScript 4.x as peerDependency to react-scripts
([@​sheepsteak](https://redirect.github.com/sheepsteak))
##### :nail_care: Enhancement
- `react-scripts`
-
[#​9977](https://redirect.github.com/facebook/create-react-app/pull/9977)
Move ESLint cache file into node_modules
([@​ehsankhfr](https://redirect.github.com/ehsankhfr))
-
[#​9569](https://redirect.github.com/facebook/create-react-app/pull/9569)
Improve vendor chunk names in development
([@​jrr](https://redirect.github.com/jrr))
##### :memo: Documentation
-
[#​9473](https://redirect.github.com/facebook/create-react-app/pull/9473)
docs: add missing override options for Jest config
([@​tobiasbueschel](https://redirect.github.com/tobiasbueschel))
-
[#​10314](https://redirect.github.com/facebook/create-react-app/pull/10314)
Update using-the-public-folder.md
([@​Avivhdr](https://redirect.github.com/Avivhdr))
-
[#​10214](https://redirect.github.com/facebook/create-react-app/pull/10214)
Remove references to Node 8
([@​ianschmitz](https://redirect.github.com/ianschmitz))
##### :house: Internal
- `react-scripts`
-
[#​10027](https://redirect.github.com/facebook/create-react-app/pull/10027)
appTsConfig immutability handling by immer
([@​josezone](https://redirect.github.com/josezone))
- `create-react-app`
-
[#​10217](https://redirect.github.com/facebook/create-react-app/pull/10217)
Fix CI tests
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `react-dev-utils`, `react-error-overlay`, `react-scripts`
-
[#​10091](https://redirect.github.com/facebook/create-react-app/pull/10091)
Recovered some integration tests
([@​maxsbelt](https://redirect.github.com/maxsbelt))
##### :hammer: Underlying Tools
- `react-scripts`
-
[#​10216](https://redirect.github.com/facebook/create-react-app/pull/10216)
Revert "Update postcss packages"
([@​ianschmitz](https://redirect.github.com/ianschmitz))
-
[#​9988](https://redirect.github.com/facebook/create-react-app/pull/9988)
Upgrade sass-loader
([@​ehsankhfr](https://redirect.github.com/ehsankhfr))
-
[#​10003](https://redirect.github.com/facebook/create-react-app/pull/10003)
Update postcss packages
([@​raix](https://redirect.github.com/raix))
-
[#​10213](https://redirect.github.com/facebook/create-react-app/pull/10213)
Upgrade [@​svgr/webpack](https://redirect.github.com/svgr/webpack)
to fix build error
([@​jabranr](https://redirect.github.com/jabranr))
- `react-dev-utils`
-
[#​10198](https://redirect.github.com/facebook/create-react-app/pull/10198)
remove chalk from formatWebpackMessages
([@​jasonwilliams](https://redirect.github.com/jasonwilliams))
- `cra-template-typescript`
-
[#​10141](https://redirect.github.com/facebook/create-react-app/pull/10141)
chore: bump typescript version
([@​trainto](https://redirect.github.com/trainto))
- `cra-template-typescript`, `cra-template`
-
[#​10143](https://redirect.github.com/facebook/create-react-app/pull/10143)
chore: bump web-vital dependency version
([@​sahilpurav](https://redirect.github.com/sahilpurav))
##### Committers: 15
- Andrew Hyndman
([@​ajhyndman](https://redirect.github.com/ajhyndman))
- Aviv Hadar ([@​Avivhdr](https://redirect.github.com/Avivhdr))
- Brody McKee ([@​mrmckeb](https://redirect.github.com/mrmckeb))
- Chris Shepherd
([@​sheepsteak](https://redirect.github.com/sheepsteak))
- EhsanKhaki
([@​ehsankhfr](https://redirect.github.com/ehsankhfr))
- Hakjoon Sim ([@​trainto](https://redirect.github.com/trainto))
- Ian Schmitz
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- Jabran Rafique⚡️
([@​jabranr](https://redirect.github.com/jabranr))
- Jason Williams
([@​jasonwilliams](https://redirect.github.com/jasonwilliams))
- John Ruble ([@​jrr](https://redirect.github.com/jrr))
- Kristoffer K. ([@​merceyz](https://redirect.github.com/merceyz))
- Morten N.O. Nørgaard Henriksen
([@​raix](https://redirect.github.com/raix))
- Sahil Purav
([@​sahilpurav](https://redirect.github.com/sahilpurav))
- Sergey Makarov
([@​maxsbelt](https://redirect.github.com/maxsbelt))
- Tobias Büschel
([@​tobiasbueschel](https://redirect.github.com/tobiasbueschel))
- mad-jose ([@​josezone](https://redirect.github.com/josezone))
###
[`v4.0.1`](https://redirect.github.com/facebook/create-react-app/releases/tag/v4.0.1)
[Compare
Source](https://redirect.github.com/facebook/create-react-app/compare/[email protected]@4.0.1)
v4.0.1 is a maintenance release that includes minor bug fixes and
documentation updates.
##### :bug: Bug Fix
- `react-scripts`
-
[#​9921](https://redirect.github.com/facebook/create-react-app/pull/9921)
Fix noFallthroughCasesInSwitch/jsx object is not extensible
([@​ryota-murakami](https://redirect.github.com/ryota-murakami))
-
[#​9869](https://redirect.github.com/facebook/create-react-app/pull/9869)
Fix react-jsx error
([@​benneq](https://redirect.github.com/benneq))
-
[#​9885](https://redirect.github.com/facebook/create-react-app/pull/9885)
fix: `React is not defined` compilation error after ejected
([@​n3tr](https://redirect.github.com/n3tr))
-
[#​9911](https://redirect.github.com/facebook/create-react-app/pull/9911)
fix: slow recompile time
([@​FezVrasta](https://redirect.github.com/FezVrasta))
- `react-dev-utils`
-
[#​9884](https://redirect.github.com/facebook/create-react-app/pull/9884)
fix: page doesn't get refreshed when FAST_REFRESH=false
([@​n3tr](https://redirect.github.com/n3tr))
##### :nail_care: Enhancement
- `react-scripts`
-
[#​10048](https://redirect.github.com/facebook/create-react-app/pull/10048)
Increase Workbox's maximumFileSizeToCacheInBytes
([@​jeffposnick](https://redirect.github.com/jeffposnick))
##### :memo: Documentation
-
[#​10052](https://redirect.github.com/facebook/create-react-app/pull/10052)
docs: add React Testing Library as a library requiring jsdom
([@​anyulled](https://redirect.github.com/anyulled))
##### :house: Internal
- `create-react-app`, `react-dev-utils`, `react-scripts`
-
[#​10083](https://redirect.github.com/facebook/create-react-app/pull/10083)
replace inquirer with prompts
([@​EvanBacon](https://redirect.github.com/EvanBacon))
- `cra-template-typescript`, `cra-template`, `react-scripts`
-
[#​9516](https://redirect.github.com/facebook/create-react-app/pull/9516)
\[ImgBot] Optimize images
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- Other
-
[#​9860](https://redirect.github.com/facebook/create-react-app/pull/9860)
chore: Update .prettierrc
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
##### Committers: 9
- Anyul Rivas ([@​anyulled](https://redirect.github.com/anyulled))
- Ben M ([@​benneq](https://redirect.github.com/benneq))
- Evan Bacon
([@​EvanBacon](https://redirect.github.com/EvanBacon))
- Federico Zivolo
([@​FezVrasta](https://redirect.github.com/FezVrasta))
- Jeffrey Posnick
([@​jeffposnick](https://redirect.github.com/jeffposnick))
- Jirat Ki. ([@​n3tr](https://redirect.github.com/n3tr))
- Michaël De Boey
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- Ryota Murakami
([@​ryota-murakami](https://redirect.github.com/ryota-murakami))
- sho90 ([@​sho-t](https://redirect.github.com/sho-t))
##### Migrating from 4.0.0 to 4.0.1
Inside any created project that has not been ejected, run:
```bash
npm install --save --save-exact [email protected]
```
or
yarn add --exact [email protected]
###
[`v4.0.0`](https://redirect.github.com/facebook/create-react-app/releases/tag/v4.0.0)
[Compare
Source](https://redirect.github.com/facebook/create-react-app/compare/[email protected])
##### 4.0.0 (2020-10-23)
Create React App 4.0 is a major release with several new features,
including support for Fast Refresh!
Thanks to all the maintainers and contributors who worked so hard on
this release! :raised_hands:
##### Highlights
- Fast Refresh
[#​8582](https://redirect.github.com/facebook/create-react-app/pull/8582)
- React 17 support
- New JSX transform
[#​9645](https://redirect.github.com/facebook/create-react-app/pull/9645)
- TypeScript 4 support
[#​9734](https://redirect.github.com/facebook/create-react-app/pull/9734)
- ESLint 7
[#​8978](https://redirect.github.com/facebook/create-react-app/pull/8978)
- New Jest and React Testing Library rules
[#​8963](https://redirect.github.com/facebook/create-react-app/pull/8963)
- Jest 26
[#​8955](https://redirect.github.com/facebook/create-react-app/pull/8955)
- PWA/workbox improvements
- Switch to the Workbox InjectManifest plugin
[#​9205](https://redirect.github.com/facebook/create-react-app/pull/9205)
- Now its own template so it can be released independently
- Web Vitals support
[#​9116](https://redirect.github.com/facebook/create-react-app/pull/9116)
##### Migrating from 3.4.x to 4.0.0
Inside any created project that has not been ejected, run:
```bash
npm install --save --save-exact [email protected]
```
or
yarn add --exact [email protected]
**NOTE: You may need to delete your `node_modules` folder and reinstall
your dependencies by running `yarn` (or `npm install`) 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, `[email protected]` 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.
##### ESLint
We've upgraded to ESLint 7 and added many new rules including some for
Jest and React Testing Library as well as the
`import/no-anonymous-default-export` rule. We've also upgraded
`eslint-plugin-hooks` to version 4.0.0 and removed the `EXTEND_ESLINT`
flag as it is no longer required to customize the ESLint config.
##### Jest
We've upgraded to Jest 26 and now set `resetMocks` to `true` by default
in the Jest config.
##### Service workers
We've switched to the Workbox InjectManifest plugin and moved the PWA
templates into their own
[repository](https://redirect.github.com/cra-template/pwa).
##### Removed `typescript` flag and `NODE_PATH` support
We've removed the deprecated `typescript` flag when creating a new app.
Use `--template typescript` instead. We've also dropped deprecated
`NODE_PATH` flag as this has been replaced by setting the base path in
`jsconfig.json`.
##### Fix dotenv file loading order
We've changed the loading order of env files to match the `dotenv`
specification. See
[#​9037](https://redirect.github.com/facebook/create-react-app/issues/9037)
for more details.
##### Dropped Node 8 support
Node 8 reached End-of-Life at the end of 2019 and is no longer
supported.
##### Detailed Changelog
##### :rocket: New Feature
- `eslint-config-react-app`, `react-error-overlay`, `react-scripts`
-
[#​8963](https://redirect.github.com/facebook/create-react-app/pull/8963)
feat(eslint-config-react-app): Add jest & testing-library rules
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `react-scripts`
-
[#​9611](https://redirect.github.com/facebook/create-react-app/pull/9611)
Add AVIF image support
([@​Hongbo-Miao](https://redirect.github.com/Hongbo-Miao))
-
[#​9114](https://redirect.github.com/facebook/create-react-app/pull/9114)
Allow testMatch for jest config
([@​Favna](https://redirect.github.com/Favna))
-
[#​8790](https://redirect.github.com/facebook/create-react-app/pull/8790)
Add back in --stats output from webpack.
([@​samccone](https://redirect.github.com/samccone))
-
[#​8838](https://redirect.github.com/facebook/create-react-app/pull/8838)
Support devDependencies in templates
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `create-react-app`
-
[#​9359](https://redirect.github.com/facebook/create-react-app/pull/9359)
feat: exit on outdated create-react-app version
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `cra-template-typescript`, `cra-template`, `react-scripts`
-
[#​9205](https://redirect.github.com/facebook/create-react-app/pull/9205)
Switch to the Workbox InjectManifest plugin
([@​jeffposnick](https://redirect.github.com/jeffposnick))
- `react-dev-utils`, `react-scripts`
-
[#​8582](https://redirect.github.com/facebook/create-react-app/pull/8582)
Add experimental react-refresh support
([@​charrondev](https://redirect.github.com/charrondev))
##### :boom: Breaking Change
- `eslint-config-react-app`, `react-error-overlay`, `react-scripts`
-
[#​8963](https://redirect.github.com/facebook/create-react-app/pull/8963)
feat(eslint-config-react-app): Add jest & testing-library rules
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
-
[#​8978](https://redirect.github.com/facebook/create-react-app/pull/8978)
Support ESLint 7.x
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `cra-template-typescript`, `cra-template`, `eslint-config-react-app`,
`react-error-overlay`, `react-scripts`
-
[#​9587](https://redirect.github.com/facebook/create-react-app/pull/9587)
Remove EXTEND_ESLINT and add Jest rules
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `eslint-config-react-app`
-
[#​9401](https://redirect.github.com/facebook/create-react-app/pull/9401)
fix: remove deprecated rule
([@​ljosberinn](https://redirect.github.com/ljosberinn))
- `create-react-app`
-
[#​9359](https://redirect.github.com/facebook/create-react-app/pull/9359)
feat: exit on outdated create-react-app version
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `cra-template-typescript`, `cra-template`, `react-scripts`
-
[#​9205](https://redirect.github.com/facebook/create-react-app/pull/9205)
Switch to the Workbox InjectManifest plugin
([@​jeffposnick](https://redirect.github.com/jeffposnick))
- `babel-plugin-named-asset-import`, `confusing-browser-globals`,
`create-react-app`, `react-dev-utils`, `react-error-overlay`,
`react-scripts`
-
[#​8955](https://redirect.github.com/facebook/create-react-app/pull/8955)
Upgrade to Jest 26
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `create-react-app`, `react-scripts`
-
[#​8934](https://redirect.github.com/facebook/create-react-app/pull/8934)
feat: remove typescript flag and NODE_PATH support
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `react-scripts`
-
[#​9037](https://redirect.github.com/facebook/create-react-app/pull/9037)
Fix dotenv file loading order
([@​Timer](https://redirect.github.com/Timer))
-
[#​7899](https://redirect.github.com/facebook/create-react-app/pull/7899)
Set resetMocks to true by default in jest config
([@​alexkrolick](https://redirect.github.com/alexkrolick))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`create-react-app`, `react-app-polyfill`, `react-dev-utils`,
`react-error-overlay`, `react-scripts`
-
[#​8950](https://redirect.github.com/facebook/create-react-app/pull/8950)
Dependency major version upgrades
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `eslint-config-react-app`, `react-scripts`
-
[#​8926](https://redirect.github.com/facebook/create-react-app/pull/8926)
Add import/no-anonymous-default-export lint rule
([@​shakib609](https://redirect.github.com/shakib609))
-
[#​8939](https://redirect.github.com/facebook/create-react-app/pull/8939)
Bump React Hooks ESLint plugin to 4.0.0
([@​gaearon](https://redirect.github.com/gaearon))
- `cra-template-typescript`, `cra-template`, `create-react-app`,
`react-app-polyfill`, `react-dev-utils`, `react-scripts`
-
[#​8948](https://redirect.github.com/facebook/create-react-app/pull/8948)
Drop Node 8 support
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`confusing-browser-globals`, `cra-template-typescript`,
`react-dev-utils`, `react-error-overlay`, `react-scripts`
-
[#​8362](https://redirect.github.com/facebook/create-react-app/pull/8362)
Upgrade to Jest 25
([@​skovhus](https://redirect.github.com/skovhus))
##### :bug: Bug Fix
- `react-scripts`
-
[#​9805](https://redirect.github.com/facebook/create-react-app/pull/9805)
Fix refreshOverlayInterop module scope error
([@​ianschmitz](https://redirect.github.com/ianschmitz))
-
[#​9037](https://redirect.github.com/facebook/create-react-app/pull/9037)
Fix dotenv file loading order
([@​Timer](https://redirect.github.com/Timer))
-
[#​8700](https://redirect.github.com/facebook/create-react-app/pull/8700)
Skip stdin resuming to support lerna parallel
([@​hieuxlu](https://redirect.github.com/hieuxlu))
-
[#​8845](https://redirect.github.com/facebook/create-react-app/pull/8845)
Do not check for interactive session to shut down dev server
([@​jeremywadsack](https://redirect.github.com/jeremywadsack))
-
[#​8768](https://redirect.github.com/facebook/create-react-app/pull/8768)
Add .cjs and .mjs files support to test runner
([@​ai](https://redirect.github.com/ai))
- `babel-preset-react-app`, `eslint-config-react-app`, `react-scripts`
-
[#​9788](https://redirect.github.com/facebook/create-react-app/pull/9788)
fix: resolve new JSX transform issues
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `eslint-config-react-app`, `react-scripts`
-
[#​9683](https://redirect.github.com/facebook/create-react-app/pull/9683)
fix: resolve ESLint config from appPath
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `create-react-app`
-
[#​9412](https://redirect.github.com/facebook/create-react-app/pull/9412)
Fix template name handling
([@​iansu](https://redirect.github.com/iansu))
- `babel-preset-react-app`
-
[#​9374](https://redirect.github.com/facebook/create-react-app/pull/9374)
fix: use default modules option from `preset-env`
([@​JLHwung](https://redirect.github.com/JLHwung))
- `react-dev-utils`
-
[#​9390](https://redirect.github.com/facebook/create-react-app/pull/9390)
Publish refreshOverlayInterop with react-dev-utils
([@​klinem](https://redirect.github.com/klinem))
-
[#​8492](https://redirect.github.com/facebook/create-react-app/pull/8492)
Replace period in CSS Module classnames
([@​evankennedy](https://redirect.github.com/evankennedy))
- `react-dev-utils`, `react-scripts`
-
[#​8694](https://redirect.github.com/facebook/create-react-app/pull/8694)
Use process.execPath to spawn node subprocess
([@​anuraaga](https://redirect.github.com/anuraaga))
- `cra-template-typescript`, `cra-template`, `react-scripts`
-
[#​8734](https://redirect.github.com/facebook/create-react-app/pull/8734)
fix: handle templates without main package field
([@​mrmckeb](https://redirect.github.com/mrmckeb))
##### :nail_care: Enhancement
- `react-scripts`
-
[#​9734](https://redirect.github.com/facebook/create-react-app/pull/9734)
Use new JSX setting with TypeScript 4.1.0
([@​iansu](https://redirect.github.com/iansu))
-
[#​8638](https://redirect.github.com/facebook/create-react-app/pull/8638)
Support source maps for scss in dev environments
([@​MKorostoff](https://redirect.github.com/MKorostoff))
-
[#​8834](https://redirect.github.com/facebook/create-react-app/pull/8834)
Don't use webpack multi entry unnecessarily
([@​sebmarkbage](https://redirect.github.com/sebmarkbage))
- `babel-preset-react-app`, `eslint-config-react-app`, `react-scripts`
-
[#​9861](https://redirect.github.com/facebook/create-react-app/pull/9861)
New JSX Transform opt out
([@​iansu](https://redirect.github.com/iansu))
- `cra-template`
-
[#​9853](https://redirect.github.com/facebook/create-react-app/pull/9853)
feat: remove unused React imports
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `babel-preset-react-app`, `react-scripts`
-
[#​9645](https://redirect.github.com/facebook/create-react-app/pull/9645)
Use new JSX transform with React 17
([@​iansu](https://redirect.github.com/iansu))
- `react-dev-utils`, `react-scripts`
-
[#​9350](https://redirect.github.com/facebook/create-react-app/pull/9350)
Add Fast Refresh warning when using React < 16.10
([@​iansu](https://redirect.github.com/iansu))
- `react-dev-utils`, `react-error-overlay`, `react-scripts`
-
[#​9375](https://redirect.github.com/facebook/create-react-app/pull/9375)
feat: better refresh plugin integration
([@​pmmmwh](https://redirect.github.com/pmmmwh))
- `cra-template-typescript`, `cra-template`
-
[#​9116](https://redirect.github.com/facebook/create-react-app/pull/9116)
Add performance relayer + documentation (web-vitals)
([@​housseindjirdeh](https://redirect.github.com/housseindjirdeh))
-
[#​8705](https://redirect.github.com/facebook/create-react-app/pull/8705)
Update template tests
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `create-react-app`
-
[#​8460](https://redirect.github.com/facebook/create-react-app/pull/8460)
Fix --use-pnp for Yarn 2
([@​nickmccurdy](https://redirect.github.com/nickmccurdy))
##### :memo: Documentation
- Other
-
[#​9728](https://redirect.github.com/facebook/create-react-app/pull/9728)
Upgrade Docusaurus to latest version
([@​lex111](https://redirect.github.com/lex111))
-
[#​9630](https://redirect.github.com/facebook/create-react-app/pull/9630)
Emphasise that Next.js is capable of SSG
([@​liamness](https://redirect.github.com/liamness))
-
[#​9073](https://redirect.github.com/facebook/create-react-app/pull/9073)
Update running-tests.md
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
-
[#​9560](https://redirect.github.com/facebook/create-react-app/pull/9560)
Update Vercel deployment documentation
([@​timothyis](https://redirect.github.com/timothyis))
-
[#​9380](https://redirect.github.com/facebook/create-react-app/pull/9380)
Update running-tests.md
([@​andycanderson](https://redirect.github.com/andycanderson))
-
[#​9245](https://redirect.github.com/facebook/create-react-app/pull/9245)
\[Doc] fix React Testing Library example
([@​sakito21](https://redirect.github.com/sakito21))
-
[#​9231](https://redirect.github.com/facebook/create-react-app/pull/9231)
Clarify wording in adding TypeScript to existing project
([@​merelinguist](https://redirect.github.com/merelinguist))
-
[#​8895](https://redirect.github.com/facebook/create-react-app/pull/8895)
Fix chai URL
([@​BMorearty](https://redirect.github.com/BMorearty))
-
[#​9042](https://redirect.github.com/facebook/create-react-app/pull/9042)
Update deployment docs for Azure Static Web Apps
([@​burkeholland](https://redirect.github.com/burkeholland))
-
[#​8246](https://redirect.github.com/facebook/create-react-app/pull/8246)
Add a VSCode tip in the CSS reset section
([@​maazadeeb](https://redirect.github.com/maazadeeb))
-
[#​8610](https://redirect.github.com/facebook/create-react-app/pull/8610)
Update url to see prettier in action
([@​M165437](https://redirect.github.com/M165437))
-
[#​8684](https://redirect.github.com/facebook/create-react-app/pull/8684)
Simplify wording in setting-up-your-editor.md
([@​coryhouse](https://redirect.github.com/coryhouse))
-
[#​8791](https://redirect.github.com/facebook/create-react-app/pull/8791)
Add setupTests.js to the list of generated files
([@​MostafaNawara](https://redirect.github.com/MostafaNawara))
-
[#​8763](https://redirect.github.com/facebook/create-react-app/pull/8763)
Use simplified import of
[@​testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom)
([@​Dremora](https://redirect.github.com/Dremora))
- `react-dev-utils`
-
[#​9471](https://redirect.github.com/facebook/create-react-app/pull/9471)
Fixes in the /packages/react-devs-utils/README.md file
([@​caspero-62](https://redirect.github.com/caspero-62))
-
[#​8651](https://redirect.github.com/facebook/create-react-app/pull/8651)
Update build script deployment URL
([@​StenAL](https://redirect.github.com/StenAL))
- `cra-template-typescript`, `cra-template`
-
[#​9241](https://redirect.github.com/facebook/create-react-app/pull/9241)
Updated README.md Templates to Follow ESLint Markdown Rules
([@​firehawk09](https://redirect.github.com/firehawk09))
-
[#​8406](https://redirect.github.com/facebook/create-react-app/pull/8406)
Upgrade testing-library packages
([@​gnapse](https://redirect.github.com/gnapse))
- `react-scripts`
-
[#​9244](https://redirect.github.com/facebook/create-react-app/pull/9244)
Explain how to uninstall create-react-app globally
([@​nickmccurdy](https://redirect.github.com/nickmccurdy))
-
[#​8838](https://redirect.github.com/facebook/create-react-app/pull/8838)
Support devDependencies in templates
([@​mrmckeb](https://redirect.github.com/mrmckeb))
- `cra-template-typescript`, `cra-template`, `react-dev-utils`,
`react-scripts`
-
[#​8957](https://redirect.github.com/facebook/create-react-app/pull/8957)
Move shortlinks to cra.link
([@​iansu](https://redirect.github.com/iansu))
- `babel-preset-react-app`
-
[#​5847](https://redirect.github.com/facebook/create-react-app/pull/5847)
Include absoluteRuntime in babel preset docs
([@​iddan](https://redirect.github.com/iddan))
##### :house: Internal
- `eslint-config-react-app`
-
[#​9670](https://redirect.github.com/facebook/create-react-app/pull/9670)
fix(eslint-config-react-app): Make eslint-plugin-jest an optional
peerDependency
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- Other
-
[#​9258](https://redirect.github.com/facebook/create-react-app/pull/9258)
fix: Fix azure-pipelines' endOfLine
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
-
[#​9102](https://redirect.github.com/facebook/create-react-app/pull/9102)
Replace Spectrum links with GitHub Discussions
([@​iansu](https://redirect.github.com/iansu))
-
[#​8656](https://redirect.github.com/facebook/create-react-app/pull/8656)
Bump acorn from 6.4.0 to 6.4.1 in /docusaurus/website
([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
-
[#​8749](https://redirect.github.com/facebook/create-react-app/pull/8749)
Specify what files are served form a bare local copy
([@​challet](https://redirect.github.com/challet))
- `cra-template-typescript`, `cra-template`
-
[#​9252](https://redirect.github.com/facebook/create-react-app/pull/9252)
feat: Update testing-library dependencies to latest
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `react-dev-utils`
-
[#​9059](https://redirect.github.com/facebook/create-react-app/pull/9059)
clean formatMessage usage
([@​chenxsan](https://redirect.github.com/chenxsan))
- `cra-template`
-
[#​7787](https://redirect.github.com/facebook/create-react-app/pull/7787)
Bump version of Verdaccio
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `babel-preset-react-app`
-
[#​8858](https://redirect.github.com/facebook/create-react-app/pull/8858)
Remove outdated comment
([@​availchet](https://redirect.github.com/availchet))
- `react-scripts`
-
[#​8952](https://redirect.github.com/facebook/create-react-app/pull/8952)
fix react-refresh babel plugin not applied
([@​tanhauhau](https://redirect.github.com/tanhauhau))
##### :hammer: Underlying Tools
- `react-scripts`
-
[#​9865](https://redirect.github.com/facebook/create-react-app/pull/9865)
Pass JSX runtime setting to Babel preset in Jest config
([@​iansu](https://redirect.github.com/iansu))
-
[#​9841](https://redirect.github.com/facebook/create-react-app/pull/9841)
Bump resolve-url-loader version
([@​johannespfeiffer](https://redirect.github.com/johannespfeiffer))
-
[#​9348](https://redirect.github.com/facebook/create-react-app/pull/9348)
Upgrade refresh plugin
([@​ianschmitz](https://redirect.github.com/ianschmitz))
-
[#​8891](https://redirect.github.com/facebook/create-react-app/pull/8891)
Bump style-loader to 1.2.1
([@​chybisov](https://redirect.github.com/chybisov))
- `react-error-overlay`, `react-scripts`
-
[#​9863](https://redirect.github.com/facebook/create-react-app/pull/9863)
Upgrade to React 17 ([@​iansu](https://redirect.github.com/iansu))
-
[#​9856](https://redirect.github.com/facebook/create-react-app/pull/9856)
feat: Update ESLint dependencies
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`confusing-browser-globals`, `cra-template-typescript`, `cra-template`,
`create-react-app`, `eslint-config-react-app`, `react-app-polyfill`,
`react-error-overlay`, `react-scripts`
-
[#​9857](https://redirect.github.com/facebook/create-react-app/pull/9857)
feat: Update all dependencies
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `eslint-config-react-app`, `react-dev-utils`, `react-scripts`
-
[#​9751](https://redirect.github.com/facebook/create-react-app/pull/9751)
Replace deprecated eslint-loader by eslint-webpack-plugin
([@​tooppaaa](https://redirect.github.com/tooppaaa))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`confusing-browser-globals`, `cra-template-typescript`, `cra-template`,
`create-react-app`, `eslint-config-react-app`, `react-dev-utils`,
`react-error-overlay`, `react-scripts`
-
[#​9639](https://redirect.github.com/facebook/create-react-app/pull/9639)
Upgrade dependencies
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `eslint-config-react-app`, `react-error-overlay`, `react-scripts`
-
[#​9434](https://redirect.github.com/facebook/create-react-app/pull/9434)
feat: Update ESLint dependencies
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
-
[#​9251](https://redirect.github.com/facebook/create-react-app/pull/9251)
feat: Update ESLint dependencies
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
-
[#​8978](https://redirect.github.com/facebook/create-react-app/pull/8978)
Support ESLint 7.x
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- `cra-template-typescript`, `cra-template`
-
[#​9526](https://redirect.github.com/facebook/create-react-app/pull/9526)
Update template dependencies to latest version
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
-
[#​8406](https://redirect.github.com/facebook/create-react-app/pull/8406)
Upgrade testing-library packages
([@​gnapse](https://redirect.github.com/gnapse))
- `react-app-polyfill`
-
[#​9392](https://redirect.github.com/facebook/create-react-app/pull/9392)
Upgrade whatwg-fetch ([@​Lapz](https://redirect.github.com/Lapz))
- `react-dev-utils`
-
[#​8933](https://redirect.github.com/facebook/create-react-app/pull/8933)
Bump immer version
([@​staff0rd](https://redirect.github.com/staff0rd))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`confusing-browser-globals`, `create-react-app`, `react-dev-utils`,
`react-error-overlay`, `react-scripts`
-
[#​9317](https://redirect.github.com/facebook/create-react-app/pull/9317)
Upgrade dependencies
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `babel-preset-react-app`, `cra-template-typescript`, `cra-template`,
`create-react-app`, `react-dev-utils`, `react-error-overlay`,
`react-scripts`
-
[#​9196](https://redirect.github.com/facebook/create-react-app/pull/9196)
Upgrade dependencies
([@​ianschmitz](https://redirect.github.com/ianschmitz))
-
[#​9132](https://redirect.github.com/facebook/create-react-app/pull/9132)
Upgrade dependencies
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `babel-plugin-named-asset-import`, `confusing-browser-globals`,
`create-react-app`, `react-dev-utils`, `react-error-overlay`,
`react-scripts`
-
[#​8955](https://redirect.github.com/facebook/create-react-app/pull/8955)
Upgrade to Jest 26
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `babel-preset-react-app`, `create-react-app`, `react-dev-utils`,
`react-error-overlay`, `react-scripts`
-
[#​9081](https://redirect.github.com/facebook/create-react-app/pull/9081)
Update packages
([@​ianschmitz](https://redirect.github.com/ianschmitz))
-
[#​8947](https://redirect.github.com/facebook/create-react-app/pull/8947)
Minor/patch dependency upgrades
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`create-react-app`, `react-app-polyfill`, `react-dev-utils`,
`react-error-overlay`, `react-scripts`
-
[#​8950](https://redirect.github.com/facebook/create-react-app/pull/8950)
Dependency major version upgrades
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- `eslint-config-react-app`, `react-scripts`
-
[#​8939](https://redirect.github.com/facebook/create-react-app/pull/8939)
Bump React Hooks ESLint plugin to 4.0.0
([@​gaearon](https://redirect.github.com/gaearon))
- `babel-plugin-named-asset-import`, `babel-preset-react-app`,
`confusing-browser-globals`, `cra-template-typescript`,
`react-dev-utils`, `react-error-overlay`, `react-scripts`
-
[#​8362](https://redirect.github.com/facebook/create-react-app/pull/8362)
Upgrade to Jest 25
([@​skovhus](https://redirect.github.com/skovhus))
##### Committers: 63
- Adam Charron
([@​charrondev](https://redirect.github.com/charrondev))
- Alex Krolick
([@​alexkrolick](https://redirect.github.com/alexkrolick))
- Alexey Pyltsyn ([@​lex111](https://redirect.github.com/lex111))
- Andrey Sitnik ([@​ai](https://redirect.github.com/ai))
- Andy C
([@​andycanderson](https://redirect.github.com/andycanderson))
- Anuraag Agrawal
([@​anuraaga](https://redirect.github.com/anuraaga))
- Braedon Gough
([@​braedongough](https://redirect.github.com/braedongough))
- Brian Morearty
([@​BMorearty](https://redirect.github.com/BMorearty))
- Brody McKee ([@​mrmckeb](https://redirect.github.com/mrmckeb))
- Burke Holland
([@​burkeholland](https://redirect.github.com/burkeholland))
- Chetanya Kandhari
([@​availchet](https://redirect.github.com/availchet))
- Clément DUNGLER
([@​tooppaaa](https://redirect.github.com/tooppaaa))
- Clément Hallet
([@​challet](https://redirect.github.com/challet))
- Cory House
([@​coryhouse](https://redirect.github.com/coryhouse))
- Dan Abramov ([@​gaearon](https://redirect.github.com/gaearon))
- Dylan Brookes
([@​merelinguist](https://redirect.github.com/merelinguist))
- Ernesto García ([@​gnapse](https://redirect.github.com/gnapse))
- Eugene Chybisov
([@​chybisov](https://redirect.github.com/chybisov))
- Evan Kennedy
([@​evankennedy](https://redirect.github.com/evankennedy))
- Gerrit Alex
([@​ljosberinn](https://redirect.github.com/ljosberinn))
- Hieu Do ([@​hieuxlu](https://redirect.github.com/hieuxlu))
- Hongbo Miao
([@​Hongbo-Miao](https://redirect.github.com/Hongbo-Miao))
- Houssein Djirdeh
([@​housseindjirdeh](https://redirect.github.com/housseindjirdeh))
- Huáng Jùnliàng
([@​JLHwung](https://redirect.github.com/JLHwung))
- Ian Schmitz
([@​ianschmitz](https://redirect.github.com/ianschmitz))
- Ian Sutherland ([@​iansu](https://redirect.github.com/iansu))
- Iddan Aaronsohn ([@​iddan](https://redirect.github.com/iddan))
- Jakob Krigovsky
([@​sonicdoe](https://redirect.github.com/sonicdoe))
- Jeffrey Posnick
([@​jeffposnick](https://redirect.github.com/jeffposnick))
- Jeremy Wadsack
([@​jeremywadsack](https://redirect.github.com/jeremywadsack))
- Jeroen Claassens ([@​Favna](https://redirect.github.com/Favna))
- Joe Haddad ([@​Timer](https://redirect.github.com/Timer))
- Johannes Pfeiffer
([@​johannespfeiffer](https://redirect.github.com/johannespfeiffer))
- Josemaria Nriagu
([@​josenriagu](https://redirect.github.com/josenriagu))
- Kenneth Skovhus
([@​skovhus](https://redirect.github.com/skovhus))
- Kirill Korolyov
([@​Dremora](https://redirect.github.com/Dremora))
- Kline Moralee ([@​klinem](https://redirect.github.com/klinem))
- Lenard Pratt ([@​Lapz](https://redirect.github.com/Lapz))
- Liam Duffy ([@​liamness](https://redirect.github.com/liamness))
- Maaz Syed Adeeb
([@​maazadeeb](https://redirect.github.com/maazadeeb))
- Marc Hassan ([@​mhassan1](https://redirect.github.com/mhassan1))
- Matt Korostoff
([@​MKorostoff](https://redirect.github.com/MKorostoff))
- Michael Mok ([@​pmmmwh](https://redirect.github.com/pmmmwh))
- Michael Schmidt-Voigt
([@​M165437](https://redirect.github.com/M165437))
- Michaël De Boey
([@​MichaelDeBoey](https://redirect.github.com/MichaelDeBoey))
- Minh Nguyen
([@​NMinhNguyen](https://redirect.github.com/NMinhNguyen))
- Mostafa Nawara
([@​MostafaNawara](https://redirect.github.com/MostafaNawara))
- Nick McCurdy
([@​nickmccurdy](https://redirect.github.com/nickmccurdy))
- Rafael Quijada
([@​firehawk09](https://redirect.github.com/firehawk09))
- Raihan Nismara
([@​raihan71](https://redirect.github.com/raihan71))
- Sakito Mukai
([@​sakito21](https://redirect.github.com/sakito21))
- Sam Chen ([@​chenxsan](https://redirect.github.com/chenxsan))
- Sam Saccone ([@​samccone](https://redirect.github.com/samccone))
- Sebastian Markbåge
([@​sebmarkbage](https://redirect.github.com/sebmarkbage))
- Shakib Hossain
([@​shakib609](https://redirect.github.com/shakib609))
- Simen Bekkhus ([@​SimenB](https://redirect.github.com/SimenB))
- Stafford Williams
([@​staff0rd](https://redirect.github.com/staff0rd))
- Sten Arthur Laane
([@​StenAL](https://redirect.github.com/StenAL))
- Tan Li Hau
([@​tanhauhau](https://redirect.github.com/tanhauhau))
- Timothy ([@​timothyis](https://redirect.github.com/timothyis))
- Tobias Büschel
([@​tobiasbueschel](https://redirect.github.com/tobiasbueschel))
- Webdot\_30
([@​caspero-62](https://redirect.github.com/caspero-62))
- [@​atlanteh](https://redirect.github.com/atlanteh)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).
🚦 **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 these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 5f63d7e commit 791cf1fCopy full SHA for 791cf1f
File tree
Expand file treeCollapse file tree
4 files changed
+4
-4
lines changedFilter options
- aws-ts-k8s-mern-voting-app/clientside/client
- aws-ts-k8s-voting-app/clientside/client
- aws-ts-netlify-cms-and-oauth/cms
- aws-ts-pern-voting-app/clientside/client
Expand file treeCollapse file tree
4 files changed
+4
-4
lines changedaws-ts-k8s-mern-voting-app/clientside/client/package.json
Copy file name to clipboardExpand all lines: aws-ts-k8s-mern-voting-app/clientside/client/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
aws-ts-k8s-voting-app/clientside/client/package.json
Copy file name to clipboardExpand all lines: aws-ts-k8s-voting-app/clientside/client/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
aws-ts-netlify-cms-and-oauth/cms/package.json
Copy file name to clipboardExpand all lines: aws-ts-netlify-cms-and-oauth/cms/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
aws-ts-pern-voting-app/clientside/client/package.json
Copy file name to clipboardExpand all lines: aws-ts-pern-voting-app/clientside/client/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
0 commit comments