PR #60 merged: chore(deps): bump the minor-and-patch group with 7 updates
Bumps the minor-and-patch group with 7 updates:
| Package | From | To |
|---|---|---|
| @tailwindcss/vite | 4.2.1 | 4.2.2 |
| tailwindcss | 4.2.1 | 4.2.2 |
| typescript-eslint | 8.57.0 | 8.57.1 |
| @rollup/rollup-linux-x64-gnu | 4.59.0 | 4.60.0 |
| @rollup/rollup-win32-x64-msvc | 4.59.0 | 4.60.0 |
| @tailwindcss/oxide-linux-x64-gnu | 4.2.1 | 4.2.2 |
| @tailwindcss/oxide-win32-x64-msvc | 4.2.1 | 4.2.2 |
Updates @tailwindcss/vite from 4.2.1 to 4.2.2
▶Release notes
Sourced from @tailwindcss/vite'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/vite'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
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 typescript-eslint from 8.57.0 to 8.57.1
▶Release notes
Sourced from typescript-eslint's releases.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.57.1 (2026-03-16)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
c7c38aachore(release): publish 8.57.1- See full diff in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.60.0
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
v4.60.0
4.60.0
2026-03-22
Features
- Support source phase imports as long as they are external (#6279)
Pull Requests
- #6279: feat: external only Source Phase imports support (
@guybedford,@lukastaegert)v4.59.1
4.59.1
2026-03-21
Bug Fixes
- Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)
Pull Requests
- #6281: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6282: chore(deps): update github artifact actions (major) (
@renovate[bot],@lukastaegert)- #6283: chore(deps): update dependency nyc to v18 (
@renovate[bot],@lukastaegert)- #6284: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6285: chore(deps): lock file maintenance (
@renovate[bot])- #6290: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6291: chore(deps): update dependency
@shikijs/vitepress-twoslashto v4 (@renovate[bot])- #6292: chore(deps): lock file maintenance (
@renovate[bot])- #6297: chore(deps): update minor/patch updates (
@renovate[bot])- #6298: chore(deps): lock file maintenance (
@renovate[bot])- #6299: chore(deps): lock file maintenance (
@renovate[bot])- #6300: docs: update packagephobia link (
@bluwy)- #6301: chore(deps): update dependency lint-staged to ^16.3.3 (
@renovate[bot])- #6306: fix: fix chunk assignment for deoptimized module with dynamic import (
@JoaoBrlt,@lukastaegert)- #6307: chore(deps): update minor/patch updates (
@renovate[bot])- #6308: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6309: chore(deps): update dependency vite to v8 (
@renovate[bot])- #6310: chore(deps): lock file maintenance (
@renovate[bot])- #6311: chore(deps): lock file maintenance (
@renovate[bot])- #6312: chore(deps): lock file maintenance (
@renovate[bot])
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.60.0
2026-03-22
Features
- Support source phase imports as long as they are external (#6279)
Pull Requests
- #6279: feat: external only Source Phase imports support (
@guybedford,@lukastaegert)4.59.1
2026-03-21
Bug Fixes
- Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)
Pull Requests
- #6281: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6282: chore(deps): update github artifact actions (major) (
@renovate[bot],@lukastaegert)- #6283: chore(deps): update dependency nyc to v18 (
@renovate[bot],@lukastaegert)- #6284: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6285: chore(deps): lock file maintenance (
@renovate[bot])- #6290: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6291: chore(deps): update dependency
@shikijs/vitepress-twoslashto v4 (@renovate[bot])- #6292: chore(deps): lock file maintenance (
@renovate[bot])- #6297: chore(deps): update minor/patch updates (
@renovate[bot])- #6298: chore(deps): lock file maintenance (
@renovate[bot])- #6299: chore(deps): lock file maintenance (
@renovate[bot])- #6300: docs: update packagephobia link (
@bluwy)- #6301: chore(deps): update dependency lint-staged to ^16.3.3 (
@renovate[bot])- #6306: fix: fix chunk assignment for deoptimized module with dynamic import (
@JoaoBrlt,@lukastaegert)- #6307: chore(deps): update minor/patch updates (
@renovate[bot])- #6308: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6309: chore(deps): update dependency vite to v8 (
@renovate[bot])- #6310: chore(deps): lock file maintenance (
@renovate[bot])- #6311: chore(deps): lock file maintenance (
@renovate[bot])- #6312: chore(deps): lock file maintenance (
@renovate[bot])
▶Commits
6ecd69f4.60.06b725b9feat: external only Source Phase imports support (#6279)0cba9e04.59.14eeea29Pin Vite1cd49aefix: fix chunk assignment for deoptimized module with dynamic import (#6306)c9dabc3Downgrade Vited46200fchore(deps): update dependency vite to v8 (#6309)aa6c853chore(deps): update dependency lru-cache to v11 (#6308)4208811chore(deps): lock file maintenance (#6312)5348a82chore(deps): lock file maintenance (#6311)- Additional commits viewable in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.59.0 to 4.60.0
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
v4.60.0
4.60.0
2026-03-22
Features
- Support source phase imports as long as they are external (#6279)
Pull Requests
- #6279: feat: external only Source Phase imports support (
@guybedford,@lukastaegert)v4.59.1
4.59.1
2026-03-21
Bug Fixes
- Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)
Pull Requests
- #6281: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6282: chore(deps): update github artifact actions (major) (
@renovate[bot],@lukastaegert)- #6283: chore(deps): update dependency nyc to v18 (
@renovate[bot],@lukastaegert)- #6284: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6285: chore(deps): lock file maintenance (
@renovate[bot])- #6290: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6291: chore(deps): update dependency
@shikijs/vitepress-twoslashto v4 (@renovate[bot])- #6292: chore(deps): lock file maintenance (
@renovate[bot])- #6297: chore(deps): update minor/patch updates (
@renovate[bot])- #6298: chore(deps): lock file maintenance (
@renovate[bot])- #6299: chore(deps): lock file maintenance (
@renovate[bot])- #6300: docs: update packagephobia link (
@bluwy)- #6301: chore(deps): update dependency lint-staged to ^16.3.3 (
@renovate[bot])- #6306: fix: fix chunk assignment for deoptimized module with dynamic import (
@JoaoBrlt,@lukastaegert)- #6307: chore(deps): update minor/patch updates (
@renovate[bot])- #6308: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6309: chore(deps): update dependency vite to v8 (
@renovate[bot])- #6310: chore(deps): lock file maintenance (
@renovate[bot])- #6311: chore(deps): lock file maintenance (
@renovate[bot])- #6312: chore(deps): lock file maintenance (
@renovate[bot])
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.60.0
2026-03-22
Features
- Support source phase imports as long as they are external (#6279)
Pull Requests
- #6279: feat: external only Source Phase imports support (
@guybedford,@lukastaegert)4.59.1
2026-03-21
Bug Fixes
- Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)
Pull Requests
- #6281: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6282: chore(deps): update github artifact actions (major) (
@renovate[bot],@lukastaegert)- #6283: chore(deps): update dependency nyc to v18 (
@renovate[bot],@lukastaegert)- #6284: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6285: chore(deps): lock file maintenance (
@renovate[bot])- #6290: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6291: chore(deps): update dependency
@shikijs/vitepress-twoslashto v4 (@renovate[bot])- #6292: chore(deps): lock file maintenance (
@renovate[bot])- #6297: chore(deps): update minor/patch updates (
@renovate[bot])- #6298: chore(deps): lock file maintenance (
@renovate[bot])- #6299: chore(deps): lock file maintenance (
@renovate[bot])- #6300: docs: update packagephobia link (
@bluwy)- #6301: chore(deps): update dependency lint-staged to ^16.3.3 (
@renovate[bot])- #6306: fix: fix chunk assignment for deoptimized module with dynamic import (
@JoaoBrlt,@lukastaegert)- #6307: chore(deps): update minor/patch updates (
@renovate[bot])- #6308: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6309: chore(deps): update dependency vite to v8 (
@renovate[bot])- #6310: chore(deps): lock file maintenance (
@renovate[bot])- #6311: chore(deps): lock file maintenance (
@renovate[bot])- #6312: chore(deps): lock file maintenance (
@renovate[bot])
▶Commits
6ecd69f4.60.06b725b9feat: external only Source Phase imports support (#6279)0cba9e04.59.14eeea29Pin Vite1cd49aefix: fix chunk assignment for deoptimized module with dynamic import (#6306)c9dabc3Downgrade Vited46200fchore(deps): update dependency vite to v8 (#6309)aa6c853chore(deps): update dependency lru-cache to v11 (#6308)4208811chore(deps): lock file maintenance (#6312)5348a82chore(deps): lock file maintenance (#6311)- Additional commits viewable in compare view
Updates @tailwindcss/oxide-linux-x64-gnu from 4.2.1 to 4.2.2
▶Release notes
Sourced from @tailwindcss/oxide-linux-x64-gnu'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/oxide-linux-x64-gnu'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)- See full diff in compare view
Updates @tailwindcss/oxide-win32-x64-msvc from 4.2.1 to 4.2.2
▶Release notes
Sourced from @tailwindcss/oxide-win32-x64-msvc'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/oxide-win32-x64-msvc'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)- See full diff 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