Skip to content

Commit 6308d56

Browse files
committed
chore(deps): upgrade
1 parent 7f5785b commit 6308d56

File tree

10 files changed

+1023
-951
lines changed

10 files changed

+1023
-951
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@changesets/cli": "^2.27.1",
2424
"@tailwindcss-mangle/core": "workspace:*",
2525
"@tailwindcss-mangle/shared": "workspace:*",
26-
"@tsconfig/recommended": "^1.0.3",
26+
"@tsconfig/recommended": "^1.0.6",
2727
"@types/lodash-es": "^4.17.12",
28-
"@types/node": "^20.11.16",
29-
"@vitest/coverage-v8": "^1.2.2",
30-
"bumpp": "^9.3.0",
28+
"@types/node": "^20.12.7",
29+
"@vitest/coverage-v8": "^1.5.0",
30+
"bumpp": "^9.4.0",
3131
"cross-env": "^7.0.3",
32-
"dedent": "^1.5.1",
32+
"dedent": "^1.5.3",
3333
"defu": "^6.1.4",
3434
"del": "^7.1.0",
3535
"eslint": "^8.56.0",
@@ -39,15 +39,15 @@
3939
"lodash-es": "^4.17.21",
4040
"only-allow": "^1.2.1",
4141
"prettier": "^3.2.5",
42-
"rollup": "^4.9.6",
42+
"rollup": "^4.14.1",
4343
"tailwindcss-patch": "workspace:*",
4444
"ts-node": "^10.9.2",
4545
"tslib": "^2.6.2",
46-
"tsup": "^8.0.1",
47-
"typescript": "^5.3.3",
46+
"tsup": "^8.0.2",
47+
"typescript": "^5.4.5",
4848
"unbuild": "^2.0.0",
4949
"unplugin-tailwindcss-mangle": "workspace:*",
50-
"vitest": "^1.2.2"
50+
"vitest": "^1.5.0"
5151
},
5252
"engines": {
5353
"node": ">=16.6.0"

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"dependencies": {
4848
"@tailwindcss-mangle/shared": "workspace:^",
49-
"c12": "^1.6.1",
50-
"dedent": "^1.5.1"
49+
"c12": "^1.10.0",
50+
"dedent": "^1.5.3"
5151
},
5252
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
5353
"repository": {

packages/core/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@
4444
},
4545
"dependencies": {
4646
"@ast-core/escape": "^1.0.1",
47-
"@babel/core": "^7.23.9",
48-
"@babel/helper-plugin-utils": "^7.22.5",
49-
"@babel/preset-typescript": "^7.23.3",
50-
"@babel/types": "^7.23.9",
47+
"@babel/core": "^7.24.4",
48+
"@babel/helper-plugin-utils": "^7.24.0",
49+
"@babel/preset-typescript": "^7.24.1",
50+
"@babel/types": "^7.24.0",
5151
"@tailwindcss-mangle/config": "workspace:^",
5252
"@tailwindcss-mangle/shared": "workspace:^",
5353
"fast-sort": "^3.4.0",
54-
"magic-string": "^0.30.7",
54+
"magic-string": "^0.30.9",
5555
"micromatch": "^4.0.5",
5656
"parse5": "^7.1.2",
57-
"postcss": "^8.4.34",
58-
"postcss-selector-parser": "^6.0.15"
57+
"postcss": "^8.4.38",
58+
"postcss-selector-parser": "^6.0.16"
5959
},
6060
"devDependencies": {
6161
"@parse5/tools": "^0.4.0",
6262
"@types/babel__core": "^7.20.5",
6363
"@types/micromatch": "^4.0.6",
64-
"@vue/compiler-core": "^3.4.15",
65-
"@vue/compiler-sfc": "^3.4.15"
64+
"@vue/compiler-core": "^3.4.21",
65+
"@vue/compiler-sfc": "^3.4.21"
6666
},
6767
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
6868
"repository": {

packages/tailwindcss-patch/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"@types/babel__generator": "^7.6.8",
4444
"@types/babel__traverse": "^7.20.5",
4545
"@types/resolve": "^1.20.6",
46-
"@types/semver": "^7.5.6",
46+
"@types/semver": "^7.5.8",
4747
"pkg-types": "^1.0.3",
48-
"tailwindcss": "^3.4.1"
48+
"tailwindcss": "^3.4.3"
4949
},
5050
"dependencies": {
51-
"@babel/generator": "^7.23.6",
52-
"@babel/parser": "^7.23.9",
53-
"@babel/traverse": "^7.23.9",
54-
"@babel/types": "^7.23.9",
51+
"@babel/generator": "^7.24.4",
52+
"@babel/parser": "^7.24.4",
53+
"@babel/traverse": "^7.24.1",
54+
"@babel/types": "^7.24.0",
5555
"@tailwindcss-mangle/config": "workspace:^",
5656
"cac": "^6.7.14",
5757
"jiti": "^1.21.0",
58-
"lilconfig": "^3.0.0",
59-
"postcss": "^8.4.34",
58+
"lilconfig": "^3.1.1",
59+
"postcss": "^8.4.38",
6060
"resolve": "^1.22.8",
6161
"semver": "^7.6.0"
6262
},

packages/tailwindcss-patch/test/__snapshots__/postcss.test.ts.snap

+15-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`postcss > getCss 0.common 1`] = `
44
"/*
5-
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
5+
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
66
*//*
77
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
88
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -180,6 +180,7 @@ textarea {
180180
font-size: 100%; /* 1 */
181181
font-weight: inherit; /* 1 */
182182
line-height: inherit; /* 1 */
183+
letter-spacing: inherit; /* 1 */
183184
color: inherit; /* 1 */
184185
margin: 0; /* 2 */
185186
padding: 0; /* 3 */
@@ -200,9 +201,9 @@ select {
200201
*/
201202
202203
button,
203-
[type='button'],
204-
[type='reset'],
205-
[type='submit'] {
204+
input:where([type='button']),
205+
input:where([type='reset']),
206+
input:where([type='submit']) {
206207
-webkit-appearance: button; /* 1 */
207208
background-color: transparent; /* 2 */
208209
background-image: none; /* 2 */
@@ -437,6 +438,10 @@ video {
437438
--tw-backdrop-opacity: ;
438439
--tw-backdrop-saturate: ;
439440
--tw-backdrop-sepia: ;
441+
--tw-contain-size: ;
442+
--tw-contain-layout: ;
443+
--tw-contain-paint: ;
444+
--tw-contain-style: ;
440445
}
441446
442447
::backdrop {
@@ -487,6 +492,10 @@ video {
487492
--tw-backdrop-opacity: ;
488493
--tw-backdrop-saturate: ;
489494
--tw-backdrop-sepia: ;
495+
--tw-contain-size: ;
496+
--tw-contain-layout: ;
497+
--tw-contain-paint: ;
498+
--tw-contain-style: ;
490499
}.text-3xl {
491500
font-size: 1.875rem;
492501
line-height: 2.25rem;
@@ -498,8 +507,8 @@ video {
498507
`;
499508

500509
exports[`postcss > rpx case 0 1`] = `
501-
"*, ::before, ::after {--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia:
502-
}::backdrop {--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia:
510+
"*, ::before, ::after {--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style:
511+
}::backdrop {--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style:
503512
}.m-\\[23\\.43rpx\\] {margin: 23.43rpx
504513
}.h-\\[12rpx\\] {height: 12rpx
505514
}.max-h-\\[12rpx\\] {max-height: 12rpx

packages/unplugin-tailwind-merge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"tailwind-merge": "^2.2.1",
13-
"unplugin": "^1.7.1"
12+
"tailwind-merge": "^2.2.2",
13+
"unplugin": "^1.10.1"
1414
}
1515
}

packages/unplugin-tailwindcss-mangle/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,26 @@
7474
"@tailwindcss-mangle/config": "workspace:^",
7575
"@tailwindcss-mangle/core": "workspace:^",
7676
"@tailwindcss-mangle/shared": "workspace:^",
77-
"magic-string": "^0.30.7",
78-
"unplugin": "^1.7.1"
77+
"magic-string": "^0.30.9",
78+
"unplugin": "^1.10.1"
7979
},
8080
"publishConfig": {
8181
"access": "public",
8282
"registry": "https://registry.npmjs.org/"
8383
},
8484
"devDependencies": {
8585
"@types/babel__helper-plugin-utils": "^7.10.3",
86-
"astro": "^4.3.2",
87-
"css-loader": "^6.10.0",
86+
"astro": "^4.6.0",
87+
"css-loader": "^7.1.1",
8888
"html-webpack-plugin": "^5.6.0",
89-
"mini-css-extract-plugin": "^2.8.0",
89+
"mini-css-extract-plugin": "^2.8.1",
9090
"normalize-newline": "^4.1.0",
91-
"postcss": "^8.4.34",
92-
"postcss-loader": "^8.1.0",
93-
"tailwindcss": "^3.4.1",
91+
"postcss": "^8.4.38",
92+
"postcss-loader": "^8.1.1",
93+
"tailwindcss": "^3.4.3",
9494
"tailwindcss-patch": "workspace:^",
95-
"vite": "^5.0.12",
96-
"webpack": "^5.90.1",
95+
"vite": "^5.2.8",
96+
"webpack": "^5.91.0",
9797
"webpack-build-utils": "^0.0.7"
9898
},
9999
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",

packages/unplugin-tailwindcss-mangle/test/__snapshots__/vite.test.ts.snap

+20-4
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ exports[`vite build > common build 2`] = `
127127
--tw-backdrop-invert: ;
128128
--tw-backdrop-opacity: ;
129129
--tw-backdrop-saturate: ;
130-
--tw-backdrop-sepia:
130+
--tw-backdrop-sepia: ;
131+
--tw-contain-size: ;
132+
--tw-contain-layout: ;
133+
--tw-contain-paint: ;
134+
--tw-contain-style:
131135
}
132136
::backdrop {
133137
--tw-border-spacing-x: 0;
@@ -176,7 +180,11 @@ exports[`vite build > common build 2`] = `
176180
--tw-backdrop-invert: ;
177181
--tw-backdrop-opacity: ;
178182
--tw-backdrop-saturate: ;
179-
--tw-backdrop-sepia:
183+
--tw-backdrop-sepia: ;
184+
--tw-contain-size: ;
185+
--tw-contain-layout: ;
186+
--tw-contain-paint: ;
187+
--tw-contain-style:
180188
}
181189
.tw-w {
182190
pointer-events: none
@@ -714,7 +722,11 @@ exports[`vite build > common build change class prefix 2`] = `
714722
--tw-backdrop-invert: ;
715723
--tw-backdrop-opacity: ;
716724
--tw-backdrop-saturate: ;
717-
--tw-backdrop-sepia:
725+
--tw-backdrop-sepia: ;
726+
--tw-contain-size: ;
727+
--tw-contain-layout: ;
728+
--tw-contain-paint: ;
729+
--tw-contain-style:
718730
}
719731
::backdrop {
720732
--tw-border-spacing-x: 0;
@@ -763,7 +775,11 @@ exports[`vite build > common build change class prefix 2`] = `
763775
--tw-backdrop-invert: ;
764776
--tw-backdrop-opacity: ;
765777
--tw-backdrop-saturate: ;
766-
--tw-backdrop-sepia:
778+
--tw-backdrop-sepia: ;
779+
--tw-contain-size: ;
780+
--tw-contain-layout: ;
781+
--tw-contain-paint: ;
782+
--tw-contain-style:
767783
}
768784
.ice-w {
769785
pointer-events: none

packages/unplugin-tailwindcss-mangle/test/__snapshots__/webpack.test.ts.snap

+20-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ exports[`webpack build > common > assets 1`] = `
5050
--tw-backdrop-invert: ;
5151
--tw-backdrop-opacity: ;
5252
--tw-backdrop-saturate: ;
53-
--tw-backdrop-sepia:
53+
--tw-backdrop-sepia: ;
54+
--tw-contain-size: ;
55+
--tw-contain-layout: ;
56+
--tw-contain-paint: ;
57+
--tw-contain-style:
5458
}
5559
::backdrop {
5660
--tw-border-spacing-x: 0;
@@ -99,7 +103,11 @@ exports[`webpack build > common > assets 1`] = `
99103
--tw-backdrop-invert: ;
100104
--tw-backdrop-opacity: ;
101105
--tw-backdrop-saturate: ;
102-
--tw-backdrop-sepia:
106+
--tw-backdrop-sepia: ;
107+
--tw-contain-size: ;
108+
--tw-contain-layout: ;
109+
--tw-contain-paint: ;
110+
--tw-contain-style:
103111
}
104112
.pointer-events-none {
105113
pointer-events: none
@@ -553,7 +561,11 @@ exports[`webpack build > with plugin > assets 1`] = `
553561
--tw-backdrop-invert: ;
554562
--tw-backdrop-opacity: ;
555563
--tw-backdrop-saturate: ;
556-
--tw-backdrop-sepia:
564+
--tw-backdrop-sepia: ;
565+
--tw-contain-size: ;
566+
--tw-contain-layout: ;
567+
--tw-contain-paint: ;
568+
--tw-contain-style:
557569
}
558570
::backdrop {
559571
--tw-border-spacing-x: 0;
@@ -602,7 +614,11 @@ exports[`webpack build > with plugin > assets 1`] = `
602614
--tw-backdrop-invert: ;
603615
--tw-backdrop-opacity: ;
604616
--tw-backdrop-saturate: ;
605-
--tw-backdrop-sepia:
617+
--tw-backdrop-sepia: ;
618+
--tw-contain-size: ;
619+
--tw-contain-layout: ;
620+
--tw-contain-paint: ;
621+
--tw-contain-style:
606622
}
607623
.tw-w {
608624
pointer-events: none

0 commit comments

Comments
 (0)