Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #11537

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,694 changes: 2,555 additions & 2,139 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/babel-plugin-named-asset-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"index.js"
],
"peerDependencies": {
"@babel/core": "^7.1.0"
"@babel/core": "^7.15.8"
},
"devDependencies": {
"babel-plugin-tester": "^8.0.1",
"jest": "^27.1.0"
"babel-plugin-tester": "^10.1.0",
"jest": "^27.2.5"
},
"scripts": {
"test": "jest"
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"test.js"
],
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/plugin-transform-react-display-name": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/plugin-transform-react-display-name": "^7.15.1",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/confusing-browser-globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"index.js"
],
"devDependencies": {
"jest": "^27.1.0"
"jest": "^27.2.5"
}
}
10 changes: 5 additions & 5 deletions packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
"typescript": "^4.4.3",
"web-vitals": "^2.1.1"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"web-vitals": "^2.1.0"
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.3.0",
"web-vitals": "^2.1.1"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
Expand Down
16 changes: 8 additions & 8 deletions packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"test": "cross-env FORCE_COLOR=true jest"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^4.1.1",
"chalk": "^4.1.2",
"commander": "^8.2.0",
"cross-spawn": "^7.0.3",
"envinfo": "^7.7.3",
"fs-extra": "^9.0.1",
"envinfo": "^7.8.1",
"fs-extra": "^10.0.0",
"hyperquest": "^2.1.3",
"prompts": "^2.4.0",
"semver": "^7.3.2",
"prompts": "^2.4.2",
"semver": "^7.3.5",
"tar-pack": "^3.4.1",
"tmp": "^0.2.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "^27.1.0"
"cross-env": "^7.0.3",
"jest": "^27.2.5"
}
}
24 changes: 12 additions & 12 deletions packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"eslint": "^7.30.0"
},
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/eslint-parser": "^7.14.7",
"@rushstack/eslint-patch": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@rushstack/eslint-patch": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-preset-react-app": "^10.0.0",
"confusing-browser-globals": "^1.0.10",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.9.0"
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^25.0.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.12.4"
},
"engines": {
"node": ">=14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-app-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"stable.js"
],
"dependencies": {
"core-js": "^3.6.5",
"core-js": "^3.18.2",
"object-assign": "^4.1.1",
"promise": "^8.1.0",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.7",
"whatwg-fetch": "^3.4.1"
"regenerator-runtime": "^0.13.9",
"whatwg-fetch": "^3.6.2"
}
}
30 changes: 15 additions & 15 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,34 @@
"webpackHotDevClient.js"
],
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/code-frame": "^7.15.8",
"address": "^1.1.2",
"browserslist": "^4.16.5",
"chalk": "^2.4.2",
"browserslist": "^4.17.3",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"detect-port-alt": "^1.1.6",
"escape-string-regexp": "^2.0.0",
"filesize": "^6.1.0",
"find-up": "^4.1.0",
"fork-ts-checker-webpack-plugin": "^6.0.5",
"escape-string-regexp": "^5.0.0",
"filesize": "^8.0.3",
"find-up": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.4",
"global-modules": "^2.0.0",
"globby": "^11.0.1",
"gzip-size": "^5.1.1",
"globby": "^12.0.2",
"gzip-size": "^6.0.0",
"immer": "^9.0.6",
"is-root": "^2.1.0",
"is-root": "^3.0.0",
"loader-utils": "^2.0.0",
"open": "^7.0.2",
"open": "^8.3.0",
"pkg-up": "^3.1.0",
"prompts": "^2.4.0",
"prompts": "^2.4.2",
"react-error-overlay": "^6.0.9",
"recursive-readdir": "^2.2.2",
"shell-quote": "^1.7.2",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.0.1",
"text-table": "^0.2.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "^27.1.0"
"cross-env": "^7.0.3",
"jest": "^27.2.5"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
Expand Down
30 changes: 15 additions & 15 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
"lib/index.js"
],
"devDependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.2",
"anser": "^1.4.10",
"babel-jest": "^27.1.0",
"@babel/code-frame": "^7.15.8",
"@babel/core": "^7.15.8",
"anser": "^2.0.2",
"babel-jest": "^27.2.5",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"chalk": "^2.4.2",
"chokidar": "^3.5.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint": "^8.0.0",
"eslint-config-react-app": "^6.0.0",
"flow-bin": "^0.116.0",
"html-entities": "^1.3.1",
"jest": "^27.1.0",
"jest-fetch-mock": "^2.1.2",
"flow-bin": "^0.161.0",
"html-entities": "^2.3.2",
"jest": "^27.2.5",
"jest-fetch-mock": "^3.0.3",
"object-assign": "^4.1.1",
"promise": "^8.1.0",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"settle-promise": "^1.0.0",
"source-map": "^0.5.7",
"webpack": "^5.41.1"
"source-map": "^0.7.3",
"webpack": "^5.58.1"
},
"jest": {
"setupFiles": [
Expand Down
46 changes: 23 additions & 23 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,59 +28,59 @@
},
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/core": "^7.15.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"babel-jest": "^27.1.0",
"babel-jest": "^27.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"bfj": "^7.0.2",
"browserslist": "^4.16.5",
"browserslist": "^4.17.3",
"camelcase": "^6.2.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"dotenv": "^9.0.2",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^7.30.0",
"eslint": "^7.32.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump eslint to ^8.0.0 as well here? Need to ensure the plugins are compatible thought.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, this isn't ready yet. See #11374 for tracking - thanks @silverwind :)

"eslint-config-react-app": "^6.0.0",
"eslint-webpack-plugin": "^2.5.4",
"eslint-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.1.0",
"jest-resolve": "^27.1.0",
"jest-watch-typeahead": "^0.6.4",
"mini-css-extract-plugin": "^2.1.0",
"postcss": "^8.3.5",
"jest": "^27.2.5",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest is also on 27.4.3 now

"jest-resolve": "^27.2.5",
"jest-watch-typeahead": "^1.0.0",
"mini-css-extract-plugin": "^2.4.2",
"postcss": "^8.3.9",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.1.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^6.7.0",
"prompts": "^2.4.1",
"prompts": "^2.4.2",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.4",
Copy link

@mwanagosos mwanagosos Dec 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think react-dev-utils should be bumped up.
#11567

Currently, the webpack.config.js uses ForkTsCheckerWarningWebpackPlugin that isn't included in "react-dev-utils": "^11.0.4".

"react-refresh": "^0.10.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"semver": "^7.3.5",
"source-map-loader": "^1.1.2",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.41.1",
"webpack-dev-server": "^4.0.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.58.1",
"webpack-dev-server": "^4.3.1",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.2.4"
"workbox-webpack-plugin": "^6.3.0"
},
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
"fsevents": "^2.3.2"
},
"peerDependencies": {
"react": ">= 16",
Expand Down