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 11 updates #1471

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

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

Package From To
vue 3.5.12 3.5.13
@vitejs/plugin-vue 5.1.4 5.2.0
@nuxt/kit 3.13.2 3.14.1592
@nuxt/schema 3.13.2 3.14.1592
nuxt 3.13.2 3.14.1592
@vitejs/plugin-vue-jsx 4.0.1 4.1.0
@unocss/nuxt 0.63.6 0.64.1
vite 5.4.10 5.4.11
@nuxt/devtools 1.6.0 1.6.1
unocss 0.63.6 0.64.1
@unocss/reset 0.63.6 0.64.1

Updates vue from 3.5.12 to 3.5.13

Release notes

Sourced from vue's releases.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)
Commits
  • 6eb29d3 release: v3.5.13
  • 4f8d807 fix(ssr): handle initial selected state for select with v-model + v-for optio...
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • 1f75d4e fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...
  • 4b479db fix(transition): reflow before leave-active class after leave-from (#12288)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 352bc88 fix(custom-element): avoid triggering mutationObserver when relecting props
  • 10ab8c0 chore(playground): reset version when opening local playground from reproduction
  • d637bd6 perf(reactivity): do not track inner key `__v_skip`` (#11690)
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 5.1.4 to 5.2.0

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.2.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.2.0 (2024-11-13)

  • feat: add a feature option to support custom component id generator (#461) (7a1fc4c), closes #461

5.1.5 (2024-11-11)

Commits
  • 7edc3d9 release: plugin-vue@5.2.0
  • 7a1fc4c feat: add a feature option to support custom component id generator (#461)
  • 7d081cc release: plugin-vue@5.1.5
  • 91210cc chore(deps): update dependency rollup to ^4.25.0 (#472)
  • e432bcb fix(deps): update all non-major dependencies (#439)
  • 62b17f3 fix(hmr): should reload if relies file changed after re-render (#471)
  • 8f9c624 fix(hmr): re-resolve script after type dep changed (#446)
  • 5625fc9 chore(deps): update upstream (#462)
  • 4a811b0 chore: fix typo (#464)
  • de88394 perf: use hash to replace createHash (#460)
  • Additional commits viewable in compare view

Updates @nuxt/kit from 3.13.2 to 3.14.1592

Release notes

Sourced from @​nuxt/kit's releases.

v3.14.1592

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • rspack: Update webpackbar with support for rspack (#29823)
  • nuxt: Assign default name to component without setup (#29869)
  • kit: Use dst to deduplicate templates when adding them (#29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#29955)
  • nuxt: Recompile templates on change events (#29954)
  • nuxt: Do not include <NuxtWelcome> when building (#29956)
  • nuxt: Allow scanning metadata from 2+ files at same path (#29969)
  • nuxt: Do not disallow importing nitro dependencies (#29975)

💅 Refactors

  • nuxt: Define layouts as async vue components (#29957)

📖 Documentation

  • Update custom environment example (e3759ad55)
  • Update minimal example (7973f5ed4)
  • Add tip about islands directory (#29913)
  • Fix typo in composable name (#29910)
  • Rename @​nuxt/auth to @​nuxt/auth-utils in roadmap (#29906)
  • Capitalize text (#29938)
  • Improve clarity in seo meta example (#29930)
  • Update getting started to include WebStorm (#29845)

🏡 Chore

  • Remove unused imports and update eslint config (#29876)

✅ Tests

🤖 CI

❤️ Contributors

v3.14.159

... (truncated)

Commits
  • 3894e9d v3.14.1592
  • 110c49f chore(deps): update all non-major dependencies (3.x) (#29984)
  • 7284241 fix(kit): resolve module paths before appending subpaths (#29955)
  • 86a7457 fix(kit): use dst to deduplicate templates when adding them (#29895)
  • 748429a chore(deps): update vitest to v2.1.5 (3.x) (#29908)
  • ac5da54 chore(deps): update all non-major dependencies (3.x) (#29897)
  • 2e68bb8 chore(deps): update all non-major dependencies (3.x) (#29888)
  • c6ed9f9 chore(deps): update all non-major dependencies (3.x) (#29874)
  • 30c03d0 chore(deps): update all non-major dependencies (3.x) (#29851)
  • 0ee40c0 chore(deps): update all non-major dependencies (3.x) (#29836)
  • Additional commits viewable in compare view

Updates @nuxt/schema from 3.13.2 to 3.14.1592

Release notes

Sourced from @​nuxt/schema's releases.

v3.14.1592

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • rspack: Update webpackbar with support for rspack (#29823)
  • nuxt: Assign default name to component without setup (#29869)
  • kit: Use dst to deduplicate templates when adding them (#29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#29955)
  • nuxt: Recompile templates on change events (#29954)
  • nuxt: Do not include <NuxtWelcome> when building (#29956)
  • nuxt: Allow scanning metadata from 2+ files at same path (#29969)
  • nuxt: Do not disallow importing nitro dependencies (#29975)

💅 Refactors

  • nuxt: Define layouts as async vue components (#29957)

📖 Documentation

  • Update custom environment example (e3759ad55)
  • Update minimal example (7973f5ed4)
  • Add tip about islands directory (#29913)
  • Fix typo in composable name (#29910)
  • Rename @​nuxt/auth to @​nuxt/auth-utils in roadmap (#29906)
  • Capitalize text (#29938)
  • Improve clarity in seo meta example (#29930)
  • Update getting started to include WebStorm (#29845)

🏡 Chore

  • Remove unused imports and update eslint config (#29876)

✅ Tests

🤖 CI

❤️ Contributors

v3.14.159

... (truncated)

Commits

Updates nuxt from 3.13.2 to 3.14.1592

Release notes

Sourced from nuxt's releases.

v3.14.1592

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • rspack: Update webpackbar with support for rspack (#29823)
  • nuxt: Assign default name to component without setup (#29869)
  • kit: Use dst to deduplicate templates when adding them (#29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#29955)
  • nuxt: Recompile templates on change events (#29954)
  • nuxt: Do not include <NuxtWelcome> when building (#29956)
  • nuxt: Allow scanning metadata from 2+ files at same path (#29969)
  • nuxt: Do not disallow importing nitro dependencies (#29975)

💅 Refactors

  • nuxt: Define layouts as async vue components (#29957)

📖 Documentation

  • Update custom environment example (e3759ad55)
  • Update minimal example (7973f5ed4)
  • Add tip about islands directory (#29913)
  • Fix typo in composable name (#29910)
  • Rename @​nuxt/auth to @​nuxt/auth-utils in roadmap (#29906)
  • Capitalize text (#29938)
  • Improve clarity in seo meta example (#29930)
  • Update getting started to include WebStorm (#29845)

🏡 Chore

  • Remove unused imports and update eslint config (#29876)

✅ Tests

🤖 CI

❤️ Contributors

v3.14.159

... (truncated)

Commits
  • 3894e9d v3.14.1592
  • fbd5c33 test: add import protection test
  • cfdbbb4 fix(nuxt): do not disallow importing nitro dependencies (#29975)
  • cea11d5 fix(nuxt): allow scanning metadata from 2+ files at same path (#29969)
  • 003ceac chore(deps): update all non-major dependencies (3.x) (#29951)
  • c4ede9b refactor(nuxt): define layouts as async vue components (#29957)
  • c576d8b fix(nuxt): do not include \<NuxtWelcome> when building (#29956)
  • 8e0f731 fix(nuxt): recompile templates on change events (#29954)
  • 302a66d fix(nuxt): return null map for empty plugin metadata
  • d44408e fix(nuxt): handle empty plugin files
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue-jsx from 4.0.1 to 4.1.0

Release notes

Sourced from @​vitejs/plugin-vue-jsx's releases.

plugin-vue@4.1.0

Please refer to CHANGELOG.md for details.

plugin-vue-jsx@4.1.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue-jsx's changelog.

4.1.0 (2024-11-11)

Commits
  • 8f4a5dc fix(deps): update all non-major dependencies (#50)
  • 797e424 release: plugin-vue-jsx@3.0.0
  • 5a2f789 chore: update vite dep to ^4.0.0 (#49)
  • 4c95967 chore(deps): update all non-major dependencies (#40)
  • 9521758 release: plugin-vue-jsx@3.0.0-beta.0
  • eef8929 chore: enable prettier trailing commas (#37)
  • cfb7e42 chore: repo setup
  • 76bcb72 release: plugin-vue-jsx@3.0.0-alpha.0
  • 886acde fix(deps): update all non-major dependencies (#11091)
  • 14b7caf feat(plugin-vue-jsx): add jsx pure flag (#10205)
  • Additional commits viewable in compare view

Updates @unocss/nuxt from 0.63.6 to 0.64.1

Release notes

Sourced from @​unocss/nuxt's releases.

v0.64.1

No significant changes

    View changes on GitHub

v0.64.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vite from 5.4.10 to 5.4.11

Release notes

Sourced from vite's releases.

v5.4.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.11 (2024-11-11)

Commits

Updates @nuxt/devtools from 1.6.0 to 1.6.1

Release notes

Sourced from @​nuxt/devtools's releases.

v1.6.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxt/devtools's changelog.

1.6.1 (2024-11-20)

Bug Fixes

Features

  • apply lint, use explict import (2c6d2d3)
Commits

Updates unocss from 0.63.6 to 0.64.1

Release notes

Sourced from unocss's releases.

v0.64.1

No significant changes

    View changes on GitHub

v0.64.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ea8e29b chore: release v0.64.1
  • aa1713f pref(preset-wind): add category to animates & describe animate docs (#4265)
  • 6a64c67 docs: update community.md with new animation library (#4256)
  • 4ca7f54 docs: update userquin social links (#4254)
  • d4949d8 docs: add a new community transformer
  • 80d030b docs: add bluesky profile
  • d07f517 chore: release v0.64.0
  • f5002d1 fix(preset-mini)!: redefine containers key write style (#4248)
  • c8e1675 chore: lint fix
  • d7b3622 fix(preset-icons): support captital letters in className (#4149)
  • Additional commits viewable in compare view

Updates @unocss/reset from 0.63.6 to 0.64.1

Release notes

Sourced from @​unocss/reset's releases.

v0.64.1

No significant changes

    View changes on GitHub

v0.64.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ea8e29b chore: release v0.64.1
  • aa1713f pref(preset-wind): add category to animates & describe animate docs (#4265)
  • 6a64c67 docs: update community.md with new animation library (#4256)
  • 4ca7f54 docs: update userquin social links (#4254)
  • d4949d8 docs: add a new community transformer
  • 80d030b docs: add bluesky profile
  • d07f517 chore: release v0.64.0
  • f5002d1 fix(preset-mini)!: redefine containers key write style (#4248)
  • c8e1675 chore: lint fix
  • d7b3622 fix(preset-icons): support captital letters in className (#4149)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.5.12` | `3.5.13` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.0` |
| [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) | `3.13.2` | `3.14.1592` |
| [@nuxt/schema](https://github.com/nuxt/nuxt/tree/HEAD/packages/schema) | `3.13.2` | `3.14.1592` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.13.2` | `3.14.1592` |
| [@vitejs/plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue-jsx) | `4.0.1` | `4.1.0` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages/nuxt) | `0.63.6` | `0.64.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.10` | `5.4.11` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.6.0` | `1.6.1` |
| [unocss](https://github.com/unocss/unocss) | `0.63.6` | `0.64.1` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.63.6` | `0.64.1` |



Updates `vue` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.12...v3.5.13)

Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.0
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.2.0/packages/plugin-vue)

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

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

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

Updates `@vitejs/plugin-vue-jsx` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue-jsx/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.1.0/packages/plugin-vue-jsx)

Updates `@unocss/nuxt` from 0.63.6 to 0.64.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.64.1/packages/nuxt)

Updates `vite` from 5.4.10 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

Updates `@nuxt/devtools` from 1.6.0 to 1.6.1
- [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.6.1/packages/devtools)

Updates `unocss` from 0.63.6 to 0.64.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.63.6...v0.64.1)

Updates `@unocss/reset` from 0.63.6 to 0.64.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.63.6...v0.64.1)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@nuxt/kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@vitejs/plugin-vue-jsx"
  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-minor
  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-patch
  dependency-group: vue
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@unocss/reset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 20, 2024
Copy link

vercel bot commented Nov 20, 2024

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

Name Status Preview Updated (UTC)
frontends-demo 🔄 Building (Inspect) Visit Preview Nov 20, 2024 3:34pm
shopware-frontends-docs ❌ Failed (Inspect) Nov 20, 2024 3:34pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2024

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

@dependabot dependabot bot closed this Nov 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-c2fbd52888 branch November 21, 2024 16:11
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