Skip to content

Commit c09f964

Browse files
chore(deps): update all non-major dependencies (#449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1add46 commit c09f964

8 files changed

+170
-133
lines changed

.github/workflows/ci-build.yaml

+1-1
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.x
45+
node-version: 22.14.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

+3-3
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.x
64+
node-version: 22.14.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.x
90+
node-version: 22.14.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.x
116+
node-version: 22.14.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

+1-1
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.x
61+
node-version: 22.14.0
6262

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

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

+1-1
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.x
27+
node-version: 22.14.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

+1-1
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.x
30+
node-version: 22.14.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.4.10",
50+
"motion": "^12.5.0",
5151
"thumbhash": "^0.1.1",
5252
"typescript": "^5.8.2",
5353
"unlazy": "^0.12.3",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.15.1",
55
"private": true,
6-
"packageManager": "[email protected].1",
6+
"packageManager": "[email protected].3",
77
"description": "A collection of diverse documentation engineering tools.",
88
"author": {
99
"name": "Nólëbase",
@@ -45,7 +45,7 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.8.1",
48+
"@antfu/eslint-config": "^4.10.1",
4949
"@antfu/ni": "^23.3.1",
5050
"@cspell/dict-ru_ru": "^2.2.4",
5151
"@nolebase/cspell-dict": "^1.3.1",
@@ -57,12 +57,12 @@
5757
"@vitest/coverage-v8": "^3.0.8",
5858
"@vitest/ui": "^3.0.8",
5959
"@vueuse/core": "^12.8.2",
60-
"bumpp": "^10.0.3",
60+
"bumpp": "^10.1.0",
6161
"changelogithub": "^13.13.0",
6262
"concurrently": "^9.1.2",
6363
"eslint": "^9.22.0",
6464
"less": "^4.2.2",
65-
"lint-staged": "^15.4.3",
65+
"lint-staged": "^15.5.0",
6666
"rimraf": "^6.0.1",
6767
"simple-git-hooks": "^2.11.1",
6868
"taze": "^18.7.1",

0 commit comments

Comments
 (0)