Skip to content

Commit 806186e

Browse files
committed
build: bump deps
1 parent e090aa4 commit 806186e

File tree

20 files changed

+1771
-1744
lines changed

20 files changed

+1771
-1744
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
cache: pnpm
2626

2727
- name: Install Dependencies

.github/workflows/release-admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: pnpm/action-setup@v4
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
cache: pnpm
2727
- run: pnpm install --frozen-lockfile && pnpm --filter ./packages/admin run build
2828

.github/workflows/release-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
cache: pnpm
3232

3333
- name: Install Dependencies

.github/workflows/release-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
cache: pnpm
3232

3333
- name: Install Dependencies

.github/workflows/release-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
cache: pnpm
3636

3737
- name: Install Dependencies

.markdownlint-cli2.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default {
2828
},
2929
MD040: false,
3030
MD046: false,
31+
MD060: false,
3132
},
3233
ignores: ['**/node_modules/**', '**/__tests__/**', 'CHANGELOG.md', 'LICENSE'],
3334
};

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"dev": "vuepress dev src"
99
},
1010
"devDependencies": {
11-
"@fancyapps/ui": "6.1.2",
11+
"@fancyapps/ui": "6.1.6",
1212
"@vuepress/bundler-vite": "2.0.0-rc.26",
13-
"@vuepress/helper": "2.0.0-rc.115",
14-
"@vuepress/plugin-comment": "2.0.0-rc.115",
15-
"@vuepress/plugin-docsearch": "2.0.0-rc.115",
13+
"@vuepress/helper": "2.0.0-rc.118",
14+
"@vuepress/plugin-comment": "2.0.0-rc.118",
15+
"@vuepress/plugin-docsearch": "2.0.0-rc.118",
1616
"@waline/client": "workspace:*",
17-
"marked": "16.4.1",
17+
"marked": "17.0.1",
1818
"mathjax-full": "3.2.2",
19-
"sass-embedded": "1.93.2",
19+
"sass-embedded": "1.93.3",
2020
"vidstack": "1.12.13",
21-
"vue": "3.5.22",
21+
"vue": "3.5.25",
2222
"vuepress": "2.0.0-rc.26",
23-
"vuepress-shared": "2.0.0-rc.96",
24-
"vuepress-theme-hope": "2.0.0-rc.96"
23+
"vuepress-shared": "2.0.0-rc.97",
24+
"vuepress-theme-hope": "2.0.0-rc.98"
2525
}
2626
}

docs/src/en/reference/server/env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You should set through `Settings` - `Environment Variables` when using Vercel.
2222
| `LEAN_ID` || LeanCloud Application ID |
2323
| `LEAN_KEY` || LeanCloud Application Key |
2424
| `LEAN_MASTER_KEY` || LeanCloud Application Master Key |
25-
| `LEAN_SERVER` || LeanCloud server address if you're leancloud china user |
25+
| `LEAN_SERVER` | | LeanCloud server address if you're leancloud china user |
2626
| `SITE_NAME` | | site name |
2727
| `SITE_URL` | | site url |
2828
| `LOGIN` | | User need login before comment when `LOGIN=force` |

docs/src/reference/server/env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Vercel 需要在 <kbd>Settings</kbd> - <kbd>Environment Variables</kbd> 中进
2222
| `LEAN_ID` || LeanCloud 应用的 App ID |
2323
| `LEAN_KEY` || LeanCloud 应用的 App Key |
2424
| `LEAN_MASTER_KEY` || LeanCloud 应用的 Master Key 用于后台修改数据 |
25-
| `LEAN_SERVER` || LeanCloud 服务地址,国内版用户需要配置此项 |
25+
| `LEAN_SERVER` | | LeanCloud 服务地址,国内版用户需要配置此项 |
2626
| `SITE_NAME` | | 博客名称 |
2727
| `SITE_URL` | | 博客地址 |
2828
| `LOGIN` | | 当设置为 LOGIN=force 时会要求登录才能评论 |

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,37 +51,37 @@
5151
"@rollup/plugin-commonjs": "29.0.0",
5252
"@rollup/plugin-node-resolve": "16.0.3",
5353
"@rollup/plugin-replace": "6.0.3",
54-
"@types/node": "24.9.2",
55-
"@vitejs/plugin-react": "5.1.0",
54+
"@types/node": "24.10.1",
55+
"@vitejs/plugin-react": "5.1.1",
5656
"apidoc": "1.2.0",
5757
"commitizen": "4.3.1",
5858
"cross-env": "10.1.0",
5959
"cz-conventional-changelog": "3.3.0",
6060
"eslint": "9.39.1",
6161
"eslint-config-mister-hope": "0.9.6",
6262
"eslint-plugin-react": "7.37.5",
63-
"eslint-plugin-vue": "10.5.1",
63+
"eslint-plugin-vue": "10.6.2",
6464
"husky": "9.1.7",
65-
"markdownlint-cli2": "0.18.1",
66-
"nano-staged": "0.8.0",
65+
"markdownlint-cli2": "0.19.1",
66+
"nano-staged": "0.9.0",
6767
"postcss": "8.5.6",
68-
"prettier": "3.6.2",
69-
"rimraf": "6.0.1",
68+
"prettier": "3.7.1",
69+
"rimraf": "6.1.2",
7070
"rollup": "4.53.3",
71-
"rollup-plugin-dts": "6.2.3",
71+
"rollup-plugin-dts": "6.3.0",
7272
"rollup-plugin-esbuild": "6.2.1",
73-
"sass-embedded": "1.93.2",
74-
"sort-package-json": "3.4.0",
75-
"stylelint": "16.25.0",
73+
"sass-embedded": "1.93.3",
74+
"sort-package-json": "3.5.0",
75+
"stylelint": "16.26.0",
7676
"stylelint-config-hope": "10.0.0",
7777
"tslib": "2.8.1",
7878
"typescript": "5.9.3",
79-
"vercel": "48.10.11",
79+
"vercel": "48.12.0",
8080
"vite-plugin-css-injected-by-js": "3.5.2",
8181
"vite-plugin-svgr": "4.5.0",
82-
"vitest": "4.0.5"
82+
"vitest": "4.0.14"
8383
},
84-
"packageManager": "pnpm@10.20.0",
84+
"packageManager": "pnpm@10.24.0",
8585
"apidoc": {
8686
"title": "Waline API Documentation"
8787
}

0 commit comments

Comments
 (0)