Skip to content

Commit a73f625

Browse files
authored
build: bump deps (#572)
1 parent 3a7b041 commit a73f625

File tree

18 files changed

+2034
-2036
lines changed

18 files changed

+2034
-2036
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@
3333
"devDependencies": {
3434
"@commitlint/cli": "^20.1.0",
3535
"@commitlint/config-conventional": "^20.0.0",
36-
"@lerna-lite/cli": "^4.9.1",
37-
"@lerna-lite/publish": "^4.9.1",
36+
"@lerna-lite/cli": "^4.9.3",
37+
"@lerna-lite/publish": "^4.9.3",
3838
"@rollup/plugin-commonjs": "^29.0.0",
3939
"@rollup/plugin-node-resolve": "^16.0.3",
40-
"@types/node": "^24.9.2",
40+
"@types/node": "^24.10.1",
4141
"@types/webpack-env": "^1.18.8",
42-
"@vitest/coverage-istanbul": "4.0.5",
42+
"@vitest/coverage-istanbul": "4.0.10",
4343
"cpx2": "^8.0.0",
4444
"cross-env": "^10.1.0",
45-
"eslint": "^9.38.0",
45+
"eslint": "^9.39.1",
4646
"eslint-config-vuepress": "^7.0.4",
4747
"http-server": "^14.1.1",
4848
"husky": "^9.1.7",
49-
"nano-staged": "^0.8.0",
49+
"nano-staged": "^0.9.0",
5050
"postcss-html": "^1.8.0",
5151
"prettier": "^3.6.2",
5252
"prettier-config-vuepress": "^7.0.4",
53-
"rimraf": "^6.0.1",
54-
"rollup": "^4.52.5",
53+
"rimraf": "^6.1.2",
54+
"rollup": "^4.53.3",
5555
"rollup-plugin-dts": "^6.2.3",
5656
"rollup-plugin-esbuild": "^6.2.1",
5757
"rollup-plugin-resolve-shebang": "^1.0.1",
@@ -64,10 +64,10 @@
6464
"tsx": "^4.20.6",
6565
"typescript": "^5.9.3",
6666
"vite": "~7.1.12",
67-
"vitest": "4.0.5",
67+
"vitest": "4.0.10",
6868
"vuepress": "catalog:"
6969
},
70-
"packageManager": "pnpm@10.20.0",
70+
"packageManager": "pnpm@10.22.0",
7171
"engines": {
7272
"node": "^20.19.0 || >= 22.12.0"
7373
}

plugins/ai/plugin-llms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"gray-matter": "^4.0.3",
4242
"millify": "^6.1.0",
4343
"remark": "^15.0.1",
44-
"tokenx": "^1.2.0",
44+
"tokenx": "^1.2.1",
4545
"unist-util-remove": "^4.0.0"
4646
},
4747
"peerDependencies": {

plugins/development/plugin-theme-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"copy": "cpx \"src/**/*.d.ts\" lib"
3939
},
4040
"dependencies": {
41-
"@vue/devtools-api": "^8.0.3",
41+
"@vue/devtools-api": "^8.0.5",
4242
"vue": "catalog:"
4343
},
4444
"peerDependencies": {

plugins/markdown/plugin-markdown-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@mdit/plugin-tasklist": "^0.22.2",
4747
"@types/markdown-it": "^14.1.2",
4848
"@vuepress/helper": "workspace:*",
49-
"js-yaml": "^4.1.0"
49+
"js-yaml": "^4.1.1"
5050
},
5151
"devDependencies": {
5252
"@types/js-yaml": "4.0.9",

plugins/markdown/plugin-prismjs/src/node/parser/whitespace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const renderWhitespaceInLine = (
7575
for (let i = snippets.length - 1; i >= 0; i--) {
7676
const snippet = snippets[i]
7777
let j = snippet.length - 1
78-
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
78+
7979
if (snippet && snippet[j] !== '>') {
8080
while (snippet[j] && j >= 0) {
8181
if (!isSpace(snippet[j])) {

plugins/markdown/plugin-shiki/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
4040
},
4141
"dependencies": {
42-
"@shikijs/transformers": "^3.14.0",
42+
"@shikijs/transformers": "^3.15.0",
4343
"@vuepress/helper": "workspace:*",
4444
"@vuepress/highlighter-helper": "workspace:*",
4545
"nanoid": "^5.1.6",
46-
"shiki": "^3.14.0",
46+
"shiki": "^3.15.0",
4747
"synckit": "^0.11.11"
4848
},
4949
"devDependencies": {

plugins/pwa/plugin-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"mitt": "^3.0.1",
4848
"register-service-worker": "^1.7.2",
4949
"vue": "catalog:",
50-
"workbox-build": "^7.3.0"
50+
"workbox-build": "^7.4.0"
5151
},
5252
"devDependencies": {
53-
"rollup": "^4.52.5"
53+
"rollup": "^4.53.3"
5454
},
5555
"peerDependencies": {
5656
"vuepress": "catalog:"

plugins/pwa/plugin-pwa/src/client/utils/registerSW.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ export const registerSW = async (
3636
hooks.cached?.(registration)
3737
},
3838

39-
async updatefound(registration) {
40-
if (await navigator.serviceWorker.getRegistration()) {
41-
if (showStatus) console.log('[Service Worker]: update found')
42-
hooks.updatefound?.(registration)
43-
}
39+
updatefound(registration) {
40+
if (showStatus) console.log('[Service Worker]: update found')
41+
hooks.updatefound?.(registration)
4442
},
4543

4644
updated(registration) {

plugins/search/plugin-docsearch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
4141
},
4242
"dependencies": {
43-
"@docsearch/css": "^4.2.0",
44-
"@docsearch/js": "^4.2.0",
45-
"@docsearch/react": "^4.2.0",
43+
"@docsearch/css": "^4.3.2",
44+
"@docsearch/js": "^4.3.2",
45+
"@docsearch/react": "^4.3.2",
4646
"@vuepress/helper": "workspace:*",
4747
"@vueuse/core": "catalog:",
4848
"ts-debounce": "^4.0.0",
4949
"vue": "catalog:"
5050
},
5151
"devDependencies": {
52-
"algoliasearch": "5.42.0"
52+
"algoliasearch": "5.44.0"
5353
},
5454
"peerDependencies": {
5555
"vuepress": "catalog:"

plugins/seo/plugin-sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@vuepress/helper": "workspace:*",
45-
"sitemap": "^8.0.2"
45+
"sitemap": "^9.0.0"
4646
},
4747
"devDependencies": {
4848
"@vuepress/plugin-git": "workspace:*"

0 commit comments

Comments
 (0)