Skip to content

Commit 146cdf3

Browse files
fix(deps): update all dependencies
1 parent 9463d58 commit 146cdf3

11 files changed

Lines changed: 782 additions & 814 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: Setup Node.js LTS
25-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2626
with:
2727
node-version: lts/*
2828
cache: yarn
@@ -37,6 +37,6 @@ jobs:
3737
run: yarn format
3838

3939
- name: Apply autofix.ci
40-
uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # v1.3.3
40+
uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4
4141
with:
4242
fail-fast: false

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Setup Node.js ${{ matrix.node }}
33-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
33+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3434
with:
3535
node-version: ${{ matrix.node }}
3636
cache: yarn
@@ -46,6 +46,6 @@ jobs:
4646
PARSER_NO_WATCH: true
4747
RAW_TERMS_URL: ${{ vars.RAW_TERMS_URL }}
4848

49-
- uses: codecov/codecov-action@v6
49+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
5050
with:
5151
use_oidc: true

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Setup Node.js LTS
28-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
28+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2929
with:
3030
node-version: lts/*
3131
cache: yarn

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Setup Node.js LTS
23-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
23+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2424
with:
2525
node-version: lts/*
2626
cache: yarn

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Node.js LTS
28-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
28+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2929
with:
3030
node-version: lts/*
3131

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.1
1+
24.15.0
Lines changed: 288 additions & 288 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
88
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99

10-
yarnPath: .yarn/releases/yarn-4.13.0.cjs
10+
yarnPath: .yarn/releases/yarn-4.14.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"workspaces": [
1111
"packages/*"
1212
],
13-
"packageManager": "yarn@4.13.0",
13+
"packageManager": "yarn@4.14.1",
1414
"scripts": {
1515
"build": "tsc -b",
1616
"dev": "yarn swc-node --watch-path packages/doom/src/cli --watch-path packages/doom/src/plugins packages/doom/src/cli/index.ts",

packages/doom/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
"dependencies": {
4646
"@alauda/doom-export": "^0.4.1",
4747
"@cspell/eslint-plugin": "^10.0.0",
48-
"@eslint-react/eslint-plugin": "^4.2.3",
48+
"@eslint-react/eslint-plugin": "^5.0.0",
4949
"@eslint/js": "^10.0.1",
5050
"@inquirer/prompts": "^8.4.1",
5151
"@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
52-
"@rsbuild/plugin-react": "^1.4.6",
52+
"@rsbuild/plugin-react": "^2.0.0",
5353
"@rsbuild/plugin-sass": "^1.5.1",
54-
"@rsbuild/plugin-svgr": "^1.3.1",
54+
"@rsbuild/plugin-svgr": "^2.0.0",
5555
"@rsbuild/plugin-yaml": "^1.0.4",
56-
"@rspress/core": "2.0.8",
57-
"@rspress/plugin-algolia": "2.0.8",
58-
"@rspress/plugin-sitemap": "2.0.8",
59-
"@rspress/shared": "2.0.8",
56+
"@rspress/core": "2.0.10",
57+
"@rspress/plugin-algolia": "2.0.10",
58+
"@rspress/plugin-sitemap": "2.0.10",
59+
"@rspress/shared": "2.0.10",
6060
"@shikijs/transformers": "^4.0.2",
6161
"@total-typescript/ts-reset": "^0.6.1",
6262
"@types/react": "^19.2.14",
@@ -85,7 +85,7 @@
8585
"picomatch": "^4.0.4",
8686
"pluralize": "^8.0.0",
8787
"react-markdown": "^10.1.0",
88-
"react-tooltip": "^5.30.0",
88+
"react-tooltip": "^6.0.0",
8989
"rehype-raw": "^7.0.0",
9090
"rehype-sanitize": "^6.0.0",
9191
"remark-directive": "^4.0.0",

0 commit comments

Comments
 (0)