Skip to content

Commit dfddab5

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

4 files changed

Lines changed: 294 additions & 274 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2525
with:
26-
node-version: 24.16.0
26+
node-version: 24.18.0
2727
package-manager-cache: false
2828

2929
- name: Install Pnpm
30-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
30+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3131
with:
3232
run_install: true
3333

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2828
with:
29-
node-version: 24.16.0
29+
node-version: 24.18.0
3030
package-manager-cache: false
3131

3232
- name: Install Pnpm
33-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
33+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3434
with:
3535
run_install: true
3636

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
},
3737
"devDependencies": {
3838
"@microsoft/api-extractor": "^7.58.9",
39-
"@playwright/test": "^1.61.0",
40-
"@rsbuild/core": "^2.0.15",
41-
"@rsbuild/plugin-react": "^2.0.1",
42-
"@rslib/core": "^0.23.0",
43-
"@rslint/core": "^0.6.2",
44-
"@swc/core": "^1.15.41",
39+
"@playwright/test": "^1.61.1",
40+
"@rsbuild/core": "^2.1.2",
41+
"@rsbuild/plugin-react": "^2.1.0",
42+
"@rslib/core": "^0.23.1",
43+
"@rslint/core": "^0.6.4",
44+
"@swc/core": "^1.15.43",
4545
"@types/node": "^24.13.2",
4646
"@types/react": "^19.2.17",
4747
"@types/react-dom": "^19.2.3",
4848
"@types/serialize-javascript": "^5.0.4",
49-
"@typescript/native-preview": "7.0.0-dev.20260527.2",
50-
"playwright": "^1.61.0",
51-
"prettier": "^3.8.4",
49+
"@typescript/native-preview": "7.0.0-dev.20260630.1",
50+
"playwright": "^1.61.1",
51+
"prettier": "^3.9.4",
5252
"react": "^19.2.7",
5353
"react-dom": "^19.2.7",
5454
"rsbuild-plugin-publint": "^1.0.0",
55-
"serialize-javascript": "^7.0.5",
55+
"serialize-javascript": "^7.0.7",
5656
"simple-git-hooks": "^2.13.1",
5757
"typescript": "6.0.3"
5858
},
@@ -64,7 +64,7 @@
6464
"optional": true
6565
}
6666
},
67-
"packageManager": "pnpm@11.7.0",
67+
"packageManager": "pnpm@11.9.0",
6868
"publishConfig": {
6969
"access": "public",
7070
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)