Take viem 2.56.8 to match the coupled set - #134
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of the 2026-09-21 dependency sweep. viem moves from 2.56.7 to 2.56.8 in the dev dependency and the override, keeping node-commerce on the same exact pin as pay and the storefronts. viem is not a runtime dependency or peer of the published package, so nothing that ships changes and there is no release. Scoping: 2.56.8's runtime files differ from 2.56.7 only in the version string and one comment. The rest is type declarations.
Merged on main earlier today: the dependabot minor-patch group (
@a2a-js/sdk1.2.0,@types/node,knip; the a2a SDK is dev-only and referenced from source only in comments) and dotenv 18 (dev-only, vitest setup file).Worked with: Varun. Not done: eslint 10 and TypeScript 7 stay held per the registry. Every other exact pin (mppx, @x402/*) is already latest.
Type of change
Public API
Unchanged.
Test plan
Locally:
bun run lint,typecheck,knip,test(1825 passed, 4 skipped) andbuildall exit 0. The lock resolves a singleviem@2.56.8, and OSV overbun.lockfinds no issues.Checklist