Skip to content

Commit 27f2d8a

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

8 files changed

Lines changed: 265 additions & 424 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525
with:
26-
node-version: 24.15.0
26+
node-version: 24.16.0
2727

2828
- name: Setup Pnpm
2929
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
34-
node-version: 24.15.0
34+
node-version: 24.16.0
3535
cache: 'pnpm'
3636

3737
- name: Install Dependencies

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
},
3939
"devDependencies": {
4040
"@playwright/test": "^1.60.0",
41-
"@rsbuild/core": "^2.0.7",
42-
"@rsbuild/plugin-react": "^2.0.0",
43-
"@rsbuild/plugin-type-check": "^1.3.4",
44-
"@rslib/core": "^0.21.5",
41+
"@rsbuild/core": "^2.0.9",
42+
"@rsbuild/plugin-react": "^2.0.1",
43+
"@rsbuild/plugin-type-check": "^1.3.5",
44+
"@rslib/core": "^0.22.0",
4545
"@rslint/core": "^0.5.3",
46-
"@rstest/core": "^0.10.2",
46+
"@rstest/core": "^0.10.3",
4747
"@types/graphlib": "^2.1.12",
4848
"@types/node": "^24.12.4",
4949
"@types/react": "^19.2.15",
@@ -63,7 +63,7 @@
6363
"optional": true
6464
}
6565
},
66-
"packageManager": "pnpm@11.3.0",
66+
"packageManager": "pnpm@11.5.0",
6767
"publishConfig": {
6868
"access": "public",
6969
"registry": "https://registry.npmjs.org/"

pnpm-lock.yaml

Lines changed: 248 additions & 407 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@e2e/workspace-dev-utils": "workspace:*",
21-
"@rsbuild/plugin-react": "^2.0.0",
22-
"@rslib/core": "0.21.5",
21+
"@rsbuild/plugin-react": "^2.0.1",
22+
"@rslib/core": "0.22.0",
2323
"@types/react": "^19.2.15",
2424
"react": "^19.2.6",
2525
"typescript": "^5.9.3"

test/doc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"devDependencies": {
2323
"rslib-module-doc": "workspace:*",
24-
"@rsbuild/plugin-react": "^2.0.0",
25-
"@rslib/core": "^0.21.5",
26-
"@rspress/core": "^2.0.12",
27-
"@rspress/plugin-api-docgen": "^2.0.12",
28-
"@rspress/plugin-preview": "^2.0.12",
24+
"@rsbuild/plugin-react": "^2.0.1",
25+
"@rslib/core": "^0.22.0",
26+
"@rspress/core": "^2.0.13",
27+
"@rspress/plugin-api-docgen": "^2.0.13",
28+
"@rspress/plugin-preview": "^2.0.13",
2929
"@types/node": "^24.12.4",
3030
"@types/react": "^19.2.15",
3131
"react": "^19.2.6",

test/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@e2e/workspace-dev-utils2": "workspace:*"
2626
},
2727
"devDependencies": {
28-
"@rslib/core": "0.21.5"
28+
"@rslib/core": "0.22.0"
2929
}
3030
}

test/utils2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"dev": "rslib -w"
2323
},
2424
"devDependencies": {
25-
"@rslib/core": "0.21.5"
25+
"@rslib/core": "0.22.0"
2626
}
2727
}

0 commit comments

Comments
 (0)