Skip to content

Commit 3afbbc0

Browse files
authored
Update all dependencies (#11624)
1 parent f5467d5 commit 3afbbc0

File tree

14 files changed

+14467
-25959
lines changed

14 files changed

+14467
-25959
lines changed

package-lock.json

+12,428-23,854
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
"compile:lockfile": "node tasks/compile-lockfile.js"
2222
},
2323
"devDependencies": {
24-
"@testing-library/jest-dom": "^5.11.4",
25-
"@testing-library/react": "^11.1.0",
26-
"@testing-library/user-event": "^12.1.10",
24+
"@testing-library/jest-dom": "^5.15.1",
25+
"@testing-library/react": "^12.1.2",
26+
"@testing-library/user-event": "^13.5.0",
2727
"alex": "^8.2.0",
2828
"eslint": "^8.3.0",
2929
"execa": "^5.1.1",
30-
"fs-extra": "^9.0.1",
30+
"fs-extra": "^10.0.0",
3131
"get-port": "^5.1.1",
32-
"globby": "^11.0.1",
33-
"husky": "^4.3.0",
34-
"jest": "^27.1.0",
35-
"lerna": "^3.22.1",
36-
"lerna-changelog": "~0.8.2",
37-
"lint-staged": "^10.4.2",
38-
"meow": "^6.1.1",
39-
"multimatch": "^4.0.0",
40-
"prettier": "^2.1.2",
41-
"puppeteer": "^3.3.0",
42-
"strip-ansi": "^6.0.0",
32+
"globby": "^11.0.4",
33+
"husky": "^4.3.8",
34+
"jest": "^27.4.3",
35+
"lerna": "^4.0.0",
36+
"lerna-changelog": "^2.2.0",
37+
"lint-staged": "^12.1.2",
38+
"meow": "^9.0.0",
39+
"multimatch": "^5.0.0",
40+
"prettier": "^2.5.0",
41+
"puppeteer": "^12.0.1",
42+
"strip-ansi": "^6.0.1",
4343
"svg-term-cli": "^2.1.1",
44-
"tempy": "^0.2.1",
44+
"tempy": "^1.0.1",
4545
"wait-for-localhost": "^3.3.0",
46-
"web-vitals": "^1.0.1"
46+
"web-vitals": "^2.1.2"
4747
},
4848
"husky": {
4949
"hooks": {

packages/babel-plugin-named-asset-import/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@babel/core": "^7.1.0"
2020
},
2121
"devDependencies": {
22-
"babel-plugin-tester": "^8.0.1",
23-
"jest": "^27.1.0"
22+
"babel-plugin-tester": "^10.1.0",
23+
"jest": "^27.4.3"
2424
},
2525
"scripts": {
2626
"test": "jest"

packages/babel-preset-react-app/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "^7.14.6",
25-
"@babel/plugin-proposal-class-properties": "^7.14.5",
26-
"@babel/plugin-proposal-decorators": "^7.14.5",
27-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
28-
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
29-
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
30-
"@babel/plugin-proposal-private-methods": "^7.14.5",
31-
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
32-
"@babel/plugin-transform-react-display-name": "^7.14.5",
33-
"@babel/plugin-transform-runtime": "^7.14.5",
34-
"@babel/preset-env": "^7.14.5",
35-
"@babel/preset-react": "^7.14.5",
36-
"@babel/preset-typescript": "^7.14.5",
37-
"@babel/runtime": "^7.14.5",
24+
"@babel/core": "^7.16.0",
25+
"@babel/plugin-proposal-class-properties": "^7.16.0",
26+
"@babel/plugin-proposal-decorators": "^7.16.4",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
28+
"@babel/plugin-proposal-numeric-separator": "^7.16.0",
29+
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
30+
"@babel/plugin-proposal-private-methods": "^7.16.0",
31+
"@babel/plugin-transform-flow-strip-types": "^7.16.0",
32+
"@babel/plugin-transform-react-display-name": "^7.16.0",
33+
"@babel/plugin-transform-runtime": "^7.16.4",
34+
"@babel/preset-env": "^7.16.4",
35+
"@babel/preset-react": "^7.16.0",
36+
"@babel/preset-typescript": "^7.16.0",
37+
"@babel/runtime": "^7.16.3",
3838
"babel-plugin-macros": "^3.1.0",
3939
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
4040
}

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"index.js"
2121
],
2222
"devDependencies": {
23-
"jest": "^27.1.0"
23+
"jest": "^27.4.3"
2424
}
2525
}

packages/create-react-app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"test": "cross-env FORCE_COLOR=true jest"
3030
},
3131
"dependencies": {
32-
"chalk": "^4.1.0",
32+
"chalk": "^4.1.2",
3333
"commander": "^4.1.1",
3434
"cross-spawn": "^7.0.3",
35-
"envinfo": "^7.7.3",
36-
"fs-extra": "^9.0.1",
35+
"envinfo": "^7.8.1",
36+
"fs-extra": "^10.0.0",
3737
"hyperquest": "^2.1.3",
38-
"prompts": "^2.4.0",
39-
"semver": "^7.3.2",
38+
"prompts": "^2.4.2",
39+
"semver": "^7.3.5",
4040
"tar-pack": "^3.4.1",
4141
"tmp": "^0.2.1",
4242
"validate-npm-package-name": "^3.0.0"
4343
},
4444
"devDependencies": {
45-
"cross-env": "^7.0.2",
46-
"jest": "^27.1.0"
45+
"cross-env": "^7.0.3",
46+
"jest": "^27.4.3"
4747
}
4848
}

packages/create-react-app/yarn.lock.cached

+1,931-1,996
Large diffs are not rendered by default.

packages/react-app-polyfill/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"stable.js"
2222
],
2323
"dependencies": {
24-
"core-js": "^3.6.5",
24+
"core-js": "^3.19.2",
2525
"object-assign": "^4.1.1",
2626
"promise": "^8.1.0",
2727
"raf": "^3.4.1",
28-
"regenerator-runtime": "^0.13.7",
29-
"whatwg-fetch": "^3.4.1"
28+
"regenerator-runtime": "^0.13.9",
29+
"whatwg-fetch": "^3.6.2"
3030
}
3131
}

packages/react-dev-utils/__tests__/getCSSModuleLocalIdent.test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ const options = { context: undefined, hashPrefix: '', regExp: null };
1616
const tests = [
1717
{
1818
resourcePath: '/path/to/file.module.css',
19-
expected: 'file_class__13tFD',
19+
expected: 'file_class__jqNYY',
2020
},
2121
{
2222
resourcePath: '/path/to/file.module.scss',
23-
expected: 'file_class__3lYUI',
23+
expected: 'file_class__BjEjJ',
2424
},
2525
{
2626
resourcePath: '/path/to/file.module.sass',
27-
expected: 'file_class__2KnOB',
27+
expected: 'file_class__dINZX',
2828
},
2929
{
3030
resourcePath: '/path/to/file.name.module.css',
31-
expected: 'file_name_class__1OzEh',
31+
expected: 'file_name_class__XpUJW',
3232
},
3333
];
3434

packages/react-dev-utils/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,34 @@
5252
"webpackHotDevClient.js"
5353
],
5454
"dependencies": {
55-
"@babel/code-frame": "^7.10.4",
55+
"@babel/code-frame": "^7.16.0",
5656
"address": "^1.1.2",
57-
"browserslist": "^4.16.5",
58-
"chalk": "^2.4.2",
57+
"browserslist": "^4.18.1",
58+
"chalk": "^4.1.2",
5959
"cross-spawn": "^7.0.3",
6060
"detect-port-alt": "^1.1.6",
61-
"escape-string-regexp": "^2.0.0",
62-
"filesize": "^6.1.0",
63-
"find-up": "^4.1.0",
64-
"fork-ts-checker-webpack-plugin": "^6.0.5",
61+
"escape-string-regexp": "^4.0.0",
62+
"filesize": "^8.0.6",
63+
"find-up": "^5.0.0",
64+
"fork-ts-checker-webpack-plugin": "^6.5.0",
6565
"global-modules": "^2.0.0",
66-
"globby": "^11.0.1",
67-
"gzip-size": "^5.1.1",
68-
"immer": "^9.0.6",
66+
"globby": "^11.0.4",
67+
"gzip-size": "^6.0.0",
68+
"immer": "^9.0.7",
6969
"is-root": "^2.1.0",
70-
"loader-utils": "^2.0.0",
71-
"open": "^7.0.2",
70+
"loader-utils": "^3.2.0",
71+
"open": "^8.4.0",
7272
"pkg-up": "^3.1.0",
73-
"prompts": "^2.4.0",
73+
"prompts": "^2.4.2",
7474
"react-error-overlay": "^6.0.9",
7575
"recursive-readdir": "^2.2.2",
76-
"shell-quote": "^1.7.2",
77-
"strip-ansi": "^6.0.0",
76+
"shell-quote": "^1.7.3",
77+
"strip-ansi": "^6.0.1",
7878
"text-table": "^0.2.0"
7979
},
8080
"devDependencies": {
81-
"cross-env": "^7.0.2",
82-
"jest": "^27.1.0"
81+
"cross-env": "^7.0.3",
82+
"jest": "^27.4.3"
8383
},
8484
"scripts": {
8585
"test": "cross-env FORCE_COLOR=true jest"

packages/react-error-overlay/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"devDependencies": {
3838
"@babel/code-frame": "^7.16.0",
3939
"@babel/core": "^7.16.0",
40-
"anser": "^1.4.10",
41-
"babel-jest": "^27.1.0",
42-
"babel-loader": "^8.2.2",
40+
"anser": "^2.1.0",
41+
"babel-jest": "^27.4.2",
42+
"babel-loader": "^8.2.3",
4343
"babel-preset-react-app": "^10.0.0",
44-
"chalk": "^2.4.2",
45-
"chokidar": "^3.5.1",
44+
"chalk": "^4.1.2",
45+
"chokidar": "^3.5.2",
4646
"cross-env": "^7.0.3",
4747
"eslint": "^8.3.0",
4848
"eslint-config-react-app": "^6.0.0",
4949
"flow-bin": "^0.116.0",
50-
"html-entities": "^1.3.1",
51-
"jest": "^27.1.0",
52-
"jest-fetch-mock": "^2.1.2",
50+
"html-entities": "^2.3.2",
51+
"jest": "^27.4.3",
52+
"jest-fetch-mock": "^3.0.3",
5353
"object-assign": "^4.1.1",
5454
"promise": "^8.1.0",
5555
"raw-loader": "^4.0.2",
56-
"react": "^17.0.1",
56+
"react": "^17.0.2",
5757
"react-app-polyfill": "^2.0.0",
58-
"react-dom": "^17.0.1",
58+
"react-dom": "^17.0.2",
5959
"rimraf": "^3.0.2",
6060
"settle-promise": "^1.0.0",
6161
"source-map": "^0.5.7",
62-
"webpack": "^5.41.1"
62+
"webpack": "^5.64.4"
6363
},
6464
"jest": {
6565
"setupFiles": [

packages/react-error-overlay/src/utils/generateAnsiHTML.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
/* @flow */
99

1010
import Anser from 'anser';
11-
import { AllHtmlEntities as Entities } from 'html-entities';
11+
import { encode } from 'html-entities';
1212
import type { Theme } from '../styles';
1313

14-
const entities = new Entities();
15-
1614
// Map ANSI colors from what babel-code-frame uses to base16-github
1715
// See: https://github.com/babel/babel/blob/e86f62b304d280d0bab52c38d61842b853848ba6/packages/babel-code-frame/src/index.js#L9-L22
1816
const colors = (theme: Theme) => ({
@@ -45,7 +43,7 @@ const anserMap = {
4543
};
4644

4745
function generateAnsiHTML(txt: string, theme: Theme): string {
48-
const arr = new Anser().ansiToJson(entities.encode(txt), {
46+
const arr = new Anser().ansiToJson(encode(txt), {
4947
use_classes: true,
5048
});
5149

packages/react-scripts/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -29,58 +29,58 @@
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
3131
"@babel/core": "^7.16.0",
32-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
32+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
3333
"@svgr/webpack": "^5.5.0",
34-
"babel-jest": "^27.1.0",
35-
"babel-loader": "^8.2.2",
34+
"babel-jest": "^27.4.2",
35+
"babel-loader": "^8.2.3",
3636
"babel-plugin-named-asset-import": "^0.3.7",
3737
"babel-preset-react-app": "^10.0.0",
3838
"bfj": "^7.0.2",
39-
"browserslist": "^4.16.5",
40-
"camelcase": "^6.2.0",
39+
"browserslist": "^4.18.1",
40+
"camelcase": "^6.2.1",
4141
"case-sensitive-paths-webpack-plugin": "^2.4.0",
42-
"css-loader": "^6.2.0",
43-
"css-minimizer-webpack-plugin": "^3.0.2",
44-
"dotenv": "^9.0.2",
42+
"css-loader": "^6.5.1",
43+
"css-minimizer-webpack-plugin": "^3.2.0",
44+
"dotenv": "^10.0.0",
4545
"dotenv-expand": "^5.1.0",
4646
"eslint": "^8.3.0",
4747
"eslint-config-react-app": "^6.0.0",
4848
"eslint-webpack-plugin": "^3.1.1",
4949
"file-loader": "^6.2.0",
5050
"fs-extra": "^10.0.0",
51-
"html-webpack-plugin": "^5.3.2",
51+
"html-webpack-plugin": "^5.5.0",
5252
"identity-obj-proxy": "^3.0.0",
53-
"jest": "^27.1.0",
54-
"jest-resolve": "^27.1.0",
55-
"jest-watch-typeahead": "^0.6.4",
56-
"mini-css-extract-plugin": "^2.1.0",
57-
"postcss": "^8.3.5",
53+
"jest": "^27.4.3",
54+
"jest-resolve": "^27.4.2",
55+
"jest-watch-typeahead": "^1.0.0",
56+
"mini-css-extract-plugin": "^2.4.5",
57+
"postcss": "^8.4.4",
5858
"postcss-flexbugs-fixes": "^5.0.2",
59-
"postcss-loader": "^6.1.1",
59+
"postcss-loader": "^6.2.1",
6060
"postcss-normalize": "^10.0.1",
61-
"postcss-preset-env": "^6.7.0",
62-
"prompts": "^2.4.1",
61+
"postcss-preset-env": "^7.0.1",
62+
"prompts": "^2.4.2",
6363
"react-app-polyfill": "^2.0.0",
6464
"react-dev-utils": "^11.0.4",
65-
"react-refresh": "^0.10.0",
65+
"react-refresh": "^0.11.0",
6666
"resolve": "^1.20.0",
6767
"resolve-url-loader": "^4.0.0",
68-
"sass-loader": "^12.1.0",
68+
"sass-loader": "^12.3.0",
6969
"semver": "^7.3.5",
70-
"source-map-loader": "^1.1.2",
71-
"style-loader": "^3.0.0",
72-
"terser-webpack-plugin": "^5.1.4",
73-
"webpack": "^5.64.0",
74-
"webpack-dev-server": "^4.4.0",
70+
"source-map-loader": "^3.0.0",
71+
"style-loader": "^3.3.1",
72+
"terser-webpack-plugin": "^5.2.5",
73+
"webpack": "^5.64.4",
74+
"webpack-dev-server": "^4.6.0",
7575
"webpack-manifest-plugin": "^4.0.2",
76-
"workbox-webpack-plugin": "^6.2.4"
76+
"workbox-webpack-plugin": "^6.4.1"
7777
},
7878
"devDependencies": {
79-
"react": "^17.0.1",
80-
"react-dom": "^17.0.1"
79+
"react": "^17.0.2",
80+
"react-dom": "^17.0.2"
8181
},
8282
"optionalDependencies": {
83-
"fsevents": "^2.1.3"
83+
"fsevents": "^2.3.2"
8484
},
8585
"peerDependencies": {
8686
"react": ">= 16",

test/integration/create-react-app/index.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const { rmSync } = require('fs');
77

88
const cli = require.resolve('create-react-app/index.js');
99

10-
jest.setTimeout(1000 * 60 * 5);
10+
// Increase the timeout for GitHub macOS runner
11+
jest.setTimeout(1000 * 60 * (process.env.RUNNER_OS === 'macOS' ? 10 : 5));
1112

1213
const projectName = 'test-app';
1314
const genPath = join(__dirname, projectName);

0 commit comments

Comments
 (0)