Skip to content

Commit 04f45a8

Browse files
committed
Bump to v4.1
1 parent 6b306ba commit 04f45a8

File tree

12 files changed

+24
-26
lines changed

12 files changed

+24
-26
lines changed

packages/tailwindcss-language-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@tailwindcss/forms": "0.5.3",
4141
"@tailwindcss/language-service": "workspace:*",
4242
"@tailwindcss/line-clamp": "0.4.2",
43-
"@tailwindcss/oxide": "^4.0.15",
43+
"@tailwindcss/oxide": "^4.1.0",
4444
"@tailwindcss/typography": "0.5.7",
4545
"@types/braces": "3.0.1",
4646
"@types/color-name": "^1.1.3",
@@ -84,7 +84,7 @@
8484
"rimraf": "3.0.2",
8585
"stack-trace": "0.0.10",
8686
"tailwindcss": "3.4.17",
87-
"tailwindcss-v4": "npm:tailwindcss@4.0.6",
87+
"tailwindcss-v4": "npm:tailwindcss@4.1.0",
8888
"tsconfck": "^3.1.4",
8989
"tsconfig-paths": "^4.2.0",
9090
"typescript": "5.3.3",

packages/tailwindcss-language-server/src/project-locator.test.ts

+11-13
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ testLocator({
147147
'package.json': json`
148148
{
149149
"dependencies": {
150-
"tailwindcss": "^4.0.15",
151-
"@tailwindcss/oxide": "^4.0.15"
150+
"tailwindcss": "4.1.0",
151+
"@tailwindcss/oxide": "4.1.0"
152152
}
153153
}
154154
`,
@@ -178,8 +178,8 @@ testLocator({
178178
'package.json': json`
179179
{
180180
"dependencies": {
181-
"tailwindcss": "^4.0.15",
182-
"@tailwindcss/oxide": "^4.0.15"
181+
"tailwindcss": "4.1.0",
182+
"@tailwindcss/oxide": "4.1.0"
183183
}
184184
}
185185
`,
@@ -211,8 +211,8 @@ testLocator({
211211
'package.json': json`
212212
{
213213
"dependencies": {
214-
"tailwindcss": "^4.0.15",
215-
"@tailwindcss/oxide": "^4.0.15"
214+
"tailwindcss": "4.1.0",
215+
"@tailwindcss/oxide": "4.1.0"
216216
}
217217
}
218218
`,
@@ -266,15 +266,13 @@ testLocator({
266266
})
267267

268268
testLocator({
269-
// TODO: Enable once v4.1 is released
270-
options: { skip: true },
271269
name: 'automatic content detection with negative custom sources',
272270
fs: {
273271
'package.json': json`
274272
{
275273
"dependencies": {
276-
"tailwindcss": "0.0.0-insiders.3e53e25",
277-
"@tailwindcss/oxide": "0.0.0-insiders.3e53e25"
274+
"tailwindcss": "4.1.0",
275+
"@tailwindcss/oxide": "4.1.0"
278276
}
279277
}
280278
`,
@@ -338,7 +336,7 @@ testLocator({
338336
'package.json': json`
339337
{
340338
"dependencies": {
341-
"tailwindcss": "^4.0.2"
339+
"tailwindcss": "4.1.0"
342340
}
343341
}
344342
`,
@@ -386,7 +384,7 @@ testLocator({
386384
'package.json': json`
387385
{
388386
"dependencies": {
389-
"tailwindcss": "4.0.6"
387+
"tailwindcss": "4.1.0"
390388
}
391389
}
392390
`,
@@ -415,7 +413,7 @@ testLocator({
415413
},
416414
expected: [
417415
{
418-
version: '4.0.6',
416+
version: '4.1.0',
419417
config: '/src/articles/articles.css',
420418
content: [],
421419
},

packages/tailwindcss-language-server/tests/colors/colors.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ defineTest({
334334

335335
expect(c.project).toMatchObject({
336336
tailwind: {
337-
version: '4.0.6',
337+
version: '4.1.0',
338338
isDefaultVersion: true,
339339
},
340340
})
@@ -373,7 +373,7 @@ defineTest({
373373

374374
expect(c.project).toMatchObject({
375375
tailwind: {
376-
version: '4.0.6',
376+
version: '4.1.0',
377377
isDefaultVersion: true,
378378
},
379379
})
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "^4.0.15"
3+
"tailwindcss": "4.1.0"
44
}
55
}

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.15"
6+
"tailwindcss": "4.1.0"
77
}
88
}

0 commit comments

Comments
 (0)