Skip to content

Commit c3735db

Browse files
committed
chore(deps): upgrade
1 parent f31aec7 commit c3735db

File tree

9 files changed

+1718
-1281
lines changed

9 files changed

+1718
-1281
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ body:
6161
id: system-info
6262
attributes:
6363
label: System Info
64-
description: Output of `npx envinfo --system --npmPackages --binaries`
64+
description: Output of `npx -y envinfo@latest --system --npmPackages --binaries`
6565
render: shell
6666
placeholder: System, Binaries
6767
- type: textarea

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ yarn-error.log*
3131

3232
# turbo
3333
.turbo
34+
3435
dist
35-
.nuxt
36+
vite.config.ts.timestamp-*.mjs
37+
config.ts.timestamp-*.mjs
38+
.vite-inspect

package.json

Lines changed: 14 additions & 13 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.19.0",
6+
"packageManager": "pnpm@10.22.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -41,13 +41,13 @@
4141
"@commitlint/types": "^20.0.0",
4242
"@icebreakers/commitlint-config": "^1.2.2",
4343
"@icebreakers/eslint-config": "^1.5.9",
44-
"@icebreakers/monorepo": "^2.1.4",
44+
"@icebreakers/monorepo": "^3.0.0",
4545
"@icebreakers/stylelint-config": "^1.2.3",
4646
"@rollup/pluginutils": "^5.3.0",
4747
"@tailwindcss-mangle/core": "workspace:*",
4848
"@tailwindcss-mangle/shared": "workspace:*",
4949
"@tailwindcss/postcss": "^4.1.17",
50-
"@tsconfig/recommended": "^1.0.11",
50+
"@tsconfig/recommended": "^1.0.13",
5151
"@types/babel__generator": "^7.27.0",
5252
"@types/babel__helper-plugin-utils": "^7.10.3",
5353
"@types/babel__traverse": "^7.28.0",
@@ -58,12 +58,12 @@
5858
"@types/lodash": "^4.17.20",
5959
"@types/lodash-es": "^4.17.12",
6060
"@types/micromatch": "^4.0.10",
61-
"@types/node": "^24.10.0",
61+
"@types/node": "^24.10.1",
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.8",
66-
"astro": "^5.15.4",
65+
"@vitest/coverage-v8": "~4.0.10",
66+
"astro": "^5.15.9",
6767
"ci-info": "^4.3.1",
6868
"comment-json": "^4.4.1",
6969
"cross-env": "^10.1.0",
@@ -72,15 +72,15 @@
7272
"defu": "^6.1.4",
7373
"del": "^8.0.1",
7474
"dotenv": "^17.2.3",
75-
"es-toolkit": "^1.41.0",
75+
"es-toolkit": "^1.42.0",
7676
"eslint": "^9.39.1",
7777
"execa": "^9.6.0",
7878
"fast-glob": "^3.3.3",
7979
"fdir": "^6.5.0",
8080
"fs-extra": "^11.3.2",
8181
"get-value": "^4.0.1",
8282
"html-minifier-terser": "^7.2.0",
83-
"html-webpack-plugin": "^5.6.4",
83+
"html-webpack-plugin": "^5.6.5",
8484
"husky": "^9.1.7",
8585
"klaw": "^4.1.0",
8686
"lint-staged": "^16.2.6",
@@ -99,25 +99,26 @@
9999
"postcss7": "npm:postcss@7",
100100
"prettier": "^3.6.2",
101101
"rimraf": "^6.1.0",
102-
"rollup": "^4.53.1",
102+
"rollup": "^4.53.2",
103103
"set-value": "^4.1.0",
104104
"stylelint": "^16.25.0",
105105
"tailwindcss": "catalog:tailwindcss3",
106106
"tailwindcss-patch": "workspace:*",
107107
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
108+
"tsdown": "^0.16.5",
108109
"tslib": "^2.8.1",
109-
"tsup": "^8.5.0",
110+
"tsup": "^8.5.1",
110111
"tsx": "^4.20.6",
111-
"turbo": "^2.6.0",
112+
"turbo": "^2.6.1",
112113
"type-fest": "^5.2.0",
113114
"typescript": "^5.9.3",
114115
"unbuild": "^3.6.1",
115116
"unplugin": "^2.3.10",
116117
"unplugin-tailwindcss-mangle": "workspace:*",
117118
"vite": "^7.2.2",
118119
"vite-tsconfig-paths": "^5.1.4",
119-
"vitest": "~4.0.8",
120-
"webpack": "^5.102.1",
120+
"vitest": "~4.0.10",
121+
"webpack": "^5.103.0",
121122
"webpack-build-utils": "^0.0.7",
122123
"yaml": "^2.8.1"
123124
}

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": "^3.3.1",
69+
"c12": "^3.3.2",
7070
"fs-extra": "^11.3.2",
7171
"is-css-request": "^1.0.1",
7272
"pathe": "^2.0.3"

0 commit comments

Comments
 (0)