vue-types
vue-types copied to clipboard
chore(deps): update all non-major dependencies (patch)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @changesets/cli (source) | 2.27.3 -> 2.27.6 |
||||
| @nuxt/module-builder | 0.7.0 -> 0.7.1 |
||||
| @types/node (source) | 20.14.2 -> 20.14.9 |
||||
| happy-dom | 14.12.0 -> 14.12.3 |
||||
| lefthook | 1.6.12 -> 1.6.18 |
||||
| prettier (source) | 3.3.1 -> 3.3.2 |
||||
| typescript-eslint (source) | 8.0.0-alpha.16 -> 8.0.0-alpha.37 |
||||
| vite (source) | 5.2.11 -> 5.2.13 |
||||
| vue (source) | 3.4.27 -> 3.4.31 |
Release Notes
changesets/changesets (@changesets/cli)
v2.27.6
Patch Changes
-
#1392
f295b3eThanks @bluwy! - Replacemeowdependency withmrito reduce the number of transitive dependencies -
#1390
6a3452eThanks @bluwy! - Displaychangeset status --verbosein list form and removetty-tabledependency
v2.27.5
Patch Changes
-
#1370
5e9d33aThanks @Andarist! - Fixed a regression that causedchangeset versionto fail on packages having a dev dependency on a skipped package. -
Updated dependencies [
5e9d33a]:
v2.27.4
Patch Changes
-
#1361
954a16aThanks @jakebailey! - Ensure thatversion/tagdo not touch private packages with when versioning/tagging is turned off usingversionPackagesconfig -
#1369
d729d8cThanks @Andarist! -changeset tagshould now correctly skip tags that exist on the remote -
Updated dependencies [
954a16a]:
nuxt/module-builder (@nuxt/module-builder)
v0.7.1
🩹 Fixes
- build: Declare
ModuleOptionsin correct place (#283)
📖 Documentation
- Update path for runtime js files (#282)
❤️ Contributors
- Adam DeHaven (@adamdehaven)
- Daniel Roe (@danielroe)
capricorn86/happy-dom (happy-dom)
v14.12.3
:construction_worker_man: Patch fixes
- Element.insertBefore works when the node is already inserted - In task #1429
v14.12.2
:construction_worker_man: Patch fixes
- Fixes problem related to the cookie container using the wrong path when caching cookies - By @matcic in task #1455
v14.12.1
:construction_worker_man: Patch fixes
- Fixes problem related to React click handler with
preventDefaultnot preventing navigation - By @amitdahan in task #1464
evilmartians/lefthook (lefthook)
v1.6.18
v1.6.17
- fix: apply local extends only if they are present (#754) by @mrexox
- chore: setting proper error message for missing lefthook file (#748) by @Cadienvan
v1.6.16
- fix: skip overwriting hooks when fetching data from remotes (#745) by @mrexox
- fix: fetch remotes only for non ghost hooks (#744) by @mrexox
v1.6.15
- feat: add refetch option to remotes config (#739) by @mrexox
- deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) (#742) by @mrexox
- chore: enable copyloopvar, intrange, and prealloc (#740) by @scop
- perf: delay git and uname commands in hook scripts until needed (#737) by @scop
- chore: refactor commands interfaces (#735) by @mrexox
- chore: upgrade to 1.59.0 (#738) by @scop
v1.6.14
- fix: share STDIN across different commands on pre-push hook (#732) by @tdesveaux and @mrexox
v1.6.13
prettier/prettier (prettier)
v3.3.2
Fix handlebars path expressions starts with @ (#16358 by @Princeyadav05)
{{! Input }}
<div>{{@​x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>
typescript-eslint/typescript-eslint (typescript-eslint)
v8.0.0-alpha.37
v8.0.0-alpha.36
v8.0.0-alpha.35
v8.0.0-alpha.34
v8.0.0-alpha.33
v8.0.0-alpha.32
v8.0.0-alpha.31
v8.0.0-alpha.30
v8.0.0-alpha.29
v8.0.0-alpha.28
v8.0.0-alpha.27
v8.0.0-alpha.26
v8.0.0-alpha.25
v8.0.0-alpha.24
v8.0.0-alpha.23
v8.0.0-alpha.22
v8.0.0-alpha.21
v8.0.0-alpha.20
v8.0.0-alpha.19
v8.0.0-alpha.18
v8.0.0-alpha.17
vitejs/vite (vite)
v5.2.13
Please refer to CHANGELOG.md for details.
v5.2.12
- chore: move to eslint flat config (#16743) (8f16765), closes #16743
- chore(deps): remove unused deps (#17329) (5a45745), closes #17329
- chore(deps): update all non-major dependencies (#16722) (b45922a), closes #16722
- fix: mention
build.rollupOptions.output.manualChunksinstead ofbuild.rollupOutput.manualChunks(89378c0), closes #16721 - fix(build): make SystemJSWrapRE match lazy (#16633) (6583ad2), closes #16633
- fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported (#1 (95fe5a7), closes #16078
- fix(css): handle lightningcss compiled css in Deno (#17301) (8e4e932), closes #17301
- fix(css): only use files the current bundle contains (#16684) (15a6ebb), closes #16684
- fix(css): page reload was not happening with .css?raw (#16455) (8041846), closes #16455
- fix(deps): update all non-major dependencies (#16603) (6711553), closes #16603
- fix(deps): update all non-major dependencies (#16660) (bf2f014), closes #16660
- fix(deps): update all non-major dependencies (#17321) (4a89766), closes #17321
- fix(error-logging): rollup errors weren't displaying id and codeframe (#16540) (22dc196), closes #16540
- fix(hmr): normalize the path info (#14255) (6a085d0), closes #14255
- fix(hmr): trigger page reload when calling invalidate on root module (#16636) (2b61cc3), closes #16636
- fix(logger): truncate log over 5000 characters long (#16581) (b0b839a), closes #16581
- fix(optimizer): log dependencies added by plugins (#16729) (f0fb987), closes #16729
- fix(sourcemap): improve sourcemap compatibility for vue2 (#16594) (913c040), closes #16594
- docs: correct proxy shorthand example (#15938) (abf766e), closes #15938
- docs: deprecate server.hot (#16741) (e7d38ab), closes #16741
vuejs/core (vue)
v3.4.31
Bug Fixes
- compiler-core: handle inline comments with undefined bindings (#11217) (746352a), closes #11216
- shared: unwrap refs in toDisplayString (#7306) (0126cff), closes #5578 #5593 #11199 #11201
Reverts
- Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
- Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183
v3.4.30
Bug Fixes
- compiler-core: should not remove slot node with
v-else(#11150) (e102670) - hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
- hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
- reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
- runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
- runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
- runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
- runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163
Performance Improvements
v3.4.29
Bug Fixes
- build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
- compiler-sfc: fix missing scope for extends error message (4ec387b)
- compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
- compiler-sfc: support @vue-ignore comment on more type sources (a23e99b)
- custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
- reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121
v3.4.28
Bug Fixes
- compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852
- compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766
- compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126
- compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885
- compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907
- compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367
- compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819
- compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)
- compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939
- compiler-core: make
ForIteratorExpression'sreturnsproperty optional (#11011) (5b8c1af) - compiler-core: should set
<math>tag as block to retain MathML namespace after patching (#10891) (87c5443) - compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819
- compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002
- compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962
- compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129
- compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)
- correct the type of
<details>'sonToggleevent handler (#10938) (fd18ce7), closes #10928 - custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610
- custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614
- hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930
- hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369
- KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)
- npm: explicitly add
@vue/reactivityas dependency of@vue/runtime-dom(#10468) (ec424f6) - reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061
- runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547
- runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617
- runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688
- runtime-core: fix missed updates when passing text vnode to
<component :is>(#8304) (b310ec3), closes #8298 - runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593
- runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649
- runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012
- runtime-dom: support Symbol for input value bindings (#10608) (188f3ae), closes #10597
- shared: ensure invokeArrayFns handles undefined arguments (#10869) (9b40d0f), closes #10863
- ssr: directive binding.instance should respect exposed during ssr (df686ab), closes #7499 #7502
- ssr: fix hydration for node with empty text node (#7216) (d1011c0)
- ssr: fix the bug that multi slot scope id does not work on component (#6100) (4c74302), closes #6093
- teleport: do not throw target warning when teleport is disabled (#9818) (15ee43f)
- transition: ensure Transition enterHooks are updated after clone (#11066) (671cf29), closes #11061
- types/apiWatch: correct type inference for reactive array (#11036) (aae2d78), closes #9416
- types: improve
app.providetype checking (#10603) (612bbf0), closes #10602 - types: support generic argument in setup context expose method (#8507) (635a59b)
- v-model: fix the lazy modifier is not reset by other modifications (#8547) (a52a02f), closes #8546 #6564 #6773
- watch: support traversing symbol properties in deep watcher (#10969) (a3e8aaf), closes #402
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: b08a9565b1f1a4f69377e77018a7bbb3ab7a6206
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR