Skip to content

Commit 055c6aa

Browse files
chore(deps): update all non-major dependencies
1 parent 4a28604 commit 055c6aa

4 files changed

Lines changed: 92 additions & 92 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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
32-
node-version: 24.15.0
32+
node-version: 24.16.0
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030
"pre-commit": "pnpm run lint:write"
3131
},
3232
"devDependencies": {
33-
"@rslib/core": "^0.21.5",
33+
"@rslib/core": "^0.22.0",
3434
"@rslint/core": "^0.5.3",
35-
"@rstest/core": "^0.10.2",
35+
"@rstest/core": "^0.10.3",
3636
"@types/node": "^24.12.4",
3737
"case-police": "^2.2.1",
3838
"pathe": "^2.0.3",
3939
"picocolors": "^1.1.1",
4040
"prettier": "^3.8.3",
41-
"rslog": "^2.1.1",
41+
"rslog": "^2.1.2",
4242
"simple-git-hooks": "^2.13.1",
43-
"tinyglobby": "^0.2.16",
43+
"tinyglobby": "^0.2.17",
4444
"typescript": "^6.0.3"
4545
},
46-
"packageManager": "pnpm@11.3.0",
46+
"packageManager": "pnpm@11.5.0",
4747
"publishConfig": {
4848
"access": "public",
4949
"registry": "https://registry.npmjs.org/"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)