Skip to content

Commit b21d639

Browse files
committed
chore(deps): upgrade
1 parent d0a9fc0 commit b21d639

File tree

6 files changed

+2330
-2204
lines changed

6 files changed

+2330
-2204
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
},
3434
"devDependencies": {
3535
"@changesets/changelog-github": "^0.5.1",
36-
"@changesets/cli": "^2.29.2",
37-
"@commitlint/cli": "^19.8.0",
38-
"@commitlint/config-conventional": "^19.8.0",
39-
"@commitlint/prompt-cli": "^19.8.0",
40-
"@commitlint/types": "^19.8.0",
41-
"@icebreakers/eslint-config": "^1.1.1",
42-
"@icebreakers/monorepo": "^0.7.10",
43-
"@icebreakers/stylelint-config": "^1.0.0",
36+
"@changesets/cli": "^2.29.4",
37+
"@commitlint/cli": "^19.8.1",
38+
"@commitlint/config-conventional": "^19.8.1",
39+
"@commitlint/prompt-cli": "^19.8.1",
40+
"@commitlint/types": "^19.8.1",
41+
"@icebreakers/eslint-config": "^1.1.4",
42+
"@icebreakers/monorepo": "^0.7.11",
43+
"@icebreakers/stylelint-config": "^1.0.1",
4444
"@rollup/pluginutils": "^5.1.4",
4545
"@tailwindcss-mangle/core": "workspace:*",
4646
"@tailwindcss-mangle/shared": "workspace:*",
@@ -54,25 +54,25 @@
5454
"@types/html-minifier-terser": "^7.0.2",
5555
"@types/klaw": "^3.0.6",
5656
"@types/lint-staged": "^13.3.0",
57-
"@types/lodash": "^4.17.16",
57+
"@types/lodash": "^4.17.17",
5858
"@types/lodash-es": "^4.17.12",
5959
"@types/micromatch": "^4.0.9",
60-
"@types/node": "^22.15.2",
60+
"@types/node": "^22.15.21",
6161
"@types/resolve": "^1.20.6",
6262
"@types/semver": "^7.7.0",
6363
"@types/set-value": "^4.0.3",
64-
"@vitest/coverage-v8": "~3.1.2",
65-
"astro": "^5.7.5",
64+
"@vitest/coverage-v8": "~3.1.4",
65+
"astro": "^5.8.0",
6666
"ci-info": "^4.2.0",
6767
"comment-json": "^4.2.5",
6868
"cross-env": "^7.0.3",
6969
"css-loader": "^7.1.2",
70-
"dedent": "^1.5.3",
70+
"dedent": "^1.6.0",
7171
"defu": "^6.1.4",
7272
"del": "^8.0.0",
7373
"dotenv": "^16.5.0",
74-
"eslint": "^9.25.1",
75-
"execa": "^9.5.2",
74+
"eslint": "^9.27.0",
75+
"execa": "^9.5.3",
7676
"fast-glob": "^3.3.3",
7777
"fdir": "^6.4.4",
7878
"fs-extra": "^11.3.0",
@@ -81,15 +81,15 @@
8181
"html-webpack-plugin": "^5.6.3",
8282
"husky": "^9.1.7",
8383
"klaw": "^4.1.0",
84-
"lint-staged": "^15.5.1",
84+
"lint-staged": "^16.0.0",
8585
"local-pkg": "^1.1.1",
8686
"lodash": "^4.17.21",
8787
"lodash-es": "^4.17.21",
8888
"micromatch": "^4.0.8",
8989
"mini-css-extract-plugin": "^2.9.2",
9090
"normalize-newline": "^4.1.0",
9191
"only-allow": "^1.2.1",
92-
"openai": "^4.96.0",
92+
"openai": "^4.103.0",
9393
"pathe": "^2.0.3",
9494
"picomatch": "^4.0.2",
9595
"pkg-types": "^2.1.0",
@@ -98,24 +98,24 @@
9898
"postcss7": "npm:postcss@7",
9999
"prettier": "^3.5.3",
100100
"rimraf": "^6.0.1",
101-
"rollup": "^4.40.0",
101+
"rollup": "^4.41.0",
102102
"set-value": "^4.1.0",
103103
"tailwindcss": "^3.4.17",
104104
"tailwindcss-patch": "workspace:*",
105105
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
106106
"tslib": "^2.8.1",
107-
"tsup": "^8.4.0",
108-
"tsx": "^4.19.3",
109-
"turbo": "^2.5.1",
107+
"tsup": "^8.5.0",
108+
"tsx": "^4.19.4",
109+
"turbo": "^2.5.3",
110110
"typescript": "^5.8.3",
111111
"unbuild": "^3.5.0",
112-
"unplugin": "^2.3.2",
112+
"unplugin": "^2.3.4",
113113
"unplugin-tailwindcss-mangle": "workspace:*",
114-
"vite": "^6.3.3",
114+
"vite": "^6.3.5",
115115
"vite-tsconfig-paths": "^5.1.4",
116-
"vitest": "~3.1.2",
117-
"webpack": "^5.99.7",
116+
"vitest": "~3.1.4",
117+
"webpack": "^5.99.9",
118118
"webpack-build-utils": "^0.0.7",
119-
"yaml": "^2.7.1"
119+
"yaml": "^2.8.0"
120120
}
121121
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"dependencies": {
6666
"@ast-core/escape": "^1.0.1",
67-
"@babel/parser": "^7.27.0",
68-
"@babel/traverse": "^7.27.0",
69-
"@babel/types": "^7.27.0",
67+
"@babel/parser": "^7.27.2",
68+
"@babel/traverse": "^7.27.1",
69+
"@babel/types": "^7.27.1",
7070
"@tailwindcss-mangle/config": "workspace:^",
7171
"@tailwindcss-mangle/shared": "workspace:^",
7272
"fast-sort": "^3.4.1",

packages/tailwindcss-patch/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,25 @@
7373
}
7474
},
7575
"dependencies": {
76-
"@babel/generator": "^7.27.0",
77-
"@babel/parser": "^7.27.0",
78-
"@babel/traverse": "^7.27.0",
79-
"@babel/types": "^7.27.0",
76+
"@babel/generator": "^7.27.1",
77+
"@babel/parser": "^7.27.2",
78+
"@babel/traverse": "^7.27.1",
79+
"@babel/types": "^7.27.1",
8080
"@tailwindcss-mangle/config": "workspace:^",
8181
"cac": "^6.7.14",
8282
"consola": "^3.4.2",
8383
"fs-extra": "^11.3.0",
8484
"local-pkg": "^1.1.1",
8585
"pathe": "^2.0.3",
8686
"postcss": "^8.5.3",
87-
"semver": "^7.7.1",
87+
"semver": "^7.7.2",
8888
"tailwindcss-config": "^1.0.0"
8989
},
9090
"devDependencies": {
91-
"@tailwindcss/node": "^4.1.4",
92-
"@tailwindcss/oxide": "^4.1.4",
93-
"@tailwindcss/postcss": "^4.1.4",
94-
"@tailwindcss/vite": "^4.1.4",
91+
"@tailwindcss/node": "^4.1.7",
92+
"@tailwindcss/oxide": "^4.1.7",
93+
"@tailwindcss/postcss": "^4.1.7",
94+
"@tailwindcss/vite": "^4.1.7",
9595
"tailwindcss": "^4.1.1",
9696
"tailwindcss-3": "npm:tailwindcss@^3",
9797
"tailwindcss-4": "npm:tailwindcss@^4.1.1"

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@tailwindcss-mangle/shared": "workspace:^",
7878
"is-css-request": "^1.0.1",
7979
"magic-string": "^0.30.17",
80-
"unplugin": "^2.3.2"
80+
"unplugin": "^2.3.4"
8181
},
8282
"publishConfig": {
8383
"access": "public",

0 commit comments

Comments
 (0)