vue-float-menu
vue-float-menu copied to clipboard
chore(deps-dev): bump the vue-ecosystem group with 2 updates
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
minorbranch.v3.5.15
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
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
allowArbitraryExtensionson 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
$propsinComponentInstance(#12870) (f44feed), closes #12751- types: exclude
undefinedfrom inferred prop types with default values (#13007) (5179d32), closes #13006- watch: update
oldValuebefore runningcbto prevent stale value (#12296) (c69c4bb), closes #12294
Commits
e738176release: v3.5.1619f23b1Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1...42f879fRevert "fix(compiler-sfc): add error handling for defineModel() without varia...d5ada3drelease: v3.5.152c6c079chore: fix type check error (#13366)949df80fix(compiler-sfc): add scoping tag to trailing universal selector (#12918)d53daf1chore(deps): update all non-major dependencies (#13353)00734affix(compiler-sfc): add error handling for defineModel() without variable assi...89edc6cfix(compile-sfc): handle inline template source map in prod build (#12701)f7ce5aefix(compiler-sfc): simulateallowArbitraryExtensionson 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
minorbranch.v3.5.15
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
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
allowArbitraryExtensionson 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
$propsinComponentInstance(#12870) (f44feed), closes #12751- types: exclude
undefinedfrom inferred prop types with default values (#13007) (5179d32), closes #13006- watch: update
oldValuebefore runningcbto prevent stale value (#12296) (c69c4bb), closes #12294
Commits
e738176release: v3.5.1619f23b1Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1...d9bd436chore: fix typos42f879fRevert "fix(compiler-sfc): add error handling for defineModel() without varia...d5ada3drelease: v3.5.15c017c7bchore(deps): update dependency lint-staged to v16 (#13381)004f488chore(deps): update dependency eslint-plugin-import-x to ^4.13.1 (#13380)1ee3fcfchore(deps): update dependency@​vitest/eslint-pluginto ^1.2.1 (#13379)c46d9f3chore(deps): update build (#13378)9fa787cchore(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
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.
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 |
Looks like these dependencies are updatable in another way, so this is no longer needed.