chore(deps): bump the minor-patch group with 3 updates - #110
Merged
Merged
Conversation
Bumps the minor-patch group with 3 updates: [@solana/kit](https://github.com/anza-xyz/kit), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip). Updates `@solana/kit` from 8.2.0 to 8.3.0 - [Release notes](https://github.com/anza-xyz/kit/releases) - [Commits](anza-xyz/kit@v8.2.0...v8.3.0) Updates `@types/node` from 26.5.0 to 26.5.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `knip` from 6.35.0 to 6.35.1 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.35.1/packages/knip) --- updated-dependencies: - dependency-name: "@solana/kit" dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@types/node" dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: knip dependency-version: 6.35.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
8 tasks
vvillait88
added a commit
that referenced
this pull request
Sep 14, 2026
## Summary
Dependency sweep for pay, plus the release bump to 0.5.6.
- `@agent-score/sdk` floor `^2.7.10` to `^2.7.11` (published earlier in
this sweep) and `@clack/prompts` 1.8.0 to 1.8.1.
- Coupled-set pins: `mppx` 0.9.2 to 0.9.3 and `viem` 2.56.3 to 2.56.5,
in both the dependency and the single-version `viem` override, matching
node-commerce 2.12.1 (released today). pay constructs only `tempo({
account })` from `mppx/client`; in 0.9.3 the Tempo proof EIP-712 domain
in `dist/tempo/internal/proof.js` is still version `'3'`, and the only
Tempo client file that changed is `Subscription.js`, which pay does not
use. mppx's `viem >=2.54.0` peer is satisfied and the lock holds one
viem copy.
- The osv-scanner binary the Dependency Scan job downloads moves from
v2.5.1 to v2.6.0.
- #110 (merged before this) already took `@solana/kit` 8.3.0 and dev
tooling.
Override drill, each removed alone from a clean install: `esbuild
^0.28.1` is load-bearing (0.27.7 returns), `viem` resolves identically
without it and stays as the coupled set's single-version discipline. The
`incur@0.5.1` patch is still needed (upstream 0.5.1 still routes the MCP
transport through the `importModule` indirection), still applies, and
carries no local paths.
Checked and found current: the exact pins `bun outdated` cannot show
(`@x402/core`/`evm`/`fetch` 2.25.0, `incur` 0.5.1, `@solana/mpp` 0.7.0,
`@solana-program/system` 0.14.1, `@solana-program/token` 0.16.1) and the
remaining caret deps; every Action on its latest release-tag major;
`sigstore/cosign-installer` v4.1.2 is upstream latest; bun 1.4.2;
dependabot config; hook/CI parity.
Not taken: eslint 10 and TypeScript 7 (org-wide holds), lefthook 2.1.14
(inside the 24h release-age soak).
## Type of change
- [ ] Bug fix (no breaking change)
- [ ] New feature (no breaking change)
- [ ] Breaking change (existing callers must update)
- [x] Docs, tests, or internal maintenance only
## Public API
None. No command, flag, or output envelope changed.
## Test plan
Gates, from a clean install: `bun run lint`, `typecheck`, `knip`,
`build`, `test -- --coverage` (57 files, 577 passed, 2 skipped), all
exit 0. `osv-scanner` 2.6.0 over `bun.lock`: 682 packages, no issues.
Compiled binary (the incur serveCli protocol):
`build:binary:darwin-arm64` builds, `--version` reports the injected
`0.5.6`, and an MCP `initialize` plus `tools/list` handshake over stdio
against the binary returns `serverInfo agentscore-pay 0.5.6` and the
discovery tools (`search_tools`, `get_tool_details`, `call_read_tool`,
`call_write_tool`).
Live settles with this branch's build against the fullenrich storefront
(which still runs the previous node-commerce), smoke wallet:
| Rail | Ungated `/company/lookup` | Gated `/person/enrich/work-email`
(KYC) |
|---|---|---|
| Base (x402) | 200, charged $0.02, completed | 200, charged $0.07,
completed |
| Tempo (MPP) | 200, charged $0.02, completed | 200, charged $0.07,
completed |
| Solana (MPP) | 402 `payment_proof_invalid` | not attempted |
Solana is not exercised: the smoke wallet holds 0 USDC on Solana. The
released 0.5.5 returns the identical `payment_proof_invalid` for the
same request, so the failure is the unfunded wallet, not this change. A
Solana settle is still owed once the wallet is funded.
## Checklist
- [x] Tests cover the new behavior, and the suite passes locally
- [x] Lint, format, and type checks pass
- [x] Docs and README examples updated if the public surface changed
- [x] No secrets, credentials, or personal data in the diff or the tests
Worked with Varun. The tag follows the merge; the release also updates
the Homebrew tap, and the fleet's pinned pay version moves in the
hivemind afterwards.
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.
Bumps the minor-patch group with 3 updates: @solana/kit, @types/node and knip.
Updates
@solana/kitfrom 8.2.0 to 8.3.0Release notes
Sourced from @solana/kit's releases.
Commits
7dfaf88Version Packages (#2021)7a14614AddHasAddressand account meta overrides to program client inputs (#2025)cae725cAdd fatal, ignoreBOM and removeNullCharacters options to the UTF-8 codec (#2041)8af3229Add createLazyKeyPairSignerFromBytes to@solana/signers(#2031)a5267b3Add tap codec helpers for observing values and bytes (#2030)cd2776eAdd a requireSizePrefix option to the array, map and set codecs (#2042)15ef7fddocs: use number predicates in getPatternMatchCodec example (#2032)c5f10fbBump next from 16.3.1 to 16.3.3 in /docs (#2044)3206678Add u256/i256 number codecs and extract shared word-combining helpers (#2029)b7c8aeaBump the undici group with 2 updates (#2043)Updates
@types/nodefrom 26.5.0 to 26.5.1Commits
Updates
knipfrom 6.35.0 to 6.35.1Release notes
Sourced from knip's releases.
Commits
68a5344Release knip@6.35.17be11aaFix npm alias attribution under Yarn PnP (resolve #2024)37b2642Exit with code 2 when a plugin config file fails to load (#1947)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions