Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 29 updates#43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/minor-and-patch-0ef57833c5
Open

chore(deps): bump the minor-and-patch group across 1 directory with 29 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/minor-and-patch-0ef57833c5

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the minor-and-patch group with 20 updates in the / directory:

Package From To
@nuxt/eslint 1.11.0 1.16.0
@nuxt/eslint-config 1.11.0 1.16.0
nuxt 4.2.1 4.5.0
shadcn-vue 2.4.1 2.8.0
vue-tsc 3.1.5 3.3.7
@iconify-json/lucide 1.2.82 1.2.118
@nuxt/content 3.9.0 3.15.0
@nuxt/icon 2.1.0 2.3.1
@nuxtjs/color-mode 4.0.0 4.0.1
@nuxtjs/mcp-toolkit 0.17.2 0.18.0
@nuxtjs/mdc 0.19.1 0.22.2
@tabler/icons-vue 3.35.0 3.45.0
@tailwindcss/vite 4.1.18 4.3.3
@vueuse/core 14.1.0 14.3.0
@vueuse/integrations 14.1.0 14.3.0
nuxt-llms 0.1.3 0.2.0
oxc-parser 0.99.0 0.140.0
shadcn-nuxt 2.4.3 2.8.0
tailwind-merge 3.4.0 3.6.0
vite-plugin-wasm 3.5.0 3.6.0

Updates @nuxt/eslint from 1.11.0 to 1.16.0

Commits
  • de61df2 chore: release v1.16.0
  • 74c56cc chore(deps): upgrade dependencies and fix resulting type/CI issues (#682)
  • f852ae5 chore: release v1.15.2
  • 69aa40e fix: prevent race condition of running checker module before eslint config is...
  • 8961807 chore: release v1.15.1
  • b554991 chore: release v1.15.0
  • 305a9bb feat: relax peer deps range to support ESLint v10, fix #642
  • 997aa95 chore: release v1.14.0
  • bc637da chore: release v1.13.0
  • 34fa12b chore: release v1.12.1
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @nuxt/eslint-config from 1.11.0 to 1.16.0

Commits
Maintainer changes

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


Updates nuxt from 4.2.1 to 4.5.0

Release notes

Sourced from nuxt's releases.

v4.5.0

4.5.0 is the next minor release.

📣 Some News

Preparing for Nuxt 5

A good chunk of this release is (hopefully) invisible plumbing for Nuxt 5. We've moved onto the latest major versions of several core dependencies (unhead v3, unctx v3, and Vite 8), switched the framework's own build over to tsdown, and introduced a stable nuxt/* build output contract with dev exports so that type-checking in the Nuxt monorepo works without a build step (#35463, #35605).

Much of this is working to shrink the gap between v4 and v5 internally, so that the migration will be as boring as possible.

[!TIP] If you want to test some of the breaking changes of Nuxt v5, you can already opt in with future.compatibilityVersion: 5. Keep an eye on the Upgrade Guide for details as they land.

With the release of Nuxt v4.5, our focus as a team will turn to stabilising Nuxt v5 and creating compatibility utilities to make the upgrade as smooth as possible.

Nuxt 3 End-of-Life

Nuxt 3 reaches end-of-life on July 31, 2026, so this is one of the last few 3.x releases we'll ship. If you're still on v3, now is a great time to move across. Most people told us the v3 to v4 upgrade was smooth, and we've kept the upgrade guide up to date.

Alongside v4.5.0 we're publishing a maintenance patch for the 3.x line (v3.21.9) with the compatible bug fixes and smaller improvements from this release backported. The headline items here (Vite 8, Rspack 2, unhead v3, unctx v3) are major upgrades and stay v4-only, so 3.x remains stable as it approaches end-of-life.

👀 Highlights

Nuxt 4.5 is a big one. This release ships three major upgrades to the build layer (Vite 8, Rspack 2, and a brand new Rsbuild-powered pipeline for the Rspack builder), an experimental SSR streaming mode, a handful of new composables and conventions, and a lot of groundwork that brings us closer to Nuxt 5.

There's a lot here, so grab a coffee. ☕️

⚡️ Vite 8

Nuxt now runs on Vite 8 (#34256). This brings faster cold starts, the latest Rolldown-powered internals, and many upstream improvements from the Vite team.

For most apps this is a transparent upgrade. If you have custom Vite plugins or config, it's worth skimming the Vite migration guide to check for anything that affects you.

[!WARNING] Vite 8 is a major version bump. If you depend on Vite directly (custom plugins, vite.config tweaks, or ecosystem plugins that pin a Vite version), make sure those are compatible before upgrading in production.

🦀 Rspack 2 and Rsbuild

If you use the Rspack builder, this release is a substantial upgrade. We've moved to Rspack 2 (#34929), which is faster and lighter, and rebuilt the builder on top of @rsbuild/core (#35489).

The public surface stays the same. You still opt in with builder: 'rspack' and the existing rspack:* hooks continue to work:

// nuxt.config.ts
export default defineNuxtConfig({
  builder: 'rspack',
})

... (truncated)

Commits
  • 5761457 v4.5.0
  • b5f9830 feat(nuxt): warn when parent page lacks NuxtPage (#35639)
  • 76cb01d fix(nuxt): update client URL to match SSR on fatal middleware error (#35637)
  • 6d94a14 fix(nuxt): apply latest navigation on concurrent navigateTo in built-in rou...
  • d566626 feat(nuxt): require keyed function 'source' with compatibilityVersion 5
  • c699cc0 fix(nuxt): drop extension on diagnostics import
  • 881e5ef feat: error code system (#35429)
  • 379c22f feat(nuxt): support enabled option in useFetch (#35627)
  • 353164b fix(nuxt): re-add computeIslandHash for backwards compatibility
  • 881d5c4 docs: clarify usage of await with useFetch (#33745)
  • Additional commits viewable in compare view

Updates shadcn-vue from 2.4.1 to 2.8.0

Release notes

Sourced from shadcn-vue's releases.

v2.8.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.7.4

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • b1e9c7e chore: release v2.8.0
  • 1dfdc06 fix(cli): fall back to root tsconfig for non-PHP Inertia projects (#1820)
  • 980cd69 fix(MessageScroller): vue pattern (#1879)
  • 5949a8d fix(cli): resolve type errors and update deps (#1878)
  • 4421dcb docs: font not applying
  • 86bd787 feat: rhea style
  • a8f6bcb chore(deps): bump undici from 7.16.0 to 7.28.0 (#1857)
  • b7bfdd3 chore: release v2.7.4
  • df5d0b9 fix(cli): use nypm for dependency installs (#1842)
  • fda44d6 fix(cli): install user-selected icon library instead of hardcoded lucide (#1831)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for shadcn-vue since your current version.


Updates vue-tsc from 3.1.5 to 3.3.7

Release notes

Sourced from vue-tsc's releases.

v3.3.7

language-core

  • fix: wrap single expression event handlers to avoid ASI after return (#6115) - Thanks to @​KazariEX!

typescript-plugin

  • fix: filter const globals from template completions

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.3.7 (2026-07-08)

language-core

  • fix: wrap single expression event handlers to avoid ASI after return (#6115) - Thanks to @​KazariEX!

typescript-plugin

  • fix: filter const globals from template completions

3.3.6 (2026-06-30)

language-core

  • fix: make generic component internal context inference type-safe across .d.ts boundary (#6104) - Thanks to @​Holiden!
  • fix: do not treat non-trivial property accesses as compound - Thanks to @​KazariEX!
  • fix: treat semicolon-terminated expressions as compound - Thanks to @​KazariEX!
  • fix: preserve return types for compound event handlers - Thanks to @​KazariEX!
  • fix: use WeakMap to cache inline TS ASTs - Thanks to @​KazariEX!
  • fix: match upstream CSS v-bind parsing behavior - Thanks to @​KazariEX!
  • fix: include setup bindings as potential component names (#6111) - Thanks to @​KazariEX!
  • perf: reduce boundary code feature allocations - Thanks to @​KazariEX!
  • refactor: centralize code features and deprecate allCodeFeatures - Thanks to @​KazariEX!

3.3.5 (2026-06-13)

language-core

  • fix: include event modifiers in duplicate listener checks (#6097) - Thanks to @​KazariEX!

3.3.4 (2026-06-08)

language-core

  • fix: only exclude already-set props from inherited attrs when checkRequiredFallthroughAttributes is enabled (#6088) - Thanks to @​KazariEX!
  • fix: camelize slot props regardless of htmlAttributes option (#6089) - Thanks to @​KazariEX!
  • fix: detect duplicate event listeners across name formats (#6094) - Thanks to @​whysopaul!

language-service

  • fix: respect var hoisting for destructured props hints (#6092) - Thanks to @​KazariEX!

typescript-plugin

  • fix: do not treat class and style as a boolean property (#6081) - Thanks to @​KazariEX!

3.3.3 (2026-05-30)

vscode

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vue-tsc since your current version.


Updates @iconify-json/lucide from 1.2.82 to 1.2.118

Commits

Updates @nuxt/content from 3.9.0 to 3.15.0

Changelog

Sourced from @​nuxt/content's changelog.

3.15.0 (2026-07-02)

Features

  • add explicit bun sqlite connector for Bun runtime deployments (#3741) (92ac2ab)
  • search: add type inference for extraFields (#3714) (078491b)

Bug Fixes

  • content: support validator detection with pnpm enableGlobalVirtualStore (#3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#3810) (793d59a)

3.14.0 (2026-05-18)

Features

  • search: add useSearchCollection composable with FTS5 full-text search (#3787) (2a1a585)
  • types: add custom properties on ContentConfig (#3761) (ea196c5)
  • types: add NOT IN to SQLOperator type (#3785) (ab88eb3)

Bug Fixes

  • docs: update Nuxt version from 3 to 4 in template features (#3780) (1f24029)
  • path-meta: slugify function did not pass to transformer (#3794) (778d7db)
  • preview: skip collections without source in preview template (#3771) (8aabefd)

3.13.0 (2026-04-13)

Bug Fixes

  • get mdc configs by calling mdc:configSources hook (#3736) (57f5552)
  • preview: move formatDate/formatDateTime into runtime subtree (#3749) (4a76b2a)

3.12.0 (2026-02-27)

Features

  • llms: add related links to raw markdown endpoint (#3724) (fadaf71)

Bug Fixes

  • syntax error with datetime fields and standardize date/datetime formats (#3698) (eb9f8b6)
  • api: do not forward accept encoding header (#3701) (1d92be5)
  • collection: use UTF-8 byte length for SQL query size check (#3717) (9f8402a)
  • disable title extraction when contentHeading === false (#3725) (f5a4679)
  • llms: avoid import(variableName) pattern (#3733) (89c0b25)
  • queryCollectionSearchSections: fix options types (#3705) (b3fa025)
  • ssr: local content components on Cloudflare Workers (#3704) (7cff2b9)

... (truncated)

Commits
  • e7e1269 chore(release): v3.15.0
  • dedecc4 chore: upgrade mdc module
  • f4ded6d chore: upgrade deps (#3811)
  • 793d59a fix(vercel): use tmp directory to clone contents (#3810)
  • 6b2720b fix(content): support validator detection with pnpm enableGlobalVirtualStore ...
  • fea3ffa lint: fix
  • cf610df chore: upgrade deps
  • 92ac2ab feat: add explicit bun sqlite connector for Bun runtime deployments (#3741)
  • 078491b feat(search): add type inference for extraFields (#3714)
  • 06f8edb fix(hmr): update all matching collections when a file changes (#3802)
  • Additional commits viewable in compare view

Updates @nuxt/icon from 2.1.0 to 2.3.1

Release notes

Sourced from @​nuxt/icon's releases.

v2.3.1

   🐞 Bug Fixes

    View changes on GitHub

v2.3.0

   🚀 Features

    View changes on GitHub

v2.2.5

   🐞 Bug Fixes

    View changes on GitHub

v2.2.4

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.2.3

   🐞 Bug Fixes

    View changes on GitHub

v2.2.2

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • fe6a78a chore: release v2.3.1
  • 1345dc9 fix: include Nuxt layers in icon scanner context. (#505)
  • c56ee64 chore: release v2.3.0
  • b386fbb feat: standalone Vite plugin and reusable utils for client icon bundling (#506)
  • fa3c999 chore: release v2.2.5
  • 8733d53 chore(deps): lock file maintenance (#489)
  • c948339 chore(deps): update all non-major dependencies (#503)
  • c4f7935 fix: don't hard-fail on unresolvable hook-contributed client bundle icons (#504)
  • 23ef020 chore: release v2.2.4
  • c39349f chore(deps): update all non-major dependencies (#498)
  • Additional commits viewable in compare view

Updates @nuxt/kit from 4.4.6 to 4.5.0

Release notes

Sourced from @​nuxt/kit's releases.

v4.5.0

4.5.0 is the next minor release.

📣 Some News

Preparing for Nuxt 5

A good chunk of this release is (hopefully) invisible plumbing for Nuxt 5. We've moved onto the latest major versions of several core dependencies (unhead v3, unctx v3, and Vite 8), switched the framework's own build over to tsdown, and introduced a stable nuxt/* build output contract with dev exports so that type-checking in the Nuxt monorepo works without a build step (#35463, #35605).

Much of this is working to shrink the gap between v4 and v5 internally, so that the migration will be as boring as possible.

[!TIP] If you want to test some of the breaking changes of Nuxt v5, you can already opt in with future.compatibilityVersion: 5. Keep an eye on the Upgrade Guide for details as they land.

With the release of Nuxt v4.5, our focus as a team will turn to stabilising Nuxt v5 and creating compatibility utilities to make the upgrade as smooth as possible.

Nuxt 3 End-of-Life

Nuxt 3 reaches end-of-life on July 31, 2026, so this is one of the last few 3.x releases we'll ship. If you're still on v3, now is a great time to move across. Most people told us the v3 to v4 upgrade was smooth, and we've kept the upgrade guide up to date.

Alongside v4.5.0 we're publishing a maintenance patch for the 3.x line (v3.21.9) with the compatible bug fixes and smaller improvements from this release backported. The headline items here (Vite 8, Rspack 2, unhead v3, unctx v3) are major upgrades and stay v4-only, so 3.x remains stable as it approaches end-of-life.

👀 Highlights

Nuxt 4.5 is a big one. This release ships three major upgrades to the build layer (Vite 8, Rspack 2, and a brand new Rsbuild-powered pipeline for the Rspack builder), an experimental SSR streaming mode, a handful of new composables and conventions, and a lot of groundwork that brings us closer to Nuxt 5.

There's a lot here, so grab a coffee. ☕️

⚡️ Vite 8

Nuxt now runs on Vite 8 (#34256). This brings faster cold starts, the latest Rolldown-powered internals, and many upstream improvements from the Vite team.

For most apps this is a transparent upgrade. If you have custom Vite plugins or config, it's worth skimming the Vite migration guide to check for anything that affects you.

[!WARNING] Vite 8 is a major version bump. If you depend on Vite directly (custom plugins, vite.config tweaks, or ecosystem plugins that pin a Vite version), make sure those are compatible before upgrading in production.

🦀 Rspack 2 and Rsbuild

If you use the Rspack builder, this release is a substantial upgrade. We've moved to Rspack 2 (#34929), which is faster and lighter, and rebuilt the builder on top of @rsbuild/core (#35489).

The public surface stays the same. You still opt in with builder: 'rspack' and the existing rspack:* hooks continue to work:

// nuxt.config.ts
export default defineNuxtConfig({
  builder: 'rspack',
})

... (truncated)

Commits
  • 5761457 v4.5.0
  • 38ddddc feat(kit): add updateAppConfig util for module authors (#35651)
  • 378d818 feat(kit): order layer aliases before generic root aliases (~, @) (#35641)
  • 881e5ef feat: error code system (#35429)
  • 6ffed4f refactor(rspack): use rsbuild to power rspack builder (#35489)
  • 80386e7 fix(kit): noUncheckedSideEffectImports (v5) + disable libReplacement (#35...
  • fef80e1 refactor(nuxt,nitro): use dev exports for no-build type-checking (#35605)
  • 948c62e refactor(kit,vite,webpack,nitro,schema): ssrStyles build output => lazy cod...
  • 7e20886 feat(kit,nitro,nuxt,schema,vite,webpack): nuxt/* build output contract (#35...
  • 889c04e perf(kit): stat paths directly and probe extensions in parallel (#35511)
  • Additional commits viewable in compare view

Updates @nuxtjs/color-mode from 4.0.0 to 4.0.1

Release notes

Sourced from @​nuxtjs/color-mode's releases.

v4.0.1

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @nuxtjs/mcp-toolkit from 0.17.2 to 0.18.0

Release notes

Sourced from @​nuxtjs/mcp-toolkit's releases.

@​nuxtjs/mcp-toolkit@​0.18.0

What's Changed

Features 🚀

Bug Fixes 🐞

Dependency Updates 📦

…9 updates

Bumps the minor-and-patch group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) | `1.11.0` | `1.16.0` |
| [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `1.11.0` | `1.16.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.2.1` | `4.5.0` |
| [shadcn-vue](https://github.com/unovue/shadcn-vue/tree/HEAD/packages/cli) | `2.4.1` | `2.8.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.5` | `3.3.7` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.82` | `1.2.118` |
| [@nuxt/content](https://github.com/nuxt/content) | `3.9.0` | `3.15.0` |
| [@nuxt/icon](https://github.com/nuxt/icon) | `2.1.0` | `2.3.1` |
| [@nuxtjs/color-mode](https://github.com/nuxt-modules/color-mode) | `4.0.0` | `4.0.1` |
| [@nuxtjs/mcp-toolkit](https://github.com/nuxt-modules/mcp-toolkit) | `0.17.2` | `0.18.0` |
| [@nuxtjs/mdc](https://github.com/nuxt-content/mdc) | `0.19.1` | `0.22.2` |
| [@tabler/icons-vue](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-vue) | `3.35.0` | `3.45.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.3.3` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.1.0` | `14.3.0` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `14.1.0` | `14.3.0` |
| [nuxt-llms](https://github.com/nuxtlabs/nuxt-llms) | `0.1.3` | `0.2.0` |
| [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) | `0.99.0` | `0.140.0` |
| [shadcn-nuxt](https://github.com/unovue/shadcn-vue/tree/HEAD/packages/module) | `2.4.3` | `2.8.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.6.0` |
| [vite-plugin-wasm](https://github.com/Menci/vite-plugin-wasm) | `3.5.0` | `3.6.0` |



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

Updates `@nuxt/eslint-config` from 1.11.0 to 1.16.0
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.16.0/packages/eslint-config)

Updates `nuxt` from 4.2.1 to 4.5.0
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.5.0/packages/nuxt)

Updates `shadcn-vue` from 2.4.1 to 2.8.0
- [Release notes](https://github.com/unovue/shadcn-vue/releases)
- [Commits](https://github.com/unovue/shadcn-vue/commits/v2.8.0/packages/cli)

Updates `vue-tsc` from 3.1.5 to 3.3.7
- [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.7/packages/tsc)

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

Updates `@nuxt/content` from 3.9.0 to 3.15.0
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md)
- [Commits](nuxt/content@v3.9.0...v3.15.0)

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

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

Updates `@nuxtjs/color-mode` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/nuxt-modules/color-mode/releases)
- [Commits](nuxt-modules/color-mode@v4.0.0...v4.0.1)

Updates `@nuxtjs/mcp-toolkit` from 0.17.2 to 0.18.0
- [Release notes](https://github.com/nuxt-modules/mcp-toolkit/releases)
- [Commits](https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.17.2...@nuxtjs/mcp-toolkit@0.18.0)

Updates `@nuxtjs/mdc` from 0.19.1 to 0.22.2
- [Release notes](https://github.com/nuxt-content/mdc/releases)
- [Changelog](https://github.com/nuxt-content/mdc/blob/main/CHANGELOG.md)
- [Commits](nuxt-content/mdc@v0.19.1...v0.22.2)

Updates `@tabler/icons-vue` from 3.35.0 to 3.45.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.45.0/packages/icons-vue)

Updates `@tailwindcss/vite` from 4.1.18 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite)

Updates `@vueuse/core` from 14.1.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 `@vueuse/integrations` from 14.1.0 to 14.3.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.3.0/packages/integrations)

Updates `exsolve` from 1.0.8 to 1.1.0
- [Release notes](https://github.com/unjs/exsolve/releases)
- [Changelog](https://github.com/unjs/exsolve/blob/main/CHANGELOG.md)
- [Commits](unjs/exsolve@v1.0.8...v1.1.0)

Updates `fuse.js` from 7.1.0 to 7.5.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.1.0...v7.5.0)

Updates `nuxt-llms` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/nuxtlabs/nuxt-llms/releases)
- [Changelog](https://github.com/nuxt-content/nuxt-llms/blob/main/CHANGELOG.md)
- [Commits](nuxt-content/nuxt-llms@v0.1.3...v0.2.0)

Updates `oxc-parser` from 0.99.0 to 0.140.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.140.0/napi/parser)

Updates `reka-ui` from 2.6.1 to 2.10.1
- [Release notes](https://github.com/unovue/reka-ui/releases)
- [Commits](unovue/reka-ui@v2.6.1...v2.10.1)

Updates `remark-mdc` from 3.9.0 to 3.11.1
- [Release notes](https://github.com/nuxt-content/remark-mdc/releases)
- [Changelog](https://github.com/nuxt-content/remark-mdc/blob/main/CHANGELOG.md)
- [Commits](nuxt-content/remark-mdc@v3.9.0...v3.11.1)

Updates `shadcn-nuxt` from 2.4.3 to 2.8.0
- [Release notes](https://github.com/unovue/shadcn-vue/releases)
- [Commits](https://github.com/unovue/shadcn-vue/commits/v2.8.0/packages/module)

Updates `slugify` from 1.6.6 to 1.6.9
- [Changelog](https://github.com/simov/slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/simov/slugify/commits)

Updates `tailwind-merge` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.4.0...v3.6.0)

Updates `tailwindcss` from 4.1.18 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `unist-util-visit` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0)

Updates `yaml` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.2...v2.9.0)

Updates `vite-plugin-wasm` from 3.5.0 to 3.6.0
- [Commits](Menci/vite-plugin-wasm@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: "@nuxt/eslint"
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nuxt/eslint-config"
  dependency-version: 1.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: nuxt
  dependency-version: 4.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: shadcn-vue
  dependency-version: 2.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vue-tsc
  dependency-version: 3.3.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.118
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@nuxt/content"
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nuxt/icon"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nuxt/kit"
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nuxtjs/color-mode"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@nuxtjs/mcp-toolkit"
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nuxtjs/mdc"
  dependency-version: 0.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tabler/icons-vue"
  dependency-version: 3.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vueuse/core"
  dependency-version: 14.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vueuse/integrations"
  dependency-version: 14.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: exsolve
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fuse.js
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: nuxt-llms
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: oxc-parser
  dependency-version: 0.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: reka-ui
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: remark-mdc
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: shadcn-nuxt
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: slugify
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwind-merge
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: unist-util-visit
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite-plugin-wasm
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Jul 19, 2026
@cloudflare-workers-and-pages

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

Copy link
Copy Markdown

Deploying docs-please with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8da4d24
Status: ✅  Deploy successful!
Preview URL: https://398d2227.docs-please.pages.dev
Branch Preview URL: https://dependabot-bun-minor-and-pat-uq4y.docs-please.pages.dev

View logs

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 19, 2026
@greptile-apps

greptile-apps Bot commented Jul 19, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@socket-security

Copy link
Copy Markdown

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @emnapi/runtime is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/nuxt-og-image@5.1.13npm/vite-plugin-wasm@3.6.0npm/@nuxt/eslint@1.16.0npm/@nuxt/icon@2.3.1npm/@nuxt/content@3.15.0npm/@nuxtjs/mcp-toolkit@0.18.0npm/@tailwindcss/vite@4.3.3npm/nuxt@4.5.0npm/@nuxt/kit@4.5.0npm/@emnapi/runtime@1.11.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@emnapi/runtime@1.11.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm eslint-plugin-jsdoc is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/@nuxt/eslint-config@1.16.0npm/eslint-plugin-jsdoc@63.1.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/eslint-plugin-jsdoc@63.1.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm node-forge is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/nuxt@4.5.0npm/node-forge@1.4.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/node-forge@1.4.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm powershell-utils is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/shadcn-vue@2.8.0npm/nuxt@4.5.0npm/powershell-utils@0.1.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/powershell-utils@0.1.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm seroval is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/nuxt@4.5.0npm/seroval@1.5.5

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/seroval@1.5.5. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@sonarqubecloud

Copy link
Copy Markdown

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