Bump the npm group with 31 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 31 updates:
Updates @tailwindcss/postcss from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/postcss's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)0d975f5Update dedent 1.5.3 → 1.6.0 (minor) (#17965)- See full diff in compare view
Updates tailwindcss from 4.1.6 to 4.1.7
Release notes
Sourced from tailwindcss's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from tailwindcss's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)f3157cdIgnore custom variants with:merge(…)selectors (#18020)4db711dFix-rotate-*with arbitary values (#18014)4fba87bUpgrade lightningcss to1.30.0(#17979)0d975f5Update dedent 1.5.3 → 1.6.0 (minor) (#17965)f0986cePrevent duplicate suggestions when using@themeand@utilitytogether (#1...- See full diff in compare view
Updates vercel from 41.7.6 to 41.7.8
Release notes
Sourced from vercel's releases.
vercel@41.7.8
Patch Changes
vercel@41.7.7
Patch Changes
- Updated dependencies [
7df2e61025bbca6bd1a0f261135e0269ec30c628]:
@vercel/remix-builder@5.4.6
Changelog
Sourced from vercel's changelog.
41.7.8
Patch Changes
41.7.7
Patch Changes
- Updated dependencies [
7df2e61025bbca6bd1a0f261135e0269ec30c628]:
@vercel/remix-builder@5.4.6
Commits
Updates @modelcontextprotocol/sdk from 1.11.2 to 1.11.3
Release notes
Sourced from @modelcontextprotocol/sdk's releases.
1.11.3
What's Changed
- fix: preserve custom paths in SSE endpoint URLs by
@bhosmer-antin modelcontextprotocol/typescript-sdk#466- chore: fix cross-spawn version to 7.0.5 (issue: #488) by
@rafaelportomourain modelcontextprotocol/typescript-sdk#489- [FEAT] added support for AuthInfo in extra for StreamableHTTPServerTransport by
@its-nikhilin modelcontextprotocol/typescript-sdk#399- feat(auth): support custom scope in authorization requests by
@xiaoyijunin modelcontextprotocol/typescript-sdk#491- Fix notificaions in README.md by
@Boyquotesin modelcontextprotocol/typescript-sdk#480- docs: Fix import paths for ProxyOAuthServerProvider in README by
@grimmerkin modelcontextprotocol/typescript-sdk#457- Fix Table of Contents in README and markdown linter warnings. by
@petervandenabeelein modelcontextprotocol/typescript-sdk#449New Contributors
@rafaelportomouramade their first contribution in modelcontextprotocol/typescript-sdk#489@its-nikhilmade their first contribution in modelcontextprotocol/typescript-sdk#399@xiaoyijunmade their first contribution in modelcontextprotocol/typescript-sdk#491@Boyquotesmade their first contribution in modelcontextprotocol/typescript-sdk#480@grimmerkmade their first contribution in modelcontextprotocol/typescript-sdk#457@petervandenabeelemade their first contribution in modelcontextprotocol/typescript-sdk#449Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.2...1.11.3
Commits
41c9996Merge pull request #449 from petervandenabeele/fix-readme-toc2ee962cMerge pull request #457 from grimmerk/fix-import-path-in-readme1879922Merge pull request #480 from Boyquotes/patch-166dec56feat(auth): support custom scope in authorization requests (#491)bac916eMerge pull request #399 from its-nikhil/FEAT-auth-ctx-streamable-http17caa5aMerge pull request #489 from rafaelportomoura/mainf2fc873chore: fix cross-spawn version to 7.0.5 (issue: 488)68a0ca3Merge pull request #466 from modelcontextprotocol/fix/sse-custom-endpoint-paths2f522bfAdd failing tests5a25fe3fix: preserve custom paths in SSE endpoint URLs- Additional commits viewable in compare view
Updates @tailwindcss/node from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/node's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/node's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-android-arm64 from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-android-arm64's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/oxide-android-arm64's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-darwin-arm64 from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-darwin-arm64's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/oxide-darwin-arm64's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-darwin-x64 from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-darwin-x64's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/oxide-darwin-x64's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-freebsd-x64 from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-freebsd-x64's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/oxide-freebsd-x64's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-linux-arm-gnueabihf from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-linux-arm-gnueabihf's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/oxide-linux-arm-gnueabihf's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-linux-arm64-gnu from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-linux-arm64-gnu's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/oxide-linux-arm64-gnu's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)- See full diff in compare view
Updates @tailwindcss/oxide-linux-arm64-musl from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/oxide-linux-arm64-musl's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)<...Description has been truncated
Pull Request Statistics
1
2
+147
-147
Package Dependencies
@modelcontextprotocol/sdk
npm
1.11.2 → 1.11.3
Patch
@tailwindcss/oxide-linux-x64-gnu
npm
4.1.6 → 4.1.7
Patch
lightningcss-linux-x64-gnu
npm
1.29.2 → 1.30.1
Minor
lightningcss-darwin-arm64
npm
1.29.2 → 1.30.1
Minor
lightningcss-linux-arm64-gnu
npm
1.29.2 → 1.30.1
Minor
@tailwindcss/oxide-linux-arm64-gnu
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-android-arm64
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-darwin-arm64
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-darwin-x64
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-freebsd-x64
npm
4.1.6 → 4.1.7
Patch
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-linux-arm64-musl
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-linux-x64-musl
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-wasm32-wasi
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-win32-arm64-msvc
npm
4.1.6 → 4.1.7
Patch
@tailwindcss/oxide-win32-x64-msvc
npm
4.1.6 → 4.1.7
Patch
lightningcss-linux-arm-gnueabihf
npm
1.29.2 → 1.30.1
Minor
lightningcss-linux-arm64-musl
npm
1.29.2 → 1.30.1
Minor
lightningcss-linux-x64-musl
npm
1.29.2 → 1.30.1
Minor
lightningcss-win32-arm64-msvc
npm
1.29.2 → 1.30.1
Minor
lightningcss-win32-x64-msvc
npm
1.29.2 → 1.30.1
Minor
Technical Details
| ID: | 1323120 |
| UUID: | 2523791047 |
| Node ID: | PR_kwDOMVysts6Wbf7H |
| Host: | GitHub |
| Repository: | poad/vercel-functions-example |
| Merge State: | Unknown |