Skip to content

Commit 64b70f7

Browse files
committed
chore(deps): upgrade
1 parent 84a7230 commit 64b70f7

File tree

9 files changed

+458
-489
lines changed

9 files changed

+458
-489
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/prompt-cli": "^19.7.1",
4040
"@commitlint/types": "^19.5.0",
4141
"@icebreakers/eslint-config": "^1.0.0",
42-
"@icebreakers/monorepo": "^0.7.1",
42+
"@icebreakers/monorepo": "^0.7.2",
4343
"@icebreakers/stylelint-config": "^1.0.0",
4444
"@rollup/pluginutils": "^5.1.4",
4545
"@tailwindcss-mangle/core": "workspace:*",
@@ -89,7 +89,7 @@
8989
"only-allow": "^1.2.1",
9090
"pathe": "^2.0.2",
9191
"pkg-types": "^1.3.1",
92-
"postcss": "^8.5.1",
92+
"postcss": "^8.5.2",
9393
"postcss-loader": "^8.1.1",
9494
"postcss7": "npm:postcss@7",
9595
"prettier": "^3.5.0",
@@ -102,10 +102,10 @@
102102
"tslib": "^2.8.1",
103103
"tsup": "^8.3.6",
104104
"tsx": "^4.19.2",
105-
"turbo": "^2.4.0",
105+
"turbo": "^2.4.1",
106106
"typescript": "^5.7.3",
107107
"unbuild": "^3.3.1",
108-
"unplugin": "^2.1.2",
108+
"unplugin": "^2.2.0",
109109
"unplugin-tailwindcss-mangle": "workspace:*",
110110
"vite": "^6.1.0",
111111
"vite-tsconfig-paths": "^5.1.4",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"@tailwindcss-mangle/shared": "workspace:^",
69-
"c12": "^2.0.1",
69+
"c12": "^2.0.2",
7070
"fs-extra": "^11.3.0",
7171
"is-css-request": "^1.0.1",
7272
"pathe": "^2.0.2"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"htmlparser2": "10.0.0",
7575
"magic-string": "^0.30.17",
7676
"pathe": "^2.0.2",
77-
"postcss": "^8.5.1",
77+
"postcss": "^8.5.2",
7878
"postcss-selector-parser": "^7.1.0"
7979
}
8080
}

packages/tailwindcss-patch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@
7676
"@babel/traverse": "^7.26.8",
7777
"@babel/types": "^7.26.8",
7878
"@tailwindcss-mangle/config": "workspace:^",
79-
"@tailwindcss/node": "^4.0.5",
80-
"@tailwindcss/oxide": "^4.0.5",
79+
"@tailwindcss/node": "^4.0.6",
80+
"@tailwindcss/oxide": "^4.0.6",
8181
"cac": "^6.7.14",
8282
"consola": "^3.4.0",
8383
"fs-extra": "^11.3.0",
8484
"jiti": "^2.4.2",
8585
"lilconfig": "^3.1.3",
8686
"pathe": "^2.0.2",
87-
"postcss": "^8.5.1",
87+
"postcss": "^8.5.2",
8888
"semver": "^7.7.1"
8989
},
9090
"devDependencies": {
91-
"@tailwindcss/postcss": "^4.0.5",
92-
"@tailwindcss/vite": "^4.0.5",
91+
"@tailwindcss/postcss": "^4.0.6",
92+
"@tailwindcss/vite": "^4.0.6",
9393
"tailwindcss": "^4",
9494
"tailwindcss-3": "npm:tailwindcss@^3",
9595
"tailwindcss-4": "npm:tailwindcss@^4"

packages/tailwindcss-patch/src/core/patcher.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { getPatchOptions } from '../defaults'
88
import logger from '../logger'
99
import { isObject } from '../utils'
1010
import { CacheManager, getCacheOptions } from './cache'
11+
import { extractValidCandidates } from './candidates'
1112
import { processTailwindcss } from './postcss'
1213
import { internalPatch } from './runtime'
1314

@@ -141,7 +142,6 @@ export class TailwindcssPatcher {
141142
removeUniversalSelector,
142143
})
143144
if (filename) {
144-
await fs.ensureDir(path.dirname(filename))
145145
const classList = [...set]
146146
await fs.outputJSON(filename, classList, {
147147
spaces: loose ? 2 : undefined,
@@ -150,4 +150,6 @@ export class TailwindcssPatcher {
150150
}
151151
}
152152
}
153+
154+
extractValidCandidates = extractValidCandidates
153155
}

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.1.2"
80+
"unplugin": "^2.2.0"
8181
},
8282
"publishConfig": {
8383
"access": "public",

0 commit comments

Comments
 (0)