Skip to content

chore(deps): bump the all-updates group across 1 directory with 16 updates#561

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/all-updates-799c9dd269
Open

chore(deps): bump the all-updates group across 1 directory with 16 updates#561
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/all-updates-799c9dd269

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-updates group with 16 updates in the / directory:

Package From To
@reown/appkit 1.8.19 1.8.20
@reown/appkit-adapter-wagmi 1.8.19 1.8.20
@tanstack/query-core 5.100.9 5.101.0
@tanstack/vue-query 5.100.9 5.101.0
@wagmi/core 3.4.8 3.5.0
@wagmi/vue 0.5.11 0.5.17
axios 1.16.0 1.17.0
viem 2.48.8 2.52.0
vue 3.5.33 3.5.35
wagmi 3.6.9 3.6.16
@types/node 24.12.4 25.9.1
lint-staged 16.4.0 17.0.7
playwright 1.59.1 1.60.0
sass 1.99.0 1.100.0
vitest 4.1.5 4.1.8
vue-tsc 3.2.8 3.3.3

Updates @reown/appkit from 1.8.19 to 1.8.20

Release notes

Sourced from @​reown/appkit's releases.

@​reown/appkit-cdn@​1.8.20

Patch Changes

  • Updated dependencies [08f5c48, ed51ea6, cc75433]:
    • @​reown/appkit@​1.8.20
    • @​reown/appkit-adapter-wagmi@​1.8.20
    • @​reown/appkit-adapter-ethers@​1.8.20
    • @​reown/appkit-adapter-ethers5@​1.8.20
    • @​reown/appkit-adapter-solana@​1.8.20
    • @​reown/appkit-polyfills@​1.8.20

@​reown/appkit-wallet@​1.8.20

Patch Changes

  • Updated dependencies [6b7096e]:
    • @​reown/appkit-common@​1.8.20
    • @​reown/appkit-polyfills@​1.8.20

@​reown/appkit-universal-connector@​1.8.20

Patch Changes

@​reown/appkit-polyfills@​1.8.20

No release notes provided.

@​reown/appkit-ui@​1.8.20

Patch Changes

@​reown/appkit-codemod@​1.8.20

No release notes provided.

@​reown/appkit-utils@​1.8.20

Patch Changes

... (truncated)

Commits
  • 6532aab chore: version packages (#5671)
  • bf2209b fix: consolidated bug fixes batch (#5646)
  • cc75433 fix: honor enableInjected/enableEIP6963 and dedupe injected wallets (#5655)
  • ed51ea6 fix: ensure allAccounts is populated after reload (#5651)
  • 842b1bc Fix SVG empty width and height (#5478)
  • b9e6f8f fix: update wallet explorer URL in W3M Get Wallet View (#5647)
  • f789a06 feat(laboratory): add TON and TRON account info sections in multichain view (...
  • 8e93778 fix: build spec-compliant TRON transactions for WalletConnect signing (#5638)
  • db1acd3 fix(tests): capture window.open URL before redirects in clickOpenWebApp (#5657)
  • f913185 feat: expose WC relay clientId in useAppKitWallets (#5608)
  • Additional commits viewable in compare view

Updates @reown/appkit-adapter-wagmi from 1.8.19 to 1.8.20

Release notes

Sourced from @​reown/appkit-adapter-wagmi's releases.

@​reown/appkit-adapter-wagmi@​1.8.20

Patch Changes

  • #5655 cc75433 Thanks @​rtomas! - Fix injected and EIP6963 wallets showing despite being disabled and appearing duplicated. enableInjected is now wired through to the controller state, the wagmi adapter no longer conflates the basic injected connector with EIP6963-discovered ones, featured/recommended wallets are deduped against connectors regardless of the enableEIP6963 flag, and includeWalletIds/excludeWalletIds now also filter injected and EIP6963 connectors in the connect view.

  • Updated dependencies [08f5c48, f913185, ed51ea6, cc75433, 6b7096e]:

    • @​reown/appkit@​1.8.20
    • @​reown/appkit-controllers@​1.8.20
    • @​reown/appkit-utils@​1.8.20
    • @​reown/appkit-common@​1.8.20
    • @​reown/appkit-scaffold-ui@​1.8.20
    • @​reown/appkit-wallet@​1.8.20
    • @​reown/appkit-polyfills@​1.8.20
Commits
  • 6532aab chore: version packages (#5671)
  • bf2209b fix: consolidated bug fixes batch (#5646)
  • cc75433 fix: honor enableInjected/enableEIP6963 and dedupe injected wallets (#5655)
  • ed51ea6 fix: ensure allAccounts is populated after reload (#5651)
  • 842b1bc Fix SVG empty width and height (#5478)
  • b9e6f8f fix: update wallet explorer URL in W3M Get Wallet View (#5647)
  • f789a06 feat(laboratory): add TON and TRON account info sections in multichain view (...
  • 8e93778 fix: build spec-compliant TRON transactions for WalletConnect signing (#5638)
  • db1acd3 fix(tests): capture window.open URL before redirects in clickOpenWebApp (#5657)
  • f913185 feat: expose WC relay clientId in useAppKitWallets (#5608)
  • Additional commits viewable in compare view

Updates @tanstack/query-core from 5.100.9 to 5.101.0

Release notes

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

@​tanstack/query-core@​5.101.0

No release notes provided.

@​tanstack/query-core@​5.100.14

No release notes provided.

@​tanstack/query-core@​5.100.13

Patch Changes

  • fix(query-core): drop the custom NoInfer<T> re-export and rely on TypeScript's built-in NoInfer (TS ≥ 5.4) so NoInfer<X[K]> stays assignable to X[K] in generic contexts (fixes #9937) (#10593)

@​tanstack/query-core@​5.100.12

No release notes provided.

Changelog

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

5.101.0

5.100.14

5.100.13

Patch Changes

  • fix(query-core): drop the custom NoInfer<T> re-export and rely on TypeScript's built-in NoInfer (TS ≥ 5.4) so NoInfer<X[K]> stays assignable to X[K] in generic contexts (fixes #9937) (#10593)

5.100.12

5.100.11

5.100.10

Commits

Updates @tanstack/vue-query from 5.100.9 to 5.101.0

Release notes

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

@​tanstack/vue-query@​5.101.0

Patch Changes

  • #10826 1348095 - Replace deprecated isServer with environmentManager.isServer()

  • Updated dependencies []:

    • @​tanstack/query-core@​5.101.0

@​tanstack/vue-query@​5.100.14

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.14

@​tanstack/vue-query@​5.100.13

Patch Changes

  • fix(query-core): drop the custom NoInfer<T> re-export and rely on TypeScript's built-in NoInfer (TS ≥ 5.4) so NoInfer<X[K]> stays assignable to X[K] in generic contexts (fixes #9937) (#10593)

  • Updated dependencies [d423168]:

    • @​tanstack/query-core@​5.100.13

@​tanstack/vue-query@​5.100.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.12
Changelog

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

5.101.0

Patch Changes

  • #10826 1348095 - Replace deprecated isServer with environmentManager.isServer()

  • Updated dependencies []:

    • @​tanstack/query-core@​5.101.0

5.100.14

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.14

5.100.13

Patch Changes

  • fix(query-core): drop the custom NoInfer<T> re-export and rely on TypeScript's built-in NoInfer (TS ≥ 5.4) so NoInfer<X[K]> stays assignable to X[K] in generic contexts (fixes #9937) (#10593)

  • Updated dependencies [d423168]:

    • @​tanstack/query-core@​5.100.13

5.100.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.12

5.100.11

Patch Changes

  • fix(vue-query): allow reactive and getter values as queryKey property in queryOptions (#10530)

    This fixes a regression introduced in #10452 where queryOptions only accepted plain arrays for the queryKey property, but not computed refs, Ref values, or getter functions. The related fix in #10465 only covered the enabled property.

    Now the queryKey property in queryOptions accepts the same reactive forms as enabled:

    • Plain QueryKey arrays
    • Ref<QueryKey>
    • ComputedRef<QueryKey>
    • () => QueryKey (getter)
  • Updated dependencies []:

    • @​tanstack/query-core@​5.100.11

5.100.10

... (truncated)

Commits

Updates @wagmi/core from 3.4.8 to 3.5.0

Release notes

Sourced from @​wagmi/core's releases.

@​wagmi/core@​3.5.0

Minor Changes

  • Added discovered EIP-6963 providers to the connector setup config. (#5128)

@​wagmi/core@​3.4.12

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()

@​wagmi/core@​3.4.11

Patch Changes

  • wagmi/tempo: Fixed getClient on Tempo connectors to always provide a JSON-RPC account. (#5117)

@​wagmi/core@​3.4.10

Patch Changes

  • Breaking(wagmi/tempo): Removed the signable setup parameter from Tempo connectors. The connector now always hands viem the root account in getClient and the SDK provider performs signing orchestration internally. (#5112)

@​wagmi/core@​3.4.9

Patch Changes

  • wagmi/tempo: Added Actions and Hooks for viem/tempo#wallet actions. (#5103)
Changelog

Sourced from @​wagmi/core's changelog.

3.5.0

Minor Changes

  • Added discovered EIP-6963 providers to the connector setup config. (#5128)

3.4.12

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()

3.4.11

Patch Changes

  • wagmi/tempo: Fixed getClient on Tempo connectors to always provide a JSON-RPC account. (#5117)

3.4.10

Patch Changes

  • Breaking(wagmi/tempo): Removed the signable setup parameter from Tempo connectors. The connector now always hands viem the root account in getClient and the SDK provider performs signing orchestration internally. (#5112)

3.4.9

Patch Changes

... (truncated)

Commits

Updates @wagmi/vue from 0.5.11 to 0.5.17

Release notes

Sourced from @​wagmi/vue's releases.

@​wagmi/vue@​0.5.17

Patch Changes

@​wagmi/vue@​0.5.16

Patch Changes

@​wagmi/vue@​0.5.15

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

@​wagmi/vue@​0.5.14

Patch Changes

@​wagmi/vue@​0.5.13

Patch Changes

  • Updated dependencies [bb4fdbb]:
    • @​wagmi/connectors@​8.0.11

@​wagmi/vue@​0.5.12

Patch Changes

  • Updated dependencies [f86ad01]:
    • @​wagmi/core@​3.4.9
    • @​wagmi/connectors@​8.0.10
Changelog

Sourced from @​wagmi/vue's changelog.

0.5.17

Patch Changes

0.5.16

Patch Changes

0.5.15

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

0.5.14

Patch Changes

0.5.13

Patch Changes

  • Updated dependencies [bb4fdbb]:
    • @​wagmi/connectors@​8.0.11

0.5.12

Patch Changes

  • Updated dependencies [f86ad01]:
    • @​wagmi/core@​3.4.9
    • @​wagmi/connectors@​8.0.10
Commits

Updates axios from 1.16.0 to 1.17.0

Release notes

Sourced from axios's releases.

v1.17.0 — June 1, 2026

This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.

🔒 Security Fixes

  • Config Hardening: Guarded socketPath, params, and paramsSerializer reads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)
  • Release Publishing: Switched the publish workflow to npm staged publishing for safer, auditable package releases with provenance. (#10926)

🚀 New Features

  • HTTP Compression: Added Node HTTP adapter support for zstd response decompression, with transitional.advertiseZstdAcceptEncoding controlling whether zstd is advertised in Accept-Encoding. (#6792, #10920)

🐛 Bug Fixes

  • Authentication Handling: Restored Basic auth on same-origin Node redirects while continuing to strip credentials cross-origin, and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic auth. (#10929, #10896)
  • Proxy TLS: Preserved user httpsAgent TLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)
  • React Native FormData: Cleared default Content-Type for React Native FormData so multipart boundaries can be generated correctly. (#10898)
  • Headers: Silently skipped empty or whitespace-only header names instead of throwing, matching parsed-header behavior and avoiding React Native response crashes. (#10875)
  • Request Data Merging: Preserved enumerable symbol keys when cloning plain request data through axios merge logic. (#10812)
  • Bundler Compatibility: Converted resolveConfig from an arrow default export to a named function export to avoid webpack and Babel transform interop failures. (#10891)
  • Types: Corrected AxiosHeaders.toJSON() return types and updated CommonJS isCancel typings to narrow to CanceledError<T>. (#10956, #10952)
  • Build Tooling: Avoided emitting a null Authorization header from the GitHub build helper when GITHUB_TOKEN is unset. (#10931)

🔧 Maintenance & Chores

  • HTTP/2 Internals: Extracted Http2Sessions into its own helper module and added direct unit coverage for session pooling, timeout, and cleanup behavior. (#10861)
  • Package Publishing: Reduced published package size by switching to a files allowlist and dropping unneeded unminified bundle source maps. (#10939)
  • CI and Release Automation: Added bundle-size reporting, moved reports to the job summary, fixed bundle-size comparison coverage, added Node 26 to the matrix, pinned npm for staged publishing, and prepared the 1.17.0 release. (#10907, #10911, #10916, #10927, #10935, #10983)
  • Developer Workflow: Added a dev container and iterated on OpenSpec workflow files before removing them from the release branch. (#10925, #10914, #10958)
  • Documentation and Policy: Updated disclosure, contributor, collaboration, threat-model, advanced docs, README badges, release notes, moderator configuration, and project metadata. (#10890, #10889, #10921, #10945, #10905, #10933, #10915, #10887, #10955)
  • Dependencies: Bumped Babel tooling, Commitlint, ESLint, Rollup, Globals, Vitest, Playwright, fs-extra, qs, docs dependencies, and GitHub Actions dependencies including actions/dependency-review-action and zizmorcore/zizmor-action. (#10871, #10879, #10918, #10919, #10934, #10947, #10954, #10960)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

... (truncated)

Changelog

Sourced from axios's changelog.

v1.17.0 — June 1, 2026

This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.

🔒 Security Fixes

  • Config Hardening: Guarded socketPath, params, and paramsSerializer reads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)
  • Release Publishing: Switched the publish workflow to npm staged publishing for safer, auditable package releases with provenance. (#10926)

🚀 New Features

  • HTTP Compression: Added Node HTTP adapter support for zstd response decompression, with transitional.advertiseZstdAcceptEncoding controlling whether zstd is advertised in Accept-Encoding. (#6792, #10920)

🐛 Bug Fixes

  • Authentication Handling: Restored Basic auth on same-origin Node redirects while continuing to strip credentials cross-origin, and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic auth. (#10929, #10896)
  • Proxy TLS: Preserved user httpsAgent TLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)
  • React Native FormData: Cleared default Content-Type for React Native FormData so multipart boundaries can be generated correctly. (#10898)
  • Headers: Silently skipped empty or whitespace-only header names instead of throwing, matching parsed-header behavior and avoiding React Native response crashes. (#10875)
  • Request Data Merging: Preserved enumerable symbol keys when cloning plain request data through axios merge logic. (#10812)
  • Bundler Compatibility: Converted resolveConfig from an arrow default export to a named function export to avoid webpack and Babel transform interop failures. (#10891)
  • Types: Corrected AxiosHeaders.toJSON() return types and updated CommonJS isCancel typings to narrow to CanceledError<T>. (#10956, #10952)
  • Build Tooling: Avoided emitting a null Authorization header from the GitHub build helper when GITHUB_TOKEN is unset. (#10931)

🔧 Maintenance & Chores

  • HTTP/2 Internals: Extracted Http2Sessions into its own helper module and added direct unit coverage for session pooling, timeout, and cleanup behavior. (#10861)
  • Package Publishing: Reduced published package size by switching to a files allowlist and dropping unneeded unminified bundle source maps. (#10939)
  • CI and Release Automation: Added bundle-size reporting, moved reports to the job summary, fixed bundle-size comparison coverage, added Node 26 to the matrix, pinned npm for staged publishing, and prepared the 1.17.0 release. (#10907, #10911, #10916, #10927, #10935, #10983)
  • Developer Workflow: Added a dev container and iterated on OpenSpec workflow files before removing them from the release branch. (#10925, #10914, #10958)
  • Documentation and Policy: Updated disclosure, contributor, collaboration, threat-model, advanced docs, README badges, release notes, moderator configuration, and project metadata. (#10890, #10889, #10921, #10945, #10905, #10933, #10915, #10887, #10955)
  • Dependencies: Bumped Babel tooling, Commitlint, ESLint, Rollup, Globals, Vitest, Playwright, fs-extra, qs, docs dependencies, and GitHub Actions dependencies including actions/dependency-review-action and zizmorcore/zizmor-action. (#10871, #10879, #10918, #10919, #10934, #10947, #10954, #10960)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

... (truncated)

Commits
  • 4306df2 chore: add fun 88 sponsorship
  • 931cc8f chore(release): prepare release 1.17.0 (#10983)
  • 38ba1b3 fix(fetch): support basic auth from URL (#10896)
  • 32e2515 fix: replace ternary side effect in scr...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
@railway-app railway-app Bot temporarily deployed to euler-lite / euler-lite-pr-561 June 8, 2026 11:16 Destroyed
@railway-app

railway-app Bot commented Jun 8, 2026

Copy link
Copy Markdown

🚅 Deployed to the euler-lite-pr-561 environment in euler-lite

Service Status Web Updated (UTC)
dev-build ✅ Success (View Logs) Web Jun 10, 2026 at 5:57 pm

…dates

Bumps the all-updates group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@reown/appkit](https://github.com/reown-com/appkit) | `1.8.19` | `1.8.20` |
| [@reown/appkit-adapter-wagmi](https://github.com/reown-com/appkit) | `1.8.19` | `1.8.20` |
| [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) | `5.100.9` | `5.101.0` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.100.9` | `5.101.0` |
| [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) | `3.4.8` | `3.5.0` |
| [@wagmi/vue](https://github.com/wevm/wagmi/tree/HEAD/packages/vue) | `0.5.11` | `0.5.17` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.17.0` |
| [viem](https://github.com/wevm/viem) | `2.48.8` | `2.52.0` |
| [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.35` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `3.6.9` | `3.6.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.4` | `25.9.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.4.0` | `17.0.7` |
| [playwright](https://github.com/microsoft/playwright) | `1.59.1` | `1.60.0` |
| [sass](https://github.com/sass/dart-sass) | `1.99.0` | `1.100.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.8` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.8` | `3.3.3` |



Updates `@reown/appkit` from 1.8.19 to 1.8.20
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit@1.8.19...@reown/appkit@1.8.20)

Updates `@reown/appkit-adapter-wagmi` from 1.8.19 to 1.8.20
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/appkit-adapter-wagmi@1.8.19...@reown/appkit-adapter-wagmi@1.8.20)

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

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

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

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

Updates `axios` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.16.0...v1.17.0)

Updates `viem` from 2.48.8 to 2.52.0
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.48.8...viem@2.52.0)

Updates `vue` from 3.5.33 to 3.5.35
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.33...v3.5.35)

Updates `wagmi` from 3.6.9 to 3.6.16
- [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.6.16/packages/react)

Updates `@types/node` from 24.12.4 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `lint-staged` from 16.4.0 to 17.0.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.4.0...v17.0.7)

Updates `playwright` from 1.59.1 to 1.60.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.59.1...v1.60.0)

Updates `sass` from 1.99.0 to 1.100.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.99.0...1.100.0)

Updates `vitest` from 4.1.5 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest)

Updates `vue-tsc` from 3.2.8 to 3.3.3
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.3/packages/tsc)

---
updated-dependencies:
- dependency-name: "@reown/appkit"
  dependency-version: 1.8.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@reown/appkit-adapter-wagmi"
  dependency-version: 1.8.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@tanstack/query-core"
  dependency-version: 5.100.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.100.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-updates
- dependency-name: "@wagmi/core"
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: "@wagmi/vue"
  dependency-version: 0.5.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: lint-staged
  dependency-version: 17.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-updates
- dependency-name: playwright
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: sass
  dependency-version: 1.100.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: viem
  dependency-version: 2.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: vue
  dependency-version: 3.5.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: vue-tsc
  dependency-version: 3.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: wagmi
  dependency-version: 3.6.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
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