Skip to content

Commit 6596fae

Browse files
committed
chore: bump version
1 parent 48f2f8a commit 6596fae

File tree

12 files changed

+2388
-1979
lines changed

12 files changed

+2388
-1979
lines changed

.changeset/big-showers-swim.md

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

.husky/commit-msg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
npm run commitlint ${1}
1+
#!/usr/bin/env sh
2+
set -e
3+
4+
pnpm exec commitlint --edit "$1"

.husky/pre-commit

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
npx lint-staged
1+
#!/usr/bin/env sh
2+
set -e
3+
4+
pnpm exec lint-staged

monorepo.config.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { defineMonorepoConfig } from '@icebreakers/monorepo'
2+
3+
export default defineMonorepoConfig({
4+
commands: {
5+
create: {
6+
defaultTemplate: 'unbuild',
7+
renameJson: false,
8+
},
9+
clean: {
10+
autoConfirm: false,
11+
ignorePackages: ['@icebreakers/website'],
12+
},
13+
sync: {
14+
concurrency: 4,
15+
command: 'cnpm sync {name}',
16+
},
17+
upgrade: {
18+
skipOverwrite: false,
19+
mergeTargets: true,
20+
},
21+
},
22+
})

package.json

Lines changed: 22 additions & 22 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.15.1",
6+
"packageManager": "pnpm@10.17.1",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -35,13 +35,13 @@
3535
"devDependencies": {
3636
"@changesets/changelog-github": "^0.5.1",
3737
"@changesets/cli": "^2.29.7",
38-
"@commitlint/cli": "^19.8.1",
39-
"@commitlint/config-conventional": "^19.8.1",
40-
"@commitlint/prompt-cli": "^19.8.1",
41-
"@commitlint/types": "^19.8.1",
42-
"@icebreakers/eslint-config": "^1.4.1",
43-
"@icebreakers/monorepo": "^1.1.5",
44-
"@icebreakers/stylelint-config": "^1.1.3",
38+
"@commitlint/cli": "^20.0.0",
39+
"@commitlint/config-conventional": "^20.0.0",
40+
"@commitlint/prompt-cli": "^20.0.0",
41+
"@commitlint/types": "^20.0.0",
42+
"@icebreakers/eslint-config": "^1.4.4",
43+
"@icebreakers/monorepo": "^2.0.1",
44+
"@icebreakers/stylelint-config": "^1.1.4",
4545
"@rollup/pluginutils": "^5.3.0",
4646
"@tailwindcss-mangle/core": "workspace:*",
4747
"@tailwindcss-mangle/shared": "workspace:*",
@@ -56,40 +56,40 @@
5656
"@types/lodash": "^4.17.20",
5757
"@types/lodash-es": "^4.17.12",
5858
"@types/micromatch": "^4.0.9",
59-
"@types/node": "^24.3.1",
59+
"@types/node": "^24.5.2",
6060
"@types/resolve": "^1.20.6",
6161
"@types/semver": "^7.7.1",
6262
"@types/set-value": "^4.0.3",
6363
"@vitest/coverage-v8": "~3.2.4",
64-
"astro": "^5.13.7",
64+
"astro": "^5.14.1",
6565
"ci-info": "^4.3.0",
66-
"comment-json": "^4.2.5",
66+
"comment-json": "^4.3.0",
6767
"cross-env": "^10.0.0",
6868
"css-loader": "^7.1.2",
6969
"dedent": "^1.7.0",
7070
"defu": "^6.1.4",
71-
"del": "^8.0.0",
71+
"del": "^8.0.1",
7272
"dotenv": "^17.2.2",
7373
"es-toolkit": "^1.39.10",
74-
"eslint": "^9.35.0",
74+
"eslint": "^9.36.0",
7575
"execa": "^9.6.0",
7676
"fast-glob": "^3.3.3",
7777
"fdir": "^6.5.0",
78-
"fs-extra": "^11.3.1",
78+
"fs-extra": "^11.3.2",
7979
"get-value": "^4.0.1",
8080
"html-minifier-terser": "^7.2.0",
8181
"html-webpack-plugin": "^5.6.4",
8282
"husky": "^9.1.7",
8383
"klaw": "^4.1.0",
84-
"lint-staged": "^16.1.6",
84+
"lint-staged": "^16.2.3",
8585
"local-pkg": "^1.1.2",
8686
"lodash": "^4.17.21",
8787
"lodash-es": "^4.17.21",
8888
"micromatch": "^4.0.8",
8989
"mini-css-extract-plugin": "^2.9.4",
90-
"normalize-newline": "^4.1.0",
90+
"normalize-newline": "^5.0.0",
9191
"only-allow": "^1.2.1",
92-
"openai": "^5.20.1",
92+
"openai": "^5.23.1",
9393
"pathe": "^2.0.3",
9494
"picomatch": "^4.0.3",
9595
"pkg-types": "^2.3.0",
@@ -98,21 +98,21 @@
9898
"postcss7": "npm:postcss@7",
9999
"prettier": "^3.6.2",
100100
"rimraf": "^6.0.1",
101-
"rollup": "^4.50.1",
101+
"rollup": "^4.52.3",
102102
"set-value": "^4.1.0",
103103
"tailwindcss": "catalog:tailwindcss3",
104104
"tailwindcss-patch": "workspace:*",
105105
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
106106
"tslib": "^2.8.1",
107107
"tsup": "^8.5.0",
108-
"tsx": "^4.20.5",
109-
"turbo": "^2.5.6",
110-
"type-fest": "^4.41.0",
108+
"tsx": "^4.20.6",
109+
"turbo": "^2.5.8",
110+
"type-fest": "^5.0.1",
111111
"typescript": "^5.9.2",
112112
"unbuild": "^3.6.1",
113113
"unplugin": "^2.3.10",
114114
"unplugin-tailwindcss-mangle": "workspace:*",
115-
"vite": "^7.1.5",
115+
"vite": "^7.1.7",
116116
"vite-tsconfig-paths": "^5.1.4",
117117
"vitest": "~3.2.4",
118118
"webpack": "^5.101.3",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@tailwindcss-mangle/shared": "workspace:^",
6969
"c12": "^2.0.4",
70-
"fs-extra": "^11.3.1",
70+
"fs-extra": "^11.3.2",
7171
"is-css-request": "^1.0.1",
7272
"pathe": "^2.0.3"
7373
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@tailwindcss-mangle/config": "workspace:^",
7171
"@tailwindcss-mangle/shared": "workspace:^",
7272
"fast-sort": "^3.4.1",
73-
"fs-extra": "^11.3.1",
73+
"fs-extra": "^11.3.2",
7474
"htmlparser2": "10.0.0",
7575
"magic-string": "^0.30.19",
7676
"pathe": "^2.0.3",

packages/tailwindcss-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@
7878
"@babel/traverse": "^7.28.4",
7979
"@babel/types": "^7.28.4",
8080
"@tailwindcss-mangle/config": "workspace:^",
81+
"@tailwindcss/node": "^4.1.13",
8182
"cac": "^6.7.14",
8283
"consola": "^3.4.2",
83-
"fs-extra": "^11.3.1",
84+
"fs-extra": "^11.3.2",
8485
"local-pkg": "^1.1.2",
8586
"pathe": "^2.0.3",
8687
"postcss": "^8.5.6",
8788
"semver": "^7.7.2",
8889
"tailwindcss-config": "^1.1.1"
8990
},
9091
"devDependencies": {
91-
"@tailwindcss/node": "^4.1.13",
9292
"@tailwindcss/oxide": "^4.1.13",
9393
"@tailwindcss/postcss": "^4.1.13",
9494
"@tailwindcss/vite": "^4.1.13",

packages/tailwindcss-patch/test/src/value-parser.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,14 @@ export function walk(
9090
}) ?? ValueWalkAction.Continue
9191

9292
// Stop the walk entirely
93-
if (status === ValueWalkAction.Stop) { return ValueWalkAction.Stop }
93+
if (status === ValueWalkAction.Stop) {
94+
return ValueWalkAction.Stop
95+
}
9496

9597
// Skip visiting the children of this node
96-
if (status === ValueWalkAction.Skip) { continue }
98+
if (status === ValueWalkAction.Skip) {
99+
continue
100+
}
97101

98102
if (node.kind === 'function') {
99103
if (walk(node.nodes, visit, node) === ValueWalkAction.Stop) {

0 commit comments

Comments
 (0)