Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 7, 2025
1 parent c82fbc4 commit 60154b1
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 885 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: autofix.ci # needed to securely identify the workflow
name: autofix.ci # needed to securely identify the workflow

on:
pull_request:
push:
branches: [ "main" ]
branches: ["main"]

permissions:
contents: read
Expand All @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g -f corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
with:
commit-message: 'chore: apply automated updates'
commit-message: "chore: apply automated updates"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g -f corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm lint
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"pretty-bytes": "^6.1.1",
"rollup": "^4.32.1",
"rollup": "^4.34.5",
"rollup-plugin-dts": "^6.1.1",
"scule": "^1.3.0",
"tinyglobby": "^0.2.10",
"untyped": "^1.5.2"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.25.9",
"@types/node": "^22.13.0",
"@vitest/coverage-v8": "^2.1.8",
"@types/node": "^22.13.1",
"@vitest/coverage-v8": "^3.0.5",
"automd": "^0.3.12",
"changelogen": "^0.5.7",
"eslint": "^9.19.0",
"eslint-config-unjs": "^0.4.2",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
"vitest": "^3.0.5"
},
"peerDependencies": {
"typescript": "^5.7.3"
Expand All @@ -74,5 +74,5 @@
"optional": true
}
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.2.1"
}
Loading

0 comments on commit 60154b1

Please sign in to comment.