Skip to content

Commit b83566f

Browse files
fix(deps): update all non-major dependencies (#479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3dadbe8 commit b83566f

File tree

17 files changed

+613
-620
lines changed

17 files changed

+613
-620
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Node.js 22.x
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 22.14.0
45+
node-version: 22.15.0
4646
# registry-url required. Learn more at
4747
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
4848
registry-url: 'https://registry.npmjs.org'

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Node.js 22.x
6262
uses: actions/setup-node@v4
6363
with:
64-
node-version: 22.14.0
64+
node-version: 22.15.0
6565
# registry-url required. Learn more at
6666
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
6767
registry-url: 'https://registry.npmjs.org'
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install Node.js 22.x
8888
uses: actions/setup-node@v4
8989
with:
90-
node-version: 22.14.0
90+
node-version: 22.15.0
9191
# registry-url required. Learn more at
9292
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
9393
registry-url: 'https://registry.npmjs.org'
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install Node.js 22.x
114114
uses: actions/setup-node@v4
115115
with:
116-
node-version: 22.14.0
116+
node-version: 22.15.0
117117
# registry-url required. Learn more at
118118
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
119119
registry-url: 'https://registry.npmjs.org'

.github/workflows/preview-docs-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Node.js 22.x
5959
uses: actions/setup-node@v4
6060
with:
61-
node-version: 22.14.0
61+
node-version: 22.15.0
6262

6363
- uses: pnpm/action-setup@v3
6464
name: Install pnpm

.github/workflows/production-docs-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js 22.x
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22.14.0
27+
node-version: 22.15.0
2828
# registry-url required. Learn more at
2929
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3030
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js 22.x
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 22.14.0
30+
node-version: 22.15.0
3131
# registry-url required. Learn more at
3232
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3333
registry-url: 'https://registry.npmjs.org'

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nolebase/vitepress-plugin-page-properties": "workspace:^",
3838
"@nolebase/vitepress-plugin-sidebar": "workspace:^",
3939
"@nolebase/vitepress-plugin-thumbnail-hash": "workspace:^",
40-
"@rive-app/canvas": "^2.27.0",
40+
"@rive-app/canvas": "^2.27.1",
4141
"@rollup/plugin-yaml": "^4.1.2",
4242
"@shikijs/vitepress-twoslash": "^2.5.0",
4343
"@types/markdown-it": "^14.1.2",
@@ -47,7 +47,7 @@
4747
"colorette": "^2.0.20",
4848
"markdown-it": "^14.1.0",
4949
"markdown-it-footnote": "^4.0.0",
50-
"motion": "^12.7.4",
50+
"motion": "^12.9.1",
5151
"thumbhash": "^0.1.1",
5252
"typescript": "^5.8.3",
5353
"unlazy": "^0.12.4",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.16.0",
55
"private": true,
6-
"packageManager": "pnpm@10.8.1",
6+
"packageManager": "pnpm@10.9.0",
77
"description": "A collection of diverse documentation engineering tools.",
88
"author": {
99
"name": "Nólëbase",
@@ -49,32 +49,32 @@
4949
"@antfu/ni": "^24.3.0",
5050
"@cspell/dict-ru_ru": "^2.3.0",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^22.14.1",
53-
"@unocss/cli": "^66.1.0-beta.11",
54-
"@unocss/eslint-config": "^66.1.0-beta.11",
55-
"@unocss/eslint-plugin": "^66.1.0-beta.11",
52+
"@types/node": "^22.15.2",
53+
"@unocss/cli": "^66.1.0-beta.12",
54+
"@unocss/eslint-config": "^66.1.0-beta.12",
55+
"@unocss/eslint-plugin": "^66.1.0-beta.12",
5656
"@vitejs/plugin-vue": "^5.2.3",
57-
"@vitest/coverage-v8": "^3.1.1",
58-
"@vitest/ui": "^3.1.1",
57+
"@vitest/coverage-v8": "^3.1.2",
58+
"@vitest/ui": "^3.1.2",
5959
"@vueuse/core": "^13.1.0",
6060
"bumpp": "^10.1.0",
6161
"changelogithub": "^13.13.0",
6262
"concurrently": "^9.1.2",
63-
"eslint": "^9.24.0",
63+
"eslint": "^9.25.1",
6464
"less": "^4.3.0",
6565
"lint-staged": "^15.5.1",
6666
"rimraf": "^6.0.1",
67-
"simple-git-hooks": "^2.12.1",
67+
"simple-git-hooks": "^2.13.0",
6868
"taze": "^19.0.4",
6969
"typescript": "^5.8.3",
7070
"unbuild": "^3.5.0",
71-
"unocss": "^66.1.0-beta.11",
71+
"unocss": "^66.1.0-beta.12",
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.0.1",
75-
"vitest": "^3.1.1",
75+
"vitest": "^3.1.2",
7676
"vue": "catalog:",
77-
"vue-tsc": "^2.2.8"
77+
"vue-tsc": "^2.2.10"
7878
},
7979
"workspaces": [
8080
"packages/*",

packages/markdown-it-bi-directional-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"colorette": "^2.0.20",
5252
"debug": "^4.4.0",
53-
"tinyglobby": "^0.2.12"
53+
"tinyglobby": "^0.2.13"
5454
},
5555
"devDependencies": {
5656
"@types/debug": "^4.1.12",

packages/markdown-it-unlazy-img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"colorette": "^2.0.20",
55-
"tinyglobby": "^0.2.12",
55+
"tinyglobby": "^0.2.13",
5656
"vite": "catalog:"
5757
},
5858
"devDependencies": {

packages/ui-rive-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"typecheck": "vue-tsc --noEmit"
7272
},
7373
"peerDependencies": {
74-
"@rive-app/canvas": "^2.27.0",
74+
"@rive-app/canvas": "^2.27.1",
7575
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
7676
},
7777
"dependencies": {

0 commit comments

Comments
 (0)