build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the /vue directory:
| Package | From | To |
|---|---|---|
| @vitejs/plugin-vue | 5.1.4 |
5.2.1 |
| eslint-plugin-vue | 9.28.0 |
9.32.0 |
| sass | 1.79.4 |
1.85.1 |
| sass-loader | 16.0.2 |
16.0.5 |
| vite | 5.4.14 |
6.2.0 |
Updates @vitejs/plugin-vue from 5.1.4 to 5.2.1
Release notes
Sourced from @vitejs/plugin-vue's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from @vitejs/plugin-vue's changelog.
5.2.1 (2024-11-26)
- chore: add vite 6 peer dep (#481) (4288652), closes #481
- chore: fix lint (378aea3)
- chore(deps): update dependency rollup to ^4.27.2 (#476) (b2df95e), closes #476
5.2.0 (2024-11-13)
5.1.5 (2024-11-11)
- chore: fix typo (#464) (4a811b0), closes #464
- chore(deps): update dependency rollup to ^4.24.0 (#448) (0fc9cd0), closes #448
- chore(deps): update dependency rollup to ^4.25.0 (#472) (91210cc), closes #472
- chore(deps): update upstream (#462) (5625fc9), closes #462
- fix(deps): update all non-major dependencies (#439) (e432bcb), closes #439
- fix(hmr): re-resolve script after type dep changed (#446) (8f9c624), closes #446
- fix(hmr): should reload if relies file changed after re-render (#471) (62b17f3), closes #471
- perf: use
hashto replacecreateHash(#460) (de88394), closes #460
Commits
d156ad7release: [email protected]4288652chore: add vite 6 peer dep (#481)b2df95echore(deps): update dependency rollup to ^4.27.2 (#476)378aea3chore: fix lint7edc3d9release: [email protected]7a1fc4cfeat: add a feature option to support custom component id generator (#461)7d081ccrelease: [email protected]91210ccchore(deps): update dependency rollup to ^4.25.0 (#472)e432bcbfix(deps): update all non-major dependencies (#439)62b17f3fix(hmr): should reload if relies file changed after re-render (#471)- Additional commits viewable in compare view
Updates eslint-plugin-vue from 9.28.0 to 9.32.0
Release notes
Sourced from eslint-plugin-vue's releases.
v9.32.0
✨ Enhancements
- #2598 Added
checkMultiRootNodesoption tovue/no-duplicate-attr-inheritancerule and changed to ignore multi-root components by default.- #2610 Added
ignoreElementNamespacesoption tovue/no-v-text-v-html-on-componentrule.- #2609 Added
ignoreTagsoption tovue/attribute-hyphenationrule andvue/v-on-event-hyphenationrule.- #2611 Added
vue/restricted-component-namesrule that enforces using only specific component names.- #2620 Added
vue/slot-name-casingrule that enforces specific casing for slot names.- #2617 Added support for type references in
vue/require-explicit-slotsrule.- #2608 Added support for
shallowRefinvue/prefer-use-template-refrule.🐛 Bug Fixes
- #2612 Changed
vue/prefer-use-template-refrule to only check root-level variables.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0
v9.31.0
✨ Enhancements
- #2594 Added
caseSensitiveoption tovue/no-reserved-component-namesrule.- #2554 Added
vue/prefer-use-template-refrule that requires usinguseTemplateRef()instead ofref()for template refs.- #2595 Made
vue/no-empty-component-blockrule auto-fixable.🐛 Bug Fixes
- #2591 Fixed false positives for
v-bind:nameinvue/require-explicit-slotsrule.⚙️ Updates
- #2593 Updated
vue/define-macros-orderrule to skip TypeScriptdeclarestatements.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0
v9.30.0
🐛 Bug Fixes
- #2585 Fixed
vue/custom-event-name-casingrule to checkdefineEmits()variable and$emit()in\<template>.- #2586 Fixed false negatives and false positives in
vue/require-valid-default-proprule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0
v9.29.1
🐛 Bug Fixes
- #2572 Fixed index.d.ts
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1
v9.29.0
... (truncated)
Commits
4cbcad69.32.0dc06535docs: add example config with typescript-eslint and Prettier (#2522)618f49cfix(require-explicit-slots): add support for type references (#2617)a270df8feat: add slot-name-casing rule (#2620)fdfffd6fix(prefer-use-template-ref): only check root-level variables (#2612)39b353aChore: workaround for ESLint Stylistic issue (#2623)bed816bfeat: addrestricted-component-namesrule (#2611)9ddf3e5feat: addignoreTagsoption (#2609)bea53c0feat(no-v-text-v-html-on-component): add ignore namespace option (#2610)86a8138feat(no-duplicate-attr-inheritance): ignore multi root (#2598)- Additional commits viewable in compare view
Updates sass from 1.79.4 to 1.85.1
Release notes
Sourced from sass's releases.
Dart Sass 1.85.1
To install Sass 1.85.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example,
round(-$var / 2)previously threw an error but now works as intended.See the full changelog for changes in earlier releases.
Dart Sass 1.85.0
To install Sass 1.85.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No longer fully trim redundant selectors generated by
@extend. This caused unacceptable performance issues for certain heavy users of@extend. We'll try to find a more performant way to accomplish it in the future.See the full changelog for changes in earlier releases.
Dart Sass 1.83.4
To install Sass 1.83.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.3
To install Sass 1.83.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.2
To install Sass 1.83.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
... (truncated)
Changelog
Sourced from sass's changelog.
1.85.1
- Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example,
round(-$var / 2)previously threw an error but now works as intended.1.85.0
- No longer fully trim redundant selectors generated by
@extend. This caused unacceptable performance issues for certain heavy users of@extend. We'll try to find a more performant way to accomplish it in the future.1.84.0
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS.
Fix the error message for
@extendwithout a selector and possibly other parsing edge-cases in contexts that allow interpolation.Embedded Host
- Fixed the implementation of the
SassBooleantype to adhere to the spec, now using a class instead of an interface.1.83.4
- No user-visible changes.
1.83.3
- No user-visible changes.
1.83.2
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
1.83.1
- Fix a bug where
--quiet-depswould get deactivated for@contentblocks, even when those blocks were entirely contained within dependencies.
... (truncated)
Commits
87ef19aFix IsCalculationSafe.visitBinaryOperationExpression (#2524)fae0217Add support for parsing interpolated function calls (#2521)c540875Add support for function call expressions (#2519)7c4ff8fAdd support for map expressions (#2517)1b58aa9Add support for list literals (#2515)f32ec4fFix riscv64 release (#2506)7ab44efFix dart analyze and format on 3.7.0 (#2513)f766f43Revert the core of #2255 (#2511)97bb2a7Build android-ia32 on android-x64 sdk (#2508)8212024Resynchronize from #2509 (#2510)- Additional commits viewable in compare view
Updates sass-loader from 16.0.2 to 16.0.5
Release notes
Sourced from sass-loader's releases.
v16.0.5
16.0.5 (2025-02-14)
Bug Fixes
v16.0.4
16.0.4 (2024-12-04)
Bug Fixes
v16.0.3
16.0.3 (2024-11-01)
Bug Fixes
Changelog
Sourced from sass-loader's changelog.
16.0.5 (2025-02-14)
Bug Fixes
16.0.4 (2024-12-04)
Bug Fixes
16.0.3 (2024-11-01)
Bug Fixes
Commits
300ac87chore(release): 16.0.53352e49fix: allow to import CSS using@usewithcssextension (#1254)115b9a0chore: update codecov-action from v4 to v5 (#1251)1c98038chore(release): 16.0.470a10fffix: include sources map сontent for modern api by default (#1250)38c79b5docs: update README.md (#1247)8a9e060chore(release): 16.0.3004ed38fix(modern-compiler): dispose redundant compilers (#1245)262dc3dci: add Node.js v23 (#1243)eda8505docs: update (#1242)- Additional commits viewable in compare view
Updates vite from 5.4.14 to 6.2.0
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
v6.2.0
Please refer to CHANGELOG.md for details.
v6.2.0-beta.1
Please refer to CHANGELOG.md for details.
v6.2.0-beta.0
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v6.1.1
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v6.1.0
Please refer to CHANGELOG.md for details.
v6.1.0-beta.2
Please refer to CHANGELOG.md for details.
v6.1.0-beta.1
Please refer to CHANGELOG.md for details.
v6.1.0-beta.0
Please refer to CHANGELOG.md for details.
v6.0.11
Please refer to CHANGELOG.md for details.
v6.0.10
Please refer to CHANGELOG.md for details.
v6.0.9
This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v6.0.8
Please refer to CHANGELOG.md for details.
v6.0.7
Please refer to CHANGELOG.md for details.
... (truncated)
Changelog
Sourced from vite's changelog.
6.2.0 (2025-02-25)
- fix(deps): update all non-major dependencies (#19501) (c94c9e0), closes #19501
- fix(worker): string interpolation in dynamic worker options (#19476) (07091a1), closes #19476
- chore: use unicode cross icon instead of x (#19497) (5c70296), closes #19497
6.2.0-beta.1 (2025-02-21)
- fix(css): temporary add
?.afterthis.getModuleInfoinvite:css-post(#19478) (12b0b8a), closes #194786.2.0-beta.0 (2025-02-21)
- feat: show
modeon server start and add env debugger (#18808) (c575b82), closes #18808- feat: use host url to open browser (#19414) (f6926ca), closes #19414
- feat(css): allow scoping css to importers exports (#19418) (3ebd838), closes #19418
- chore: bump esbuild to 0.25.0 (#19389) (73987f2), closes #19389
6.1.1 (2025-02-19)
- fix: ensure
.[cm]?[tj]sx?static assets are JS mime (#19453) (e7ba55e), closes #19453- fix: ignore
*.ipv4address in cert (#19416) (973283b), closes #19416- fix(css): run rewrite plugin if postcss plugin exists (#19371) (bcdb51a), closes #19371
- fix(deps): bump tsconfck (#19375) (746a583), closes #19375
- fix(deps): update all non-major dependencies (#19392) (60456a5), closes #19392
- fix(deps): update all non-major dependencies (#19440) (ccac73d), closes #19440
- fix(html): ignore malformed src attrs (#19397) (aff7812), closes #19397
- fix(worker): fix web worker type detection (#19462) (edc65ea), closes #19462
- refactor: remove custom .jxl mime (#19457) (0c85464), closes #19457
- feat: add support for injecting debug IDs (#18763) (0ff556a), closes #18763
- chore: update 6.1.0 changelog (#19363) (fa7c211), closes #19363
6.1.0 (2025-02-05)
Features
- feat: show hosts in cert in CLI (#19317) (a5e306f), closes #19317
- feat: support for env var for defining allowed hosts (#19325) (4d88f6c), closes #19325
- feat: use native runtime to import the config (#19178) (7c2a794), closes #19178
- feat: print
portin the logged error message after failed WS connection withEADDRINUSE(#19212) (14027b0), closes #19212- perf(css): only run postcss when needed (#19061) (30194fa), closes #19061
- feat: add support for
.jxl(#18855) (57b397c), closes #18855
... (truncated)
Commits
fa7c211chore: update 6.1.0 changelog (#19363)051370arelease: v6.1.06e0e3c0refactor: deprecatevite optimizecommand (#19348)7c2a794feat: use native runtime to import the config (#19178)fcd5785fix(build): fix stale build manifest on watch rebuild (#19361)a5e306ffeat: show hosts in cert in CLI (#19317)4d88f6cfeat: support for env var for defining allowed hosts (#19325)fdb36e0fix: avoid builtStart during vite optimize (#19356)5ce7443release: v6.1.0-beta.2e7b4ba3fix(html): fix css disorder when building multiple entry html (#19143)- 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