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

chore(deps): upgrade a load of dependencies/devDependencies #1432

Merged
merged 11 commits into from
Jan 22, 2021
Merged

Conversation

benjie
Copy link
Member

@benjie benjie commented Jan 20, 2021

Description

Most things, to be honest.

Performance impact

Unknown.

Security impact

Hopefully an improvement 🤞

Checklist

  • My code matches the project's code style and yarn lint:fix passes.
  • I've added tests for the new feature, and yarn test passes.
  • I have detailed the new feature in the relevant documentation.
  • I have added this feature to 'Pending' in the RELEASE_NOTES.md file (if one exists).
  • If this is a breaking change I've explained why.

@benjie
Copy link
Member Author

benjie commented Jan 22, 2021

We had to use non-latest versions of some things:

  • Webpack v5 breaks a bunch of stuff I couldn't be bothered to resolve, so reverted to v4
  • Upgrading @types/node to 14.x causes lots of TypeScript issues, so I reverted
  • Jest 26.x drops support for Node 8 so CI starts failing; so we've upgraded from Jest 24 to 25 but we're stuck there.

@benjie benjie merged commit ba9a7bc into main Jan 22, 2021
@benjie benjie deleted the upgrades branch January 22, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant