Skip to content

Commit 320e544

Browse files
Bump bundled version of tailwindcss to v3.4.4 (#987)
* Bump deps * Update changelog
1 parent b2f8eee commit 320e544

File tree

8 files changed

+57
-56
lines changed

8 files changed

+57
-56
lines changed

Diff for: package-lock.json

+48-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/tailwindcss-language-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@tailwindcss/forms": "0.5.3",
4040
"@tailwindcss/language-service": "*",
4141
"@tailwindcss/line-clamp": "0.4.2",
42-
"@tailwindcss/oxide": "^4.0.0-alpha.12",
42+
"@tailwindcss/oxide": "^4.0.0-alpha.16",
4343
"@tailwindcss/typography": "0.5.7",
4444
"@types/color-name": "^1.1.3",
4545
"@types/culori": "^2.1.0",
@@ -78,7 +78,7 @@
7878
"resolve": "1.20.0",
7979
"rimraf": "3.0.2",
8080
"stack-trace": "0.0.10",
81-
"tailwindcss": "3.4.2",
81+
"tailwindcss": "3.4.4",
8282
"typescript": "5.3.3",
8383
"vite-tsconfig-paths": "^4.3.1",
8484
"vitest": "^1.4.0",

Diff for: packages/tailwindcss-language-server/tests/completions/completions.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ withFixture('basic', (c) => {
2929
let result = await completion({ lang, text, position, settings })
3030
let textEdit = expect.objectContaining({ range: { start: position, end: position } })
3131

32-
expect(result.items.length).toBe(11457)
32+
expect(result.items.length).toBe(11509)
3333
expect(result.items.filter((item) => item.label.endsWith(':')).length).toBe(165)
3434
expect(result).toEqual({
3535
isIncomplete: false,
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.0-alpha.12",
4-
"@tailwindcss/oxide": "^4.0.0-alpha.12"
3+
"tailwindcss": "^4.0.0-alpha.16",
4+
"@tailwindcss/oxide": "^4.0.0-alpha.16"
55
}
66
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.0-alpha.12"
3+
"tailwindcss": "^4.0.0-alpha.16"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.0-alpha.12"
3+
"tailwindcss": "^4.0.0-alpha.16"
44
}
55
}

Diff for: packages/tailwindcss-language-server/tests/fixtures/v4/workspaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/*"
44
],
55
"dependencies": {
6-
"tailwindcss": "^4.0.0-alpha.12"
6+
"tailwindcss": "^4.0.0-alpha.16"
77
}
88
}

Diff for: packages/vscode-tailwindcss/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- Bump minimum supported Node version to v18 ([#978](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/978))
3030
- Pass URI to configuration call not a file path ([#981](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/981), [#982](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/982))
3131
- Fix handling of added workspaces ([b39c8e0](https://github.com/tailwindlabs/tailwindcss-intellisense/commit/b39c8e0))
32+
- Bump bundled version of `tailwindcss` to `v3.4.4` ([#987](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/987))
3233

3334
## 0.10.5
3435

0 commit comments

Comments
 (0)