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

Conversation

iansu
Copy link
Contributor

@iansu iansu commented Oct 10, 2021

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.

@iansu iansu requested a review from mrmckeb as a code owner October 10, 2021 21:24
@kkirsche
Copy link

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
https://eslint.org/docs/user-guide/migrating-to-8.0.0

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",

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 :)

@GoetzGoerisch
Copy link

@iansu #11583 relates to this PR.

"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".

"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

@cliffordfajardo
Copy link

cliffordfajardo commented Dec 5, 2021

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.
Plus hover text that's linkedin directly to the repo so you can see the release/changelog of a package:

@iansu iansu closed this Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants