Bump the packages group with 32 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the packages group with 32 updates:
Updates @eslint/compat
from 1.2.9 to 1.3.0
Release notes
Sourced from @eslint/compat
's releases.
migrate-config: v1.3.0
1.3.0 (2024-08-30)
Features
compat: v1.3.0
1.3.0 (2025-06-09)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/compat
's changelog.
1.3.0 (2025-06-09)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.14.0 to ^0.15.0
Commits
48b1f84
chore: release main (#216)147afec
chore: updatepackage.json
to follow template (#225)0a6aad0
docs: fix bun command and update documentation (#222)2a8913c
docs: Update README sponsors3e18175
feat: add support for custom name parameter toincludeIgnoreFile
(#211)79b4646
chore: remove unused@ts-ignore
comment (#209)4ec089e
docs: Update README sponsors1ddb2ed
docs: Update README sponsorsaa6a48b
docs: Update README sponsors- See full diff in compare view
Updates @tailwindcss/postcss
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/postcss
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/postcss
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @types/node
from 24.0.0 to 24.0.1
Commits
- See full diff in compare view
Updates postcss
from 8.5.4 to 8.5.5
Release notes
Sourced from postcss's releases.
8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).
Changelog
Sourced from postcss's changelog.
8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).
Commits
Updates tailwindcss
from 4.1.8 to 4.1.10
Release notes
Sourced from tailwindcss's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from tailwindcss's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)ddb0bef
Fix missing space around-
when using%
regression (#18289)b88371a
Prepare v4.1.9 (#18285)aa817fb
fix: don't break CSS keywords when formatting math expressions (#18220)bea843c
CSS Parser: Handle string with semi-colon in custom properties. (#18251)8bfbac5
docs: fix typo in container.ts comment ("a the" -> "the") (#18223)- See full diff in compare view
Updates vercel
from 42.3.0 to 43.0.0
Release notes
Sourced from vercel's releases.
vercel@43.0.0
Major Changes
- Rolling Release command clean up (#13420)
Patch Changes
fix(cli): do not require
--future
forlogout
(#13366)[cli] add try/catch around login prompt attempts (#13399)
Updated dependencies [
826539f0236c5532c473e2490da6ea797d363423
,3c6cc512cf74439053b3614f95fcdf211c2d8a6d
,ff37e3c80d945d98696c05071b3b3c95fe78212f
,57d0de67f6ddd0dbf16a7790f39ccd75a60acf60
]:
Changelog
Sourced from vercel's changelog.
43.0.0
Major Changes
- Rolling Release command clean up (#13420)
Patch Changes
fix(cli): do not require
--future
forlogout
(#13366)[cli] add try/catch around login prompt attempts (#13399)
Updated dependencies [
826539f0236c5532c473e2490da6ea797d363423
,3c6cc512cf74439053b3614f95fcdf211c2d8a6d
,ff37e3c80d945d98696c05071b3b3c95fe78212f
,57d0de67f6ddd0dbf16a7790f39ccd75a60acf60
]:
Commits
Updates @eslint/config-array
from 0.20.0 to 0.20.1
Release notes
Sourced from @eslint/config-array
's releases.
config-array: v0.20.1
0.20.1 (2025-06-09)
Bug Fixes
Commits
48b1f84
chore: release main (#216)147afec
chore: updatepackage.json
to follow template (#225)0a6aad0
docs: fix bun command and update documentation (#222)2a8913c
docs: Update README sponsors2dbe2b9
fix: consider negated patterns universal (#220)e84cbd7
fix: explicit match in array elements offiles
(#218)b8bf819
ci: Test in Bun (#87)cb858ff
refactor: update and fix error types in JSDoc comments (#213)4ec089e
docs: Update README sponsors1ddb2ed
docs: Update README sponsors- Additional commits viewable in compare view
Updates @eslint/config-helpers
from 0.2.2 to 0.2.3
Release notes
Sourced from @eslint/config-helpers
's releases.
plugin-kit: v0.2.3
0.2.3 (2024-11-14)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.8.0 to ^0.9.0config-helpers: v0.2.3
0.2.3 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/config-helpers
's changelog.
0.2.3 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.14.0 to ^0.15.0
Commits
- See full diff in compare view
Updates @eslint/plugin-kit
from 0.3.1 to 0.3.2
Release notes
Sourced from @eslint/plugin-kit
's releases.
plugin-kit: v0.3.2
0.3.2 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/core
bumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/plugin-kit
's changelog.
0.3.2 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/core
bumped from ^0.14.0 to ^0.15.0
Commits
48b1f84
chore: release main (#216)147afec
chore: updatepackage.json
to follow template (#225)0a6aad0
docs: fix bun command and update documentation (#222)2a8913c
docs: Update README sponsorscb858ff
refactor: update and fix error types in JSDoc comments (#213)4ec089e
docs: Update README sponsors1ddb2ed
docs: Update README sponsorsaa6a48b
docs: Update README sponsors- See full diff in compare view
Updates @tailwindcss/node
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/node
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/node
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-android-arm64
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-android-arm64
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-android-arm64
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-darwin-arm64
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-darwin-arm64
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-darwin-arm64
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-darwin-x64
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-darwin-x64
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-darwin-x64
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-freebsd-x64
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-freebsd-x64
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-freebsd-x64
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-linux-arm-gnueabihf
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-linux-arm-gnueabihf
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-linux-arm-gnueabihf
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-linux-arm64-gnu
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-linux-arm64-gnu
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-linux-arm64-gnu
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits
d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)- See full diff in compare view
Updates @tailwindcss/oxide-linux-arm64-musl
from 4.1.8 to 4.1.10
Release notes
Sourced from @tailwindcss/oxide-linux-arm64-musl
's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog
Sourced from @tailwindcss/oxide-linux-arm64-musl
's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+364Deletions:
-338
Package Dependencies
@tailwindcss/oxide-linux-x64-gnu
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-linux-arm64-gnu
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-android-arm64
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-darwin-arm64
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-darwin-x64
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-freebsd-x64
npm
4.1.8 → 4.1.10
Patch
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-linux-arm64-musl
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-linux-x64-musl
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-wasm32-wasi
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-win32-arm64-msvc
npm
4.1.8 → 4.1.10
Patch
@tailwindcss/oxide-win32-x64-msvc
npm
4.1.8 → 4.1.10
Patch
@vercel/gatsby-plugin-vercel-builder
npm
2.0.83 → 2.0.84
Patch
Technical Details
ID: | 1486669 |
UUID: | 2585605062 |
Node ID: | PR_kwDOMzbQP86aHTPG |
Host: | GitHub |
Repository: | poad/github-rest-api-executor |
Merge State: | Unknown |