Skip to content

Commit 60154b1

Browse files
committed
chore: update deps
1 parent c82fbc4 commit 60154b1

File tree

4 files changed

+589
-885
lines changed

4 files changed

+589
-885
lines changed

.github/workflows/autofix.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: autofix.ci # needed to securely identify the workflow
1+
name: autofix.ci # needed to securely identify the workflow
22

33
on:
44
pull_request:
55
push:
6-
branches: [ "main" ]
6+
branches: ["main"]
77

88
permissions:
99
contents: read
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: corepack enable
16+
- run: npm i -g -f corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- name: Fix lint issues
2323
run: pnpm run lint:fix
2424
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
2525
with:
26-
commit-message: 'chore: apply automated updates'
26+
commit-message: "chore: apply automated updates"

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: corepack enable
16+
- run: npm i -g -f corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm lint

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@
4848
"pathe": "^2.0.2",
4949
"pkg-types": "^1.3.1",
5050
"pretty-bytes": "^6.1.1",
51-
"rollup": "^4.32.1",
51+
"rollup": "^4.34.5",
5252
"rollup-plugin-dts": "^6.1.1",
5353
"scule": "^1.3.0",
5454
"tinyglobby": "^0.2.10",
5555
"untyped": "^1.5.2"
5656
},
5757
"devDependencies": {
5858
"@babel/plugin-transform-class-properties": "^7.25.9",
59-
"@types/node": "^22.13.0",
60-
"@vitest/coverage-v8": "^2.1.8",
59+
"@types/node": "^22.13.1",
60+
"@vitest/coverage-v8": "^3.0.5",
6161
"automd": "^0.3.12",
6262
"changelogen": "^0.5.7",
6363
"eslint": "^9.19.0",
6464
"eslint-config-unjs": "^0.4.2",
6565
"prettier": "^3.4.2",
6666
"typescript": "^5.7.3",
67-
"vitest": "^2.1.8"
67+
"vitest": "^3.0.5"
6868
},
6969
"peerDependencies": {
7070
"typescript": "^5.7.3"
@@ -74,5 +74,5 @@
7474
"optional": true
7575
}
7676
},
77-
"packageManager": "pnpm@9.15.4"
77+
"packageManager": "pnpm@10.2.1"
7878
}

0 commit comments

Comments
 (0)