Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the vue group across 1 directory with 12 updates #1612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the vue group with 12 updates in the / directory:

Package From To
@nuxt/kit 3.14.1592 3.15.2
@vueuse/core 11.2.0 12.4.0
@nuxt/schema 3.14.1592 3.15.2
nuxt 3.14.1592 3.15.2
vue-tsc 2.1.10 2.2.0
@vueuse/nuxt 12.0.0 12.4.0
@unocss/nuxt 0.65.1 65.4.2
@iconify-json/carbon 1.2.4 1.2.5
vite 6.0.3 6.0.9
@nuxt/devtools 1.6.3 1.7.0
unocss 0.65.1 65.4.2
@unocss/reset 0.65.1 65.4.2

Updates @nuxt/kit from 3.14.1592 to 3.15.2

Release notes

Sourced from @​nuxt/kit's releases.

v3.15.2

3.15.2 is the next regularly scheduled patch release.

👀 Highlights

🔥 Startup performance improvements

It is worth noting that this release includes some pretty significant performance improvements which you should notice particularly in the startup time. In my tests in the nuxt monorepo,

fixture time to vite build complete (v3.15.1) time to vite build complete (v3.15.2)
minimal 850ms 710ms
everything bagel 3,021ms 1,690ms

There's more improvement to do here but hopefully these are good numbers!

📦 CLI refactor

To improve performance within Nuxt projects, we've published a new @nuxt/cli distribution of nuxi, which is used under-the-hood in nuxt (see issue). This should behave exactly the same and nothing needs to be updated in your projects (for example, you will continue to use the nuxi or nuxt commands). The only significant change is that it no longer inlines dependencies. Feedback is welcome 🙏

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Remove code duplication in client-only (#30460)
  • nuxt: Use lighter @nuxt/cli dependency (#30526)
  • kit: Remove iterations when resolving module path (#30562)
  • nuxt: Avoid checking fs for existence of scanned pages (#30581)
  • nuxt: Defer version/config warnings to after build (#30567)

🩹 Fixes

  • nuxt: Collect all identifiers before extracting page metadata (#30478)
  • nuxt: Don't hoist identifiers declared locally in definePageMeta when extracting page metadata (#30490)
  • kit: Reorder #build to the end of tsConfig paths (#30520)
  • nuxt: Use fullPath instead of empty string in router hmr (#30500)
  • Relax nuxt version constraints to current (23b968289)
  • nuxt: Add import protection for @nuxt/cli (618bbc6da)
  • kit: Fully resolve plugin paths when normalising them (#30540)
  • nuxt: Call page:loading:end only once with nested pages (#29009)
  • nuxt: Warn about ignored char while parsing route segment (#30396)
  • nuxt: Allow url-specific chars in vfs (#30584)

... (truncated)

Commits
  • 87a0ee5 v3.15.2
  • e438a04 refactor(kit,nuxt,webpack): reduce reassignments (#30589)
  • 1285c5c chore(deps): update all non-major dependencies (3.x) (#30572)
  • fb58275 fix(kit): fully resolve plugin paths when normalising them (#30540)
  • f76fc48 chore(deps): update all non-major dependencies (3.x) (#30566)
  • 60f7d15 perf(kit): remove iterations when resolving module path (#30562)
  • 23b9682 fix: relax nuxt version constraints to current
  • 0c1f943 fix(kit): reorder #build to the end of tsConfig paths (#30520)
  • 3174adb chore(deps): update all non-major dependencies (3.x) (#30554)
  • 0b20797 chore(deps): update all non-major dependencies (3.x) (#30487)
  • Additional commits viewable in compare view

Updates @vueuse/core from 11.2.0 to 12.4.0

Release notes

Sourced from @​vueuse/core's releases.

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • a4e3339 chore: release v12.4.0
  • fcc6e71 fix(useBluetooth): isConnected state not changed when disconnected (#4460)
  • eb6797a feat(useStorage): make storage key reactive (#4464)
  • dd316da feat: use passive event handlers everywhere is possible (#4477)
  • a64354e docs(useMediaControls): use useTemplateRef instead of ref (#4467)
  • cf23dd2 types: ensure isSupported is of the correct type (#4474)
  • 6018c0e feat(useCloned): return isModified (#4470)
  • 26c842b test: use vue-tsc instead of tsc to also check *.vue files (#4458)
  • e5301f4 chore: release v12.3.0
  • e6a17d7 fix(useStorageAsync): correct initialization when initialValue is getter (#...
  • Additional commits viewable in compare view

Updates @nuxt/schema from 3.14.1592 to 3.15.2

Release notes

Sourced from @​nuxt/schema's releases.

v3.15.2

3.15.2 is the next regularly scheduled patch release.

👀 Highlights

🔥 Startup performance improvements

It is worth noting that this release includes some pretty significant performance improvements which you should notice particularly in the startup time. In my tests in the nuxt monorepo,

fixture time to vite build complete (v3.15.1) time to vite build complete (v3.15.2)
minimal 850ms 710ms
everything bagel 3,021ms 1,690ms

There's more improvement to do here but hopefully these are good numbers!

📦 CLI refactor

To improve performance within Nuxt projects, we've published a new @nuxt/cli distribution of nuxi, which is used under-the-hood in nuxt (see issue). This should behave exactly the same and nothing needs to be updated in your projects (for example, you will continue to use the nuxi or nuxt commands). The only significant change is that it no longer inlines dependencies. Feedback is welcome 🙏

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Remove code duplication in client-only (#30460)
  • nuxt: Use lighter @nuxt/cli dependency (#30526)
  • kit: Remove iterations when resolving module path (#30562)
  • nuxt: Avoid checking fs for existence of scanned pages (#30581)
  • nuxt: Defer version/config warnings to after build (#30567)

🩹 Fixes

  • nuxt: Collect all identifiers before extracting page metadata (#30478)
  • nuxt: Don't hoist identifiers declared locally in definePageMeta when extracting page metadata (#30490)
  • kit: Reorder #build to the end of tsConfig paths (#30520)
  • nuxt: Use fullPath instead of empty string in router hmr (#30500)
  • Relax nuxt version constraints to current (23b968289)
  • nuxt: Add import protection for @nuxt/cli (618bbc6da)
  • kit: Fully resolve plugin paths when normalising them (#30540)
  • nuxt: Call page:loading:end only once with nested pages (#29009)
  • nuxt: Warn about ignored char while parsing route segment (#30396)
  • nuxt: Allow url-specific chars in vfs (#30584)

... (truncated)

Commits

Updates nuxt from 3.14.1592 to 3.15.2

Release notes

Sourced from nuxt's releases.

v3.15.2

3.15.2 is the next regularly scheduled patch release.

👀 Highlights

🔥 Startup performance improvements

It is worth noting that this release includes some pretty significant performance improvements which you should notice particularly in the startup time. In my tests in the nuxt monorepo,

fixture time to vite build complete (v3.15.1) time to vite build complete (v3.15.2)
minimal 850ms 710ms
everything bagel 3,021ms 1,690ms

There's more improvement to do here but hopefully these are good numbers!

📦 CLI refactor

To improve performance within Nuxt projects, we've published a new @nuxt/cli distribution of nuxi, which is used under-the-hood in nuxt (see issue). This should behave exactly the same and nothing needs to be updated in your projects (for example, you will continue to use the nuxi or nuxt commands). The only significant change is that it no longer inlines dependencies. Feedback is welcome 🙏

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Remove code duplication in client-only (#30460)
  • nuxt: Use lighter @nuxt/cli dependency (#30526)
  • kit: Remove iterations when resolving module path (#30562)
  • nuxt: Avoid checking fs for existence of scanned pages (#30581)
  • nuxt: Defer version/config warnings to after build (#30567)

🩹 Fixes

  • nuxt: Collect all identifiers before extracting page metadata (#30478)
  • nuxt: Don't hoist identifiers declared locally in definePageMeta when extracting page metadata (#30490)
  • kit: Reorder #build to the end of tsConfig paths (#30520)
  • nuxt: Use fullPath instead of empty string in router hmr (#30500)
  • Relax nuxt version constraints to current (23b968289)
  • nuxt: Add import protection for @nuxt/cli (618bbc6da)
  • kit: Fully resolve plugin paths when normalising them (#30540)
  • nuxt: Call page:loading:end only once with nested pages (#29009)
  • nuxt: Warn about ignored char while parsing route segment (#30396)
  • nuxt: Allow url-specific chars in vfs (#30584)

... (truncated)

Commits
  • 87a0ee5 v3.15.2
  • 1079237 chore(deps): update dependency strip-literal to v3 (3.x) (#30601)
  • 0ebf06d fix(nuxt): decode id before resolving relative imports (#30599)
  • d3cc244 fix(nuxt): avoid invoking shouldPrefetch on the server side (#30591)
  • e438a04 refactor(kit,nuxt,webpack): reduce reassignments (#30589)
  • 1285c5c chore(deps): update all non-major dependencies (3.x) (#30572)
  • 0249c74 fix(nuxt): do not warn about invalid characters in route groups/catchalls
  • 8a0350d fix(nuxt): allow url-specific chars in vfs (#30584)
  • 0bafc82 fix(nuxt): warn about ignored char while parsing route segment (#30396)
  • fa29370 fix(nuxt): call page:loading:end only once with nested pages (#29009)
  • Additional commits viewable in compare view

Updates vue-tsc from 2.1.10 to 2.2.0

Release notes

Sourced from vue-tsc's releases.

v2.2.0

Features

  • feat(language-core): support @vue-generic (#4971) - Thanks to @​KazariEX!
  • feat(vscode): add configuration for skipping automatic detection of Hybrid Mode (#5046) - Thanks to @​KazariEX!
  • feat(language-service): crawl html data of data-allow-mismatch - Thanks to @​KazariEX!
  • feat(language-core): type support of $attrs (#5076) - Thanks to @​KazariEX!
  • feat(language-core): type support of useSlots and $slots (#5055) - Thanks to @​KazariEX!
  • feat(language-core): type support of v-model modifiers (#5061) - Thanks to @​KazariEX!
  • feat(language-service): process references data at runtime to reduce bundle size (#5054) - Thanks to @​KazariEX!
  • feat(language-core): support the use of sfc root comment to configure vueCompilerOptions (#4987) - Thanks to @​KazariEX!
  • feat(vscode): add timeout logic for insiders fetching (#5048) - Thanks to @​KazariEX!
  • feat(vscode): add examples to inlay hints configuration (#5068) - Thanks to @​KazariEX!

Performance

  • perf(typescript-plugin): use named pipe servers more efficiently (#5070)

Bug Fixes

  • fix(language-core): generate script setup starting from last leading comment without @ts-check - Thanks to @​KazariEX!
  • fix(language-core): make model modifiers optional (#4978) - Thanks to @​stafyniaksacha!
  • fix(language-core): always report missing props on <slot> (#4982) - Thanks to @​KazariEX!
  • fix(language-core): avoid unchecked index access when parsing defineEmits (#5028) - Thanks to @​KazariEX!
  • fix(language-service): handle text edit of special closing tags completion correctly (#5016) - Thanks to @​KazariEX!
  • fix(language-core): don't generate variable access of template refs using useTemplateRef (#5032) - Thanks to @​KazariEX!
  • fix(vscode): update enabledHybridMode before activate extension (#5019) - Thanks to @​nieyuyao!
  • fix(tsc): point to shimmed tsc entry point to support ts 5.7 (#5020) - Thanks to @​davidmatter!
  • fix(vscode): add GitHub.copilot-chat to hybrid mode compatible list (#5047) - Thanks to @​KazariEX!
  • fix(language-core): generate generics normally when useTemplateRef has no parameters (#5051) - Thanks to @​KazariEX!
  • fix(language-core): avoid clipping prop name using .prop or .attr on v-model - Thanks to @​KazariEX!
  • fix(language-core): handle named default import of components correctly (#5066) - Thanks to @​KazariEX!
  • fix(language-core): disable navigation feature on non-binding prop values (#5040) - Thanks to @​KazariEX!
  • fix(language-core): do not generate useTemplateRef parameter repeatedly (#5009)
  • fix(language-core): generate macros after script setup content (#5071) - Thanks to @​KazariEX!
  • fix(language-core): correct type and completion support of vue: event (#4969) - Thanks to @​KazariEX!
  • fix(language-core): prevent visiting functional components for parseScriptSetupRanges (#5049) - Thanks to @​zhiyuanzmj!
  • fix(language-service): don't provide modifier completion for @ and : (#5052) - Thanks to @​KazariEX!
  • fix(language-core): consistent interpolation behavior of shorthand binding (#4975) - Thanks to @​KazariEX!
  • fix(language-core): resolve components with various name cases correctly (#5067) - Thanks to @​KazariEX!
  • fix(language-core): map v-slot correctly to report error when missing default slot - Thanks to @​KazariEX!
  • fix(language-core): map component loc to instance variable for verification - Thanks to @​KazariEX!

Other Changes

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.2.0 official, 2.2.1 insiders (2024-12-24)

Features

  • feat(language-core): support @vue-generic (#4971) - Thanks to @​KazariEX!
  • feat(vscode): add configuration for skipping automatic detection of Hybrid Mode (#5046) - Thanks to @​KazariEX!
  • feat(language-service): crawl html data of data-allow-mismatch - Thanks to @​KazariEX!
  • feat(language-core): type support of $attrs (#5076) - Thanks to @​KazariEX!
  • feat(language-core): type support of useSlots and $slots (#5055) - Thanks to @​KazariEX!
  • feat(language-core): type support of v-model modifiers (#5061) - Thanks to @​KazariEX!
  • feat(language-service): process references data at runtime to reduce bundle size (#5054) - Thanks to @​KazariEX!
  • feat(language-core): support the use of sfc root comment to configure vueCompilerOptions (#4987) - Thanks to @​KazariEX!
  • feat(vscode): add timeout logic for insiders fetching (#5048) - Thanks to @​KazariEX!
  • feat(vscode): add examples to inlay hints configuration (#5068) - Thanks to @​KazariEX!

Performance

  • perf(typescript-plugin): use named pipe servers more efficiently (#5070)

Bug Fixes

  • fix(language-core): generate script setup starting from last leading comment without @ts-check - Thanks to @​KazariEX!
  • fix(language-core): make model modifiers optional (#4978) - Thanks to @​stafyniaksacha!
  • fix(language-core): always report missing props on <slot> (#4982) - Thanks to @​KazariEX!
  • fix(language-core): avoid unchecked index access when parsing defineEmits (#5028) - Thanks to @​KazariEX!
  • fix(language-service): handle text edit of special closing tags completion correctly (#5016) - Thanks to @​KazariEX!
  • fix(language-core): don't generate variable access of template refs using useTemplateRef (#5032) - Thanks to @​KazariEX!
  • fix(vscode): update enabledHybridMode before activate extension (#5019) - Thanks to @​nieyuyao!
  • fix(tsc): point to shimmed tsc entry point to support ts 5.7 (#5020) - Thanks to @​davidmatter!
  • fix(vscode): add GitHub.copilot-chat to hybrid mode compatible list (#5047) - Thanks to @​KazariEX!
  • fix(language-core): generate generics normally when useTemplateRef has no parameters (#5051) - Thanks to @​KazariEX!
  • fix(language-core): avoid clipping prop name using .prop or .attr on v-model - Thanks to @​KazariEX!
  • fix(language-core): handle named default import of components correctly (#5066) - Thanks to @​KazariEX!
  • fix(language-core): disable navigation feature on non-binding prop values (#5040) - Thanks to @​KazariEX!
  • fix(language-core): do not generate useTemplateRef parameter repeatedly (#5009)
  • fix(language-core): generate macros after script setup content (#5071) - Thanks to @​KazariEX!
  • fix(language-core): correct type and completion support of vue: event (#4969) - Thanks to @​KazariEX!
  • fix(language-core): prevent visiting functional components for parseScriptSetupRanges (#5049) - Thanks to @​zhiyuanzmj!
  • fix(language-service): don't provide modifier completion for @ and : (#5052) - Thanks to @​KazariEX!
  • fix(language-core): consistent interpolation behavior of shorthand binding (#4975) - Thanks to @​KazariEX!
  • fix(language-core): resolve components with various name cases correctly (#5067) - Thanks to @​KazariEX!
  • fix(language-core): map v-slot correctly to report error when missing default slot - Thanks to @​KazariEX!
  • fix(language-core): map component loc to instance variable for verification - Thanks to @​KazariEX!

Other Changes

... (truncated)

Commits
  • 55638ff v2.2.0 (#5079)
  • 98489a1 refactor(tsc): removed handling for TS 5.7
  • 3f632f2 test: sort tsc result
  • 4fff892 fix(language-core): generate macros after script setup content (#5071)
  • 1e408b8 fix(language-core): only generate the props it needs in generic components
  • 06b98f5 feat(language-core): type support of v-model modifiers (#5061)
  • 1d0acb4 chore: update deps
  • 3fb59af fix(tsc): point to shimmed tsc entry point to support ts 5.7 (#5020)
  • 31d1484 test: pin TS version and update snapshot
  • d0a9e5f chore: bump volar
  • Additional commits viewable in compare view

Updates @vueuse/nuxt from 12.0.0 to 12.4.0

Release notes

Sourced from @​vueuse/nuxt's releases.

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

Bumps the vue group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) | `3.14.1592` | `3.15.2` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.2.0` | `12.4.0` |
| [@nuxt/schema](https://github.com/nuxt/nuxt/tree/HEAD/packages/schema) | `3.14.1592` | `3.15.2` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.14.1592` | `3.15.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.10` | `2.2.0` |
| [@vueuse/nuxt](https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt) | `12.0.0` | `12.4.0` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/nuxt) | `0.65.1` | `65.4.2` |
| [@iconify-json/carbon](https://github.com/iconify/icon-sets) | `1.2.4` | `1.2.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.3` | `6.0.9` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.6.3` | `1.7.0` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `0.65.1` | `65.4.2` |
| [@unocss/reset](https://github.com/unocss/unocss/tree/HEAD/packages-presets/reset) | `0.65.1` | `65.4.2` |



Updates `@nuxt/kit` from 3.14.1592 to 3.15.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.15.2/packages/kit)

Updates `@vueuse/core` from 11.2.0 to 12.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.4.0/packages/core)

Updates `@nuxt/schema` from 3.14.1592 to 3.15.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.15.2/packages/schema)

Updates `nuxt` from 3.14.1592 to 3.15.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.15.2/packages/nuxt)

Updates `vue-tsc` from 2.1.10 to 2.2.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/v2.2.0/packages/tsc)

Updates `@vueuse/nuxt` from 12.0.0 to 12.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.4.0/packages/nuxt)

Updates `@unocss/nuxt` from 0.65.1 to 65.4.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v65.4.2/packages-integrations/nuxt)

Updates `@iconify-json/carbon` from 1.2.4 to 1.2.5
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `vite` from 6.0.3 to 6.0.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

Updates `@nuxt/devtools` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.7.0/packages/devtools)

Updates `unocss` from 0.65.1 to 65.4.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v65.4.2/packages-presets/unocss)

Updates `@unocss/reset` from 0.65.1 to 65.4.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v65.4.2/packages-presets/reset)

---
updated-dependencies:
- dependency-name: "@nuxt/kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@nuxt/schema"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vueuse/nuxt"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@unocss/nuxt"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@iconify-json/carbon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@unocss/reset"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
...

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 Jan 20, 2025
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview Jan 20, 2025 4:06pm
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview Jan 20, 2025 4:06pm

Copy link

pkg-pr-new bot commented Jan 20, 2025

Open in Stackblitz

@shopware/api-gen

npm i https://pkg.pr.new/shopware/frontends/@shopware/api-gen@1612

@shopware/api-client

npm i https://pkg.pr.new/shopware/frontends/@shopware/api-client@1612

@shopware/helpers

npm i https://pkg.pr.new/shopware/frontends/@shopware/helpers@1612

@shopware/cms-base-layer

npm i https://pkg.pr.new/shopware/frontends/@shopware/cms-base-layer@1612

@shopware/composables

npm i https://pkg.pr.new/shopware/frontends/@shopware/composables@1612

@shopware/nuxt-module

npm i https://pkg.pr.new/shopware/frontends/@shopware/nuxt-module@1612

commit: c8a9abf

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