Skip to content

Commit 1638f35

Browse files
authored
Bump dependencies (#19608)
This PR bumps a bunch of dependencies. This also moves a few dependencies that we use in multiple packages to the pnpm catalog. Closes: #19603, #19604, #19576, #19575, #19573, #19565, #19547, #19546, #19545, #19609, #19581, #19620, #19619 - #19603 - #19604 - #19576 - #19575 - #19573 - #19565 - #19547 - #19546 - #19545 - #19609 - #19581 - #19620 - #19620 - #19619 ## Test Plan All tests in CI should still pass. [ci-all]
1 parent df96ea5 commit 1638f35

24 files changed

Lines changed: 897 additions & 879 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ pnpm-lock.yaml
44
target/
55
crates/node/index.d.ts
66
crates/node/index.js
7+
crates/ignore/
78
.next
89
.fingerprint

crates/node/npm/wasm32-wasi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"browser": "tailwindcss-oxide.wasi-browser.js",
2929
"dependencies": {
3030
"@napi-rs/wasm-runtime": "^1.1.1",
31-
"@emnapi/core": "^1.7.1",
32-
"@emnapi/runtime": "^1.7.1",
31+
"@emnapi/core": "^1.8.1",
32+
"@emnapi/runtime": "^1.8.1",
3333
"@tybys/wasm-util": "^0.10.1",
3434
"@emnapi/wasi-threads": "^1.1.0",
35-
"tslib": "^2.4.0"
35+
"tslib": "^2.8.1"
3636
},
3737
"bundledDependencies": [
3838
"@napi-rs/wasm-runtime",

crates/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@napi-rs/cli": "3.4.1",
3737
"@napi-rs/wasm-runtime": "^1.1.1",
38-
"emnapi": "1.7.1"
38+
"emnapi": "1.8.1"
3939
},
4040
"engines": {
4141
"node": ">= 20"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
},
4949
"license": "MIT",
5050
"devDependencies": {
51-
"@playwright/test": "^1.57.0",
51+
"@playwright/test": "^1.58.0",
5252
"@types/node": "catalog:",
5353
"postcss": "8.5.6",
5454
"postcss-import": "^16.1.1",
5555
"prettier": "catalog:",
5656
"prettier-plugin-embed": "^0.5.1",
5757
"prettier-plugin-organize-imports": "^4.3.0",
5858
"tsup": "^8.5.1",
59-
"turbo": "^2.7.2",
59+
"turbo": "^2.7.6",
6060
"typescript": "^5.5.4",
61-
"vitest": "^4.0.3"
61+
"vitest": "^4.0.18"
6262
},
6363
"packageManager": "pnpm@9.6.0",
6464
"pnpm": {
6565
"patchedDependencies": {
66-
"lightningcss@1.30.2": "patches/lightningcss@1.30.2.patch",
66+
"lightningcss@1.31.1": "patches/lightningcss@1.31.1.patch",
6767
"@parcel/watcher@2.5.1": "patches/@parcel__watcher@2.5.1.patch"
6868
}
6969
}

packages/@tailwindcss-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"h3": "^1.15.4",
33+
"h3": "^1.15.5",
3434
"listhen": "^1.9.0",
3535
"tailwindcss": "workspace:*"
3636
}

packages/@tailwindcss-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"dependencies": {
40-
"@jridgewell/remapping": "^2.3.4",
40+
"@jridgewell/remapping": "^2.3.5",
4141
"enhanced-resolve": "^5.18.4",
4242
"jiti": "^2.6.1",
4343
"lightningcss": "catalog:",

packages/@tailwindcss-postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@alloc/quick-lru": "^5.2.0",
3434
"@tailwindcss/node": "workspace:*",
3535
"@tailwindcss/oxide": "workspace:*",
36-
"postcss": "^8.4.41",
36+
"postcss": "^8.5.6",
3737
"tailwindcss": "workspace:*"
3838
},
3939
"devDependencies": {

packages/@tailwindcss-postcss/src/__snapshots__/index.test.ts.snap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
1111
1212
@layer theme {
1313
:root, :host {
14-
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
15-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
14+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
15+
"Noto Color Emoji";
16+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
17+
monospace;
1618
--color-black: #000;
1719
--text-2xl: 1.5rem;
1820
--text-2xl--line-height: calc(2 / 1.5);

packages/@tailwindcss-standalone/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
},
3636
"__notes": "These binary packages must be included so Bun can build the CLI for all supported platforms. We also rely on Lightning CSS and Parcel being patched so Bun can statically analyze the executables.",
3737
"devDependencies": {
38-
"@parcel/watcher-darwin-arm64": "^2.5.1",
39-
"@parcel/watcher-darwin-x64": "^2.5.1",
40-
"@parcel/watcher-linux-arm64-glibc": "^2.5.1",
41-
"@parcel/watcher-linux-arm64-musl": "^2.5.1",
42-
"@parcel/watcher-linux-x64-glibc": "^2.5.1",
43-
"@parcel/watcher-linux-x64-musl": "^2.5.1",
44-
"@parcel/watcher-win32-x64": "^2.5.1",
45-
"@types/bun": "^1.3.5",
46-
"bun": "^1.3.5",
38+
"@parcel/watcher-darwin-arm64": "^2.5.6",
39+
"@parcel/watcher-darwin-x64": "^2.5.6",
40+
"@parcel/watcher-linux-arm64-glibc": "^2.5.6",
41+
"@parcel/watcher-linux-arm64-musl": "^2.5.6",
42+
"@parcel/watcher-linux-x64-glibc": "^2.5.6",
43+
"@parcel/watcher-linux-x64-musl": "^2.5.6",
44+
"@parcel/watcher-win32-x64": "^2.5.6",
45+
"@types/bun": "^1.3.7",
46+
"bun": "^1.3.7",
4747
"lightningcss-darwin-arm64": "catalog:",
4848
"lightningcss-darwin-x64": "catalog:",
4949
"lightningcss-linux-arm64-gnu": "catalog:",

packages/@tailwindcss-standalone/src/index.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,10 @@ Bun.plugin({
7575
'tailwindcss/plugin': await import('tailwindcss/plugin'),
7676
'tailwindcss/plugin.js': await import('tailwindcss/plugin'),
7777
'tailwindcss/package.json': await import('tailwindcss/package.json'),
78-
'tailwindcss/lib/util/flattenColorPalette': await import(
79-
'tailwindcss/lib/util/flattenColorPalette'
80-
),
81-
'tailwindcss/lib/util/flattenColorPalette.js': await import(
82-
'tailwindcss/lib/util/flattenColorPalette'
83-
),
78+
'tailwindcss/lib/util/flattenColorPalette':
79+
await import('tailwindcss/lib/util/flattenColorPalette'),
80+
'tailwindcss/lib/util/flattenColorPalette.js':
81+
await import('tailwindcss/lib/util/flattenColorPalette'),
8482
'tailwindcss/defaultTheme': await import('tailwindcss/defaultTheme'),
8583
'tailwindcss/defaultTheme.js': await import('tailwindcss/defaultTheme'),
8684
}

0 commit comments

Comments
 (0)