-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Update all dependencies #11537
Conversation
ESLint 8.0.0 was released and may also be of interest to include, depending on the goals of this PR. https://eslint.org/blog/2021/10/eslint-v8.0.0-released It appears to have been a breaking change primarily due to dropping support for Node.js 10, 13, and 15. |
"dotenv-expand": "^5.1.0", | ||
"eslint": "^7.30.0", | ||
"eslint": "^7.32.0", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 :)
"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", |
There was a problem hiding this comment.
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".
"jest-watch-typeahead": "^0.6.4", | ||
"mini-css-extract-plugin": "^2.1.0", | ||
"postcss": "^8.3.5", | ||
"jest": "^27.2.5", |
There was a problem hiding this comment.
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
I don't mean to clutter this space, but thought I'd share the following since it might be useful to package maintainers especially, but any developer as well. For anyone using VScode: I tend to use this VS Code extension a lot called Version Lens It adds a decoration (similar to Gitlens) next to the dependency name & also lets you click the new version name to update it. |
Dependency updates: What will they break? Will they break things?? Let's find out!
Updated all dependencies, including some major versions which will probably break something.