chore(deps): bump the minor-patch group with 5 updates - #128
Merged
Merged
Conversation
Bumps the minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@solana/kit](https://github.com/anza-xyz/kit) | `8.2.0` | `8.3.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.5.0` | `26.5.1` | | [fastify](https://github.com/fastify/fastify) | `5.12.3` | `5.12.4` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.34.0` | `6.35.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.69.0` | `8.70.0` | 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 `fastify` from 5.12.3 to 5.12.4 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/commits/v5.12.4) Updates `knip` from 6.34.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) Updates `typescript-eslint` from 8.69.0 to 8.70.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@solana/kit" dependency-version: 8.3.0 dependency-type: direct:development 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: fastify dependency-version: 5.12.4 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-minor dependency-group: minor-patch - dependency-name: typescript-eslint dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor 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 node-commerce, plus the release bump to 2.12.1. - `@agent-score/sdk` floor `^2.7.10` to `^2.7.11`, the release published earlier in this sweep. It is the package's one runtime dependency, so merchants installing 2.12.1 get it. - Coupled-set pins: `mppx` 0.9.2 to 0.9.3 and `viem` 2.56.3 to 2.56.5, in both the dev pin and the single-version `viem` override. The Tempo zero-amount proof EIP-712 domain in `dist/tempo/internal/proof.js` is still version `'3'` in 0.9.3, so agent and verifier cannot disagree on it. The 0.9.3 changes on this package's import path (`mppx/server`, root `mppx`) are additive: challenge context on payment-success hooks, a fee-payer policy option that allows sponsorship by default, Stripe PaymentIntent metadata, and patched `fast-uri`/`qs`. mppx 0.9.3's peers (`viem >=2.54.0`, `@x402/core >=2.22.0`, `hono >=4.12.25`, `express >=5`) all resolve 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, a workflow input dependabot never proposes. - CLAUDE.md's "Dev: linked sdk" note said the dependency is `link:@agent-score/sdk`; it has been a registry range, so the note now says how to link temporarily and restore. - #128 (merged before this) already took `@solana/kit` 8.3.0, `fastify` 5.12.4 and dev tooling into the lock. Override drill, each removed alone from a clean install: `axios ^1.18.0` is load-bearing (cdp-sdk's exact 1.16.0 returns without it), `esbuild ^0.28.1` is load-bearing (0.27.7 returns), `viem` resolves identically without it today and stays as the coupled set's single-version discipline. Checked and found current: `@x402/core`/`evm`/`extensions` 2.25.0 and `@solana/mpp` 0.7.0 are upstream latest (exact pins, which `bun outdated` cannot show); every Action is on its latest release-tag major; bun 1.4.2; dependabot config (held majors scoped, coupled pins blanket-ignored by design); hook/CI parity. A nested `@solana/kit` 5.5.1 under dev-only `@coinbase/cdp-sdk` predates this change. Not taken: eslint 10 and TypeScript 7 (org-wide holds), lefthook 2.1.14 (inside the 24h release-age soak). Still owed, and sequenced rather than dropped: the holds registry requires a live Base, Tempo and Solana settle after a coupled-set bump. It needs pay on mppx 0.9.3 paying a storefront running 2.12.1, so it runs at the storefront stage of this sweep. ## 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 exported type, signature, or wire shape changed. ## Test plan From a clean `bun install --frozen-lockfile`: `bun run lint`, `bun run build`, `bun run typecheck` (source and examples), `bun run knip`, `bun run test` with coverage (119 files, 1825 passed, 4 skipped), all exit 0. `osv-scanner` 2.6.0 over `bun.lock`: 899 packages, no issues. ## 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.
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 5 updates:
8.2.08.3.026.5.026.5.15.12.35.12.46.34.06.35.18.69.08.70.0Updates
@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
fastifyfrom 5.12.3 to 5.12.4Release notes
Sourced from fastify's releases.
Commits
Updates
knipfrom 6.34.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)c2d652cRelease knip@6.35.04afbbcfAdd editor severity setting for diagnostics (resolve #1955)db6d891Add mise plugin (resolve #2001)1cc979bResolve Vite public script entries (resolve #2023)e2bd3fcUpdate dependencies75d5628fix: ignore raw Vite import globs (#2017)a4c7a93Fix Windows paths in cache persistence and test fixturesUpdates
typescript-eslintfrom 8.69.0 to 8.70.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
7ee7608chore(release): publish 8.70.04586535fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...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