Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 42 updates#880

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-030696c93d
Open

chore(deps): bump the all-dependencies group across 1 directory with 42 updates#880
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-030696c93d

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 19, 2026

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

Package From To
@apollo/client 3.13.8 4.1.9
@fal-ai/client 1.6.2 1.10.1
@iconify-json/lucide 1.2.57 1.2.108
@iconify-json/simple-icons 1.2.43 1.2.83
@nuxt/fonts 0.11.4 0.14.0
@nuxt/icon 2.1.0 2.2.2
@nuxt/ui 4.1.0 4.7.1
@nuxtjs/i18n 10.1.2 10.3.0
@nuxtjs/seo 3.4.0 5.1.3
@pinia/nuxt 0.11.1 0.11.3
@polkadot/util-crypto 13.5.7 14.0.3
@posthog/nuxt 1.5.84 1.7.35
@tanstack/vue-query 5.83.0 5.100.11
@unhead/vue 2.0.12 3.1.0
@vueuse/core 13.9.0 14.3.0
@wagmi/vue 0.4.15 0.5.16
date-fns 4.1.0 4.2.1
dedot 0.14.1 1.3.0
gql.tada 1.8.11 1.9.2
markdown-it 14.1.0 14.1.1
nuxt 4.2.0 4.4.6
nuxt-svgo 4.2.6 5.3.0
ofetch 1.4.1 1.5.1
pinia 3.0.3 3.0.4
pinia-plugin-persistedstate 4.4.1 4.7.1
polkadot-api 1.20.0 2.1.3
try 1.0.0-beta.10 1.0.3
unzipit 1.4.3 2.0.1
valibot 1.1.0 1.4.0
vue 3.5.22 3.5.34
@antfu/eslint-config 6.1.0 9.0.0
@gql.tada/vue-support 1.0.1 1.0.2
@nuxt/eslint 1.14.0 1.15.2
@polkadot/apps-config 0.169.1 0.171.1
@types/lodash 4.17.20 4.17.24
@types/prismjs 1.26.5 1.26.6
baseline-browser-mapping 2.9.19 2.10.31
eslint 9.38.0 10.4.0
pino-pretty 13.1.1 13.1.3
typescript 5.8.3 6.0.3
vitest 4.0.18 4.1.6
vue-tsc 3.2.3 3.3.0

Updates @apollo/client from 3.13.8 to 4.1.9

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client@​4.1.9

Patch Changes

  • #13203 099954b Thanks @​copilot-swe-agent! - Remove the workspaces field from the published package.json in dist to avoid Yarn v1 warnings about workspaces requiring private packages.

@​apollo/client@​4.1.8

Patch Changes

@​apollo/client@​4.1.7

Patch Changes

@​apollo/client@​4.1.6

Patch Changes

  • #13128 6c0b8e4 Thanks @​pavelivanov! - Fix useQuery hydration mismatch when ssr: false and skip: true are used together

    When both options were combined, the server would return loading: false (because useSSRQuery checks skip first), but the client's getServerSnapshot was returning ssrDisabledResult with loading: true, causing a hydration mismatch.

@​apollo/client@​4.1.5

Patch Changes

@​apollo/client@​4.1.4

Patch Changes

  • #13124 578081f Thanks @​Re-cool! - Ensure PersistedQueryLink merges http and fetchOptions context values instead of overwriting them.

@​apollo/client@​4.1.3

Patch Changes

  • #13111 bf46fe0 Thanks @​RogerHYang! - Fix createFetchMultipartSubscription to support cancellation via AbortController

    Previously, calling dispose() or unsubscribe() on a subscription created by createFetchMultipartSubscription had no effect - the underlying fetch request would continue running until completion. This was because no AbortController was created or passed to fetch(), and no cleanup function was returned from the Observable.

@​apollo/client@​4.1.2

Patch Changes

  • #13105 8b62263 Thanks @​phryneas! - ssrMode, ssrForceFetchDelay or prioritizeCacheValues should not override fetchPolicy: 'cache-only', fetchPolicy: 'no-cache', fetchPolicy: 'standby', skip: true, or skipToken when reading the initial value of an ObservableQuery.

  • #13105 8b62263 Thanks @​phryneas! - Fix skipToken in useQuery with prerenderStatic and related SSR functions.

  • #13105 8b62263 Thanks @​phryneas! - Avoid fetches with fetchPolicy: no-cache in useQuery with prerenderStatic and related SSR functions.

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

4.1.9

Patch Changes

  • #13203 099954b Thanks @​copilot-swe-agent! - Remove the workspaces field from the published package.json in dist to avoid Yarn v1 warnings about workspaces requiring private packages.

4.1.8

Patch Changes

4.1.7

Patch Changes

4.1.6

Patch Changes

  • #13128 6c0b8e4 Thanks @​pavelivanov! - Fix useQuery hydration mismatch when ssr: false and skip: true are used together

    When both options were combined, the server would return loading: false (because useSSRQuery checks skip first), but the client's getServerSnapshot was returning ssrDisabledResult with loading: true, causing a hydration mismatch.

4.1.5

Patch Changes

4.1.4

Patch Changes

  • #13124 578081f Thanks @​Re-cool! - Ensure PersistedQueryLink merges http and fetchOptions context values instead of overwriting them.

4.1.3

Patch Changes

  • #13111 bf46fe0 Thanks @​RogerHYang! - Fix createFetchMultipartSubscription to support cancellation via AbortController

    Previously, calling dispose() or unsubscribe() on a subscription created by createFetchMultipartSubscription had no effect - the underlying fetch request would continue running until completion. This was because no AbortController was created or passed to fetch(), and no cleanup function was returned from the Observable.

4.1.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​apollo/client since your current version.


Updates @fal-ai/client from 1.6.2 to 1.10.1

Release notes

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

client-v1.10.1

What's Changed

Full Changelog: fal-ai/fal-js@client-v1.10.0...client-v1.10.1

client-v1.10.0

What's Changed

Full Changelog: fal-ai/fal-js@client-v1.9.6...client-v1.10.0

client-v1.9.6

What's Changed

New Contributors

Full Changelog: fal-ai/fal-js@client-v1.9.4...client-v1.9.6

client-v1.9.5

What's Changed

Full Changelog: fal-ai/fal-js@client-v1.9.4...client-v1.9.5

client-v1.9.4

What's Changed

Full Changelog: fal-ai/fal-js@client-v1.9.2...client-v1.9.4

client-v1.9.3

What's Changed

Full Changelog: fal-ai/fal-js@client-v1.9.2...client-v1.9.3

... (truncated)

Commits
  • 442a757 fix(client): retry Node-level transport errors in subscribe/dispatch (#211)
  • f12065b feat(client): allow proxy middleware in non-browser runtimes (#209)
  • f22b69e chore(client): release 1.9.6 and update reference docs
  • 153ed56 feat(client): expose lifecycle ACL options in storage settings (#208)
  • 9830f25 chore: update endpoint types (#192)
  • 05d7302 cleanup realtime state machine and support live references (#202)
  • 5a97ffa fix(realtime): refresh tokens in background and clear on disconnect (#201)
  • b802926 fix(realtime): refresh tokens in background without dropping the WebSocket co...
  • ea9fc05 fix: use rest.fal.ai (#198)
  • 6603299 feat(client): pass normalized app+path to TokenProvider (#196)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​fal-ai/client since your current version.


Updates @iconify-json/lucide from 1.2.57 to 1.2.108

Commits

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

Commits

Updates @nuxt/fonts from 0.11.4 to 0.14.0

Release notes

Sourced from @​nuxt/fonts's releases.

v0.14.0

0.14.0 is the next minor release.

🚨 Breaking changes

Default font format is now woff2 only

Font providers previously returned multiple formats (woff2, woff, truetype, etc.). The default behavior now only resolves woff2 fonts, which is supported by all modern browsers.

Your @font-face declarations will typically have fewer src entries, reducing CSS size. In most cases this is a transparent improvement.

To restore the previous behavior or add additional formats:

export default defineNuxtConfig({
  fonts: {
    defaults: {
      formats: ['woff2', 'woff', 'ttf'],
    },
  },
})

Available values: 'woff2', 'woff', 'ttf', 'otf', 'eot'.

Cache invalidation

Font metadata caches are now isolated per provider and per provider options. After upgrading, your font metadata cache (node_modules/.cache/nuxt/fonts/) will be invalidated and fonts will be re-fetched on the next build. This is a one-time occurrence.

✨ Features

Resolve fonts from node_modules

A new built-in npm provider can resolve fonts installed as npm packages. If no other provider matches a font family, @nuxt/fonts will now attempt to find it in your node_modules via CDN metadata.

export default defineNuxtConfig({
  fonts: {
    npm: {
      // options for the npm provider (optional)
    },
  },
})

Font format resolution

You can control which font formats are resolved via the new defaults.formats option:

</tr></table> 

... (truncated)

Commits
  • 95b332b v0.14.0
  • fce0318 feat: add support for resolving fonts from local node_modules (#781)
  • 035091a test: update snapshots for adobe preloads
  • 9d7715d fix(deps): bump unifont + reenable adobe tests
  • aedb0e1 chore(deps): update devdependency eslint to v10 (#778)
  • de70796 chore(deps): update all non-major dependencies (#762)
  • 25c87c4 chore: remove changelog (in favour of github releases)
  • 171c9a4 feat: support lightningcss transforms
  • 6e8e343 fix: include more css-ish files when injecting font-families
  • 0ec437e fix: prevent font flashes in development
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nuxt/fonts since your current version.


Updates @nuxt/icon from 2.1.0 to 2.2.2

Release notes

Sourced from @​nuxt/icon's releases.

v2.2.2

   🐞 Bug Fixes

    View changes on GitHub

v2.2.1

No significant changes

    View changes on GitHub

v2.2.0

   🚀 Features

    View changes on GitHub

v2.1.1

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 3d72f09 chore: release v2.2.2
  • 2b0ed16 chore(deps): update actions/checkout action to v6 (#461)
  • de3f038 chore(deps): update actions/setup-node action to v6 (#437)
  • bd14e0a chore(deps): update pnpm/action-setup action to v6 (#479)
  • 1ed1c7d docs: use dependencies on manual install (#434)
  • 49084a4 chore: remove resolutions
  • afe1696 chore(deps): update sxzz/workflows action to v2 (#480)
  • b86b3a1 chore: update all deps
  • 6c3bc60 chore: lint fix
  • d0ffb28 chore: update deps manually
  • Additional commits viewable in compare view

Updates @nuxt/ui from 4.1.0 to 4.7.1

Release notes

Sourced from @​nuxt/ui's releases.

v4.7.1

🐛 Bug Fixes

  • ChatMessage: make actions slot accessible on touch devices (f5a3349)
  • Drawer: handle RTL mode (#6396) (2e3fed2)
  • Link: prevent double-prefixing with @nuxtjs/i18n auto-localization (#6404) (dde09d0)
  • ProseImg: close zoom overlay on Escape key (e3cdbc5)
  • ProsePrompt: improve responsive (0a5b433)

👋 New Contributors

Full Changelog: nuxt/ui@v4.7.0...v4.7.1

v4.7.0

✨ Highlights

📋 New Listbox component

The Listbox component is a selectable list of items with built-in search, virtualization, and rich item rendering. It's ideal when you want an always-visible list without the overlay behavior of SelectMenu.

<script setup lang="ts">
const items = ref([
  { label: 'France', icon: 'i-lucide-map-pin', value: 'FR' },
  { label: 'Germany', icon: 'i-lucide-map-pin', value: 'DE' },
  { label: 'Italy', icon: 'i-lucide-map-pin', value: 'IT' },
  { label: 'Spain', icon: 'i-lucide-map-pin', value: 'ES' }
])
const value = ref()
</script>
&lt;template>
<UListbox v-model="value" :items="items" />
</template>

🤖 New ProsePrompt component

The ProsePrompt component displays pre-built AI prompts inside your docs with one-click copy and direct IDE integration. Users can copy the prompt to their clipboard or open it directly in Cursor or Windsurf via the actions prop.

::prompt
---
description: Build a dashboard layout with Nuxt UI.
icon: i-lucide-layout-dashboard
actions:
  - copy
</tr></table> 

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

4.7.1 (2026-04-28)

Bug Fixes

  • ChatMessage: make actions slot accessible on touch devices (f5a3349)
  • Drawer: handle RTL mode (#6396) (2e3fed2)
  • Link: prevent double-prefixing with @nuxtjs/i18n auto-localization (#6404) (dde09d0)
  • ProseImg: close zoom overlay on Escape key (e3cdbc5)
  • ProsePrompt: improve responsive (0a5b433)

4.7.0 (2026-04-24)

Features

  • AuthForm: add separator slot (#6305) (81c7ddb)
  • Card: add title and description props (3cf7d75), closes #6001
  • CommandPalette: add group-label slot (#6329) (7fc773c)
  • CommandPalette: add searchDelay prop (7d2af05)
  • EditorSuggestionMenu: expose suggestion matching options (#6234) (4427824)
  • Link: auto-localize internal links when @nuxtjs/i18n is installed (#5537) (92cfda0)
  • Listbox: new component (#6307) (00c1651)
  • ProsePrompt: new component (#6362) (2451ac6)
  • Table: support sticky header/footer in virtualized mode (#6217) (15d32ce)
  • Textarea: expose autoResize method (#6120) (9c5c0df)

Bug Fixes

  • Accordion/Tabs: use item value as stable key to avoid remounts (#6380) (3cee610)
  • Avatar: remove leading-none from fallback (#6383) (77ce09a)
  • ChatMessage/ChatMessages: preserve generic message type in slot scope (#6391) (20f66db)
  • ChatMessages: prevent layout shift caused by indicator during streaming (#6297) (b7160e2)
  • ChatMessages: use MutationObserver for auto-scroll during streaming (#6357) (47bf3cb)
  • ChatPromptSubmit: ignore disabled prop when status is not ready (600a2ca)
  • components: resolve defaultVariants in template logic (#6361) (75b37d0)
  • ContentSearch/DashboardSearch: pick shared props from CommandPalette (cdcf2e5)
  • ContentSearch: speed up navigation mapping (0faf2c2)
  • ContentToc: use links for scrollspy instead of hardcoded h2/h3 (#6282) (6aba2ea)
  • FieldGroup: prevent context from leaking into portals (#6313) (5155e27)
  • FileUpload: use form field color and highlight instead of raw props (bb5a9ed)
  • Header/DashboardSidebar/Sidebar: allow auto focus in menu for proper focus trapping (#6266) (9b91ee4)
  • InputDate/InputTime: increase segments width (#6339) (4ebdb2f)
  • InputTags: add missing field group variant (#6326) (aae5378)
  • Link: ensure single-root rendering for v-show and $el resolution (#6310) (2c4ff35)
  • Modal/Slideover: drop empty header wrapper when empty (#6381) (1082960)
  • module: use relative tagPriority for inline style tags (#6299) (ae693d0)
  • PricingTable: align header elements vertically (#6111) (0daacb0)
  • PricingTable: handle RTL mode (#6382) (ab203db)
  • ProseCodeCollapse: match background on overscroll (28c89fe)
  • ProseImg: respect markdown width attribute (#6350) (d4e4ea1)
  • ProsePre: get code from DOM if code prop is missing (#6333) (b808ce4)

... (truncated)

Commits
  • 4587079 chore(release): v4.7.1
  • 0d23d8c docs(form): document error-pattern usage (#5284)
  • 934a878 docs(nuxt.config): update vite optimize deps
  • 0a5b433 fix(ProsePrompt): improve responsive
  • dde09d0 fix(Link): prevent double-prefixing with @nuxtjs/i18n auto-localization (#6...
  • e3cdbc5 fix(ProseImg): close zoom overlay on Escape key
  • bfcd666 docs(nuxt.config): update vite optimize deps
  • f5a3349 fix(ChatMessage): make actions slot accessible on touch devices
  • d060a00 playgrounds(nuxt): add vite optimizeDeps.include
  • 9ea6057 chore(deps): update actions/github-script action to v9 (#6402)
  • Additional commits viewable in compare view

Updates @nuxtjs/i18n from 10.1.2 to 10.3.0

Release notes

Sourced from @​nuxtjs/i18n's releases.

v10.3.0

   🚀 Features

  • Experimental regex routes  -  by @​BobbieGoede in nuxt-modules/i18n#3957 (07a9b)
    • consolidates per-locale route duplication into regex-based routes, significantly reducing the route count in apps with many locales. Opt-in via experimental.compactRoutes: true.

   🐞 Bug Fixes

    View changes on GitHub

v10.2.4

   🐞 Bug Fixes

    View changes on GitHub

v10.2.3

No significant changes

    View changes on GitHub

v10.2.2

   🐞 Bug Fixes

    View changes on GitHub

v10.2.1

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v10.2.0

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v10.3.0 (2026-04-24T14:20:59Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.2.4 (2026-03-23T21:48:39Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v10.2.3 (2026-02-06T16:39:19Z)

This changelog is generated by GitHub Releases

No significant changes

    View changes on GitHub

v10.2.2 (2026-02-06T15:38:35Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

... (truncated)

Commits
  • 8dd7623 release: v10.3.0
  • 845258e fix: stable locale message endpoint hash (#3966)
  • ce7f746 fix: incorrect route group server redirection during ssg (#3965)
  • 31d7e0b chore: update @intlify/unplugin-vue-i18n
  • 2e43980 docs: fix sponsors image rendering
  • 9b8bb1c chore(deps): update docs dependencies (#3956)
  • 02e2a54 fix: disable experimental.compactRoutes by default
  • 07a9bcf feat: experimental regex routes (#3957)
  • bbfb4d5 chore(deps): update docs dependencies (#3927)
  • 4309502 chore: generate changelog
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by

…42 updates

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

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.13.8` | `4.1.9` |
| [@fal-ai/client](https://github.com/fal-ai/fal-js/tree/HEAD/libs/client) | `1.6.2` | `1.10.1` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.57` | `1.2.108` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.43` | `1.2.83` |
| [@nuxt/fonts](https://github.com/nuxt/fonts) | `0.11.4` | `0.14.0` |
| [@nuxt/icon](https://github.com/nuxt/icon) | `2.1.0` | `2.2.2` |
| [@nuxt/ui](https://github.com/nuxt/ui) | `4.1.0` | `4.7.1` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.1.2` | `10.3.0` |
| [@nuxtjs/seo](https://github.com/harlan-zw/nuxt-seo/tree/HEAD/packages/nuxt-seo) | `3.4.0` | `5.1.3` |
| [@pinia/nuxt](https://github.com/vuejs/pinia) | `0.11.1` | `0.11.3` |
| [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto) | `13.5.7` | `14.0.3` |
| [@posthog/nuxt](https://github.com/PostHog/posthog-js/tree/HEAD/packages/nuxt) | `1.5.84` | `1.7.35` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.83.0` | `5.100.11` |
| [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue) | `2.0.12` | `3.1.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `13.9.0` | `14.3.0` |
| [@wagmi/vue](https://github.com/wevm/wagmi/tree/HEAD/packages/vue) | `0.4.15` | `0.5.16` |
| [date-fns](https://github.com/date-fns/date-fns) | `4.1.0` | `4.2.1` |
| [dedot](https://github.com/dedotdev/dedot/tree/HEAD/packages/dedot) | `0.14.1` | `1.3.0` |
| [gql.tada](https://github.com/0no-co/gql.tada) | `1.8.11` | `1.9.2` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.1.0` | `14.1.1` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.2.0` | `4.4.6` |
| [nuxt-svgo](https://github.com/cpsoinos/nuxt-svgo) | `4.2.6` | `5.3.0` |
| [ofetch](https://github.com/unjs/ofetch) | `1.4.1` | `1.5.1` |
| [pinia](https://github.com/vuejs/pinia) | `3.0.3` | `3.0.4` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.4.1` | `4.7.1` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.20.0` | `2.1.3` |
| [try](https://github.com/arthurfiorette/try) | `1.0.0-beta.10` | `1.0.3` |
| [unzipit](https://github.com/greggman/unzipit) | `1.4.3` | `2.0.1` |
| [valibot](https://github.com/open-circle/valibot) | `1.1.0` | `1.4.0` |
| [vue](https://github.com/vuejs/core) | `3.5.22` | `3.5.34` |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `6.1.0` | `9.0.0` |
| [@gql.tada/vue-support](https://github.com/0no-co/gql.tada/tree/HEAD/packages/vue-support) | `1.0.1` | `1.0.2` |
| [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) | `1.14.0` | `1.15.2` |
| [@polkadot/apps-config](https://github.com/polkadot-js/apps/tree/HEAD/packages/apps-config) | `0.169.1` | `0.171.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.20` | `4.17.24` |
| [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) | `1.26.5` | `1.26.6` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.9.19` | `2.10.31` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `10.4.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.1` | `13.1.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `6.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.6` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.3` | `3.3.0` |



Updates `@apollo/client` from 3.13.8 to 4.1.9
- [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/client@4.1.9)

Updates `@fal-ai/client` from 1.6.2 to 1.10.1
- [Release notes](https://github.com/fal-ai/fal-js/releases)
- [Commits](https://github.com/fal-ai/fal-js/commits/client-v1.10.1/libs/client)

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

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

Updates `@nuxt/fonts` from 0.11.4 to 0.14.0
- [Release notes](https://github.com/nuxt/fonts/releases)
- [Commits](nuxt/fonts@v0.11.4...v0.14.0)

Updates `@nuxt/icon` from 2.1.0 to 2.2.2
- [Release notes](https://github.com/nuxt/icon/releases)
- [Commits](nuxt/icon@v2.1.0...v2.2.2)

Updates `@nuxt/ui` from 4.1.0 to 4.7.1
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md)
- [Commits](nuxt/ui@v4.1.0...v4.7.1)

Updates `@nuxtjs/i18n` from 10.1.2 to 10.3.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.1.2...v10.3.0)

Updates `@nuxtjs/seo` from 3.4.0 to 5.1.3
- [Release notes](https://github.com/harlan-zw/nuxt-seo/releases)
- [Changelog](https://github.com/harlan-zw/nuxt-seo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/harlan-zw/nuxt-seo/commits/v5.1.3/packages/nuxt-seo)

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

Updates `@polkadot/util-crypto` from 13.5.7 to 14.0.3
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/common/commits/v14.0.3/packages/util-crypto)

Updates `@posthog/nuxt` from 1.5.84 to 1.7.35
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/nuxt/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/@posthog/nuxt@1.7.35/packages/nuxt)

Updates `@tanstack/vue-query` from 5.83.0 to 5.100.11
- [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.100.11/packages/vue-query)

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

Updates `@vueuse/core` from 13.9.0 to 14.3.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.3.0/packages/core)

Updates `@wagmi/vue` from 0.4.15 to 0.5.16
- [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.16/packages/vue)

Updates `date-fns` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v4.1.0...v4.2.1)

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

Updates `gql.tada` from 1.8.11 to 1.9.2
- [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/gql.tada@1.8.11...gql.tada@1.9.2)

Updates `markdown-it` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.1.0...14.1.1)

Updates `nuxt` from 4.2.0 to 4.4.6
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.4.6/packages/nuxt)

Updates `nuxt-svgo` from 4.2.6 to 5.3.0
- [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.6...v5.3.0)

Updates `ofetch` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/unjs/ofetch/releases)
- [Changelog](https://github.com/unjs/ofetch/blob/main/CHANGELOG.md)
- [Commits](unjs/ofetch@v1.4.1...v1.5.1)

Updates `pinia` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.3...v3.0.4)

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

Updates `polkadot-api` from 1.20.0 to 2.1.3
- [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/polkadot-api@1.20.0...polkadot-api@2.1.3)

Updates `try` from 1.0.0-beta.10 to 1.0.3
- [Release notes](https://github.com/arthurfiorette/try/releases)
- [Commits](arthurfiorette/try@v1.0.0-beta.10...v1.0.3)

Updates `unzipit` from 1.4.3 to 2.0.1
- [Commits](greggman/unzipit@v1.4.3...v2.0.1)

Updates `valibot` from 1.1.0 to 1.4.0
- [Release notes](https://github.com/open-circle/valibot/releases)
- [Commits](open-circle/valibot@v1.1.0...v1.4.0)

Updates `vue` from 3.5.22 to 3.5.34
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.22...v3.5.34)

Updates `@antfu/eslint-config` from 6.1.0 to 9.0.0
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v6.1.0...v9.0.0)

Updates `@gql.tada/vue-support` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/0no-co/gql.tada/releases)
- [Changelog](https://github.com/0no-co/gql.tada/blob/main/packages/vue-support/CHANGELOG.md)
- [Commits](https://github.com/0no-co/gql.tada/commits/@gql.tada/vue-support@1.0.2/packages/vue-support)

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

Updates `@polkadot/apps-config` from 0.169.1 to 0.171.1
- [Release notes](https://github.com/polkadot-js/apps/releases)
- [Changelog](https://github.com/polkadot-js/apps/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/apps/commits/v0.171.1/packages/apps-config)

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

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

Updates `baseline-browser-mapping` from 2.9.19 to 2.10.31
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.9.19...v2.10.31)

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

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

Updates `typescript` from 5.8.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v6.0.3)

Updates `vitest` from 4.0.18 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

Updates `vue-tsc` from 3.2.3 to 3.3.0
- [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.0/packages/tsc)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 4.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@fal-ai/client"
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@nuxt/fonts"
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxt/icon"
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxt/ui"
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/seo"
  dependency-version: 5.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@pinia/nuxt"
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@polkadot/util-crypto"
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@posthog/nuxt"
  dependency-version: 1.7.35
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.100.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unhead/vue"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vueuse/core"
  dependency-version: 14.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@wagmi/vue"
  dependency-version: 0.5.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: date-fns
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dedot
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: gql.tada
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nuxt
  dependency-version: 4.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: nuxt-svgo
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: ofetch
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pinia
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pinia-plugin-persistedstate
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: polkadot-api
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: try
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: unzipit
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: valibot
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vue
  dependency-version: 3.5.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@antfu/eslint-config"
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@gql.tada/vue-support"
  dependency-version: 1.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@nuxt/eslint"
  dependency-version: 1.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@polkadot/apps-config"
  dependency-version: 0.171.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/prismjs"
  dependency-version: 1.26.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.31
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 19, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

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

Project Deployment Actions Updated (UTC)
koda Error Error May 19, 2026 10:38am

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 19, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 19, 2026

Deploying app with  Cloudflare Pages  Cloudflare Pages

Latest commit: d9bfeed
Status:🚫  Build failed.

View logs

@railway-app
Copy link
Copy Markdown

railway-app Bot commented May 19, 2026

🚅 Deployed to the app-pr-880 environment in chaotic-art-preview

Service Status Web Updated (UTC)
app ❌ Build Failed (View Logs) Web May 19, 2026 at 10:39 am

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