Skip to content

chore(deps): bump the npm-production group across 1 directory with 12 updates - #718

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-production-6cd30712b5
Open

chore(deps): bump the npm-production group across 1 directory with 12 updates#718
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-production-6cd30712b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-production group with 12 updates in the / directory:

Package From To
@stripe/stripe-js 9.9.0 9.12.0
incur 0.4.10 0.4.19
ox 0.14.33 1.0.3
@typescript/native-preview 7.0.0-dev.20260323.1 7.0.0-dev.20260707.2
hono 4.12.27 4.12.31
tsx 4.22.4 4.23.1
typescript 5.9.3 7.0.2
vite 8.1.3 8.1.5
ws 8.21.0 8.21.1
@tanstack/react-query 5.101.2 5.101.3
wagmi 3.6.21 3.7.3
accounts 0.14.11 0.15.3

Updates @stripe/stripe-js from 9.9.0 to 9.12.0

Release notes

Sourced from @​stripe/stripe-js's releases.

v9.12.0

New features

  • Bump js-yaml from 3.14.2 to 3.15.0 (#950)
  • Bump ws from 5.2.3 to 5.2.7 (#951)
  • Add optional line item types to Checkout SDK (#949)

v9.10.0

Changed

  • Terms element types (#948)
  • Update Checkout Form change event types (#946)
  • Add fields.name types to AE (#947)
  • Add validateElements type to StripeCheckoutLoadActionsSuccess (#945)
Commits

Updates incur from 0.4.10 to 0.4.19

Release notes

Sourced from incur's releases.

incur@0.4.19

Patch Changes

  • 6c6bc6c: Added configurable MCP server names and titles.

    Cli.create("tapimo", { mcp: { name: "tempo", title: "Tempo MCP" } });

incur@0.4.18

Patch Changes

  • 1cc5c95: Prevented completed MCP JSON responses from retaining transport stream state.
  • 9f11871: Isolated stateless MCP requests, preventing cross-client response collisions and retained aborted requests.

incur@0.4.17

Patch Changes

  • 5b9647a: Delivered CTA suggestions in MCP tool result and error text, keeping _meta.cta for structured consumers.

  • eacc238: Added variadic positional arguments: a final z.array(...) args key collects all remaining positionals.

    Cli.create("my-cli").command("lint", {
      args: z.object({ paths: z.array(z.string()).describe("Files to lint") }),
      run: (c) => ({ count: c.args.paths.length }),
    });

incur@0.4.16

Patch Changes

  • 8da2cfc: Fixed parsed global options missing from command handler contexts.

incur@0.4.15

Patch Changes

  • e6f51cd: Changed MCP servers to expose progressive tool discovery by default.

incur@0.4.14

Patch Changes

  • 539d0ac: Added compact and security OpenAPI config options for trimming generated command schemas and skipping credential option injection.
  • 4c0fc4b: Included OpenAPI operation descriptions in MCP tool descriptions by concatenating summary and description; CLI help keeps the short summary.

incur@0.4.13

Patch Changes

  • 20a6f42: Added MCP tool filtering via mcp: false on commands and root-level mcp.tools include/exclude patterns.
  • 3fecb7c: Added remote MCP servers as command sources via cli.command(name, { mcp }).
  • 11b7406: Added context.request for HTTP and MCP invocations and openapiConfig.forwardHeaders for propagating caller headers to upstream APIs.

... (truncated)

Changelog

Sourced from incur's changelog.

0.4.19

Patch Changes

  • 6c6bc6c: Added configurable MCP server names and titles.

    Cli.create("tapimo", { mcp: { name: "tempo", title: "Tempo MCP" } });

0.4.18

Patch Changes

  • 1cc5c95: Prevented completed MCP JSON responses from retaining transport stream state.
  • 9f11871: Isolated stateless MCP requests, preventing cross-client response collisions and retained aborted requests.

0.4.17

Patch Changes

  • 5b9647a: Delivered CTA suggestions in MCP tool result and error text, keeping _meta.cta for structured consumers.

  • eacc238: Added variadic positional arguments: a final z.array(...) args key collects all remaining positionals.

    Cli.create("my-cli").command("lint", {
      args: z.object({ paths: z.array(z.string()).describe("Files to lint") }),
      run: (c) => ({ count: c.args.paths.length }),
    });

0.4.16

Patch Changes

  • 8da2cfc: Fixed parsed global options missing from command handler contexts.

0.4.15

Patch Changes

  • e6f51cd: Changed MCP servers to expose progressive tool discovery by default.

0.4.14

Patch Changes

  • 539d0ac: Added compact and security OpenAPI config options for trimming generated command schemas and skipping credential option injection.
  • 4c0fc4b: Included OpenAPI operation descriptions in MCP tool descriptions by concatenating summary and description; CLI help keeps the short summary.

... (truncated)

Commits

Updates ox from 0.14.33 to 1.0.3

Release notes

Sourced from ox's releases.

ox@1.0.3

Patch Changes

ox@1.0.2

Patch Changes

ox@1.0.1

Patch Changes

  • #301 1815469 Thanks @​jxom! - Preserved leading NUL bytes when decoding ABI string values.

  • #300 1074bb3 Thanks @​jxom! - Restored number-valued SIWE chain IDs for message creation and parsing.

ox@1.0.0

Major Changes

  • #231 40d9408 Thanks @​jxom! - Breaking: Changed ABI decode helpers to checksum decoded addresses by default.

    - AbiParameters.decode(parameters, data)
    + AbiParameters.decode(parameters, data, { checksumAddress: false })
  • #231 40d9408 Thanks @​jxom! - Removed the Tempo TokenId module and narrowed Tempo token inputs (feeToken, Channel.token, PoolId.from tokens) to Address.Address; also removed the now-redundant Channel.Resolved type.

      TxEnvelopeTempo.from({
        // ...
    -   feeToken: 1n,
    +   feeToken: '0x20c0000000000000000000000000000000000001',
      })
  • #231 40d9408 Thanks @​jxom! - Upgraded @noble/ciphers, @noble/curves, @noble/hashes, @scure/bip32, and @scure/bip39 to v2.

    Notable behavioral changes inherited from noble v2:

    • ECDSA signatures now default to lowS: true for both Secp256k1 and P256. Previously P256 signatures could have high-S values.
    • The noble re-exports on Secp256k1, P256, Ed25519, X25519, and Bls now reference the v2 APIs (e.g. randomSecretKey() instead of randomPrivateKey(), Point instead of ProjectivePoint/ExtendedPoint, bls.longSignatures.* instead of top-level bls.sign/verify). If you depended on the v1 shape via Module.noble, refer to the noble v2 changelog.
  • #231 40d9408 Thanks @​jxom! - Breaking: Removed the 4844-only blob-sidecar surface in favor of PeerDAS (EIP-7594).

    • Kzg.Kzg no longer includes computeBlobKzgProof. Bring a PeerDAS-capable backend (e.g. c-kzg ≥ v1.5, micro-eth-signer/advanced/kzg.js ≥ v0.18, or equivalent). The backend must implement computeCells,

... (truncated)

Changelog

Sourced from ox's changelog.

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

  • #301 1815469 Thanks @​jxom! - Preserved leading NUL bytes when decoding ABI string values.

  • #300 1074bb3 Thanks @​jxom! - Restored number-valued SIWE chain IDs for message creation and parsing.

1.0.0

Major Changes

  • #231 40d9408 Thanks @​jxom! - Breaking: Changed ABI decode helpers to checksum decoded addresses by default.

    - AbiParameters.decode(parameters, data)
    + AbiParameters.decode(parameters, data, { checksumAddress: false })
  • #231 40d9408 Thanks @​jxom! - Removed the Tempo TokenId module and narrowed Tempo token inputs (feeToken, Channel.token, PoolId.from tokens) to Address.Address; also removed the now-redundant Channel.Resolved type.

      TxEnvelopeTempo.from({
        // ...
    -   feeToken: 1n,
    +   feeToken: '0x20c0000000000000000000000000000000000001',
      })
  • #231 40d9408 Thanks @​jxom! - Upgraded @noble/ciphers, @noble/curves, @noble/hashes, @scure/bip32, and @scure/bip39 to v2.

    Notable behavioral changes inherited from noble v2:

    • ECDSA signatures now default to lowS: true for both Secp256k1 and P256. Previously P256 signatures could have high-S values.
    • The noble re-exports on Secp256k1, P256, Ed25519, X25519, and Bls now reference the v2 APIs (e.g. randomSecretKey() instead of randomPrivateKey(), Point instead of ProjectivePoint/ExtendedPoint, bls.longSignatures.* instead of top-level bls.sign/verify). If you depended on the v1 shape via Module.noble, refer to the noble v2 changelog.
  • #231 40d9408 Thanks @​jxom! - Breaking: Removed the 4844-only blob-sidecar surface in favor of PeerDAS (EIP-7594).

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (0.14.33) was attested. Review the package versions before updating.


Updates @typescript/native-preview from 7.0.0-dev.20260323.1 to 7.0.0-dev.20260707.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typescript/native-preview since your current version.


Updates hono from 4.12.27 to 4.12.31

Release notes

Sourced from hono's releases.

v4.12.31

What's Changed

Full Changelog: honojs/hono@v4.12.30...v4.12.31

v4.12.30

What's Changed

Full Changelog: honojs/hono@v4.12.29...v4.12.30

v4.12.29

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.28...v4.12.29

v4.12.28

What's Changed

... (truncated)

Commits
  • cadff88 4.12.31
  • 64c613a test(validator): fix misspelled identifier in transform type test (#5136)
  • aeba9ec fix(sse): emit retry feild when retry is 0 (#5135)
  • d796450 fix(request): fix multipart boundary mismatch in cloneRawRequest (#5133)
  • 80959d4 fix(utils/body): reuse cached formData in parseBody() (#5131)
  • 21b44b6 refactor(aws-lambada): remove FIXME in @ts-expect-error (#5130)
  • 5f73897 docs(combine): close quote in combine JSDoc example (#5126)
  • c285f9a chore(benchmark): add app.fetch() overhead benchmark (#5117)
  • fb9d7bf test(context): assert case-insensitive header names in response helpers (#5116)
  • b2ae3a2 4.12.30
  • Additional commits viewable in compare view

Updates tsx from 4.22.4 to 4.23.1

Release notes

Sourced from tsx's releases.

v4.23.1

4.23.1 (2026-07-13)

Bug Fixes

  • support tsImport after global preload (8d4ffc2)
  • watch: avoid clearing piped output (95d0672)
  • watch: treat script and dependency paths literally (79fddde)

Performance Improvements

  • index transform cache lazily (e818ad6)
  • load esbuild lazily in CLI (d067938)
  • map Node TypeScript formats directly (cdcc623)
  • use sync module hooks on Node v22.22.3+ (f8992f1)

This release is also available on:

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

Commits
  • 79fddde fix(watch): treat script and dependency paths literally
  • e818ad6 perf: index transform cache lazily
  • cdcc623 perf: map Node TypeScript formats directly
  • d067938 perf: load esbuild lazily in CLI
  • 95d0672 fix(watch): avoid clearing piped output
  • 6fd4607 docs: add per-page metadata
  • f4176d8 docs: generate sitemap
  • 8d4ffc2 fix: support tsImport after global preload
  • f0e89b2 docs: document Node's public type-stripping API vs internal loader path
  • f8992f1 perf: use sync module hooks on Node v22.22.3+
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates vite from 8.1.3 to 8.1.5

Release notes

Sourced from vite's releases.

v8.1.5

Please refer to CHANGELOG.md for details.

v8.1.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.5 (2026-07-16)

Bug Fixes

  • bundled-dev: avoid duplicated buildEnd (#22931) (8100320)
  • client: overlay error message format align rolldown (#22869) (5a72b87)
  • deps: update all non-major dependencies (#22921) (fef682d)
  • deps: update rolldown-related dependencies (#22922) (3c345e4)
  • module-runner: don't crash stack-trace source mapping when globalThis.Buffer is absent (#22945) (f8b38e3)
  • optimizer: respect importer module format for dynamic import interop with CJS deps (#22951) (6c08c39)
  • ssr: scope switch-case declarations to the switch, not the function (#22893) (b59a73f)

Documentation

  • build: fix incorrect @default for build.cssMinify (#22948) (c88c236)
  • build: fix incorrect @default for build.lib.formats (#22911) (369ed60)

Tests

  • avoid scanner scanning all files under __tests__ (#22912) (c961cae)

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

... (truncated)

Commits
  • 5e7fe12 release: v8.1.5
  • 6c08c39 fix(optimizer): respect importer module format for dynamic import interop wit...
  • 5a72b87 fix(client): overlay error message format align rolldown (#22869)
  • f8b38e3 fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...
  • 8100320 fix(bundled-dev): avoid duplicated buildEnd (#22931)
  • c88c236 docs(build): fix incorrect @default for build.cssMinify (#22948)
  • b59a73f fix(ssr): scope switch-case declarations to the switch, not the function (#22...
  • fef682d fix(deps): update all non-major dependencies (#22921)
  • 3c345e4 fix(deps): update rolldown-related dependencies (#22922)
  • 369ed60 docs(build): fix incorrect @default for build.lib.formats (#22911)
  • Additional commits viewable in compare view

Updates ws from 8.21.0 to 8.21.1

Release notes

Sourced from ws's releases.

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • a2f4e7c [fix] Count empty fragments toward the limit (#2329)
  • e79f912 [pkg] Approve install scripts for bufferutil and utf-8-validate
  • 4ea355d [doc] Document 32-bit signed integer coercion for option values
  • 2120f4c [example] Remove uuid dependency
  • 4c534a6 [security] Add latest vulnerability to SECURITY.md
  • See full diff in compare view

Updates @tanstack/react-query from 5.101.2 to 5.101.3

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-next-experimental@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-persist-client@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query@​5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3
Changelog

Sourced from @​tanstack/react-query's changelog.

5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3
Commits
  • 181ea82 ci: Version Packages (#11089)
  • 6d55b07 test({react,preact}-query): use the '.then()' convention consistently (#11085)
  • 44f38df test({react,preact,solid}-query/useInfiniteQuery): inline the shared 'fetchIt...
  • d1558c1 test({react,preact}-query/usePrefetchQuery): inline the 'generateQueryFn' fac...
  • 99690d1 test({react,preact}-query/usePrefetchInfiniteQuery): inline single-use helper...
  • 10770f0 test({react,preact}-query/usePrefetchInfiniteQuery): inline the shared 'Suspe...
  • dbd5a86 test({react,preact}-query/usePrefetchQuery): inline the shared 'Suspended' co...
  • b955f60 test({react,preact}-query/useSuspenseQuery): assert the 'loading' fallback is...
  • b9c657e test({react,preact}-query/usePrefetchQuery): assert the 'Loading...' fallback...
  • 79d2384 docs(*): fix 'homogenous', 'stoage', 'supressed', 'compoennts' spelling typos...
  • Additional commits viewable in compare view

Updates wagmi from 3.6.21 to 3.7.3

Release notes

Sourced from wagmi's releases.

wagmi@3.7.3

Patch Changes

  • Updated dependencies [57ac9b0]:
    • @​wagmi/core@​3.6.3
    • @​wagmi/connectors@​8.0.24

wagmi@3.7.2

Patch Changes

  • Fixed Tempo Zone hook compatibility with Viem 2.55.2. (#5198)

  • Updated dependencies [54497eb]:

    • @​wagmi/core@​3.6.2
    • @​wagmi/connectors@​8.0.23

wagmi@3.7.1

Patch Changes

  • Updated dependencies [18e9421]:
    • @​wagmi/core@​3.6.1
    • @​wagmi/connectors@​8.0.22

wagmi@3.7.0

Minor Changes

  • Breaking (wagmi/tempo): Updated Tempo APIs for viem 2.54.0: token balance and allowance reads now return Amount objects. (#5188)

Patch Changes

  • Updated dependencies [a45049e]:
    • @​wagmi/core@​3.6.0
    • @​wagmi/connectors@​8.0.21
Changelog

Sourced from wagmi's changelog.

3.7.3

Patch Changes

  • Updated dependencies [57ac9b0]:
    • @​wagmi/core@​3.6.3
    • @​wagmi/connectors@​8.0.24

3.7.2

Patch Changes

  • Fixed Tempo Zone hook compatibility with Viem 2.55.2. (#5198)

  • Updated dependencies [54497eb]:

    • @​wagmi/core@​3.6.2
    • @​wagmi/connectors@​8.0.23

3.7.1

Patch Changes

  • Updated dependencies [18e9421]:
    • @​wagmi/core@​3.6.1
    • @​wagmi/connectors@​8.0.22

3.7.0

Minor Changes

  • Breaking (wagmi/tempo): Updated Tempo APIs for viem 2.54.0: token balance and allowance reads now return Amount objects. (#5188)

Patch Changes

  • Updated dependencies [a45049e]:
    • @​wagmi/core@​3.6.0
    • @​wagmi/connectors@​8.0.21
Commits

Updates accounts from 0.14.11 to 0.15.3

Release notes

Sourced from accounts's releases.

accounts@0.15.3

Patch Changes

  • 7480125: Forward fee payer URLs to JSON-RPC wallets.

accounts@0.15.2

Patch Changes

  • 9d2bdc8: Skipped EIP-6963 provider announcement when crypto.randomUUID ...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@socket-security

socket-security Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedincur@​0.4.197610010097100
Updatedaccounts@​0.14.11 ⏵ 0.15.3791009999 +2100
Addedwagmi@​3.7.3801007997100
Addedvite@​8.1.5981008298100
Added@​tanstack/​react-query@​5.101.3991008798100
Addedws@​8.21.19910010096100
Addedhono@​4.12.31991009796100
Updated@​stripe/​stripe-js@​9.9.0 ⏵ 9.12.09910010099100

View full report

@pkg-pr-new

pkg-pr-new Bot commented Jul 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/mppx@718

commit: eae787b

… updates

Bumps the npm-production group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `9.9.0` | `9.12.0` |
| [incur](https://github.com/wevm/incur) | `0.4.10` | `0.4.19` |
| [ox](https://github.com/wevm/ox) | `0.14.33` | `1.0.3` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260323.1` | `7.0.0-dev.20260707.2` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.12.31` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.3` | `8.1.5` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.2` | `5.101.3` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `3.6.21` | `3.7.3` |
| [accounts](https://github.com/tempoxyz/accounts) | `0.14.11` | `0.15.3` |



Updates `@stripe/stripe-js` from 9.9.0 to 9.12.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v9.9.0...v9.12.0)

Updates `incur` from 0.4.10 to 0.4.19
- [Release notes](https://github.com/wevm/incur/releases)
- [Changelog](https://github.com/wevm/incur/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wevm/incur/compare/incur@0.4.10...incur@0.4.19)

Updates `ox` from 0.14.33 to 1.0.3
- [Release notes](https://github.com/wevm/ox/releases)
- [Changelog](https://github.com/wevm/ox/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wevm/ox/compare/ox@0.14.33...ox@1.0.3)

Updates `@typescript/native-preview` from 7.0.0-dev.20260323.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.27...v4.12.31)

Updates `tsx` from 4.22.4 to 4.23.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.4...v4.23.1)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 8.1.3 to 8.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

Updates `ws` from 8.21.0 to 8.21.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.1)

Updates `@tanstack/react-query` from 5.101.2 to 5.101.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.3/packages/react-query)

Updates `wagmi` from 3.6.21 to 3.7.3
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.7.3/packages/react)

Updates `accounts` from 0.14.11 to 0.15.3
- [Release notes](https://github.com/tempoxyz/accounts/releases)
- [Changelog](https://github.com/tempoxyz/accounts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tempoxyz/accounts/compare/accounts@0.14.11...accounts@0.15.3)

---
updated-dependencies:
- dependency-name: "@stripe/stripe-js"
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: accounts
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: hono
  dependency-version: 4.12.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: incur
  dependency-version: 0.4.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: ox
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-production
- dependency-name: tsx
  dependency-version: 4.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-production
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: wagmi
  dependency-version: 3.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-production-6cd30712b5 branch from 39fc109 to eae787b Compare July 28, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants