Skip to content

Version Packages - #348

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#348
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@sei-js/sei-global-wallet@2.0.1

Patch Changes

  • 66deb15: Document that @dynamic-labs/ethereum-aa has to match the @dynamic-labs/global-wallet-client version npm resolves, and keep the release checks on that resolved version instead of a constant.

    Dynamic declares @dynamic-labs/ethereum-aa as an exact peer of its client and pins its internal packages to the client's version, so the two move together on every patch. @dynamic-labs/global-wallet-client is a ^4.96.3 dependency here, which means a Dynamic patch inside that range changes the peer version consumers need. Pinning an older @dynamic-labs/ethereum-aa than the resolved client does not fail the install: npm cannot place the client's exact peer beside the older root copy, so it nests the client under this package and duplicates the whole Dynamic runtime. The Optional peer versions table now states this and shows how to read the version the resolved client asks for.

    The consumer verifier resolved 4.96.3 regardless of what the range resolved to, so Dynamic publishing @dynamic-labs/global-wallet-client@4.96.4 turned the nightly consumer run red on a duplicated Dynamic subtree rather than on any change in this repository. It now resolves the declared range against the registry, pins that client and the peer version it requests in each full consumer, and reports both, so a Dynamic patch is exercised the way an application receives it while a peer pin moving outside this package's published range still fails. A client that npm nests instead of hoisting is now reported as such, rather than as an unresolved dependency.

    No published dependency or peer range changes.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from cf34d1a to 01bff01 Compare August 27, 2026 12:30
@cursor

cursor Bot commented Aug 27, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Release-only version and changelog updates with no dependency range or runtime code changes in this diff.

Overview
Patch release @sei-js/sei-global-wallet@2.0.1 via Changesets: bumps package.json and bun.lock from 2.0.0 to 2.0.1, adds the 2.0.1 changelog entry, and removes the consumed changeset.

The release notes document work already on main: README guidance that @dynamic-labs/ethereum-aa must match the resolved @dynamic-labs/global-wallet-client version (and how mismatches can nest/duplicate Dynamic), plus consumer verifier changes to resolve the declared client range from the registry, pin that client and its requested peer in full consumer runs, and report nested installs correctly. package.json dependency and peer ranges are unchanged in this PR.

Reviewed by Cursor Bugbot for commit 01bff01. Bugbot is set up for automated code reviews on this repo. Configure here.

@seidroid seidroid Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The automated review did not complete; see the failing AI Review check for details.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.17%. Comparing base (66deb15) to head (01bff01).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #348   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          80       80           
  Lines        5410     5410           
=======================================
  Hits         5257     5257           
  Misses        153      153           
Flag Coverage Δ
mcp-server 96.13% <ø> (ø)
precompiles 100.00% <ø> (ø)
registry 100.00% <ø> (ø)
sei-global-wallet 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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