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

Viem V2 / Ethers V6 and update deps #178

Merged
merged 27 commits into from
Feb 19, 2024
Merged

Viem V2 / Ethers V6 and update deps #178

merged 27 commits into from
Feb 19, 2024

Conversation

mmaurello
Copy link
Contributor

Description

Update dependencies

Checklist

  • If this requires a documentation change, I have created a PR in moonbeam-docs repository.
  • If this requires it, I have updated the Readme
  • If necessary, I have updated the examples
  • I have verified if I need to create/update unit tests
  • I have verified if I need to create/update acceptance tests
  • If necessary, I have run acceptance tests on this branch in CI

Copy link

changeset-bot bot commented Jan 4, 2024

🦋 Changeset detected

Latest commit: 88d81cc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@moonbeam-network/xcm-config Major
@moonbeam-network/xcm-utils Major
@moonbeam-network/xcm-sdk Major
@moonbeam-network/xcm-builder Major
@moonbeam-network/xcm-types Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

socket-security bot commented Jan 25, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@changesets/[email protected] environment, filesystem, shell Transitive: eval, unsafe +249 24.1 MB changesets-release-bot
npm/@polkadot/[email protected] Transitive: environment, filesystem, network +55 62.1 MB polkadotjs
npm/@polkadot/[email protected] Transitive: environment, filesystem, network +58 64.1 MB polkadotjs
npm/@polkadot/[email protected] None +28 19.8 MB polkadotjs
npm/@polkadot/[email protected] None +22 10.6 MB polkadotjs
npm/@polkadot/[email protected] None +9 4.82 MB polkadotjs
npm/@types/[email protected] None 0 18.5 kB types
npm/@types/[email protected] Transitive: environment, filesystem, unsafe +44 5.61 MB types
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +121 48.8 MB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +110 44 MB jameshenry
npm/[email protected] environment, filesystem, network, shell +6 422 MB robobun
npm/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +203 54.3 MB iamturns
npm/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +92 10.6 MB lydell
npm/[email protected] filesystem, unsafe Transitive: environment, eval, shell +169 15.9 MB ljharb
npm/[email protected] filesystem Transitive: environment, eval, network, shell, unsafe +383 74.9 MB simenb
npm/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +99 19.3 MB jounqin
npm/[email protected] environment, filesystem Transitive: eval, shell, unsafe +91 10.6 MB eslintbot
npm/[email protected] network Transitive: environment, filesystem +8 18.3 MB ricmoo
npm/[email protected] Transitive: environment, filesystem, shell +23 2.42 MB isaacs
npm/[email protected] environment, filesystem, shell 0 3.61 kB typicode
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +291 56.6 MB simenb
npm/[email protected] Transitive: environment, filesystem, shell +52 2.47 MB okonet
npm/[email protected] None 0 134 kB isaacs
npm/[email protected] environment, filesystem, unsafe 0 8.39 MB prettier-bot
npm/[email protected] environment, filesystem, unsafe Transitive: eval, network, shell +295 57.1 MB kul
npm/[email protected] environment, filesystem, unsafe +19 38.1 MB blakeembrey
npm/[email protected] environment, eval, filesystem Transitive: network, shell, unsafe +158 304 MB egoist
npm/[email protected] None +6 117 MB turbobot
npm/[email protected] None 0 32 MB typescript-bot
npm/[email protected] network Transitive: environment, filesystem +15 45.8 MB jmoxey

🚮 Removed packages: npm/@changesets/[email protected], npm/@polkadot/[email protected], npm/@polkadot/[email protected], npm/@polkadot/[email protected], npm/@polkadot/[email protected], npm/@polkadot/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

socket-security bot commented Jan 25, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Native code npm/[email protected]

View full report↗︎

Next steps

What's wrong with native code?

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@mmaurello mmaurello marked this pull request as ready for review February 12, 2024 13:00
@mmaurello mmaurello changed the title update deps Viem V2 Feb 12, 2024
@mmaurello mmaurello changed the title Viem V2 Viem V2 and update deps Feb 12, 2024
Copy link
Collaborator

@ekenigs ekenigs left a comment

Choose a reason for hiding this comment

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

Please also create v1 branch and update the readme.

@mmaurello mmaurello changed the title Viem V2 and update deps Viem V2 / Ethers V6 and update deps Feb 15, 2024
@mmaurello mmaurello merged commit 5e77c1e into main Feb 19, 2024
6 of 7 checks passed
@mmaurello mmaurello deleted the update-deps branch February 19, 2024 08:56
@github-actions github-actions bot mentioned this pull request Feb 19, 2024
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