vue-float-menu icon indicating copy to clipboard operation
vue-float-menu copied to clipboard

chore(deps-dev): bump the vue-ecosystem group with 2 updates

Open dependabot[bot] opened this issue 6 months ago • 2 comments

Bumps the vue-ecosystem group with 2 updates: @vue/compiler-sfc and vue.

Updates @vue/compiler-sfc from 3.5.14 to 3.5.16

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.16

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

v3.5.15

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/compiler-sfc's changelog.

3.5.16 (2025-05-29)

Reverts

  • Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
  • Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390

3.5.15 (2025-05-26)

Bug Fixes

  • compat: ensure false value on input retains value attribute (#13216) (1a66474), closes #13205
  • compat: should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) (93949e6), closes #12992
  • compile-sfc: handle inline template source map in prod build (#12701) (89edc6c), closes #12682 vitejs/vite-plugin-vue#500
  • compiler-core: ensure mapping is added only if node source is available (#13285) (d37a2ac), closes #13261 vitejs/vite-plugin-vue#368
  • compiler-dom: improve HTML nesting validation to allow any child element within template tag (#13320) (163b365), closes #13318
  • compiler-sfc: add error handling for defineModel() without variable assignment (#13352) (00734af), closes #13280
  • compiler-sfc: add scoping tag to trailing universal selector (#12918) (949df80), closes #12906
  • compiler-sfc: improve type inference for TSTypeAliasDeclaration with better runtime type detection (#13245) (cf5a5e0), closes #13240
  • compiler-sfc: simulate allowArbitraryExtensions on resolving type (#13301) (f7ce5ae), closes #13295
  • custom-element: allow injecting values ​​from app context in nested elements (#13219) (b991075), closes #13212
  • custom-element: ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201) (1d41d4d), closes #13199
  • custom-element: preserve appContext during update (#12455) (013749e), closes #12453
  • custom-element: properly resolve props for sync component defs (#12855) (a683c80), closes #12854
  • hydration: handle transition appear hydration edge case (#13339) (35aeae7), closes #13335
  • hydration: skip lazy hydration for patched components (#13283) (80055fd), closes #13255
  • suspense: handle edge case in patching list nodes within Suspense (#13306) (772b008), closes #13305
  • teleport: handle deferred teleport updates before and after mount (#13350) (d15dce3), closes #13349
  • types: avoid merging component instance into $props in ComponentInstance (#12870) (f44feed), closes #12751
  • types: exclude undefined from inferred prop types with default values (#13007) (5179d32), closes #13006
  • watch: update oldValue before running cb to prevent stale value (#12296) (c69c4bb), closes #12294
Commits
  • e738176 release: v3.5.16
  • 19f23b1 Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1...
  • 42f879f Revert "fix(compiler-sfc): add error handling for defineModel() without varia...
  • d5ada3d release: v3.5.15
  • 2c6c079 chore: fix type check error (#13366)
  • 949df80 fix(compiler-sfc): add scoping tag to trailing universal selector (#12918)
  • d53daf1 chore(deps): update all non-major dependencies (#13353)
  • 00734af fix(compiler-sfc): add error handling for defineModel() without variable assi...
  • 89edc6c fix(compile-sfc): handle inline template source map in prod build (#12701)
  • f7ce5ae fix(compiler-sfc): simulate allowArbitraryExtensions on resolving type (#13...
  • Additional commits viewable in compare view

Updates vue from 3.5.14 to 3.5.16

Release notes

Sourced from vue's releases.

v3.5.16

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

v3.5.15

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.16 (2025-05-29)

Reverts

  • Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
  • Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390

3.5.15 (2025-05-26)

Bug Fixes

  • compat: ensure false value on input retains value attribute (#13216) (1a66474), closes #13205
  • compat: should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) (93949e6), closes #12992
  • compile-sfc: handle inline template source map in prod build (#12701) (89edc6c), closes #12682 vitejs/vite-plugin-vue#500
  • compiler-core: ensure mapping is added only if node source is available (#13285) (d37a2ac), closes #13261 vitejs/vite-plugin-vue#368
  • compiler-dom: improve HTML nesting validation to allow any child element within template tag (#13320) (163b365), closes #13318
  • compiler-sfc: add error handling for defineModel() without variable assignment (#13352) (00734af), closes #13280
  • compiler-sfc: add scoping tag to trailing universal selector (#12918) (949df80), closes #12906
  • compiler-sfc: improve type inference for TSTypeAliasDeclaration with better runtime type detection (#13245) (cf5a5e0), closes #13240
  • compiler-sfc: simulate allowArbitraryExtensions on resolving type (#13301) (f7ce5ae), closes #13295
  • custom-element: allow injecting values ​​from app context in nested elements (#13219) (b991075), closes #13212
  • custom-element: ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201) (1d41d4d), closes #13199
  • custom-element: preserve appContext during update (#12455) (013749e), closes #12453
  • custom-element: properly resolve props for sync component defs (#12855) (a683c80), closes #12854
  • hydration: handle transition appear hydration edge case (#13339) (35aeae7), closes #13335
  • hydration: skip lazy hydration for patched components (#13283) (80055fd), closes #13255
  • suspense: handle edge case in patching list nodes within Suspense (#13306) (772b008), closes #13305
  • teleport: handle deferred teleport updates before and after mount (#13350) (d15dce3), closes #13349
  • types: avoid merging component instance into $props in ComponentInstance (#12870) (f44feed), closes #12751
  • types: exclude undefined from inferred prop types with default values (#13007) (5179d32), closes #13006
  • watch: update oldValue before running cb to prevent stale value (#12296) (c69c4bb), closes #12294
Commits
  • e738176 release: v3.5.16
  • 19f23b1 Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1...
  • d9bd436 chore: fix typos
  • 42f879f Revert "fix(compiler-sfc): add error handling for defineModel() without varia...
  • d5ada3d release: v3.5.15
  • c017c7b chore(deps): update dependency lint-staged to v16 (#13381)
  • 004f488 chore(deps): update dependency eslint-plugin-import-x to ^4.13.1 (#13380)
  • 1ee3fcf chore(deps): update dependency @​vitest/eslint-plugin to ^1.2.1 (#13379)
  • c46d9f3 chore(deps): update build (#13378)
  • 9fa787c chore(workflow): add TypeScript type checking step to CI pipeline (#13367)
  • 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

dependabot[bot] avatar Jun 02 '25 03:06 dependabot[bot]

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

dependabot[bot] avatar Jun 02 '25 03:06 dependabot[bot]

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

Name Status Preview Comments Updated (UTC)
vue-float-menu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 2, 2025 3:52am

vercel[bot] avatar Jun 02 '25 03:06 vercel[bot]

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

dependabot[bot] avatar Jun 30 '25 02:06 dependabot[bot]