Skip to content

Commit c53b423

Browse files
authored
build: bump deps (#387)
1 parent 7535e36 commit c53b423

File tree

9 files changed

+985
-963
lines changed

9 files changed

+985
-963
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vueuse/core": "^12.7.0",
4141
"katex": "0.16.21",
4242
"mathjax-full": "3.2.2",
43-
"sass-embedded": "^1.85.0",
43+
"sass-embedded": "^1.85.1",
4444
"sass-loader": "^16.0.5",
4545
"vue": "^3.5.13",
4646
"vuepress": "catalog:"

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vuepress/plugin-theme-data": "workspace:*",
3131
"@vuepress/plugin-watermark": "workspace:*",
3232
"@vuepress/theme-default": "workspace:*",
33-
"sass-embedded": "^1.85.0",
33+
"sass-embedded": "^1.85.1",
3434
"sass-loader": "^16.0.5",
3535
"vue": "^3.5.13",
3636
"vuepress": "catalog:"

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"@commitlint/cli": "^19.7.1",
3535
"@commitlint/config-conventional": "^19.7.1",
3636
"@lerna-lite/cli": "^3.12.1",
37-
"@lerna-lite/publish": "^3.12.1",
37+
"@lerna-lite/publish": "^3.12.2",
3838
"@rollup/plugin-commonjs": "^28.0.2",
3939
"@rollup/plugin-node-resolve": "^16.0.0",
40-
"@types/node": "^22.13.5",
40+
"@types/node": "^22.13.9",
4141
"@types/webpack-env": "^1.18.8",
42-
"@vitest/coverage-istanbul": "3.0.6",
42+
"@vitest/coverage-istanbul": "3.0.7",
4343
"conventional-changelog-cli": "^5.0.0",
4444
"cpx2": "^8.0.0",
4545
"cross-env": "^7.0.3",
@@ -49,26 +49,26 @@
4949
"husky": "^9.1.7",
5050
"nano-staged": "^0.8.0",
5151
"postcss-html": "^1.8.0",
52-
"prettier": "^3.5.2",
52+
"prettier": "^3.5.3",
5353
"prettier-config-vuepress": "^5.0.0",
5454
"rimraf": "^6.0.1",
55-
"rollup": "^4.34.8",
55+
"rollup": "^4.34.9",
5656
"rollup-plugin-dts": "^6.1.1",
57-
"rollup-plugin-esbuild": "^6.2.0",
57+
"rollup-plugin-esbuild": "^6.2.1",
5858
"rollup-plugin-resolve-shebang": "^1.0.1",
59-
"sass-embedded": "^1.85.0",
60-
"sort-package-json": "^2.14.0",
61-
"stylelint": "^16.14.1",
59+
"sass-embedded": "^1.85.1",
60+
"sort-package-json": "^2.15.1",
61+
"stylelint": "^16.15.0",
6262
"stylelint-config-hope": "^8.0.0",
6363
"stylelint-config-html": "^1.1.0",
6464
"tsconfig-vuepress": "^5.2.1",
6565
"tsx": "^4.19.3",
66-
"typescript": "^5.7.3",
66+
"typescript": "^5.8.2",
6767
"vite": "~6.1.1",
68-
"vitest": "3.0.6",
68+
"vitest": "3.0.7",
6969
"vuepress": "catalog:"
7070
},
71-
"packageManager": "pnpm@10.4.1",
71+
"packageManager": "pnpm@10.5.2",
7272
"engines": {
7373
"node": "^18.19.0 || >= 20.6.0"
7474
},

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.0.0",
42+
"@shikijs/transformers": "^3.1.0",
4343
"@vuepress/helper": "workspace:*",
4444
"@vuepress/highlighter-helper": "workspace:*",
4545
"nanoid": "^5.1.2",
46-
"shiki": "^3.0.0",
46+
"shiki": "^3.1.0",
4747
"synckit": "^0.9.2"
4848
},
4949
"peerDependencies": {

plugins/pwa/plugin-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"access": "public"
5757
},
5858
"devDependencies": {
59-
"rollup": "^4.34.8"
59+
"rollup": "^4.34.9"
6060
}
6161
}

pnpm-lock.yaml

Lines changed: 958 additions & 936 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/theme-default/tests/navbar.spec-d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ it('navbar options', () => {
7575
},
7676
]
7777

78-
expectTypeOf(navbarOptions1).toMatchTypeOf<NavbarOptions>()
79-
expectTypeOf(navbarOptions2).toMatchTypeOf<NavbarOptions>()
80-
expectTypeOf(navbarOptions3).toMatchTypeOf<NavbarOptions>()
81-
expectTypeOf(navbarOptions4).toMatchTypeOf<NavbarOptions>()
82-
expectTypeOf(navbarOptions5).toMatchTypeOf<NavbarOptions>()
78+
expectTypeOf(navbarOptions1).toExtend<NavbarOptions>()
79+
expectTypeOf(navbarOptions2).toExtend<NavbarOptions>()
80+
expectTypeOf(navbarOptions3).toExtend<NavbarOptions>()
81+
expectTypeOf(navbarOptions4).toExtend<NavbarOptions>()
82+
expectTypeOf(navbarOptions5).toExtend<NavbarOptions>()
8383
// @ts-expect-error: navbar can only support 3 level nesting
8484
assertType<NavbarOptions>(navbarOptions6)
8585
})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test",
3-
"packageManager": "pnpm@10.4.1"
3+
"packageManager": "pnpm@10.5.2"
44
}

tools/shiki-twoslash/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
4242
},
4343
"dependencies": {
44-
"@shikijs/twoslash": "^3.0.0",
44+
"@shikijs/twoslash": "^3.1.0",
4545
"@vuepress/helper": "workspace:*",
4646
"floating-vue": "^5.2.2",
4747
"mdast-util-from-markdown": "^2.0.2",
4848
"mdast-util-gfm": "^3.1.0",
4949
"mdast-util-to-hast": "^13.2.0",
50-
"twoslash": "^0.2.12",
51-
"twoslash-vue": "^0.2.12"
50+
"twoslash": "^0.3.1",
51+
"twoslash-vue": "^0.3.1"
5252
},
5353
"devDependencies": {
5454
"@types/hast": "^3.0.4",
55-
"shiki": "^3.0.0",
55+
"shiki": "^3.1.0",
5656
"vue": "^3.5.13"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)