Skip to content

Commit e24553e

Browse files
committed
Bump bundled Tailwind CSS version
1 parent 5d441b3 commit e24553e

File tree

23 files changed

+71
-79
lines changed

23 files changed

+71
-79
lines changed

packages/tailwindcss-language-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@tailwindcss/forms": "0.5.10",
4949
"@tailwindcss/language-service": "workspace:*",
5050
"@tailwindcss/line-clamp": "0.4.4",
51-
"@tailwindcss/oxide": "^4.1.14",
51+
"@tailwindcss/oxide": "^4.1.15",
5252
"@tailwindcss/typography": "0.5.19",
5353
"@types/braces": "3.0.1",
5454
"@types/color-name": "^1.1.3",
@@ -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.14",
92+
"tailwindcss-v4": "npm:tailwindcss@4.1.15",
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.14 (bundled)',
458+
version: '4.1.15 (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.14 (bundled)',
490+
version: '4.1.15 (bundled)',
491491
config: '/index.css',
492492
content: [],
493493
},
494494
{
495-
version: '4.1.14 (bundled)',
495+
version: '4.1.15 (bundled)',
496496
config: '/src/vendor/c.css',
497497
content: [],
498498
},
@@ -519,12 +519,12 @@ testLocator({
519519
},
520520
expected: [
521521
{
522-
version: '4.1.14 (bundled)',
522+
version: '4.1.15 (bundled)',
523523
config: '/src/app.css',
524524
content: [],
525525
},
526526
{
527-
version: '4.1.14 (bundled)',
527+
version: '4.1.15 (bundled)',
528528
config: '/a/foo.css',
529529
content: [],
530530
},
@@ -554,12 +554,12 @@ testLocator({
554554
},
555555
expected: [
556556
{
557-
version: '4.1.14 (bundled)',
557+
version: '4.1.15 (bundled)',
558558
config: '/src/app.css',
559559
content: [],
560560
},
561561
{
562-
version: '4.1.14 (bundled)',
562+
version: '4.1.15 (bundled)',
563563
config: '/a/foo.css',
564564
content: [],
565565
},
@@ -581,7 +581,7 @@ testLocator({
581581
},
582582
expected: [
583583
{
584-
version: '4.1.14 (bundled)',
584+
version: '4.1.15 (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.14',
352+
version: '4.1.15',
353353
isDefaultVersion: true,
354354
},
355355
})
@@ -388,7 +388,7 @@ defineTest({
388388

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

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.14',
24+
version: '4.1.15',
2525
isDefaultVersion: true,
2626
},
2727
})
@@ -137,7 +137,7 @@ defineTest({
137137

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

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

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

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

832832
expect(await client.project()).toMatchObject({
833833
tailwind: {
834-
version: '4.1.14',
834+
version: '4.1.15',
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.14"
3+
"tailwindcss": "4.1.15"
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.14"
3+
"tailwindcss": "4.1.15"
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.
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.14"
3+
"tailwindcss": "4.1.15"
44
}
55
}

0 commit comments

Comments
 (0)