Skip to content

Commit e93ae43

Browse files
committed
build: bump deps
1 parent a229f9f commit e93ae43

File tree

7 files changed

+1652
-1648
lines changed

7 files changed

+1652
-1648
lines changed

docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"devDependencies": {
1111
"@fancyapps/ui": "5.0.36",
12-
"@vuepress/bundler-vite": "2.0.0-rc.19",
13-
"@vuepress/helper": "2.0.0-rc.74",
14-
"@vuepress/plugin-comment": "2.0.0-rc.74",
15-
"@vuepress/plugin-docsearch": "2.0.0-rc.74",
12+
"@vuepress/bundler-vite": "2.0.0-rc.20",
13+
"@vuepress/helper": "2.0.0-rc.82",
14+
"@vuepress/plugin-comment": "2.0.0-rc.82",
15+
"@vuepress/plugin-docsearch": "2.0.0-rc.82",
1616
"@waline/client": "workspace:*",
1717
"marked": "15.0.7",
1818
"mathjax-full": "3.2.2",
19-
"sass-embedded": "1.85.0",
19+
"sass-embedded": "1.85.1",
2020
"vidstack": "1.12.13",
2121
"vue": "3.5.13",
22-
"vuepress": "2.0.0-rc.19",
23-
"vuepress-shared": "2.0.0-rc.71",
24-
"vuepress-theme-hope": "2.0.0-rc.71"
22+
"vuepress": "2.0.0-rc.20",
23+
"vuepress-shared": "2.0.0-rc.74",
24+
"vuepress-theme-hope": "2.0.0-rc.74"
2525
}
2626
}

eslint.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ export default hope(
7575
},
7676
},
7777

78+
{
79+
files: ['packages/client/src/**/*.{ts,vue}'],
80+
languageOptions: {
81+
globals: globals.browser,
82+
},
83+
},
84+
7885
{
7986
files: [
8087
'packages/cloudbase/**/*.js',

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -51,37 +51,37 @@
5151
"@rollup/plugin-commonjs": "28.0.2",
5252
"@rollup/plugin-node-resolve": "16.0.0",
5353
"@rollup/plugin-replace": "6.0.2",
54-
"@types/node": "22.13.4",
54+
"@types/node": "22.13.9",
5555
"@vitejs/plugin-react": "4.3.4",
5656
"apidoc": "1.2.0",
5757
"commitizen": "4.3.1",
5858
"cross-env": "7.0.3",
5959
"cz-conventional-changelog": "3.3.0",
6060
"eslint": "9.21.0",
61-
"eslint-config-mister-hope": "0.7.5",
61+
"eslint-config-mister-hope": "0.8.1",
6262
"eslint-plugin-react": "7.37.4",
63-
"eslint-plugin-vue": "9.32.0",
63+
"eslint-plugin-vue": "10.0.0",
6464
"husky": "9.1.7",
6565
"markdownlint-cli2": "0.17.2",
6666
"nano-staged": "0.8.0",
67-
"postcss": "8.5.2",
68-
"prettier": "3.5.2",
67+
"postcss": "8.5.3",
68+
"prettier": "3.5.3",
6969
"rimraf": "6.0.1",
70-
"rollup": "4.34.8",
70+
"rollup": "4.34.9",
7171
"rollup-plugin-dts": "6.1.1",
72-
"rollup-plugin-esbuild": "6.2.0",
73-
"sass-embedded": "1.85.0",
74-
"sort-package-json": "2.14.0",
75-
"stylelint": "16.14.1",
72+
"rollup-plugin-esbuild": "6.2.1",
73+
"sass-embedded": "1.85.1",
74+
"sort-package-json": "3.0.0",
75+
"stylelint": "16.15.0",
7676
"stylelint-config-hope": "8.0.0",
7777
"tslib": "2.8.1",
78-
"typescript": "5.7.3",
79-
"vercel": "41.2.2",
78+
"typescript": "5.8.2",
79+
"vercel": "41.3.1",
8080
"vite-plugin-css-injected-by-js": "3.5.2",
8181
"vite-plugin-svgr": "4.3.0",
82-
"vitest": "3.0.6"
82+
"vitest": "3.0.7"
8383
},
84-
"packageManager": "pnpm@10.4.1",
84+
"packageManager": "pnpm@10.5.2",
8585
"pnpm": {
8686
"overrides": {
8787
"@waline/api": "workspace:*"

packages/admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"react-redux": "9.2.0",
6161
"react-router": "7.2.0",
6262
"redux": "5.0.1",
63-
"typescript": "5.7.3",
64-
"vite": "6.1.1"
63+
"typescript": "5.8.2",
64+
"vite": "6.2.0"
6565
},
6666
"engines": {
6767
"node": ">=20"

packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
]
8383
},
8484
"dependencies": {
85-
"@vueuse/core": "^12.7.0",
85+
"@vueuse/core": "^12.8.2",
8686
"@waline/api": "workspace:*",
8787
"autosize": "^6.0.1",
8888
"marked": "^15.0.7",
@@ -97,7 +97,7 @@
9797
"@types/autosize": "4.0.3",
9898
"@vitejs/plugin-vue": "5.2.1",
9999
"user-agent-data-types": "0.4.2",
100-
"vite": "6.1.1"
100+
"vite": "6.2.0"
101101
},
102102
"engines": {
103103
"node": ">=18"

packages/client/src/components/WalineComment.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const totalPages = ref(0);
3333
3434
const config = computed(() => getConfig(props as WalineProps));
3535
36-
// eslint-disable-next-line vue/no-ref-object-destructure
36+
// eslint-disable-next-line vue/no-ref-object-reactivity-loss
3737
const commentSortingRef = ref(config.value.commentSorting);
3838
3939
const data = ref<WalineRootComment[]>([]);

0 commit comments

Comments
 (0)