Bump the packages group with 39 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(22 days ago)
(22 days ago)
(22 days ago)
dependencies javascript
poad
Bumps the packages group with 39 updates:
Updates @vercel/functions from 3.5.0 to 3.5.1
Release notes
Sourced from @vercel/functions's releases.
@vercel/functions@3.5.1Patch Changes
- ae20217: Upgrade to TypeScript 5.9
- Updated dependencies [ae20217]
@vercel/oidc@3.4.1
Changelog
Sourced from @vercel/functions's changelog.
3.5.1
Patch Changes
- ae20217: Upgrade to TypeScript 5.9
- Updated dependencies [ae20217]
@vercel/oidc@3.4.1
Commits
8a127ceVersion Packages (#16235)ae20217Upgrade a few straddlers to TypeScript 5.9 (#16253)- See full diff in compare view
Updates @eslint/compat from 2.0.5 to 2.1.0
Release notes
Sourced from @eslint/compat's releases.
compat: v2.1.0
2.1.0 (2026-05-08)
Features
migrate-config: v2.1.0
2.1.0 (2026-05-08)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/config-helpersbumped from ^0.5.5 to ^0.6.0migrate-config: v2.0.7
2.0.7 (2026-05-01)
Bug Fixes
migrate-config: v2.0.6
2.0.6 (2026-04-08)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^2.0.4 to ^2.0.5- devDependencies
@eslint/corebumped from ^1.2.0 to ^1.2.1
Commits
b894953chore: release main (#446)334038ddocs: Update README sponsors9b51352feat: Add newincludeIgnoreFile()to config-helpers (#430)70b6997docs: Update README sponsors35b6b94chore: update TypeScript to v6 (#417)7807d71docs: Update README sponsors57001eadocs: Update README sponsors0b62133docs: Update README sponsors- See full diff in compare view
Updates @tailwindcss/postcss from 4.2.4 to 4.3.0
Release notes
Sourced from @tailwindcss/postcss'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)
Changelog
Sourced from @tailwindcss/postcss'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)
Commits
588bd734.3.0 (#20023)12eb5aeCleanup noisy test output (#20015)4255671Improve snapshot tests (#20013)52f94c7Improve codebase quality (#19999)d194d4cdocs: fix various typos in comments and documentation (#19878)bfb5732Fall back to the pluginbasewhen PostCSS has nofromoption (#19980)3a890c3Bump dependencies (#19957)- See full diff in compare view
Updates tailwindcss from 4.2.4 to 4.3.0
Release notes
Sourced from tailwindcss'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)
Changelog
Sourced from tailwindcss'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)
Commits
588bd734.3.0 (#20023)59936c6Addtab-*utilities (#20022)90a2373addzoom-*utilities (#20020)2e1ccf7Addscrollbar-gutter-*utilities (#20018)754e751Use non-existing example in tests (#20021)12eb5aeCleanup noisy test output (#20015)4255671Improve snapshot tests (#20013)8c77989Ensure math operators are surrounded by whitespace in arbitrary values (#20011)b4db3b9Add scrollbar-width and scrollbar-color utilities (#19981)08cad84Support--default(…)in--value(…)and--modifier(…)to support fallbac...- Additional commits viewable in compare view
Updates vercel from 53.2.0 to 53.3.2
Release notes
Sourced from vercel's releases.
vercel@53.3.2
Patch Changes
- Updated dependencies [f0d7d32]
@vercel/build-utils@13.22.1@vercel/node@5.7.17@vercel/backends@0.4.1@vercel/elysia@0.1.75@vercel/express@0.1.85@vercel/fastify@0.1.78@vercel/go@3.6.0@vercel/h3@0.1.84@vercel/hono@0.2.78@vercel/hydrogen@1.3.7@vercel/koa@0.1.58@vercel/nestjs@0.2.79@vercel/next@4.17.1@vercel/python@6.39.0@vercel/redwood@2.4.13@vercel/remix-builder@5.8.1@vercel/ruby@2.3.2@vercel/rust@1.2.0@vercel/static-build@2.9.24vercel@53.3.1
Patch Changes
- Updated dependencies [82edff0]
@vercel/cli-config@0.1.1vercel@53.3.0
Minor Changes
- dbfcc04:
vercel connex listnow defaults to clients linked to the current project. When no project is linked, it falls back to listing every Connex client in the team (same as--all-projects). Use--all-projectsto force the team-wide view; the table includes aProjectscolumn with the linked project names per client (with a+ moresuffix when truncated).- 3b368bd: Add
--format=jsonsupport tovercel project token, direct token output to stdout instead of stderr.- 34f595a: Extract CLI global config and auth config helpers into new
@vercel/cli-config, use@effect/schemafor config validation.- b4ada64: Implement scheduled jobs for JS/TS.
Patch Changes
- 1dae59c: Allow
vc logs <deployment-url>to resolve the project from the deployment instead of requiring a linked local project, and include the current scope in related lookup errors.- 7e64cc2: Show a clearer error instead of querying logs for deployments that never reached Ready.
- 2dac1cb: Use Git repository and root directory matches before folder-name matches when linking projects.
- Updated dependencies [e53dd86]
- Updated dependencies [ae20217]
- Updated dependencies [34f595a]
- Updated dependencies [b4ada64]
- Updated dependencies [94c29b8]
... (truncated)
Changelog
Sourced from vercel's changelog.
53.3.2
Patch Changes
- Updated dependencies [f0d7d32]
@vercel/build-utils@13.22.1@vercel/node@5.7.17@vercel/backends@0.4.1@vercel/elysia@0.1.75@vercel/express@0.1.85@vercel/fastify@0.1.78@vercel/go@3.6.0@vercel/h3@0.1.84@vercel/hono@0.2.78@vercel/hydrogen@1.3.7@vercel/koa@0.1.58@vercel/nestjs@0.2.79@vercel/next@4.17.1@vercel/python@6.39.0@vercel/redwood@2.4.13@vercel/remix-builder@5.8.1@vercel/ruby@2.3.2@vercel/rust@1.2.0@vercel/static-build@2.9.2453.3.1
Patch Changes
- Updated dependencies [82edff0]
@vercel/cli-config@0.1.153.3.0
Minor Changes
- dbfcc04:
vercel connex listnow defaults to clients linked to the current project. When no project is linked, it falls back to listing every Connex client in the team (same as--all-projects). Use--all-projectsto force the team-wide view; the table includes aProjectscolumn with the linked project names per client (with a+ moresuffix when truncated).- 3b368bd: Add
--format=jsonsupport tovercel project token, direct token output to stdout instead of stderr.- 34f595a: Extract CLI global config and auth config helpers into new
@vercel/cli-config, use@effect/schemafor config validation.- b4ada64: Implement scheduled jobs for JS/TS.
Patch Changes
- 1dae59c: Allow
vc logs <deployment-url>to resolve the project from the deployment instead of requiring a linked local project, and include the current scope in related lookup errors.- 7e64cc2: Show a clearer error instead of querying logs for deployments that never reached Ready.
- 2dac1cb: Use Git repository and root directory matches before folder-name matches when linking projects.
- Updated dependencies [e53dd86]
- Updated dependencies [ae20217]
- Updated dependencies [34f595a]
- Updated dependencies [b4ada64]
... (truncated)
Commits
5b4ece0Version Packages (#16275)68248c7Version Packages (#16272)8a127ceVersion Packages (#16235)c20fa11test(cli): avoid README in cwd deploy fixture (#16265)b4ada64[services] Add static schedule cron services for js/ts. (#16158)7e64cc2cli/logs: Handle non-live deployments (#16247)2dac1cbUse repo link behavior when possible duringvc link(#16238)dbfcc04[cli] connex: Scope list clients to current project by default; add --all (#1...1dae59ccli/logs: Resolve deployment targets without linked projects (#16246)3b368bdcli/project/token: Add JSON output mode, print to stdout (#16156)- Additional commits viewable in compare view
Updates @tailwindcss/node from 4.2.4 to 4.3.0
Release notes
Sourced from @tailwindcss/node'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)
Changelog
Sourced from @tailwindcss/node'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)
Commits
Updates @tailwindcss/oxide-android-arm64 from 4.2.4 to 4.3.0
Release notes
Sourced from @tailwindcss/oxide-android-arm64'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)
Changelog
Sourced from @tailwindcss/oxide-android-arm64'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(…)...Description has been truncated
Package Dependencies
@tailwindcss/oxide-linux-x64-gnu
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-linux-arm64-gnu
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-android-arm64
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-darwin-arm64
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-darwin-x64
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-freebsd-x64
npm
4.2.4 → 4.3.0
Minor
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-linux-arm64-musl
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-linux-x64-musl
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-wasm32-wasi
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-win32-arm64-msvc
npm
4.2.4 → 4.3.0
Minor
@tailwindcss/oxide-win32-x64-msvc
npm
4.2.4 → 4.3.0
Minor
@vercel/gatsby-plugin-vercel-builder
npm
2.2.0 → 2.2.2
Patch
baseline-browser-mapping
npm
2.10.27 → 2.10.29
Patch
Technical Details
| ID: | 15739478 |
| UUID: | 4417146637 |
| Node ID: | PR_kwDOMzbQP87aEBDh |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |