Skip to content

Commit a569c06

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

5 files changed

Lines changed: 105 additions & 105 deletions

File tree

.github/workflows/lint.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.17.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

.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.17.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.17.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"ts-checker-rspack-plugin": "^1.4.0"
3939
},
4040
"devDependencies": {
41-
"@playwright/test": "^1.61.0",
41+
"@playwright/test": "^1.61.1",
4242
"@rsbuild/core": "^2.0.15",
4343
"@rslib/core": "^0.23.0",
44-
"@rslint/core": "^0.6.2",
44+
"@rslint/core": "^0.6.3",
4545
"@types/fs-extra": "^11.0.4",
4646
"@types/node": "^24.13.2",
47-
"@typescript/native-preview": "7.0.0-dev.20260617.2",
47+
"@typescript/native-preview": "7.0.0-dev.20260624.1",
4848
"fs-extra": "^11.3.5",
49-
"playwright": "^1.61.0",
49+
"playwright": "^1.61.1",
5050
"prettier": "^3.8.4",
5151
"simple-git-hooks": "^2.13.1",
5252
"typescript": "^6.0.3"
@@ -63,7 +63,7 @@
6363
"optional": true
6464
}
6565
},
66-
"packageManager": "pnpm@11.7.0",
66+
"packageManager": "pnpm@11.9.0",
6767
"publishConfig": {
6868
"access": "public",
6969
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)