Skip to content

Commit 0b484c1

Browse files
committed
chore(deps): upgrade
1 parent 66829b8 commit 0b484c1

File tree

7 files changed

+1659
-1495
lines changed

7 files changed

+1659
-1495
lines changed

.changeset/chatty-eels-relate.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tailwindcss-patch": patch
3+
"@tailwindcss-mangle/core": patch
4+
"@tailwindcss-mangle/website": patch
5+
---
6+
7+
chore(deps): upgrade

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.23.0",
6+
"packageManager": "pnpm@10.24.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -33,15 +33,15 @@
3333
"commitlint": "commitlint --edit"
3434
},
3535
"devDependencies": {
36-
"@changesets/changelog-github": "^0.5.1",
37-
"@changesets/cli": "^2.29.7",
38-
"@commitlint/cli": "^20.1.0",
39-
"@commitlint/config-conventional": "^20.0.0",
40-
"@commitlint/prompt-cli": "^20.1.0",
41-
"@commitlint/types": "^20.0.0",
42-
"@icebreakers/commitlint-config": "^1.2.2",
43-
"@icebreakers/eslint-config": "^1.5.10",
44-
"@icebreakers/monorepo": "^3.0.1",
36+
"@changesets/changelog-github": "^0.5.2",
37+
"@changesets/cli": "^2.29.8",
38+
"@commitlint/cli": "^20.2.0",
39+
"@commitlint/config-conventional": "^20.2.0",
40+
"@commitlint/prompt-cli": "^20.2.0",
41+
"@commitlint/types": "^20.2.0",
42+
"@icebreakers/commitlint-config": "^1.2.3",
43+
"@icebreakers/eslint-config": "^1.6.3",
44+
"@icebreakers/monorepo": "^3.1.1",
4545
"@icebreakers/stylelint-config": "^1.2.3",
4646
"@rollup/pluginutils": "^5.3.0",
4747
"@tailwindcss-mangle/core": "workspace:*",
@@ -62,8 +62,8 @@
6262
"@types/resolve": "^1.20.6",
6363
"@types/semver": "^7.7.1",
6464
"@types/set-value": "^4.0.3",
65-
"@vitest/coverage-v8": "~4.0.13",
66-
"astro": "^5.16.0",
65+
"@vitest/coverage-v8": "~4.0.15",
66+
"astro": "^5.16.4",
6767
"ci-info": "^4.3.1",
6868
"comment-json": "^4.4.1",
6969
"cross-env": "^10.1.0",
@@ -74,7 +74,7 @@
7474
"dotenv": "^17.2.3",
7575
"es-toolkit": "^1.42.0",
7676
"eslint": "^9.39.1",
77-
"execa": "^9.6.0",
77+
"execa": "^9.6.1",
7878
"fast-glob": "^3.3.3",
7979
"fdir": "^6.5.0",
8080
"fs-extra": "^11.3.2",
@@ -90,36 +90,36 @@
9090
"micromatch": "^4.0.8",
9191
"mini-css-extract-plugin": "^2.9.4",
9292
"normalize-newline": "^5.0.0",
93-
"only-allow": "^1.2.1",
93+
"only-allow": "^1.2.2",
9494
"pathe": "^2.0.3",
9595
"picomatch": "^4.0.3",
9696
"pkg-types": "^2.3.0",
9797
"postcss": "^8.5.6",
9898
"postcss-loader": "^8.2.0",
9999
"postcss7": "npm:postcss@7",
100-
"prettier": "^3.6.2",
100+
"prettier": "^3.7.4",
101101
"rimraf": "^6.1.2",
102102
"rollup": "^4.53.3",
103103
"set-value": "^4.1.0",
104-
"stylelint": "^16.26.0",
104+
"stylelint": "^16.26.1",
105105
"tailwindcss": "catalog:tailwindcss3",
106106
"tailwindcss-patch": "workspace:*",
107107
"tailwindcss2": "catalog:tailwindcss2",
108-
"tsdown": "^0.16.6",
108+
"tsdown": "^0.17.0",
109109
"tslib": "^2.8.1",
110110
"tsup": "^8.5.1",
111-
"tsx": "^4.20.6",
112-
"turbo": "^2.6.1",
113-
"type-fest": "^5.2.0",
111+
"tsx": "^4.21.0",
112+
"turbo": "^2.6.3",
113+
"type-fest": "^5.3.0",
114114
"typescript": "^5.9.3",
115115
"unbuild": "^3.6.1",
116116
"unplugin": "^2.3.11",
117117
"unplugin-tailwindcss-mangle": "workspace:*",
118-
"vite": "^7.2.4",
118+
"vite": "^7.2.6",
119119
"vite-tsconfig-paths": "^5.1.4",
120-
"vitest": "~4.0.13",
120+
"vitest": "~4.0.15",
121121
"webpack": "^5.103.0",
122122
"webpack-build-utils": "^0.0.7",
123-
"yaml": "^2.8.1"
123+
"yaml": "^2.8.2"
124124
}
125125
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"magic-string": "^0.30.21",
7676
"pathe": "^2.0.3",
7777
"postcss": "^8.5.6",
78-
"postcss-selector-parser": "^7.1.0"
78+
"postcss-selector-parser": "^7.1.1"
7979
}
8080
}

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"pathe": "^2.0.3",
8787
"postcss": "^8.5.6",
8888
"semver": "^7.7.3",
89-
"tailwindcss-config": "^1.1.2"
89+
"tailwindcss-config": "^1.1.3"
9090
},
9191
"devDependencies": {
9292
"@tailwindcss/oxide": "^4.1.17",

0 commit comments

Comments
 (0)