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

Upgrade most dev dependencies #10384

Merged
merged 7 commits into from
Feb 15, 2021
Merged

Upgrade most dev dependencies #10384

merged 7 commits into from
Feb 15, 2021

Conversation

mourner
Copy link
Member

@mourner mourner commented Feb 15, 2021

This PR upgrades most dev dependencies to their latest versions (with a few exceptions that are difficult to upgrade such as Flow). A few highlights:

  • The old babel-eslint was replaced with @babel/eslint-parser, which required some config changes, including using "@babel/preset-flow" explicitly.
  • Babelify was removed from build-tape.js because test-query/test-render appear to no longer need it. It was added in Upgrade direct dependencies & do yarn upgrade #9466 (comment)
  • suite_implementation.js was removed as an accidental leftover from some merge conflict resolutions.
  • ESLint upgrades required a few minor changes. Generally we need to revisit the // temporarily disabled for easier upgrading of dependencies rules soon because that "temporary" is there for years now.

@mourner mourner added the skip changelog Used for PRs that do not need a changelog entry label Feb 15, 2021
@mourner mourner merged commit a12cae3 into main Feb 15, 2021
@mourner mourner deleted the dep-upgrades branch February 15, 2021 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Used for PRs that do not need a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants