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

SP-991 Update dependencies, bump version #109

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

bobbrodie
Copy link
Contributor

Overview

This pull request updates dependencies as far as we currently can within a patch version. Only devDependencies are updated:

  • @types/bs58 to 4.0.4
  • @types/elliptic to 6.4.18
  • @types/jest to 29.5.12
  • @types/lodash to 4.17.6
  • @types/node to 20.14.10
  • @typescript-eslint/eslint-plugin to 7.16.0
  • @typescript-eslint/parser to 7.16.0
  • eslint to 8.56.0
  • eslint-config-prettier to 9.1.0
  • eslint-plugin-prettier to 5.1.3
  • msw to 2.3.1
  • rimraf to 5.0.9
  • ts-jest to 29.2.1

Notes

The following will be updated at a later time:

  • bs58: Version 6.0.0 is available and we will check the changelog once it's published
  • eslint: Version 9.x is available but there are compatibility issues with typescript plugins
  • rimraf: Version 6.0.0 is available, but it requires Node 20.x and we will support 18.x until EOL in 2025
  • typescript: Version 5.5.3 is available, however we wouldn't currently take advantage of new features, so we are researching this

@@ -1,5 +1,3 @@
import fetch from 'node-fetch';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since we support a minimum of Node 18.x, we do not need node-fetch. It was also removed by msw.

@bobbrodie bobbrodie merged commit 39ccc4a into bitpay:6.0.x Jul 17, 2024
7 checks passed
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.

2 participants