Skip to content

Commit 44fc6b5

Browse files
fix(deps): update all non-major dependencies (#497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80333fd commit 44fc6b5

File tree

15 files changed

+942
-1352
lines changed

15 files changed

+942
-1352
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.15.0
45+
node-version: 22.15.1
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.15.0
64+
node-version: 22.15.1
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.15.0
90+
node-version: 22.15.1
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.15.0
116+
node-version: 22.15.1
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.15.0
61+
node-version: 22.15.1
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.15.0
27+
node-version: 22.15.1
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.15.0
30+
node-version: 22.15.1
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@iconify-json/carbon": "^1.2.8",
1616
"@iconify-json/fluent-emoji": "^1.2.3",
1717
"@iconify-json/icon-park-outline": "^1.2.2",
18-
"@iconify-json/octicon": "^1.2.5",
18+
"@iconify-json/octicon": "^1.2.6",
1919
"@iconify-json/svg-spinners": "^1.2.2",
2020
"@nolebase/markdown-it-bi-directional-links": "workspace:^",
2121
"@nolebase/markdown-it-element-transform": "workspace:^",
@@ -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.2",
40+
"@rive-app/canvas": "^2.27.3",
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.10.5",
50+
"motion": "^12.12.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.17.0",
55
"private": true,
6-
"packageManager": "pnpm@10.10.0",
6+
"packageManager": "pnpm@10.11.0",
77
"description": "A collection of diverse documentation engineering tools.",
88
"author": {
99
"name": "Nólëbase",
@@ -45,30 +45,30 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.13.0",
49-
"@antfu/ni": "^24.3.0",
48+
"@antfu/eslint-config": "^4.13.1",
49+
"@antfu/ni": "^24.4.0",
5050
"@cspell/dict-ru_ru": "^2.3.0",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^22.15.17",
53-
"@unocss/cli": "^66.1.1",
54-
"@unocss/eslint-config": "^66.1.1",
55-
"@unocss/eslint-plugin": "^66.1.1",
52+
"@types/node": "^22.15.19",
53+
"@unocss/cli": "^66.1.2",
54+
"@unocss/eslint-config": "^66.1.2",
55+
"@unocss/eslint-plugin": "^66.1.2",
5656
"@vitejs/plugin-vue": "^5.2.4",
5757
"@vitest/coverage-v8": "^3.1.3",
5858
"@vitest/ui": "^3.1.3",
59-
"@vueuse/core": "^13.1.0",
60-
"bumpp": "^10.1.0",
61-
"changelogithub": "^13.13.0",
59+
"@vueuse/core": "^13.2.0",
60+
"bumpp": "^10.1.1",
61+
"changelogithub": "^13.14.0",
6262
"concurrently": "^9.1.2",
63-
"eslint": "^9.26.0",
63+
"eslint": "^9.27.0",
6464
"less": "^4.3.0",
6565
"lint-staged": "^15.5.2",
6666
"rimraf": "^6.0.1",
6767
"simple-git-hooks": "^2.13.0",
6868
"taze": "^19.1.0",
6969
"typescript": "^5.8.3",
7070
"unbuild": "^3.5.0",
71-
"unocss": "^66.1.1",
71+
"unocss": "^66.1.2",
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.0.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"colorette": "^2.0.20",
52-
"debug": "^4.4.0",
52+
"debug": "^4.4.1",
5353
"tinyglobby": "^0.2.13"
5454
},
5555
"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.2",
74+
"@rive-app/canvas": "^2.27.3",
7575
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
7676
},
7777
"dependencies": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
7373
},
7474
"dependencies": {
75-
"@iconify-json/octicon": "^1.2.5",
75+
"@iconify-json/octicon": "^1.2.6",
7676
"less": "^4.3.0",
7777
"vue": "catalog:"
7878
}

0 commit comments

Comments
 (0)