unjs-relations
unjs-relations copied to clipboard
chore(deps): update npm packages
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@iconify-json/heroicons | ^1.1.19 -> ^1.1.20 |
||||
@iconify-json/simple-icons | ^1.1.87 -> ^1.1.95 |
||||
vue (source) | ^3.4.8 -> ^3.4.21 |
||||
vue-router | ^4.2.5 -> ^4.3.0 |
Release Notes
vuejs/core (vue)
v3.4.21
Bug Fixes
- runtime-dom: avoid unset option's value (#​10416) (b3f8b5a), closes #​10412 #​10396
- suspense: ensure nested suspense patching if in fallback state (#​10417) (7c97778), closes #​10415
- warning: stringify args in warn handler (#​10414) (bc37258), closes #​10409
v3.4.20
Bug Fixes
- parser: should not treat uppercase components as special tags (e0e0253), closes #​10395
- runtime-dom: avoid always resetting nullish option value (ff130c4), closes #​10396
- runtime-dom: fix nested v-show priority regression (364f890), closes #​10338
- runtime-dom: v-bind style should clear previous css string value (#​10373) (e2d3235), closes #​10352
- suspense: handle suspense switching with nested suspense (#​10184) (0f3da05), closes #​10098
- types: better typing for direct setup signature of defineComponent (#​10357) (eadce5b), closes #​8604 #​8855
v3.4.19
Bug Fixes
- deps: pin lru-cache to avoid hashing error (b8be990), closes #​10300
- hydration: fix css vars hydration mismatch false positive on non-root nodes (995d2fd), closes #​10317 #​10325
- runtime-dom: should not trigger transition when v-show value is falsy (#​10311) (e509639)
Features
Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.
Performance Improvements
v3.4.18
Bug Fixes
- dx: warn against reserved keys as prop name (77a804b), closes #​10281
- runtime-dom: ensure v-show respects display value set via v-bind (#​10297) (c224897), closes #​10151
v3.4.17
Reverts
- fix(runtime-dom): ensure v-show respects display value set via v-bind (#​10161) (2cd5b05), closes #​10294 #​10151
v3.4.16
Bug Fixes
- compiler-core: handle same-name shorthand edge case for in-DOM templates (cb87b62), closes #​10280
- compiler-core: support v-bind shorthand syntax for dynamic slot name (#​10218) (91f058a), closes #​10213
- deps: update compiler (#​10269) (336bb65)
- hydration: fix SFC style v-bind hydration mismatch warnings (#​10250) (f0b5f7e), closes #​10215
- reactivity: avoid infinite recursion from side effects in computed getter (#​10232) (0bced13), closes #​10214
-
reactivity: handle
MaybeDirty
recurse (#​10187) (6c7e0bd), closes #​10185 -
reactivity: skip non-extensible objects when using
markRaw
(#​10289) (2312184), closes #​10288 - runtime-core: avoid inlining isShallow (#​10238) (53eee72)
- runtime-core: support for nested calls to runWithContext (#​10261) (75e02b5), closes #​10260
- runtime-dom: ensure v-show respects display value set via v-bind (#​10161) (9b19f09), closes #​10151
- runtime-dom: fix option selected update failed (#​10200) (f31d782), closes #​10194 #​10267
Reverts
- perf(templateRef): avoid double render when using template ref on v-for (eb1b911), closes #​9908 #​10210 #​10234
v3.4.15
Bug Fixes
- compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #​10121
- correct url for production error reference links (c3087ff)
- hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
- reactivity: re-fix #​10114 (#​10123) (c2b274a)
- runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#​10125) (6fa33e6), closes #​10124
Performance Improvements
- templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #​9908
- v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #​10014
v3.4.14
Bug Fixes
- compiler-sfc: enable prefixIdentifiers by default when reparsing on consumed AST (#​10105) (48bf8e4)
- deps: update dependency postcss to ^8.4.33 (#​10110) (a557006)
- reactivity: fix regression for computed with mutation (#​10119) (20f62af), closes #​10114
v3.4.13
Bug Fixes
v3.4.12
Reverts
- fix(reactivity): correct dirty assign in render function (#​10091) (8b18481), closes #​10098 #​10100
v3.4.11
Bug Fixes
- hydration: improve mismatch when client valut is null or undefined (#​10086) (08b60f5)
- reactivity: correct dirty assign in render function (#​10091) (8d04205), closes #​10082
- runtime-core: filter single root for nested DEV_ROOT_FRAGMENT (#​8593) (d35b877), closes #​5203 #​8581 #​10087
v3.4.10
Bug Fixes
- hydration: should not warn on falsy bindings of non-property keys (3907c87)
v3.4.9
Bug Fixes
- build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
- hydration: do not warn against bindings w/ object values (dcc68ef)
- runtime-dom: unify behavior for v-show + style display binding (#​10075) (cd419ae), closes #​10074
- suspense: avoid double-patching nested suspense when parent suspense is not resolved (#​10055) (bcda96b), closes #​8678
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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.