Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the all-dependencies group with 27 updates in the / directory:

Package From To
@apollo/client 3.13.8 4.0.7
@fal-ai/client 1.6.2 1.7.0
@iconify-json/lucide 1.2.57 1.2.70
@iconify-json/simple-icons 1.2.43 1.2.55
@nuxt/icon 1.15.0 2.0.0
@nuxt/scripts 0.11.9 0.13.0
@nuxt/ui 3.3.0 4.0.1
@nuxtjs/i18n 9.5.6 10.1.1
@nuxtjs/seo 3.1.0 3.2.2
@nuxtjs/supabase 2.0.0 2.0.1
@paraport/vue 0.1.0-alpha.35 0.1.2
@pinia/nuxt 0.11.1 0.11.2
@reown/appkit 1.7.15 1.8.10
@reown/appkit-adapter-wagmi 1.7.15 1.8.10
@tanstack/vue-query 5.83.0 5.90.5
@unhead/vue 2.0.12 2.0.19
@wagmi/vue 0.1.22 0.2.13
dedot 0.14.1 0.18.3
gql.tada 1.8.11 1.8.13
nuxt-svgo 4.2.4 4.2.6
pinia-plugin-persistedstate 4.4.1 4.5.0
polkadot-api 1.15.1 1.20.0
@antfu/eslint-config 5.0.0 6.0.0
@nuxt/eslint 1.7.1 1.9.0
eslint 9.32.0 9.38.0
pino-pretty 13.1.1 13.1.2
typescript 5.8.3 5.9.3

Updates @apollo/client from 3.13.8 to 4.0.7

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client@​4.0.7

Patch Changes

@​apollo/client@​4.0.6

Patch Changes

  • #12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.

@​apollo/client@​4.0.5

Patch Changes

@​apollo/client@​4.0.4

Patch Changes

  • #12892 db8a04b Thanks @​jerelmiller! - Prevent unhandled rejections from the promise returned by calling the mutate function from the useMutation hook.

  • #12899 5352c12 Thanks @​phryneas! - Fix an issue when invariant is called by external libraries when no dev error message handler is loaded.

  • #12895 71f2517 Thanks @​jerelmiller! - Support skipToken with useQuery to provide a more type-safe way to skip query execution.

    import { skipToken, useQuery } from "@apollo/client/react";
    // Use skipToken in place of skip: true for better type safety
    // for required variables
    const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);

    Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the skip option more difficult.

  • #12900 c0d5be7 Thanks @​phryneas! - Use named export equal instead of default from "@wry/equality"

@​apollo/client@​4.0.3

Patch Changes

@​apollo/client@​4.0.2

Patch Changes

@​apollo/client@​4.0.1

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

4.0.7

Patch Changes

4.0.6

Patch Changes

  • #12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.

4.0.5

Patch Changes

4.0.4

Patch Changes

  • #12892 db8a04b Thanks @​jerelmiller! - Prevent unhandled rejections from the promise returned by calling the mutate function from the useMutation hook.

  • #12899 5352c12 Thanks @​phryneas! - Fix an issue when invariant is called by external libraries when no dev error message handler is loaded.

  • #12895 71f2517 Thanks @​jerelmiller! - Support skipToken with useQuery to provide a more type-safe way to skip query execution.

    import { skipToken, useQuery } from "@apollo/client/react";
    // Use skipToken in place of skip: true for better type safety
    // for required variables
    const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);

    Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the skip option more difficult.

  • #12900 c0d5be7 Thanks @​phryneas! - Use named export equal instead of default from "@wry/equality"

4.0.3

Patch Changes

4.0.2

... (truncated)

Commits

Updates @fal-ai/client from 1.6.2 to 1.7.0

Release notes

Sourced from @​fal-ai/client's releases.

client-v1.7.0

What's Changed

Full Changelog: fal-ai/fal-js@client-v1.6.2...client-v1.7.0

Commits

Updates @iconify-json/lucide from 1.2.57 to 1.2.70

Commits

Updates @iconify-json/simple-icons from 1.2.43 to 1.2.55

Commits

Updates @nuxt/icon from 1.15.0 to 2.0.0

Release notes

Sourced from @​nuxt/icon's releases.

v2.0.0

   🚨 Breaking Changes

    View changes on GitHub
Commits

Updates @nuxt/scripts from 0.11.9 to 0.13.0

Release notes

Sourced from @​nuxt/scripts's releases.

v0.13.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.12.2

   🐞 Bug Fixes

    View changes on GitHub

v0.12.1

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.12.0

This release includes the merge of several new available scripts:

Thank you to all contributors. An extra special shout out to @​OrbisK, @​dennisadriaans, @​DamianGlowala, @​vachmara & @​gelanderosh for their contributions in this release.

⚠️ Please test when upgrading, as there is breaking changes included.

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nuxt/scripts since your current version.


Updates @nuxt/ui from 3.3.0 to 4.0.1

Release notes

Sourced from @​nuxt/ui's releases.

v4.0.1

🐛 Bug Fixes

  • App: allow global portal disabling (#5111) (7659fa1)
  • AuthForm: export type with proper inference for field-specific props (#5106) (344f269)
  • Avatar: remove redundant img role (066b8a1), closes #5044
  • Carousel: ensure plugins init after client-side navigation (#5117) (21fbe63)
  • Carousel: invert arrow keys in RTL direction (#5072) (fde53ee)
  • ChatMessages: ensure content is render before scrolling (0db622a)
  • ChatMessages: watch deep to handle streaming with parts (ff67fa3)
  • components: add missing data-orientation for consistency (a9fe7c6)
  • ContentNavigation: improve path matching and recursion with default-open (22ee075), closes #5112
  • ContentSearch/DashboardSearch: proxy modal props to support fullscreen (095a0c1)
  • DashboardPanel/DashboardSidebar: handle RTL mode (#5109) (fface35)
  • Drawer: prevent unwanted close when dismissible is false (#5085) (2abdc21)
  • Drawer: use full height/width for snapPoints (#5041) (b145768)
  • locale: improve ckb translations (#5079) (3ee3a5e)
  • locale: improve typography with ellipsis (#5052) (391f9f5)
  • Pagination: make ellipsis non-interactive (#5081) (62f64cc)
  • Table: empty cell value causing hydration errors (#5069) (44a38ea)
  • unplugin: handle components resolution with subpath (31db8d9)
  • useKbd: update escape key from to Esc (#5076) (64d1589)
  • vue: align useCookie stub with nuxt's default value handling (#5089) (f531807)

👋 New Contributors

Full Changelog: nuxt/ui@v4.0.0...v4.0.1

v4.0.0

We are excited to announce Nuxt UI v4, a major milestone that unifies Nuxt UI and Nuxt UI Pro into a single, fully open-source library. Following NuxtLabs joining Vercel in July, we're now able to offer 100+ production-ready components and a complete Figma Kit available for free to everyone.

Read the blog post announcement: https://nuxt.com/blog/nuxt-ui-v4

Get started with Nuxt UI v4 →

✨ Highlights

🌐 Unified and Open Source

Nuxt UI v4 marks a significant milestone by merging Nuxt UI and Nuxt UI Pro into one cohesive, fully open-source library:

  • 100+ components: Complete access to all components, including those previously exclusive to Pro
  • Figma Kit: Professional design resources now available to everyone
  • Single package: Everything unified under @nuxt/ui

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

4.0.1 (2025-10-02)

Bug Fixes

  • App: allow global portal disabling (#5111) (7659fa1)
  • AuthForm: export type with proper inference for field-specific props (#5106) (344f269)
  • Avatar: remove redundant img role (066b8a1), closes #5044
  • Carousel: ensure plugins init after client-side navigation (#5117) (21fbe63)
  • Carousel: invert arrow keys in RTL direction (#5072) (fde53ee)
  • ChatMessages: ensure content is render before scrolling (0db622a)
  • ChatMessages: watch deep to handle streaming with parts (ff67fa3)
  • components: add missing data-orientation for consistency (a9fe7c6)
  • ContentNavigation: improve path matching and recursion with default-open (22ee075), closes #5112
  • ContentSearch/DashboardSearch: proxy modal props to support fullscreen (095a0c1)
  • DashboardPanel/DashboardSidebar: handle RTL mode (#5109) (fface35)
  • Drawer: prevent unwanted close when dismissible is false (#5085) (2abdc21)
  • Drawer: use full height/width for snapPoints (#5041) (b145768)
  • locale: improve ckb translations (#5079) (3ee3a5e)
  • locale: improve typography with ellipsis (#5052) (391f9f5)
  • Pagination: make ellipsis non-interactive (#5081) (62f64cc)
  • Table: empty cell value causing hydration errors (#5069) (44a38ea)
  • unplugin: handle components resolution with subpath (31db8d9)
  • useKbd: update escape key from to Esc (#5076) (64d1589)
  • vue: align useCookie stub with nuxt's default value handling (#5089) (f531807)

4.0.0 (2025-09-23)

4.0.0-beta.0 (2025-09-22)

Bug Fixes

  • ChatMessages: wrap indicator with slot (#5036) (c00bf30)
  • CheckboxGroup: proxy generic to emits (ffa5b23)
  • Form: flaky reactivity test (#5038) (263015c)
  • Form: flaky reactivity tests (#5033) (817b902)
  • Form: improve nested form validation handling (#5024) (77a554e)
  • Form: remove joi and yup in favor of @​standard-schema/spec (#5035) (723cf36)
  • InputMenu: ensure to pass a string to items when multiple (9beccbb), closes #5018
  • InputTags: add blur and focus event handlers on input (#5007) (3fd2614)
  • locale: improve translations in pt locale (#5003) (725ef9b)
  • module: only inject tailwindcss vite plugin once (#5008) (c2e39dd)
  • ProseImg: add w-full by default (#4997) (de47add)
  • Tabs: use nullish coalescing on item value (340fc48), closes #4804
  • Tree: remove value-key in favor of get-key (#4999) (240ff42)
  • types: allow arbitrary keys in tv config (#4992) (ae77b69)

4.0.0-alpha.2 (2025-09-17)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • ddc3b10 chore(release): v4.0.1
  • b145768 fix(Drawer): use full height/width for snapPoints (#5041)
  • a1a4d2a chore(deps): update tailwindcss to ^4.1.14 (v4) (#5127)
  • b6dc9dc docs(mcp): add missing queryCollection import (#5124)
  • 21fbe63 fix(Carousel): ensure plugins init after client-side navigation (#5117)
  • 8adfdbe docs(llms): add proper spacing to text (#5122)
  • 9c433fe docs(mcp): revise Cursor MCP setup instructions (#5118)
  • 44a38ea fix(Table): empty cell value causing hydration errors (#5069)
  • 066b8a1 fix(Avatar): remove redundant img role
  • 1c2da64 docs(app): put back key on content navigation
  • Additional commits viewable in compare view

Updates @nuxtjs/i18n from 9.5.6 to 10.1.1

Release notes

Sourced from @​nuxtjs/i18n's releases.

v10.1.1

   🐞 Bug Fixes

    View changes on GitHub

v10.1.0

🦀 rolldown-vite support

We have updated @intlify/unplugin-vue-i18n to v11 which unlocks projects to use rolldown-vite as described https://github.com/nuxt/nuxt/releases/tag/v4.1.0.

If you do run into issues when using rolldown-vite, please check/report issues at @​intlify/unplugin-vue-i18n.


   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.0.6

We apologize for the recent instability caused by regressions. To ensure a more stable experience, we will now aim for a minimum of 7 days between releases.

If you need a fix that hasn't been released yet, you can temporarily switch to our edge release channel using the following command npm i -D @nuxtjs/i18n@npm:@nuxtjs/i18n-edge.

   🐞 Bug Fixes

    View changes on GitHub

v10.0.5

   🐞 Bug Fixes

    View changes on GitHub

v10.0.4

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v10.1.1 (2025-10-14T10:32:51Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v10.1.0 (2025-09-09T08:43:39Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.0.6 (2025-08-19T14:54:15Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v10.0.5 (2025-08-12T14:45:40Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v10.0.4 (2025-08-08T15:47:16Z)

... (truncated)

Commits

Updates @nuxtjs/seo from 3.1.0 to 3.2.2

Release notes

Sourced from @​nuxtjs/seo's releases.

v3.2.2

No significant changes

    View changes on GitHub

v3.2.1

No significant changes

    View changes on GitHub

v3.2.0

This version implements module dependencies that are available with Nuxt v4.1, and improved Nuxt Content v3.7 compatibility and NPM trusted publishing for all modules for improved security.

It bumps the Nuxt Robots versions, which include the new features:

   🐞 Bug Fixes

   📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nuxtjs/seo since your current version.


Updates @nuxtjs/supabase from 2.0.0 to 2.0.1

Release notes

Sourced from @​nuxtjs/supabase's releases.

v2.0.1

🚀 Features

  • dx: improve error handling and add fetch retry backoff (#534) (87b6c84

💚 Contributors

Full Changelog: nuxt-modules/supabase@v2.0.0...v2.0.1

Changelog

Sourced from @​nuxtjs/supabase's changelog.

2.0.1 (2025-10-08)

Features

  • dx: improve error handling and add fetch retry backoff (#534) (87b6c84)
Commits

…27 updates

Bumps the all-dependencies group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.13.8` | `4.0.7` |
| [@fal-ai/client](https://github.com/fal-ai/fal-js/tree/HEAD/libs/client) | `1.6.2` | `1.7.0` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.57` | `1.2.70` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.43` | `1.2.55` |
| [@nuxt/icon](https://github.com/nuxt/icon) | `1.15.0` | `2.0.0` |
| [@nuxt/scripts](https://github.com/nuxt/scripts) | `0.11.9` | `0.13.0` |
| [@nuxt/ui](https://github.com/nuxt/ui) | `3.3.0` | `4.0.1` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `9.5.6` | `10.1.1` |
| [@nuxtjs/seo](https://github.com/harlan-zw/nuxt-seo) | `3.1.0` | `3.2.2` |
| [@nuxtjs/supabase](https://github.com/nuxt-modules/supabase) | `2.0.0` | `2.0.1` |
| @paraport/vue | `0.1.0-alpha.35` | `0.1.2` |
| [@pinia/nuxt](https://github.com/vuejs/pinia) | `0.11.1` | `0.11.2` |
| [@reown/appkit](https://github.com/reown-com/appkit) | `1.7.15` | `1.8.10` |
| [@reown/appkit-adapter-wagmi](https://github.com/reown-com/appkit) | `1.7.15` | `1.8.10` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.83.0` | `5.90.5` |
| [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue) | `2.0.12` | `2.0.19` |
| [@wagmi/vue](https://github.com/wevm/wagmi/tree/HEAD/packages/vue) | `0.1.22` | `0.2.13` |
| [dedot](https://github.com/dedotdev/dedot/tree/HEAD/packages/dedot) | `0.14.1` | `0.18.3` |
| [gql.tada](https://github.com/0no-co/gql.tada) | `1.8.11` | `1.8.13` |
| [nuxt-svgo](https://github.com/cpsoinos/nuxt-svgo) | `4.2.4` | `4.2.6` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.4.1` | `4.5.0` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.15.1` | `1.20.0` |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `5.0.0` | `6.0.0` |
| [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) | `1.7.1` | `1.9.0` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.38.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.1` | `13.1.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |



Updates `@apollo/client` from 3.13.8 to 4.0.7
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/v3.13.8...@apollo/[email protected])

Updates `@fal-ai/client` from 1.6.2 to 1.7.0
- [Release notes](https://github.com/fal-ai/fal-js/releases)
- [Changelog](https://github.com/fal-ai/fal-js/blob/main/.nxreleaserc.json)
- [Commits](https://github.com/fal-ai/fal-js/commits/client-v1.7.0/libs/client)

Updates `@iconify-json/lucide` from 1.2.57 to 1.2.70
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/simple-icons` from 1.2.43 to 1.2.55
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@nuxt/icon` from 1.15.0 to 2.0.0
- [Release notes](https://github.com/nuxt/icon/releases)
- [Commits](nuxt/icon@v1.15.0...v2.0.0)

Updates `@nuxt/scripts` from 0.11.9 to 0.13.0
- [Release notes](https://github.com/nuxt/scripts/releases)
- [Changelog](https://github.com/nuxt/scripts/blob/main/CHANGELOG.md)
- [Commits](nuxt/scripts@v0.11.9...v0.13.0)

Updates `@nuxt/ui` from 3.3.0 to 4.0.1
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md)
- [Commits](nuxt/ui@v3.3.0...v4.0.1)

Updates `@nuxtjs/i18n` from 9.5.6 to 10.1.1
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v9.5.6...v10.1.1)

Updates `@nuxtjs/seo` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/harlan-zw/nuxt-seo/releases)
- [Commits](harlan-zw/nuxt-seo@v3.1.0...v3.2.2)

Updates `@nuxtjs/supabase` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/nuxt-modules/supabase/releases)
- [Changelog](https://github.com/nuxt-modules/supabase/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/supabase@v2.0.0...v2.0.1)

Updates `@paraport/vue` from 0.1.0-alpha.35 to 0.1.2

Updates `@pinia/nuxt` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected])

Updates `@reown/appkit` from 1.7.15 to 1.8.10
- [Release notes](https://github.com/reown-com/appkit/releases)
- [Commits](https://github.com/reown-com/appkit/compare/@reown/[email protected]...@reown/[email protected])

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

Updates `@tanstack/vue-query` from 5.83.0 to 5.90.5
- [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/[email protected]/packages/vue-query)

Updates `@unhead/vue` from 2.0.12 to 2.0.19
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v2.0.19/packages/vue)

Updates `@wagmi/vue` from 0.1.22 to 0.2.13
- [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/[email protected]/packages/vue)

Updates `dedot` from 0.14.1 to 0.18.3
- [Release notes](https://github.com/dedotdev/dedot/releases)
- [Commits](https://github.com/dedotdev/dedot/commits/v0.18.3/packages/dedot)

Updates `gql.tada` from 1.8.11 to 1.8.13
- [Release notes](https://github.com/0no-co/gql.tada/releases)
- [Changelog](https://github.com/0no-co/gql.tada/blob/main/CHANGELOG.md)
- [Commits](https://github.com/0no-co/gql.tada/compare/[email protected]@1.8.13)

Updates `nuxt-svgo` from 4.2.4 to 4.2.6
- [Release notes](https://github.com/cpsoinos/nuxt-svgo/releases)
- [Changelog](https://github.com/cpsoinos/nuxt-svgo/blob/main/CHANGELOG.md)
- [Commits](cpsoinos/nuxt-svgo@v4.2.4...v4.2.6)

Updates `pinia-plugin-persistedstate` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v4.4.1...v4.5.0)

Updates `polkadot-api` from 1.15.1 to 1.20.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/[email protected]@1.20.0)

Updates `@antfu/eslint-config` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v5.0.0...v6.0.0)

Updates `@nuxt/eslint` from 1.7.1 to 1.9.0
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.9.0/packages/module)

Updates `eslint` from 9.32.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.32.0...v9.38.0)

Updates `pino-pretty` from 13.1.1 to 13.1.2
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v13.1.1...v13.1.2)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@fal-ai/client"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@nuxt/icon"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@nuxt/scripts"
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxt/ui"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/seo"
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/supabase"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@paraport/vue"
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@pinia/nuxt"
  dependency-version: 0.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@reown/appkit"
  dependency-version: 1.8.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@reown/appkit-adapter-wagmi"
  dependency-version: 1.8.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.90.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unhead/vue"
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@wagmi/vue"
  dependency-version: 0.2.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dedot
  dependency-version: 0.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: gql.tada
  dependency-version: 1.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nuxt-svgo
  dependency-version: 4.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pinia-plugin-persistedstate
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: polkadot-api
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@antfu/eslint-config"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@nuxt/eslint"
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pino-pretty
  dependency-version: 13.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@railway-app
Copy link

railway-app bot commented Oct 20, 2025

🚅 Environment app-pr-580 in chaotic-art has no services deployed.

@railway-app railway-app bot temporarily deployed to app (chaotic-art / app-pr-580) October 20, 2025 23:50 Destroyed
@vercel
Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
koda Ready Ready Preview Comment Oct 20, 2025 11:55pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@cloudflare-workers-and-pages
Copy link

Deploying app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9ebdf78
Status: ✅  Deploy successful!
Preview URL: https://f8f8fdc4.app-bzd.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-all-uxec.app-bzd.pages.dev

View logs

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-e9e9e1ba75 branch October 27, 2025 08:27
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