Skip to content

Commit ff52009

Browse files
committed
chore(deps): upgrade
1 parent de6cd91 commit ff52009

File tree

8 files changed

+1357
-1650
lines changed

8 files changed

+1357
-1650
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5050
npm_config_registry: https://registry.npmjs.org
51+
# https://github.com/changesets/changesets/pull/1659
52+
NPM_CONFIG_PROVENANCE: true
5153

5254
- name: Upload coverage reports to Codecov
5355
uses: codecov/codecov-action@v5

package.json

Lines changed: 16 additions & 16 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.0",
6+
"packageManager": "pnpm@10.15.1",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -39,10 +39,10 @@
3939
"@commitlint/config-conventional": "^19.8.1",
4040
"@commitlint/prompt-cli": "^19.8.1",
4141
"@commitlint/types": "^19.8.1",
42-
"@icebreakers/eslint-config": "^1.3.4",
43-
"@icebreakers/monorepo": "^1.0.14",
42+
"@icebreakers/eslint-config": "^1.3.6",
43+
"@icebreakers/monorepo": "^1.1.2",
4444
"@icebreakers/stylelint-config": "^1.1.2",
45-
"@rollup/pluginutils": "^5.2.0",
45+
"@rollup/pluginutils": "^5.3.0",
4646
"@tailwindcss-mangle/core": "workspace:*",
4747
"@tailwindcss-mangle/shared": "workspace:*",
4848
"@tsconfig/recommended": "^1.0.10",
@@ -58,20 +58,20 @@
5858
"@types/micromatch": "^4.0.9",
5959
"@types/node": "^24.3.0",
6060
"@types/resolve": "^1.20.6",
61-
"@types/semver": "^7.7.0",
61+
"@types/semver": "^7.7.1",
6262
"@types/set-value": "^4.0.3",
6363
"@vitest/coverage-v8": "~3.2.4",
64-
"astro": "^5.13.2",
64+
"astro": "^5.13.5",
6565
"ci-info": "^4.3.0",
6666
"comment-json": "^4.2.5",
6767
"cross-env": "^10.0.0",
6868
"css-loader": "^7.1.2",
69-
"dedent": "^1.6.0",
69+
"dedent": "^1.7.0",
7070
"defu": "^6.1.4",
7171
"del": "^8.0.0",
72-
"dotenv": "^17.2.1",
72+
"dotenv": "^17.2.2",
7373
"es-toolkit": "^1.39.10",
74-
"eslint": "^9.33.0",
74+
"eslint": "^9.34.0",
7575
"execa": "^9.6.0",
7676
"fast-glob": "^3.3.3",
7777
"fdir": "^6.5.0",
@@ -81,37 +81,37 @@
8181
"html-webpack-plugin": "^5.6.4",
8282
"husky": "^9.1.7",
8383
"klaw": "^4.1.0",
84-
"lint-staged": "^16.1.5",
84+
"lint-staged": "^16.1.6",
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",
9090
"normalize-newline": "^4.1.0",
9191
"only-allow": "^1.2.1",
92-
"openai": "^5.13.1",
92+
"openai": "^5.19.1",
9393
"pathe": "^2.0.3",
9494
"picomatch": "^4.0.3",
9595
"pkg-types": "^2.3.0",
9696
"postcss": "^8.5.6",
97-
"postcss-loader": "^8.1.1",
97+
"postcss-loader": "^8.2.0",
9898
"postcss7": "npm:postcss@7",
9999
"prettier": "^3.6.2",
100100
"rimraf": "^6.0.1",
101-
"rollup": "^4.47.1",
101+
"rollup": "^4.50.0",
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.4",
108+
"tsx": "^4.20.5",
109109
"turbo": "^2.5.6",
110110
"typescript": "^5.9.2",
111111
"unbuild": "^3.6.1",
112-
"unplugin": "^2.3.8",
112+
"unplugin": "^2.3.10",
113113
"unplugin-tailwindcss-mangle": "workspace:*",
114-
"vite": "^7.1.3",
114+
"vite": "^7.1.4",
115115
"vite-tsconfig-paths": "^5.1.4",
116116
"vitest": "~3.2.4",
117117
"webpack": "^5.101.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"fast-sort": "^3.4.1",
7373
"fs-extra": "^11.3.1",
7474
"htmlparser2": "10.0.0",
75-
"magic-string": "^0.30.17",
75+
"magic-string": "^0.30.18",
7676
"pathe": "^2.0.3",
7777
"postcss": "^8.5.6",
7878
"postcss-selector-parser": "^7.1.0"

packages/tailwindcss-patch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
"tailwindcss-config": "^1.1.1"
8989
},
9090
"devDependencies": {
91-
"@tailwindcss/node": "^4.1.12",
92-
"@tailwindcss/oxide": "^4.1.12",
93-
"@tailwindcss/postcss": "^4.1.12",
94-
"@tailwindcss/vite": "^4.1.12",
91+
"@tailwindcss/node": "^4.1.13",
92+
"@tailwindcss/oxide": "^4.1.13",
93+
"@tailwindcss/postcss": "^4.1.13",
94+
"@tailwindcss/vite": "^4.1.13",
9595
"tailwindcss": "catalog:tailwindcss4",
9696
"tailwindcss-3": "catalog:tailwindcss3",
9797
"tailwindcss-4": "catalog:tailwindcss4"

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
"test:dev": "vitest"
7272
},
7373
"dependencies": {
74-
"@rollup/pluginutils": "^5.2.0",
74+
"@rollup/pluginutils": "^5.3.0",
7575
"@tailwindcss-mangle/config": "workspace:^",
7676
"@tailwindcss-mangle/core": "workspace:^",
7777
"@tailwindcss-mangle/shared": "workspace:^",
7878
"is-css-request": "^1.0.1",
79-
"magic-string": "^0.30.17",
80-
"unplugin": "^2.3.8"
79+
"magic-string": "^0.30.18",
80+
"unplugin": "^2.3.10"
8181
},
8282
"publishConfig": {
8383
"access": "public",

0 commit comments

Comments
 (0)