PR #78 opened: build(deps-dev): bump the minor-and-patch group across 1 directory with 6 updates
Bumps the minor-and-patch group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| @tailwindcss/postcss | 4.2.1 | 4.2.2 |
| @vitejs/plugin-vue | 6.0.4 | 6.0.5 |
| postcss | 8.5.6 | 8.5.8 |
| vue | 3.5.29 | 3.5.30 |
| vue-router | 5.0.3 | 5.0.4 |
Updates @tailwindcss/postcss from 4.2.1 to 4.2.2
▶Release notes
Sourced from @tailwindcss/postcss's releases.
v4.2.2
Added
- Support Vite 8 in
@tailwindcss/vite(#19790)Fixed
- Don't crash when candidates contain prototype properties like
row-constructor(#19725)- Canonicalize
calc(var(--spacing)*…)expressions into--spacing(…)(#19769)- Fix crash in canonicalization step when handling utilities containing
@propertyat-rules (e.g.shadow-sm border) (#19727)- Skip full reload for server only modules scanned by client CSS when using
@tailwindcss/vite(#19745)- Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g.
w-1234 h-1234→size-1234) (#19809)- Fix canonicalization resulting in empty list (e.g.
w-5 h-5 size-5→''instead ofsize-5) (#19812)
▶Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.2.2] - 2026-03-18
Fixed
- Don't crash when candidates contain prototype properties like
row-constructor(#19725)- Canonicalize
calc(var(--spacing)*…)expressions into--spacing(…)(#19769)- Fix crash in canonicalization step when handling utilities containing
@propertyat-rules (e.g.shadow-sm border) (#19727)- Skip full reload for server only modules scanned by client CSS when using
@tailwindcss/vite(#19745)- Add support for Vite 8 in
@tailwindcss/vite(#19790)- Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g.
w-1234 h-1234→size-1234) (#19809)- Fix canonicalization resulting in empty list (e.g.
w-5 h-5 size-5→''instead ofsize-5) (#19812)- Resolve tsconfig paths to allow for
@import '@/path/to/file';when using@tailwindcss/vite(#19803)
▶Commits
d596b0c4.2.2 (#19821)faa5e88Cleanup inconsistencies related to (regex) escapes (#19804)- See full diff in compare view
Updates @vitejs/plugin-vue from 6.0.4 to 6.0.5
▶Release notes
Sourced from @vitejs/plugin-vue's releases.
[email protected]
Please refer to CHANGELOG.md for details.
▶Commits
6ad6cc1release: [email protected]b3f23e4chore: remove Vite 8 beta from supported range (#746)- See full diff in compare view
Updates postcss from 8.5.6 to 8.5.8
▶Release notes
Sourced from postcss's releases.
8.5.8
- Fixed
Processor#version.8.5.7
- Improved source map annotation cleaning performance (by CodeAnt AI).
▶Changelog
Sourced from postcss's changelog.
8.5.8
- Fixed
Processor#version.8.5.7
- Improved source map annotation cleaning performance (by CodeAnt AI).
▶Commits
65de537Release 8.5.8 versionb2c6d97Run git hook register0ae0a49Update Processor#version6ee9f14Release 8.5.7 version3fbc951Fix uvu Node.js 25 support52db53eUpdate dependencies497daefSpeed up source map annotation cleaning by moving from RegExp41e739aRemove banner1329142chore: speed up space-only string check in lib/parser.js (#2064)23beff9Update dependencies- Additional commits viewable in compare view
Updates tailwindcss from 4.2.1 to 4.2.2
▶Release notes
Sourced from tailwindcss's releases.
v4.2.2
Added
- Support Vite 8 in
@tailwindcss/vite(#19790)Fixed
- Don't crash when candidates contain prototype properties like
row-constructor(#19725)- Canonicalize
calc(var(--spacing)*…)expressions into--spacing(…)(#19769)- Fix crash in canonicalization step when handling utilities containing
@propertyat-rules (e.g.shadow-sm border) (#19727)- Skip full reload for server only modules scanned by client CSS when using
@tailwindcss/vite(#19745)- Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g.
w-1234 h-1234→size-1234) (#19809)- Fix canonicalization resulting in empty list (e.g.
w-5 h-5 size-5→''instead ofsize-5) (#19812)
▶Changelog
Sourced from tailwindcss's changelog.
[4.2.2] - 2026-03-18
Fixed
- Don't crash when candidates contain prototype properties like
row-constructor(#19725)- Canonicalize
calc(var(--spacing)*…)expressions into--spacing(…)(#19769)- Fix crash in canonicalization step when handling utilities containing
@propertyat-rules (e.g.shadow-sm border) (#19727)- Skip full reload for server only modules scanned by client CSS when using
@tailwindcss/vite(#19745)- Add support for Vite 8 in
@tailwindcss/vite(#19790)- Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g.
w-1234 h-1234→size-1234) (#19809)- Fix canonicalization resulting in empty list (e.g.
w-5 h-5 size-5→''instead ofsize-5) (#19812)- Resolve tsconfig paths to allow for
@import '@/path/to/file';when using@tailwindcss/vite(#19803)
▶Commits
d596b0c4.2.2 (#19821)2228a57Bump Lightning CSS (#19771)f302fceFix canonicalization resulting in empty list (#19812)bb2f170Improve canonicalization for bare values exceeding default spacing scale sugg...faa5e88Cleanup inconsistencies related to (regex) escapes (#19804)d5717f2run prettier51aa9d7fix(canonicalize): handle utilities with empty property maps in collapse (#19...c586bd6Canonicalizecalc(var(--spacing)*…)expressions into--spacing(…)(#19769)9ded4a2Guard object lookups against inherited prototype properties (#19725)- See full diff in compare view
Updates vue from 3.5.29 to 3.5.30
▶Release notes
Sourced from vue's releases.
v3.5.30
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.30 (2026-03-09)
Bug Fixes
- compat: add
entitiesto@vue/compatdeps to fix CJS edge cases (#12514) (e725a67), closes #10609- custom-element: ensure child component styles are injected in correct order before parent styles (#13374) (1398bf8), closes #13029
- custom-element: properly locate parent when slotted in shadow dom (#12480) (f06c81a), closes #12479
- custom-element: should properly patch as props for vue custom elements (#12409) (740983e), closes #12408
- reactivity: avoid duplicate raw/proxy entries in Set.add (#14545) (d943612)
- reactivity: fix reduce on reactive arrays to preserve reactivity (#12737) (16ef165), closes #12735
- reactivity: handle
Setwith initial reactive values edge case (#12393) (5dc27ca), closes #8647- runtime-core: warn about negative number in v-for (#12308) (9438cc5)
- ssr: prevent watch from firing after async setup await (#14547) (6cda71d), closes #14546
- types: make generics with runtime props in defineComponent work (fix #11374) (#13119) (cea3cf7), closes #13763
- types: narrow useAttrs class/style typing for TSX (#14492) (bbb8977), closes #14489
▶Commits
fdd863frelease: v3.5.306cda71dfix(ssr): prevent watch from firing after async setup await (#14547)9438cc5fix(runtime-core): warn about negative number in v-for (#12308)1398bf8fix(custom-element): ensure child component styles are injected in correct or...0d63202chore(deps): update dependency puppeteer to ~24.38.0 (#14544)5098986chore(deps): update all non-major dependencies (#14498)5d98213chore(deps): update dependency minimatch to v10.2.3 [security] (#14495)6a06ee5chore(deps): update actions/upload-artifact action to v7 (#14500)34a5d84fix(deps): update dependency postcss to ^8.5.8 (#14543)d4ea55bchore(deps): update build (#14497)- Additional commits viewable in compare view
Updates vue-router from 5.0.3 to 5.0.4
▶Release notes
Sourced from vue-router's releases.
v5.0.4
🐞 Bug Fixes
- Avoid iterator helpers for Node 20 compat - by
@cwandevin vuejs/router#2635 (47130)- Escape backslahes in string literals - by
@posva(71fdb)- Avoid false duplicate route warning for named views - by
@posva(72012)- Allow pushing to auto routes - by
@posva(47f03)- loaders: Restore context in sequential awaits - by
@posva(fce5d)View changes on GitHub
▶Commits
7f32e99release: [email protected]9036228docs: typos (#2651)47f0334fix: allow pushing to auto routesad6ba73docs: no auto import sectionf6923a5build: include link and view in size computationfce5d1efix(loaders): restore context in sequential awaits9ab4cbfrefactor: rename vard030f2achore: playground7b3dc27docs(zh): add file-based routing related configuration documentation (#2643)0a01948chore: hide route details in playground- 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 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