Skip to content

Commit e586933

Browse files
committed
Bump bundled Tailwind CSS version
1 parent 828e8e0 commit e586933

File tree

24 files changed

+70
-78
lines changed

24 files changed

+70
-78
lines changed

packages/tailwindcss-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"rimraf": "3.0.2",
9090
"stack-trace": "0.0.10",
9191
"tailwindcss": "3.4.18",
92-
"tailwindcss-v4": "npm:tailwindcss@4.1.15",
92+
"tailwindcss-v4": "npm:tailwindcss@4.1.17",
9393
"tinyglobby": "^0.2.12",
9494
"tsconfck": "^3.1.4",
9595
"tsconfig-paths": "^4.2.0",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ testLocator({
455455
},
456456
expected: [
457457
{
458-
version: '4.1.15 (bundled)',
458+
version: '4.1.17 (bundled)',
459459
config: '/src/a/b/c/index.css',
460460
content: [],
461461
},
@@ -487,12 +487,12 @@ testLocator({
487487
},
488488
expected: [
489489
{
490-
version: '4.1.15 (bundled)',
490+
version: '4.1.17 (bundled)',
491491
config: '/index.css',
492492
content: [],
493493
},
494494
{
495-
version: '4.1.15 (bundled)',
495+
version: '4.1.17 (bundled)',
496496
config: '/src/vendor/c.css',
497497
content: [],
498498
},
@@ -519,12 +519,12 @@ testLocator({
519519
},
520520
expected: [
521521
{
522-
version: '4.1.15 (bundled)',
522+
version: '4.1.17 (bundled)',
523523
config: '/src/app.css',
524524
content: [],
525525
},
526526
{
527-
version: '4.1.15 (bundled)',
527+
version: '4.1.17 (bundled)',
528528
config: '/a/foo.css',
529529
content: [],
530530
},
@@ -554,12 +554,12 @@ testLocator({
554554
},
555555
expected: [
556556
{
557-
version: '4.1.15 (bundled)',
557+
version: '4.1.17 (bundled)',
558558
config: '/src/app.css',
559559
content: [],
560560
},
561561
{
562-
version: '4.1.15 (bundled)',
562+
version: '4.1.17 (bundled)',
563563
config: '/a/foo.css',
564564
content: [],
565565
},
@@ -581,7 +581,7 @@ testLocator({
581581
},
582582
expected: [
583583
{
584-
version: '4.1.15 (bundled)',
584+
version: '4.1.17 (bundled)',
585585
config: '/src/app.css',
586586
content: [],
587587
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ defineTest({
349349

350350
expect(c.project).toMatchObject({
351351
tailwind: {
352-
version: '4.1.15',
352+
version: '4.1.17',
353353
isDefaultVersion: true,
354354
},
355355
})
@@ -388,7 +388,7 @@ defineTest({
388388

389389
expect(c.project).toMatchObject({
390390
tailwind: {
391-
version: '4.1.15',
391+
version: '4.1.17',
392392
isDefaultVersion: true,
393393
},
394394
})

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -446,14 +446,6 @@ defineTest({
446446
defineTest({
447447
name: 'Shows warning when using non-canonical classes',
448448
fs: {
449-
// TODO: Drop this when the embedded version of tailwindcss is v4.1.15
450-
'package.json': json`
451-
{
452-
"dependencies": {
453-
"tailwindcss": "0.0.0-insiders.249bed0"
454-
}
455-
}
456-
`,
457449
'app.css': css`
458450
@import 'tailwindcss';
459451
`,

packages/tailwindcss-language-server/tests/env/v4.test.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defineTest({
2121

2222
expect(await client.project()).toMatchObject({
2323
tailwind: {
24-
version: '4.1.15',
24+
version: '4.1.17',
2525
isDefaultVersion: true,
2626
},
2727
})
@@ -137,7 +137,7 @@ defineTest({
137137

138138
expect(await client.project()).toMatchObject({
139139
tailwind: {
140-
version: '4.1.15',
140+
version: '4.1.17',
141141
isDefaultVersion: true,
142142
},
143143
})
@@ -188,7 +188,7 @@ defineTest({
188188
'package.json': json`
189189
{
190190
"dependencies": {
191-
"tailwindcss": "4.1.15"
191+
"tailwindcss": "4.1.17"
192192
}
193193
}
194194
`,
@@ -205,7 +205,7 @@ defineTest({
205205

206206
expect(await client.project()).toMatchObject({
207207
tailwind: {
208-
version: '4.1.15',
208+
version: '4.1.17',
209209
isDefaultVersion: false,
210210
},
211211
})
@@ -243,7 +243,7 @@ defineTest({
243243
'package.json': json`
244244
{
245245
"dependencies": {
246-
"tailwindcss": "4.1.15"
246+
"tailwindcss": "4.1.17"
247247
}
248248
}
249249
`,
@@ -270,7 +270,7 @@ defineTest({
270270

271271
expect(await client.project()).toMatchObject({
272272
tailwind: {
273-
version: '4.1.15',
273+
version: '4.1.17',
274274
isDefaultVersion: false,
275275
},
276276
})
@@ -322,7 +322,7 @@ defineTest({
322322

323323
expect(await client.project()).toMatchObject({
324324
tailwind: {
325-
version: '4.1.15',
325+
version: '4.1.17',
326326
isDefaultVersion: true,
327327
},
328328
})
@@ -354,7 +354,7 @@ defineTest({
354354
'package.json': json`
355355
{
356356
"dependencies": {
357-
"tailwindcss": "4.1.15"
357+
"tailwindcss": "4.1.17"
358358
}
359359
}
360360
`,
@@ -831,7 +831,7 @@ defineTest({
831831

832832
expect(await client.project()).toMatchObject({
833833
tailwind: {
834-
version: '4.1.15',
834+
version: '4.1.17',
835835
isDefaultVersion: true,
836836
},
837837
})

packages/tailwindcss-language-server/tests/fixtures/v4/basic/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "4.1.15"
3+
"tailwindcss": "4.1.17"
44
}
55
}

packages/tailwindcss-language-server/tests/fixtures/v4/css-loading-js/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tailwindcss": "4.1.15"
3+
"tailwindcss": "4.1.17"
44
}
55
}

packages/tailwindcss-language-server/tests/fixtures/v4/dependencies/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)