Skip to content

Commit 86c4e0c

Browse files
committed
chore(deps): upgrade
1 parent 99820ba commit 86c4e0c

File tree

8 files changed

+751
-909
lines changed

8 files changed

+751
-909
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@
2525
"@tailwindcss-mangle/shared": "workspace:*",
2626
"@tsconfig/recommended": "^1.0.3",
2727
"@types/lodash-es": "^4.17.12",
28-
"@types/node": "^20.10.4",
29-
"@vitest/coverage-v8": "^1.0.4",
28+
"@types/node": "^20.10.5",
29+
"@vitest/coverage-v8": "^1.1.0",
3030
"bumpp": "^9.2.1",
3131
"cross-env": "^7.0.3",
3232
"dedent": "^1.5.1",
3333
"defu": "^6.1.3",
3434
"del": "^7.1.0",
35-
"eslint": "^8.55.0",
36-
"eslint-config-icebreaker": "^1.2.2",
35+
"eslint": "^8.56.0",
36+
"eslint-config-icebreaker": "^1.2.3",
3737
"eslint-config-prettier": "^9.1.0",
38-
"eslint-plugin-prettier": "^5.0.1",
38+
"eslint-plugin-prettier": "^5.1.0",
3939
"lodash-es": "^4.17.21",
4040
"only-allow": "^1.2.1",
4141
"prettier": "^3.1.1",
42-
"rollup": "^4.8.0",
42+
"rollup": "^4.9.1",
4343
"tailwindcss-patch": "workspace:*",
4444
"ts-node": "^10.9.2",
4545
"tslib": "^2.6.2",
4646
"tsup": "^8.0.1",
4747
"typescript": "^5.3.3",
4848
"unbuild": "^2.0.0",
4949
"unplugin-tailwindcss-mangle": "workspace:*",
50-
"vitest": "^1.0.4"
50+
"vitest": "^1.1.0"
5151
},
5252
"engines": {
5353
"node": ">=16.6.0"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@parse5/tools": "^0.3.0",
6262
"@types/babel__core": "^7.20.5",
6363
"@types/micromatch": "^4.0.6",
64-
"@vue/compiler-core": "^3.3.11",
65-
"@vue/compiler-sfc": "^3.3.11"
64+
"@vue/compiler-core": "^3.3.13",
65+
"@vue/compiler-sfc": "^3.3.13"
6666
},
6767
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
6868
"repository": {

packages/tailwindcss-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
}
4141
},
4242
"devDependencies": {
43-
"@types/babel__generator": "^7.6.7",
43+
"@types/babel__generator": "^7.6.8",
4444
"@types/babel__traverse": "^7.20.4",
4545
"@types/resolve": "^1.20.6",
4646
"@types/semver": "^7.5.6",
4747
"pkg-types": "^1.0.3",
48-
"tailwindcss": "^3.3.6"
48+
"tailwindcss": "^3.4.0"
4949
},
5050
"dependencies": {
5151
"@babel/generator": "^7.23.6",

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`postcss > getCss 0.common 1`] = `
44
"/*
5-
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
5+
! tailwindcss v3.4.0 | 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)
@@ -29,16 +29,19 @@ exports[`postcss > getCss 0.common 1`] = `
2929
4. Use the user's configured \`sans\` font-family by default.
3030
5. Use the user's configured \`sans\` font-feature-settings by default.
3131
6. Use the user's configured \`sans\` font-variation-settings by default.
32+
7. Disable tap highlights on iOS
3233
*/
3334
34-
html {
35+
html,
36+
:host {
3537
line-height: 1.5; /* 1 */
3638
-webkit-text-size-adjust: 100%; /* 2 */
3739
-moz-tab-size: 4; /* 3 */
3840
tab-size: 4; /* 3 */
39-
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
41+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
4042
font-feature-settings: normal; /* 5 */
4143
font-variation-settings: normal; /* 6 */
44+
-webkit-tap-highlight-color: transparent; /* 7 */
4245
}
4346
4447
/*

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@
8383
},
8484
"devDependencies": {
8585
"@types/babel__helper-plugin-utils": "^7.10.3",
86-
"astro": "^4.0.4",
86+
"astro": "^4.0.6",
8787
"css-loader": "^6.8.1",
88-
"html-webpack-plugin": "^5.5.4",
88+
"html-webpack-plugin": "^5.6.0",
8989
"mini-css-extract-plugin": "^2.7.6",
9090
"normalize-newline": "^4.1.0",
9191
"postcss": "^8.4.32",
9292
"postcss-loader": "^7.3.3",
93-
"tailwindcss": "^3.3.6",
93+
"tailwindcss": "^3.4.0",
9494
"tailwindcss-patch": "workspace:^",
95-
"vite": "^5.0.8",
95+
"vite": "^5.0.10",
9696
"webpack": "^5.89.0",
9797
"webpack-build-utils": "^0.0.7"
9898
},

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

Lines changed: 98 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,55 @@ exports[`vite build > common build 2`] = `
447447
transform: none
448448
}
449449
}
450+
@media (min-width: 1024px) {
451+
.tw-n {
452+
pointer-events: auto
453+
}
454+
.tw-sb {
455+
position: static
456+
}
457+
.tw-bc {
458+
margin-bottom: 0px
459+
}
460+
.tw-ac {
461+
display: flex
462+
}
463+
.tw-rb {
464+
height: auto
465+
}
466+
.tw-tb {
467+
width: auto
468+
}
469+
.tw-xa {
470+
grid-template-columns: repeat(4, minmax(0, 1fr))
471+
}
472+
.tw-ab {
473+
border-radius: 0.75rem
474+
}
475+
.tw-qb {
476+
border-width: 1px
477+
}
478+
.tw-wa {
479+
--tw-bg-opacity: 1;
480+
background-color: rgb(229 231 235 / var(--tw-bg-opacity))
481+
}
482+
.tw-kb {
483+
background-image: none
484+
}
485+
.tw-ec {
486+
padding: 0px
487+
}
488+
.tw-fc {
489+
padding: 1rem
490+
}
491+
.tw-db {
492+
text-align: left
493+
}
494+
.tw-t::before {
495+
content: var(--tw-content);
496+
height: 360px
497+
}
498+
}
450499
@media (prefers-color-scheme: dark) {
451500
.tw-l {
452501
--tw-border-opacity: 1;
@@ -511,53 +560,6 @@ exports[`vite build > common build 2`] = `
511560
}
512561
}
513562
@media (min-width: 1024px) {
514-
.tw-n {
515-
pointer-events: auto
516-
}
517-
.tw-sb {
518-
position: static
519-
}
520-
.tw-bc {
521-
margin-bottom: 0px
522-
}
523-
.tw-ac {
524-
display: flex
525-
}
526-
.tw-rb {
527-
height: auto
528-
}
529-
.tw-tb {
530-
width: auto
531-
}
532-
.tw-xa {
533-
grid-template-columns: repeat(4, minmax(0, 1fr))
534-
}
535-
.tw-ab {
536-
border-radius: 0.75rem
537-
}
538-
.tw-qb {
539-
border-width: 1px
540-
}
541-
.tw-wa {
542-
--tw-bg-opacity: 1;
543-
background-color: rgb(229 231 235 / var(--tw-bg-opacity))
544-
}
545-
.tw-kb {
546-
background-image: none
547-
}
548-
.tw-ec {
549-
padding: 0px
550-
}
551-
.tw-fc {
552-
padding: 1rem
553-
}
554-
.tw-db {
555-
text-align: left
556-
}
557-
.tw-t::before {
558-
content: var(--tw-content);
559-
height: 360px
560-
}
561563
@media (prefers-color-scheme: dark) {
562564
.tw-m {
563565
background-color: rgb(39 39 42 / 0.3)
@@ -1032,6 +1034,55 @@ exports[`vite build > common build change class prefix 2`] = `
10321034
transform: none
10331035
}
10341036
}
1037+
@media (min-width: 1024px) {
1038+
.ice-n {
1039+
pointer-events: auto
1040+
}
1041+
.ice-sb {
1042+
position: static
1043+
}
1044+
.ice-bc {
1045+
margin-bottom: 0px
1046+
}
1047+
.ice-ac {
1048+
display: flex
1049+
}
1050+
.ice-rb {
1051+
height: auto
1052+
}
1053+
.ice-tb {
1054+
width: auto
1055+
}
1056+
.ice-xa {
1057+
grid-template-columns: repeat(4, minmax(0, 1fr))
1058+
}
1059+
.ice-ab {
1060+
border-radius: 0.75rem
1061+
}
1062+
.ice-qb {
1063+
border-width: 1px
1064+
}
1065+
.ice-wa {
1066+
--tw-bg-opacity: 1;
1067+
background-color: rgb(229 231 235 / var(--tw-bg-opacity))
1068+
}
1069+
.ice-kb {
1070+
background-image: none
1071+
}
1072+
.ice-ec {
1073+
padding: 0px
1074+
}
1075+
.ice-fc {
1076+
padding: 1rem
1077+
}
1078+
.ice-db {
1079+
text-align: left
1080+
}
1081+
.ice-t::before {
1082+
content: var(--tw-content);
1083+
height: 360px
1084+
}
1085+
}
10351086
@media (prefers-color-scheme: dark) {
10361087
.ice-l {
10371088
--tw-border-opacity: 1;
@@ -1096,53 +1147,6 @@ exports[`vite build > common build change class prefix 2`] = `
10961147
}
10971148
}
10981149
@media (min-width: 1024px) {
1099-
.ice-n {
1100-
pointer-events: auto
1101-
}
1102-
.ice-sb {
1103-
position: static
1104-
}
1105-
.ice-bc {
1106-
margin-bottom: 0px
1107-
}
1108-
.ice-ac {
1109-
display: flex
1110-
}
1111-
.ice-rb {
1112-
height: auto
1113-
}
1114-
.ice-tb {
1115-
width: auto
1116-
}
1117-
.ice-xa {
1118-
grid-template-columns: repeat(4, minmax(0, 1fr))
1119-
}
1120-
.ice-ab {
1121-
border-radius: 0.75rem
1122-
}
1123-
.ice-qb {
1124-
border-width: 1px
1125-
}
1126-
.ice-wa {
1127-
--tw-bg-opacity: 1;
1128-
background-color: rgb(229 231 235 / var(--tw-bg-opacity))
1129-
}
1130-
.ice-kb {
1131-
background-image: none
1132-
}
1133-
.ice-ec {
1134-
padding: 0px
1135-
}
1136-
.ice-fc {
1137-
padding: 1rem
1138-
}
1139-
.ice-db {
1140-
text-align: left
1141-
}
1142-
.ice-t::before {
1143-
content: var(--tw-content);
1144-
height: 360px
1145-
}
11461150
@media (prefers-color-scheme: dark) {
11471151
.ice-m {
11481152
background-color: rgb(39 39 42 / 0.3)

0 commit comments

Comments
 (0)