PR #148 merged: chore(deps): bump the minor-and-patch group across 1 directory with 25 updates
Bumps the minor-and-patch group with 21 updates in the / directory:
| Package | From | To |
|---|---|---|
| @headlessui/react | 2.2.9 | 2.2.10 |
| @inertiajs/react | 3.0.2 | 3.1.1 |
| @sentry/react | 10.47.0 | 10.52.0 |
| @stripe/react-stripe-js | 6.1.0 | 6.3.0 |
| @tailwindcss/vite | 4.2.2 | 4.3.0 |
| globals | 17.4.0 | 17.6.0 |
| laravel-echo | 2.3.3 | 2.3.4 |
| laravel-vite-plugin | 3.0.1 | 3.1.0 |
| lucide-react | 1.7.0 | 1.14.0 |
| react | 19.2.4 | 19.2.6 |
| react-dom | 19.2.4 | 19.2.6 |
| tailwind-merge | 3.5.0 | 3.6.0 |
| typescript | 6.0.2 | 6.0.3 |
| vite | 8.0.5 | 8.0.12 |
| @types/node | 25.5.2 | 25.6.2 |
| eslint-plugin-react-hooks | 7.0.1 | 7.1.1 |
| prettier | 3.8.1 | 3.8.3 |
| prettier-plugin-tailwindcss | 0.7.2 | 0.8.0 |
| typescript-eslint | 8.58.0 | 8.59.2 |
| @rollup/rollup-linux-x64-gnu | 4.59.0 | 4.60.3 |
| @rollup/rollup-win32-x64-msvc | 4.59.0 | 4.60.3 |
Updates @headlessui/react from 2.2.9 to 2.2.10
▶Commits
Updates @inertiajs/react from 3.0.2 to 3.1.1
▶Release notes
Sourced from @inertiajs/react's releases.
v3.1.1
What's Changed
- fix: prevent explicit undefined values from overwriting visit defaults (#3018) by
@Vitalcheffein inertiajs/inertia#3019- [3.x] Fix Vue
<Deferred>SSR crash on sibling slot transitions by@pascalbaljetin inertiajs/inertia#3092New Contributors
@Vitalcheffemade their first contribution in inertiajs/inertia#3019Full Changelog: https://github.com/inertiajs/inertia/compare/v3.1.0...v3.1.1
v3.1.0
What's Changed
- [3.x] Bump dependencies by
@pascalbaljetin inertiajs/inertia#3067- [3.x] Bump CI action versions by
@pascalbaljetin inertiajs/inertia#3071- [3.x] Additional tests for layouts in React by
@pascalbaljetin inertiajs/inertia#3073- [3.0] Fix React
useFormsubmitting stale data after synchronoussetDataby@skryukovin inertiajs/inertia#3057- fix(core): support nonce for progress styles by
@artemxknpvin inertiajs/inertia#3069- [3.x] Sandbox error dialog iframe to prevent
window.parentaccess by@pascalbaljetin inertiajs/inertia#3078- [3.x] Add
hostoption to SSR server by@pascalbaljetin inertiajs/inertia#3077- [3.x] Block
__proto__in query string parsing by@pascalbaljetin inertiajs/inertia#3079- [3.x] Bump Playground dependencies by
@pascalbaljetin inertiajs/inertia#3081- [3.x] Escape title content in SSR head output by
@pascalbaljetin inertiajs/inertia#3080- [3.x] Add
rescueslot to<Deferred>for failed deferred props by@pascalbaljetin inertiajs/inertia#3076- [3.x] Improve CSP support for progress bar and error dialog by
@pascalbaljetin inertiajs/inertia#3086- [3.x] Add deferred prop rescue example to playgrounds by
@pascalbaljetin inertiajs/inertia#3089New Contributors
@artemxknpvmade their first contribution in inertiajs/inertia#3069Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.3...v3.1.0
v3.0.3
What's Changed
- [3.x] Bump Vite and Vitest by
@pascalbaljetin inertiajs/inertia#3046- [3.x] Update TSConfig and bump CI actions by
@pascalbaljetin inertiajs/inertia#3047- [3.x] Infer form data keys in
resetOnSuccessandresetOnErrorby@pascalbaljetin inertiajs/inertia#3048- [3.x] Fix layout props callback misclassifying function-valued props as named layouts by
@pascalbaljetin inertiajs/inertia#3049- [3.x] Fix flash event not firing when response contains errors by
@skryukovin inertiajs/inertia#3038- [3.x] Fire flash event after full reload by
@skryukovin inertiajs/inertia#3041- [3.x] Improve Playwright CI cache by
@pascalbaljetin inertiajs/inertia#3051- [3.x] Add
onHttpException,onNetworkError, and response toonSuccessinuseHttpby@pascalbaljetin inertiajs/inertia#3050Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.2...v3.0.3
▶Changelog
Sourced from @inertiajs/react's changelog.
v3.1.1 - 2026-05-07
What's Changed
- fix: prevent explicit undefined values from overwriting visit defaults (#3018) by
@Vitalcheffein inertiajs/inertia#3019- [3.x] Fix Vue
<Deferred>SSR crash on sibling slot transitions by@pascalbaljetin inertiajs/inertia#3092New Contributors
@Vitalcheffemade their first contribution in inertiajs/inertia#3019Full Changelog: https://github.com/inertiajs/inertia/compare/v3.1.0...v3.1.1
v3.1.0 - 2026-05-06
What's Changed
- [3.x] Bump dependencies by
@pascalbaljetin inertiajs/inertia#3067- [3.x] Bump CI action versions by
@pascalbaljetin inertiajs/inertia#3071- [3.x] Additional tests for layouts in React by
@pascalbaljetin inertiajs/inertia#3073- [3.0] Fix React
useFormsubmitting stale data after synchronoussetDataby@skryukovin inertiajs/inertia#3057- fix(core): support nonce for progress styles by
@artemxknpvin inertiajs/inertia#3069- [3.x] Sandbox error dialog iframe to prevent
window.parentaccess by@pascalbaljetin inertiajs/inertia#3078- [3.x] Add
hostoption to SSR server by@pascalbaljetin inertiajs/inertia#3077- [3.x] Block
__proto__in query string parsing by@pascalbaljetin inertiajs/inertia#3079- [3.x] Bump Playground dependencies by
@pascalbaljetin inertiajs/inertia#3081- [3.x] Escape title content in SSR head output by
@pascalbaljetin inertiajs/inertia#3080- [3.x] Add
rescueslot to<Deferred>for failed deferred props by@pascalbaljetin inertiajs/inertia#3076- [3.x] Improve CSP support for progress bar and error dialog by
@pascalbaljetin inertiajs/inertia#3086- [3.x] Add deferred prop rescue example to playgrounds by
@pascalbaljetin inertiajs/inertia#3089New Contributors
@artemxknpvmade their first contribution in inertiajs/inertia#3069Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.3...v3.1.0
v3.0.3 - 2026-04-07
What's Changed
- [3.x] Bump Vite and Vitest by
@pascalbaljetin inertiajs/inertia#3046- [3.x] Update TSConfig and bump CI actions by
@pascalbaljetin inertiajs/inertia#3047- [3.x] Infer form data keys in
resetOnSuccessandresetOnErrorby@pascalbaljetin inertiajs/inertia#3048- [3.x] Fix layout props callback misclassifying function-valued props as named layouts by
@pascalbaljetin inertiajs/inertia#3049- [3.x] Fix flash event not firing when response contains errors by
@skryukovin inertiajs/inertia#3038- [3.x] Fire flash event after full reload by
@skryukovin inertiajs/inertia#3041- [3.x] Improve Playwright CI cache by
@pascalbaljetin inertiajs/inertia#3051- [3.x] Add
onHttpException,onNetworkError, and response toonSuccessinuseHttpby@pascalbaljetin inertiajs/inertia#3050
... (truncated)
▶Commits
43bdd79v3.1.15889c84v3.1.01d1ce47[3.x] Improve CSP support for progress bar and error dialog (#3086)3aa8ccf[3.x] Addrescueslot to\<Deferred>for rescued deferred props (#3076)e631959[3.x] Escape title content in SSR head output (#3080)bc281d4Prevent accessingwindow.parentfrom error iframe (#3078)2fd6ed6fix(core): support nonce for progress styles (#3069)fb431f7[3.0] Fix ReactuseFormsubmitting stale data after synchronoussetData(...f8e228c[3.x] Additional tests for layouts in React (#3073)ded3f98Bump dependencies (#3067)- Additional commits viewable in compare view
Updates @sentry/react from 10.47.0 to 10.52.0
▶Release notes
Sourced from @sentry/react's releases.
10.52.0
Important Changes
Beta release of the official Hono Sentry SDK
This release marks the beta release of the
@sentry/honoSentry SDK. For details on how to use it, check out the Sentry Hono SDK docs. Please reach out on GitHub if you have any feedback or concerns.feat(browser): Add
ingest_settingsto v2 log envelope payload (#20453)Inference of user data (e.g. IP address, browser name/version) on log events is now gated behind the
sendDefaultPiioption. Previously, this data was always inferred by default.Other Changes
- docs(hono): Add new docs link and move to BETA release (#20666)
- feat(browser): Add
ingest_settingsto v2 metrics envelope payload (#20454)- feat(browser): Migrate spotlight event processor to
ignoreSpans(#20595)- feat(cloudflare): Capture request body via httpServerIntegration (#20614)
- feat(cloudflare): Support rpc trace propagation for WorkerEntrypoint (#20523)
- feat(cloudflare): Support tracing for queue producer (#20529)
- feat(core): Apply request data to segment spans in span streaming (#20654)
- feat(core): Migrate Vercel AI event processor to span streaming (#20608)
- feat(deno): Add
processSegmentSpanto Deno context integration (#20613)- feat(http): Portable node:http client instrumentation (#20393)
- feat(nitro): Add unstorage tracing channel instrumentation (#20615)
- feat(node-core): Add
processSegmentSpanto node context integration (#20678)- feat(node): Use diagnostics_channel for redis >= 5.12.0 (#20573)
- feat(node): Vendor ioredis, redis instrumentations (#20510)
- feat(replay): Reset replay id from DSC on session expiry/refresh (#20129)
- fix: Bump fast-xml-parser to fix vulnerability (#20644)
- fix: Bump vite versions to fix vulnerability (#20646)
- fix(core): Drain buffers in flush() when there is no transport (#20207)
- fix(core): Guard against undefined chained in copyProps (#20637)
- fix(deps): Bump rollup-plugin-license to fix lodash vulnerabilities (#20636)
- fix(deps): Bump transitive deps for medium security fixes (#20683)
- fix(hono): Do not capture 3xx and 4xx errors and add tests (#20640)
- fix(nextjs): Skip build modification when SRI is enabled (#20694)
- fix(opentelemetry): Respect OTEL_SERVICE_NAME, OTEL_RESOURCE_ATTRIBUTES (#20509)
- chore: Remove
bundle-analyzer-scenariosdev packages (#20680)- chore(deps): Bump
@hono/node-serverfrom 1.19.10 to 1.19.13 (#20117)- chore(deps): Bump
@nestjspackages to fix path-to-regexp ReDoS (#20642)- chore(deps): Bump axios from 1.15.0 to 1.15.2 (#20665)
- chore(deps): Bump ip-address from 10.1.0 to 10.2.0 (#20695)
- chore(deps): Bump simple-git from 3.33.0 to 3.36.0 (#20696)
- chore(deps): Bump vulnerable testem version (#20634)
... (truncated)
▶Changelog
Sourced from @sentry/react's changelog.
10.52.0
Important Changes
Beta release of the official Hono Sentry SDK
This release marks the beta release of the
@sentry/honoSentry SDK. For details on how to use it, check out the Sentry Hono SDK docs. Please reach out on GitHub if you have any feedback or concerns.feat(browser): Add
ingest_settingsto v2 log envelope payload (#20453)Inference of user data (e.g. IP address, browser name/version) on log events is now gated behind the
sendDefaultPiioption. Previously, this data was always inferred by default.Other Changes
- docs(hono): Add new docs link and move to BETA release (#20666)
- feat(browser): Add
ingest_settingsto v2 metrics envelope payload (#20454)- feat(browser): Migrate spotlight event processor to
ignoreSpans(#20595)- feat(cloudflare): Capture request body via httpServerIntegration (#20614)
- feat(cloudflare): Support rpc trace propagation for WorkerEntrypoint (#20523)
- feat(cloudflare): Support tracing for queue producer (#20529)
- feat(core): Apply request data to segment spans in span streaming (#20654)
- feat(core): Migrate Vercel AI event processor to span streaming (#20608)
- feat(deno): Add
processSegmentSpanto Deno context integration (#20613)- feat(http): Portable node:http client instrumentation (#20393)
- feat(nitro): Add unstorage tracing channel instrumentation (#20615)
- feat(node-core): Add
processSegmentSpanto node context integration (#20678)- feat(node): Use diagnostics_channel for redis >= 5.12.0 (#20573)
- feat(node): Vendor ioredis, redis instrumentations (#20510)
- feat(replay): Reset replay id from DSC on session expiry/refresh (#20129)
- fix: Bump fast-xml-parser to fix vulnerability (#20644)
- fix: Bump vite versions to fix vulnerability (#20646)
- fix(core): Drain buffers in flush() when there is no transport (#20207)
- fix(core): Guard against undefined chained in copyProps (#20637)
- fix(deps): Bump rollup-plugin-license to fix lodash vulnerabilities (#20636)
- fix(deps): Bump transitive deps for medium security fixes (#20683)
- fix(hono): Do not capture 3xx and 4xx errors and add tests (#20640)
- fix(nextjs): Skip build modification when SRI is enabled (#20694)
- fix(opentelemetry): Respect OTEL_SERVICE_NAME, OTEL_RESOURCE_ATTRIBUTES (#20509)
- chore: Remove
bundle-analyzer-scenariosdev packages (#20680)- chore(deps): Bump
@hono/node-serverfrom 1.19.10 to 1.19.13 (#20117)- chore(deps): Bump
@nestjspackages to fix path-to-regexp ReDoS (#20642)- chore(deps): Bump axios from 1.15.0 to 1.15.2 (#20665)
- chore(deps): Bump ip-address from 10.1.0 to 10.2.0 (#20695)
- chore(deps): Bump simple-git from 3.33.0 to 3.36.0 (#20696)
... (truncated)
▶Commits
4b911e0release: 10.52.0781f31cMerge pull request #20707 from getsentry/prepare-release/10.52.011a64f6meta(changelog): Update changelog for 10.52.0e185818feat(node-core): AddprocessSegmentSpanto node context integration (#20678)7e49571feat(node): use diagnostics_channel for redis >= 5.12.0 (#20573)a8ab715feat(replay): Reset replay id from DSC on session expiry/refresh (#20129)7efc03ffeat(core): Apply request data to segment spans in span streaming (#20654)01d0a70feat(core): Migrate Vercel AI event processor to span streaming (#20608)12cd3e5fix(nextjs): Skip build modification when SRI is enabled (#20694)f1f534cfix(deps): Bump transitive deps for medium security fixes (#20683)- Additional commits viewable in compare view
Updates @stripe/react-stripe-js from 6.1.0 to 6.3.0
▶Release notes
Sourced from @stripe/react-stripe-js's releases.
v6.3.0
New features
- Added
useCheckoutElements(): use this inside<CheckoutElementsProvider>.- Added
useCheckoutForm(): use this inside<CheckoutFormProvider>.- Both new hooks throw a clear runtime error if called under the wrong provider.
useCheckout()is now deprecated in favor of the two hooks above. It will keep working under both providers for backward compatibility and is planned for removal in the next major release (v7.0.0).v6.2.0
New features
- add contactDetails element (#670)
Changes
- Bump lodash from 4.17.23 to 4.18.1 (#669)
▶Commits
Updates @stripe/stripe-js from 9.1.0 to 9.4.0
▶Release notes
Sourced from @stripe/stripe-js's releases.
v9.4.0
Changed
v9.3.1
Fixes
- Remove client-only actions from form SDK (#922)
v9.3.0
Fixes
- Add PMC to PE update options (#921)
- add phone to checkout form change event (#920)
- Bump lodash from 4.17.23 to 4.18.1 in /examples/parcel (#917)
v9.2.0
New features
- add contactDetails element (#915)
Changed
▶Commits
1d3ca28v9.4.0446d324Add release train type (#923)bce84a5AddhashedValueoverload tohandleNextAction(#889)657af7fv9.3.14ece63fRemove client-only actions from form SDK (#922)77e472ev9.3.06cf6711Add PMC to PE update options (#921)57694aeadd phone to checkout form change event (#920)4784be3Bump lodash from 4.17.23 to 4.18.1 in /examples/parcel (#917)932b86dv9.2.0- Additional commits viewable in compare view
Updates @tailwindcss/vite from 4.2.2 to 4.3.0
▶Release notes
Sourced from @tailwindcss/vite's releases.
v4.3.0
Added
- Add
@container-sizeutility (#18901)- Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)- Add
scrollbar-gutter-*utilities (#20018)- Add
zoom-*utilities (#20020)- Add
tab-*utilities (#20022)- Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)- Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)- Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)- Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)- Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966)- Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)- Canonicalization: preserve significant
_whitespace in arbitrary values (#19986)- Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)- Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988)- Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991)- Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)- Allow multiple
@utilitydefinitions with the same name but different value types (#19777)- Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)- Ensure
startandendlegacy utilities without values do not generate CSS (#20003)- Ensure
--value(…)is required in functional@utilitydefinitions (#20005)- Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)v4.2.4
Fixed
- Ensure imports in
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3
Fixed
- Canonicalization: improve canonicalizations for
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)- Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#19829)
- Ensure query params in imports are considered unique resources when using
@tailwindcss/webpack(#19723)- Canonicalization: collapse arbitrary values into shorthand utilities (e.g.
px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)- Canonicalization: collapse
border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)- Canonicalization: collapse
scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)- Canonicalization: collapse
scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)- Canonicalization: collapse
overflow-{x,y}-*intooverflow-*(#19842)- Canonicalization: collapse
overscroll-{x,y}-*intooverscroll-*(#19842)- Read from
--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)- Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#19846)
- Upgrade: use
config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846)- Upgrade: never migrate files that are ignored by git (#19846)
... (truncated)
▶Changelog
Sourced from @tailwindcss/vite's changelog.
[4.3.0] - 2026-05-08
Added
- Add
@container-sizeutility (#18901)- Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)- Add
scrollbar-gutter-*utilities (#20018)- Add
zoom-*utilities (#20020)- Add
tab-*utilities (#20022)- Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)- Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)- Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)- Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)- Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966)- Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)- Canonicalization: preserve significant
_whitespace in arbitrary values (#19986)- Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)- Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988)- Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991)- Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)- Allow multiple
@utilitydefinitions with the same name but different value types (#19777)- Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)- Ensure
startandendlegacy utilities without values do not generate CSS (#20003)- Ensure
--value(…)is required in functional@utilitydefinitions (#20005)- Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)[4.2.4] - 2026-04-21
Fixed
- Ensure imports in
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)[4.2.3] - 2026-04-20
Fixed
- Canonicalization: improve canonicalization for
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)- Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#19829)
- Ensure query params in imports are considered unique resources when using
@tailwindcss/webpack(#19723)- Canonicalization: collapse arbitrary values into shorthand utilities (e.g.
px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)- Canonicalization: collapse
border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)- Canonicalization: collapse
scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)- Canonicalization: collapse
scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)- Canonicalization: collapse
overflow-{x,y}-*intooverflow-*(#19842)- Canonicalization: collapse
overscroll-{x,y}-*intooverscroll-*(#19842)- Read from
--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)
... (truncated)
▶Commits
588bd734.3.0 (#20023)d194d4cdocs: fix various typos in comments and documentation (#19878)db27049fix(@tailwindcss/vite): include@variantin feature detection (#19966)5a79990Always resolve relative files, relative to the current .css file (#19965)f3fdda2fix(vite): avoid resolving JS plugins to browser CSS entries (#19949)69ad7cc4.2.4 (#19948)685c19eFix issue around resolving paths in@tailwindcss/vite(#19947)2e3fa494.2.3 (#19944)5cb1efdfix(vite): resolve tsconfig paths in CSS and JS resolvers (#19803)- See full diff in compare view
▶Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @tailwindcss/vite since your current version.
Updates globals from 17.4.0 to 17.6.0
▶Release notes
Sourced from globals's releases.
v17.6.0
- Update globals (2026-05-01) (#343) 00a4dd9
https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0
v17.5.0
- Update globals (2026-04-12) (#342) 5d84602
https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0
▶Commits
Updates laravel-echo from 2.3.3 to 2.3.4
▶Release notes
Sourced from laravel-echo's releases.
v2.3.4
What's Changed
- Bump vite from 6.4.1 to 6.4.2 by
@dependab...Description has been truncated