Skip to content

chore(deps): bump the non-major group across 1 directory with 9 updates#561

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/non-major-83b9b89049
Open

chore(deps): bump the non-major group across 1 directory with 9 updates#561
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/non-major-83b9b89049

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the non-major group with 9 updates in the / directory:

Package From To
@nuxt/content 3.11.0 3.12.0
@nuxtjs/mdc 0.20.0 0.21.1
@tailwindcss/vite 4.1.18 4.2.2
@tanstack/vue-query 5.92.8 5.96.1
@vueuse/core 14.1.0 14.2.1
eslint-plugin-better-tailwindcss 4.0.1 4.3.2
nuxt 4.3.0 4.4.2
tailwindcss 4.1.18 4.2.2
vue-tsc 3.2.3 3.2.6

Updates @nuxt/content from 3.11.0 to 3.12.0

Changelog

Sourced from @​nuxt/content's changelog.

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)

3.11.2 (2026-02-05)

Bug Fixes

  • studio: fallback to env variable to detect ai feature (#3713) (3fc8b7b)

3.11.1 (2026-02-05)

Features

  • collections: create studio collections for AI if detected (#3709) (7744645)

Bug Fixes

  • issue with disabling contentRawMarkdown (5be6b0c)
Commits
  • ca99792 chore(release): v3.12.0
  • 2a19ef6 chore: upgrade deps (#3737)
  • 1d92be5 fix(api): do not forward accept encoding header (#3701)
  • f5a4679 fix: disable title extraction when contentHeading === false (#3725)
  • 89c0b25 fix(llms): avoid import(variableName) pattern (#3733)
  • f406942 docs(lint): fix markdown
  • 6033fc2 docs(landing): fix MDC block
  • 7c8ed7a chore(deps): up docus and studio (#3732)
  • eb9f8b6 fix: syntax error with datetime fields and standardize date/datetime format...
  • 7cff2b9 fix(ssr): local content components on Cloudflare Workers (#3704)
  • Additional commits viewable in compare view

Updates @nuxtjs/mdc from 0.20.0 to 0.21.1

Release notes

Sourced from @​nuxtjs/mdc's releases.

v0.21.1

  • chore: updgrade & add missing @shikijs/engine-javascript dependency (f4f3b58)

v0.21.0

What's Changed

New Contributors

Full Changelog: nuxt-content/mdc@v0.20.2...v0.21.0

v0.20.2

  • security: prevent script tag from rendering (scripT or sCrIpT) (8a5aaa1)

v0.20.1

🐞 Bug Fixes

Changelog

Sourced from @​nuxtjs/mdc's changelog.

v0.21.1

compare changes

🏡 Chore

  • Updgrade & add missing @shikijs/engine-javascript dependency (f4f3b58)

❤️ Contributors

v0.21.0

compare changes

🩹 Fixes

  • Don't memoise configs, and allow external modules to call mdc:configSources (#471)
  • Normalize lang (#459)
  • cache: Fix issue where value watch could get out of sync (#385)

🏡 Chore

❤️ Contributors

v0.20.2

compare changes

v0.20.1

compare changes

🩹 Fixes

  • parser: Remove duplicate props :name ~ name (deb07c8)
  • Types (f82fed2)

❤️ Contributors

... (truncated)

Commits
  • 948b124 chore(release): release v0.21.1
  • f4f3b58 chore: updgrade & add missing @shikijs/engine-javascript dependency
  • 0530ed1 chore(release): release v0.21.0
  • 8881f62 chore: keep mkdist@2.3.0
  • e14aa46 chore(deps): lock file maintenance (#457)
  • 344ee69 chore: remove mkdist resolution
  • 9dac505 chore(deps): update all non-major dependencies (#369)
  • e88b808 fix(cache): fix issue where value watch could get out of sync (#385)
  • 5b2d8aa fix: normalize lang (#459)
  • 930318c chore: upgrade deps
  • Additional commits viewable in compare view

Updates @tailwindcss/vite from 4.1.18 to 4.2.2

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.2.2

Added

  • Support Vite 8 in @tailwindcss/vite (#19790)

Fixed

  • Don't crash when candidates contain prototype properties like row-constructor (#19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#19745)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#19812)

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)

... (truncated)

Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.2.2] - 2026-03-18

Fixed

  • Don't crash when candidates contain prototype properties like row-constructor (#19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#19745)
  • Add support for Vite 8 in @tailwindcss/vite (#19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#19812)
  • Resolve tsconfig paths to allow for @import '@/path/to/file'; when using @tailwindcss/vite (#19803)

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)

... (truncated)

Commits

Updates @tanstack/vue-query from 5.92.8 to 5.96.1

Release notes

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

@​tanstack/vue-query@​5.96.1

Patch Changes

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

@​tanstack/vue-query@​5.96.0

Patch Changes

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

@​tanstack/vue-query@​5.95.2

Patch Changes

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

@​tanstack/vue-query@​5.95.1

Patch Changes

  • Updated dependencies [1f1775c]:
    • @​tanstack/query-core@​5.95.1
Changelog

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

5.96.1

Patch Changes

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

5.96.0

Patch Changes

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

5.95.2

Patch Changes

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

5.95.1

Patch Changes

  • Updated dependencies [1f1775c]:
    • @​tanstack/query-core@​5.95.1

5.95.0

Patch Changes

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

5.94.5

Patch Changes

  • fix(*): resolve issue about excluded build directory (#10312)

  • Updated dependencies [4b6536d]:

    • @​tanstack/query-core@​5.94.5

5.94.4

Patch Changes

  • chore: fixed version (#10064)

... (truncated)

Commits

Updates @vueuse/core from 14.1.0 to 14.2.1

Release notes

Sourced from @​vueuse/core's releases.

v14.2.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v14.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c76c4ee chore: release v14.2.1
  • 8ce0dae fix(useRafFn): resolve reactive null fpsLimit not being handled (#5284)
  • 39afd85 refactor: explicitly define return type (#5275)
  • fa483b4 refactor: unify Supportable across composables (#5274)
  • bbd185d chore: release v14.2.0
  • a8a8587 feat(useDraggable): auto-scroll with restricted dragging within the container...
  • abcea64 fix(useInfiniteScroll): improve promise handling and add flush post to watch ...
  • df9f996 test(unrefElement): Add unit tests for unrefElement (#5237)
  • 313a646 chore(useIntersectionObserver): Align rootBounds assertion to the same callba...
  • c1282ff feat(useCssSupports): add useCssSupports (#5266)
  • Additional commits viewable in compare view

Updates eslint-plugin-better-tailwindcss from 4.0.1 to 4.3.2

Release notes

Sourced from eslint-plugin-better-tailwindcss's releases.

v4.3.2

compare changes

Fixes

  • no-unnecessary-whitespace: Preserve whitespaces in concatenated strings (#339)
  • enforce-consistent-class-order: Non localized alphabetical sorting order (#340)

Refactors

  • Lint concatenated strings (#338)

v4.3.1

compare changes

Fixes

  • Variable matchers leaking into function expressions (#333)

Documentation

  • Add oxlint documentation (#331)

v4.3.0

compare changes

Features

  • Support curried calls (#325)
  • Support callee paths (#326)

Refactors

  • Simplify matcher config (#324) The matcher config has been simplified from a nested tuple structure to a simple array of objects. This makes it easier to understand while also allowing better flexibility to support the new features. The old structure is still supported for now, but will be removed in the next major version.

    Check the updated configuration documentation for more information.

v4.2.0

compare changes

Features

  • Add support for ESLint 10 (#323)

Performance

  • Use shared worker to handle async calls (#319)

... (truncated)

Changelog

Sourced from eslint-plugin-better-tailwindcss's changelog.

v4.3.2

compare changes

Fixes

  • no-unnecessary-whitespace: Preserve whitespaces in concatenated strings (#339)
  • enforce-consistent-class-order: Non localized alphabetical sorting order (#340)

Refactors

  • Lint concatenated strings (#338)

v4.3.1

compare changes

Fixes

  • Variable matchers leaking into function expressions (#333)

Documentation

  • Add oxlint documentation (#331)

v4.3.0

compare changes

Features

  • Support curried calls (#325)
  • Support callee paths (#326)

Refactors

  • Simplify matcher config (#324) The matcher config has been simplified from a nested tuple structure to a simple array of objects. This makes it easier to understand while also allowing better flexibility to support the new features. The old structure is still supported for now, but will be removed in the next major version.

    Check the updated configuration documentation for more information.

v4.2.0

compare changes

Features

  • Add support for ESLint 10 (#323)

... (truncated)

Commits
  • 86d5da7 chore(release): v4.3.2
  • 8c965a2 chore: update dependencies
  • 5b71a39 fix(enforce-consistent-class-order): non localized alphabetical sorting order...
  • 5077f29 fix(no-unnecessary-whitespace): preserve whitespaces in concatenated strings ...
  • 2192271 refactor: lint concatenated strings (#338)
  • 0cb4535 chore(release): v4.3.1
  • 0105459 fix: variable matchers leaking into function expressions (#333)
  • 3336620 docs: add oxlint documentation (#331)
  • 6869c5e chore(release): v4.3.0
  • b58a9fc docs: clean up documentation
  • Additional commits viewable in compare view

Updates nuxt from 4.3.0 to 4.4.2

Release notes

Sourced from nuxt's releases.

v4.3.1

4.3.1 is a regularly scheduled patch release.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Correct reference format of server builder (#34177)
  • nuxt: Add status/statusText getters to NuxtError (#34188)
  • nuxt: Don't inject shared types for differing auto-imports (#34191)
  • schema: Add direnv and vendor to default ignore (#34190)
  • nuxt: Focus hash links after navigation (#34193)
  • nuxt: Exclude head runtime from unhead imports transform (#34195)
  • kit: Include prereleases in semver satisfy check (#34210)
  • nitro: Encode unicode paths in x-nitro-prerender header (#34202)
  • nuxt: Watch server/ for builder:watch hook (#34208)
  • nitro: Preserve error.message for fatal errors (#34226)
  • Only enable dynamic imports when ts plugin (#34205)
  • webpack: Use H3Error for 403 in dev server (#34233)
  • nuxt: Ensure NuxtError extends Error type (#34242)
  • vite: Use H3Error for 404 in dev server (#34225)
  • nuxt: Add backwards compat for #app barrel export in keyed functions (#34199)
  • nuxt: Track + re-add custom routes on hmr (#32044)
  • nuxt: Keep vnode when leaving deeper nested route (#33778)
  • vite: Prevent CSS flickering in dev mode after config changes (#33856)
  • nuxt: Do not start view transition if there is no route (#33723)
  • nuxt: Call deferHydration done on NuxtPage unmount (#34152)
  • nuxt: Handle invalid datetime in ` (#33992)
  • nuxt: Preserve middleware error status in 404 fallback (#34148)
  • nitro: Do not augment nuxt/schema (#34255)
  • nuxt: Cache manifest files to preserve buildId (#34002)
  • nuxt: Don't decode query string in SSR context URL (#34252)
  • nuxt: Allow specifying moduleDependencies by meta.name (#34263)
  • nuxt: Resolve #components import mapping conflict for packages outside rootDir (#34139)
  • vite,webpack: Use node.res to send 403/404 (#34266)
  • nitro,nuxt: Align path encoding with vue-router (#34265)
  • nitro: Augment nuxt/schema once more (552bbd8d1)

💅 Refactors

  • nuxt: Prefer genObjectKey to omit unnecessary quotes (#34245)
  • nuxt: Use ComponentProps helper to extract layout props (#34248)

📖 Documentation

  • Update roadmap dates (#34166)
  • Correct default value of nitroAutoImports (#34182)
  • Clarify shared type context limitations for custom imports (#34194)
  • Fix broken links (#34223)
  • Document payload extraction for ISR/SWR routes (#34222)
  • Update default aliases in configuration reference (#34237)

... (truncated)

Commits
  • d042505 v4.4.2
  • 7781701 v4.4.1
  • 5c3ca59 v4.4.0
  • 31028d2 chore: lint
  • df7ef5d feat(nuxt,kit,schema): add a factory function for useFetch and `useAsyncDat...
  • 2dc5255 fix(nuxt): handle rejected promise in view transition abort (#34515)
  • cf3e2ad fix(nuxt): fix cookie expiration timeout for long-lived cookies (#34513)
  • 3b9d0bc fix(nuxt): pass deleteCount to splice in preloadRouteComponents (#34514)
  • 414a283 fix(nuxt): never preload manifest (#34511)
  • d586631 fix(nuxt): check file freshness before truncating in cache restore (#34509)
  • Additional commits viewable in

Bumps the non-major group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/content](https://github.com/nuxt/content) | `3.11.0` | `3.12.0` |
| [@nuxtjs/mdc](https://github.com/nuxt-content/mdc) | `0.20.0` | `0.21.1` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.2.2` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.92.8` | `5.96.1` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.1.0` | `14.2.1` |
| [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss) | `4.0.1` | `4.3.2` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.3.0` | `4.4.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.3` | `3.2.6` |



Updates `@nuxt/content` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md)
- [Commits](nuxt/content@v3.11.0...v3.12.0)

Updates `@nuxtjs/mdc` from 0.20.0 to 0.21.1
- [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.20.0...v0.21.1)

Updates `@tailwindcss/vite` from 4.1.18 to 4.2.2
- [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.2.2/packages/@tailwindcss-vite)

Updates `@tanstack/vue-query` from 5.92.8 to 5.96.1
- [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.96.1/packages/vue-query)

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

Updates `eslint-plugin-better-tailwindcss` from 4.0.1 to 4.3.2
- [Release notes](https://github.com/schoero/eslint-plugin-better-tailwindcss/releases)
- [Changelog](https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](schoero/eslint-plugin-better-tailwindcss@v4.0.1...v4.3.2)

Updates `nuxt` from 4.3.0 to 4.4.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.4.2/packages/nuxt)

Updates `tailwindcss` from 4.1.18 to 4.2.2
- [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.2.2/packages/tailwindcss)

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

---
updated-dependencies:
- dependency-name: "@nuxt/content"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@nuxtjs/mdc"
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.96.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@vueuse/core"
  dependency-version: 14.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: eslint-plugin-better-tailwindcss
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: nuxt
  dependency-version: 4.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: tailwindcss
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: vue-tsc
  dependency-version: 3.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
...

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 Apr 2, 2026
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