PR #104 merged: chore(deps): bump the minor-and-patch group across 1 directory with 9 updates
Bumps the minor-and-patch group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @sentry/react | 10.43.0 | 10.46.0 |
| @tailwindcss/vite | 4.2.1 | 4.2.2 |
| pusher-js | 8.4.0 | 8.4.3 |
| typescript-eslint | 8.57.0 | 8.57.2 |
| @rollup/rollup-linux-x64-gnu | 4.59.0 | 4.60.1 |
| @rollup/rollup-win32-x64-msvc | 4.59.0 | 4.60.1 |
Updates @sentry/react from 10.43.0 to 10.46.0
▶Release notes
Sourced from @sentry/react's releases.
10.46.0
Important Changes
feat(elysia):
@sentry/elysia- Alpha Release (#19509)New Sentry SDK for the Elysia web framework, supporting both Bun and Node.js runtimes.
Note: This is an alpha release. Please report any issues or feedback on GitHub.
Features
- Automatic error capturing — 5xx errors captured via global
onErrorhook; 3xx/4xx ignored by default. Customizable withshouldHandleError.- Automatic tracing — Lifecycle spans for every Elysia phase (Request, Parse, Transform, BeforeHandle, Handle, AfterHandle, MapResponse, AfterResponse, Error) with parameterized route names (e.g.
GET /users/:id).- Distributed tracing —
sentry-traceandbaggageheaders propagated automatically on incoming/outgoing requests.Usage
import * as Sentry from '@sentry/elysia'; import { Elysia } from 'elysia';Sentry.init({ dsn: 'DSN', tracesSampleRate: 1.0 });
const app = Sentry.withElysia(new Elysia());
app.get('/', () => 'Hello World');
app.listen(3000);
Other Changes
- feat(nuxt): Conditionally use plugins based on Nitro version (v2/v3) (#19955)
- fix(cloudflare): Forward
ctxargument toWorkflow.douser callback (#19891)- fix(cloudflare): Send correct events in local development (#19900)
- fix(core): Do not overwrite user provided conversation id in Vercel (#19903)
- fix(core): Preserve
.withResponse()on Anthropic instrumentation (#19935)- fix(core): Send
internal_erroras span status for Vercel error spans (#19921)- fix(core): Truncate content array format in Vercel (#19911)
- fix(deps): bump fast-xml-parser to 5.5.8 in
@azure/core-xmlchain (#19918)- fix(deps): bump socket.io-parser to 4.2.6 to fix CVE-2026-33151 (#19880)
- fix(nestjs): Add
nodeto nest metadata (#19875)- fix(serverless): Add node to metadata (#19878)
- chore(ci): Fix "Gatbsy" typo in issue package label workflow (#19905)
- chore(claude): Enable Claude Code Intelligence (LSP) (#19930)
- chore(deps): bump mongodb-memory-server-global from 10.1.4 to 11.0.1 (#19888)
- chore(deps-dev): bump
@react-router/nodefrom 7.13.0 to 7.13.1 (#19544)- chore(deps-dev): bump effect from 3.19.19 to 3.20.0 (#19926)
- chore(deps-dev): bump qunit-dom from 3.2.1 to 3.5.0 (#19546)
... (truncated)
▶Changelog
Sourced from @sentry/react's changelog.
10.46.0
Important Changes
feat(elysia):
@sentry/elysia- Alpha Release (#19509)New Sentry SDK for the Elysia web framework, supporting both Bun and Node.js runtimes.
Note: This is an alpha release. Please report any issues or feedback on GitHub.
Features
- Automatic error capturing — 5xx errors captured via global
onErrorhook; 3xx/4xx ignored by default. Customizable withshouldHandleError.- Automatic tracing — Lifecycle spans for every Elysia phase (Request, Parse, Transform, BeforeHandle, Handle, AfterHandle, MapResponse, AfterResponse, Error) with parameterized route names (e.g.
GET /users/:id).- Distributed tracing —
sentry-traceandbaggageheaders propagated automatically on incoming/outgoing requests.Usage
import * as Sentry from '@sentry/elysia'; import { Elysia } from 'elysia';Sentry.init({ dsn: 'DSN', tracesSampleRate: 1.0 });
const app = Sentry.withElysia(new Elysia());
app.get('/', () => 'Hello World');
app.listen(3000);
Other Changes
- feat(nuxt): Conditionally use plugins based on Nitro version (v2/v3) (#19955)
- fix(cloudflare): Forward
ctxargument toWorkflow.douser callback (#19891)- fix(cloudflare): Send correct events in local development (#19900)
- fix(core): Do not overwrite user provided conversation id in Vercel (#19903)
- fix(core): Preserve
.withResponse()on Anthropic instrumentation (#19935)- fix(core): Send
internal_erroras span status for Vercel error spans (#19921)- fix(core): Truncate content array format in Vercel (#19911)
- fix(deps): bump fast-xml-parser to 5.5.8 in
@azure/core-xmlchain (#19918)- fix(deps): bump socket.io-parser to 4.2.6 to fix CVE-2026-33151 (#19880)
- fix(nestjs): Add
nodeto nest metadata (#19875)- fix(serverless): Add node to metadata (#19878)
- chore(ci): Fix "Gatbsy" typo in issue package label workflow (#19905)
- chore(claude): Enable Claude Code Intelligence (LSP) (#19930)
- chore(deps): bump mongodb-memory-server-global from 10.1.4 to 11.0.1 (#19888)
- chore(deps-dev): bump
@react-router/nodefrom 7.13.0 to 7.13.1 (#19544)- chore(deps-dev): bump effect from 3.19.19 to 3.20.0 (#19926)
... (truncated)
▶Commits
e5fdc9drelease: 10.46.0c01fe86release: 10.46.00f1171bMerge pull request #19973 from getsentry/prepare-release/10.46.06f48cc4meta(changelog): Update changelog for 10.46.054abb35refactor(elysia): drop@elysiajs/opentelemetrydependency (#19947)a54de04ref(core): Remove duplicatebuildMethodPathutility from openai (#19969)0156846feat(nuxt): Conditionally use plugins based on Nitro version (v2/v3) (#19955)18a624efeat(elysia): Elysia SDK (#19509)c9812aetest(cloudflare): Enable multi-worker tests for CF integration tests (#19938)83cabf3fix(core): Preserve .withResponse() on Anthropic instrumentation (#19935)- Additional commits viewable in compare view
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 pusher-js from 8.4.0 to 8.4.3
▶Release notes
Sourced from pusher-js's releases.
v8.4.3
8.4.3
- [FIXED] Pin additional transitive dependencies to patched versions to resolve known vulnerabilities (express, qs, body-parser, lodash, minimatch, browserstack-local)
- [FIXED] Bump integration_tests_server express dependency to resolve CVEs
v8.4.2
8.4.2
- [CHANGED] Modernise release workflow: update action versions, replace deprecated flood-io/is-published-on-npm action with inline npm registry check
v8.4.1
8.4.1
- [FIXED] Pin transitive dependencies to patched versions to resolve known vulnerabilities (cipher-base, pbkdf2, sha.js, node-forge, js-yaml, compression, on-headers, tmp)
▶Changelog
Sourced from pusher-js's changelog.
8.4.3
- [FIXED] Pin additional transitive dependencies to patched versions to resolve known vulnerabilities (express, qs, body-parser, lodash, minimatch, browserstack-local)
- [FIXED] Bump integration_tests_server express dependency to resolve CVEs
8.4.2
- [CHANGED] Modernise release workflow: update action versions, replace deprecated flood-io/is-published-on-npm action with inline npm registry check
8.4.1
- [FIXED] Pin transitive dependencies to patched versions to resolve known vulnerabilities (cipher-base, pbkdf2, sha.js, node-forge, js-yaml, compression, on-headers, tmp)
▶Commits
cd9a22dMerge pull request #913 from pusher/security/cve-qs-express-fixese187cafFix Firefox CI test failures: xhr_polling with forceTLS=false054bd72Remove BrowserStack Safari dependency from CIf103608Fix Chrome CI test failures: xhr_streaming/xhr_polling with forceTLS=falseb19d431Pin additional transitive dependencies to resolve CVEs (v8.4.3)d4f84b9Merge pull request #912 from pusher/fix/modernise-release-workflow1dc7a87Modernise GitHub release workflowf71058cMerge pull request #905 from pusher/security/consolidate-dependabot-updates251a696fix: pin transitive security dependencies to patched versions- See full diff 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 typescript-eslint from 8.57.0 to 8.57.2
▶Release notes
Sourced from typescript-eslint's releases.
v8.57.2
8.57.2 (2026-03-23)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
- eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
- eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- RyoheiYamamoto
- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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.2 (2026-03-23)
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.
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
be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1- See full diff in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.60.1
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
v4.60.1
4.60.1
2026-03-30
Bug Fixes
- Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)
Pull Requests
- #6286: fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274) (
@littlegrayss,@TrickyPi)- #6317: chore(deps): pin dependencies (
@renovate[bot],@lukastaegert)- #6318: chore(deps): update msys2/setup-msys2 digest to cafece8 (
@renovate[bot],@lukastaegert)- #6319: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6320: chore(deps): pin dependency typescript to v5 (
@renovate[bot],@lukastaegert)- #6321: chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (
@renovate[bot],@lukastaegert)- #6322: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6323: chore(deps): lock file maintenance (
@renovate[bot])- #6324: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)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])
... (truncated)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.60.1
2026-03-30
Bug Fixes
- Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)
Pull Requests
- #6286: fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274) (
@littlegrayss,@TrickyPi)- #6317: chore(deps): pin dependencies (
@renovate[bot],@lukastaegert)- #6318: chore(deps): update msys2/setup-msys2 digest to cafece8 (
@renovate[bot],@lukastaegert)- #6319: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6320: chore(deps): pin dependency typescript to v5 (
@renovate[bot],@lukastaegert)- #6321: chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (
@renovate[bot],@lukastaegert)- #6322: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6323: chore(deps): lock file maintenance (
@renovate[bot])- #6324: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)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])
... (truncated)
▶Commits
ae871d74.60.151f8f60fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274)...ca55406chore(deps): pin dependency typescript to v5 (#6320)fe50d86chore(deps): pin dependencies (#6317)42785ffchore(deps): update minor/patch updates (#6319)65e82a9chore(deps): update msys2/setup-msys2 digest to cafece8 (#6318)c336205chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (#6321)b25d25efix(deps): update swc monorepo (major) (#6322)119abdbchore(deps): lock file maintenance (#6324)5598a66chore(deps): lock file maintenance (#6323)- Additional commits viewable in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.59.0 to 4.60.1
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
v4.60.1
4.60.1
2026-03-30
Bug Fixes
- Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)
Pull Requests
- #6286: fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274) (
@littlegrayss,@TrickyPi)- #6317: chore(deps): pin dependencies (
@renovate[bot],@lukastaegert)- #6318: chore(deps): update msys2/setup-msys2 digest to cafece8 (
@renovate[bot],@lukastaegert)- #6319: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6320: chore(deps): pin dependency typescript to v5 (
@renovate[bot],@lukastaegert)- #6321: chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (
@renovate[bot],@lukastaegert)- #6322: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6323: chore(deps): lock file maintenance (
@renovate[bot])- #6324: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)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])
... (truncated)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.60.1
2026-03-30
Bug Fixes
- Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)
Pull Requests
- #6286: fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274) (
@littlegrayss,@TrickyPi)- #6317: chore(deps): pin dependencies (
@renovate[bot],@lukastaegert)- #6318: chore(deps): update msys2/setup-msys2 digest to cafece8 (
@renovate[bot],@lukastaegert)- #6319: chore(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6320: chore(deps): pin dependency typescript to v5 (
@renovate[bot],@lukastaegert)- #6321: chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (
@renovate[bot],@lukastaegert)- #6322: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6323: chore(deps): lock file maintenance (
@renovate[bot])- #6324: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)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])
... (truncated)
▶Commits
ae871d74.60.151f8f60fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274)...ca55406chore(deps): pin dependency typescript to v5 (#6320)fe50d86chore(deps): pin dependencies (#6317)42785ffchore(deps): update minor/patch updates (#6319)65e82a9chore(deps): update msys2/setup-msys2 digest to cafece8 (#6318)c336205chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (#6321)b25d25efix(deps): update swc monorepo (major) (#6322)119abdbchore(deps): lock file maintenance (#6324)5598a66chore(deps): lock file maintenance (#6323)- 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