chore(deps): update frontend dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | minor | 9.30.0 -> 9.31.0 |
nuxt (source) | devDependencies | patch | 3.14.0 -> 3.14.159 |
sass | dependencies | minor | 1.80.6 -> 1.81.0 |
vue (source) | devDependencies | patch | 3.5.12 -> 3.5.13 |
vuetify (source) | dependencies | patch | 3.7.3 -> 3.7.4 |
Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.31.0
✨ Enhancements
-
#2594 Added
caseSensitive
option tovue/no-reserved-component-names
rule. -
#2554 Added
vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs. -
#2595 Made
vue/no-empty-component-block
rule auto-fixable.
🐛 Bug Fixes
-
#2591 Fixed false positives for
v-bind:name
invue/require-explicit-slots
rule.
⚙️ Updates
-
#2593 Updated
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0
nuxt/nuxt (nuxt)
v3.14.159
3.14.159 is a hotfix release to address regressions in v3.14.
We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience!
👉 Changelog
🩹 Fixes
- nuxt: Update nitropack preset directory (#29780)
-
kit: Fall back to meta version if there's no
module.json
(#29793) -
kit: Use
mlly
to resolve module paths to avoid cjs fallback (#29799) -
webpack,rspack: Add adapter for
webpack-dev-middleware
(#29806) - nuxt: Remove null-byte prefix for virtual files (#29809)
- kit: Convert module path to file url before reading meta (fb833ac64)
📖 Documentation
- Capitalize titles (#29768)
- Fix rou3 link in nitro.js (#29775)
- Fix tip formatting (#29792)
- Add link to h3 blogpost (#29794)
- Remove outdated cloudflare tip (auto minify deprecated) (#29812)
🏡 Chore
- nuxt: Remove redundant type (#29810)
❤️ Contributors
- Daniel Roe (@danielroe)
- xjccc (@xjccc)
- Efraim (@EfraimGENC)
- Aurion SARL (@Aurion72)
- Erik Lilja (@Lilja)
- Markus Oberlehner (@maoberlehner)
- Lukas Bauer (@luxterful)
- @beer (@iiio2)
sass/dart-sass (sass)
v1.81.0
-
Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.
-
Add support for the CSS
round()
calculation with a single argument, as long as that argument might be a unitless number.
v1.80.7
Embedded Host
- Don't treat
0
asundefined
for thegreen
andblue
channels in theLegacyColor
constructor.
vuejs/core (vue)
v3.5.13
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
vuetifyjs/vuetify (vuetify)
v3.7.4
🔧 Bug Fixes
- VBtn: only remove overlay transition in pagination (675b464), closes #18874
- VBtnToggle: plain variant button opacity when selected (#20279) (bfe6310), closes #20142
- VCode,VKbd: set default tag (18c0adc)
- VDialog: make form fill parent (#20555) (42a12dd)
- VDialog: ignore size props when fullscreen (#20554) (3adcbef), closes #19915
- VDialog,VMenu: remove focus listeners on unmount (a72df88), closes #20422
- VList: apply avatar spacing to badge:has(avatar) (#20588) (0ac22b5)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.