Skip to content

Commit b24bec9

Browse files
committed
build: bump deps
1 parent 769f8cf commit b24bec9

File tree

10 files changed

+1568
-1826
lines changed

10 files changed

+1568
-1826
lines changed

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.87.0",
24-
"sass-embedded": "^1.87.0",
23+
"sass": "^1.89.2",
24+
"sass-embedded": "^1.89.2",
2525
"sass-loader": "^16.0.5",
2626
"vue": "catalog:",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@playwright/test": "^1.52.0",
30+
"@playwright/test": "^1.53.1",
3131
"anywhere": "^1.6.0",
3232
"cross-env": "^7.0.3"
3333
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@
3535
"@commitlint/cli": "^19.8.1",
3636
"@commitlint/config-conventional": "^19.8.1",
3737
"@commitlint/types": "^19.8.1",
38-
"@types/node": "^22.15.17",
38+
"@types/node": "^24.0.7",
3939
"@types/webpack-env": "^1.18.8",
40-
"@vitest/coverage-istanbul": "^3.1.3",
41-
"bumpp": "^10.1.0",
40+
"@vitest/coverage-istanbul": "^3.2.4",
41+
"bumpp": "^10.2.0",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.26.0",
44-
"eslint-config-vuepress": "^6.0.0",
43+
"eslint": "^9.30.0",
44+
"eslint-config-vuepress": "^7.0.1",
4545
"husky": "^9.1.7",
4646
"jiti": "^2.4.2",
4747
"lint-staged": "^15.5.2",
48-
"prettier": "^3.5.3",
49-
"prettier-config-vuepress": "^6.0.0",
48+
"prettier": "^3.6.2",
49+
"prettier-config-vuepress": "^7.0.1",
5050
"rimraf": "^6.0.1",
51-
"sort-package-json": "^3.2.1",
51+
"sort-package-json": "^3.3.1",
5252
"taze": "^19.1.0",
53-
"tsconfig-vuepress": "^6.0.0",
54-
"tsup": "^8.4.0",
53+
"tsconfig-vuepress": "^7.0.0",
54+
"tsup": "^8.5.0",
5555
"typescript": "~5.8.3",
5656
"vite": "~6.3.5",
57-
"vitest": "^3.1.3",
57+
"vitest": "^3.2.4",
5858
"vue-tsc": "^2.2.10"
5959
},
60-
"packageManager": "pnpm@10.10.0",
60+
"packageManager": "pnpm@10.12.4",
6161
"pnpm": {
6262
"onlyBuiltDependencies": [
6363
"@parcel/watcher",

packages/bundler-vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
"clean": "rimraf dist"
3636
},
3737
"dependencies": {
38-
"@vitejs/plugin-vue": "^5.2.3",
38+
"@vitejs/plugin-vue": "^5.2.4",
3939
"@vuepress/bundlerutils": "workspace:*",
4040
"@vuepress/client": "workspace:*",
4141
"@vuepress/core": "workspace:*",
4242
"@vuepress/shared": "workspace:*",
4343
"@vuepress/utils": "workspace:*",
4444
"autoprefixer": "^10.4.21",
4545
"connect-history-api-fallback": "^2.0.0",
46-
"postcss": "^8.5.3",
46+
"postcss": "^8.5.6",
4747
"postcss-load-config": "^6.0.1",
48-
"rollup": "^4.40.2",
48+
"rollup": "^4.44.1",
4949
"vite": "~6.3.5",
5050
"vue": "catalog:",
5151
"vue-router": "catalog:"

packages/bundler-webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clean": "rimraf dist"
3737
},
3838
"dependencies": {
39-
"@types/express": "^4.17.21",
39+
"@types/express": "^4.17.23",
4040
"@types/webpack-env": "^1.18.8",
4141
"@vuepress/bundlerutils": "workspace:*",
4242
"@vuepress/client": "workspace:*",
@@ -51,16 +51,16 @@
5151
"esbuild-loader": "~4.3.0",
5252
"express": "^4.21.2",
5353
"html-webpack-plugin": "^5.6.3",
54-
"lightningcss": "^1.29.3",
54+
"lightningcss": "^1.30.1",
5555
"mini-css-extract-plugin": "^2.9.2",
56-
"postcss": "^8.5.3",
56+
"postcss": "^8.5.6",
5757
"postcss-loader": "^8.1.1",
5858
"style-loader": "^4.0.0",
5959
"vue": "catalog:",
6060
"vue-loader": "^17.4.2",
6161
"vue-router": "catalog:",
62-
"webpack": "^5.99.8",
63-
"webpack-dev-server": "^5.2.1",
62+
"webpack": "^5.99.9",
63+
"webpack-dev-server": "^5.2.2",
6464
"webpack-merge": "^6.0.1",
6565
"webpack-v5-chain": "^1.0.0"
6666
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cac": "^6.7.14",
4343
"chokidar": "^3.6.0",
4444
"envinfo": "^7.14.0",
45-
"esbuild": "^0.25.4"
45+
"esbuild": "^0.25.5"
4646
},
4747
"devDependencies": {
4848
"@types/envinfo": "^7.8.4"

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"clean": "rimraf dist"
3838
},
3939
"dependencies": {
40-
"@vue/devtools-api": "^7.7.6",
41-
"@vue/devtools-kit": "^7.7.6",
40+
"@vue/devtools-api": "^7.7.7",
41+
"@vue/devtools-kit": "^7.7.7",
4242
"@vuepress/shared": "workspace:*",
4343
"vue": "catalog:",
4444
"vue-router": "catalog:"

packages/markdown/src/plugins/anchorPlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line import/no-rename-default
21
import anchorPlugin from 'markdown-it-anchor'
32

43
export type AnchorPluginOptions = anchorPlugin.AnchorOptions

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/hash-sum": "^1.0.2",
3737
"@vuepress/shared": "workspace:*",
38-
"debug": "^4.4.0",
38+
"debug": "^4.4.1",
3939
"fs-extra": "^11.3.0",
4040
"globby": "^14.1.0",
4141
"hash-sum": "^2.0.0",

0 commit comments

Comments
 (0)