Skip to content

Commit a8b8463

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

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131
with:
32-
node-version: 24.14.0
32+
node-version: 24.14.1
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2727
with:
28-
node-version: 24.14.0
28+
node-version: 24.14.1
2929

3030
# Update npm to the latest version to enable OIDC
3131
# Use corepack to install pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3434
with:
35-
node-version: 24.14.0
35+
node-version: 24.14.1
3636
cache: 'pnpm'
3737

3838
- name: Install Dependencies

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"devDependencies": {
3030
"@playwright/test": "^1.58.2",
31-
"@rsbuild/core": "^1.7.3",
32-
"@rslib/core": "^0.20.0",
33-
"@rslint/core": "^0.3.2",
31+
"@rsbuild/core": "^1.7.4",
32+
"@rslib/core": "^0.20.1",
33+
"@rslint/core": "^0.3.3",
3434
"@types/node": "^24.12.0",
3535
"playwright": "^1.58.2",
3636
"prettier": "^3.8.1",
@@ -45,7 +45,7 @@
4545
"optional": true
4646
}
4747
},
48-
"packageManager": "pnpm@10.32.1",
48+
"packageManager": "pnpm@10.33.0",
4949
"publishConfig": {
5050
"access": "public",
5151
"registry": "https://registry.npmjs.org/"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)