Skip to content

Commit 26152e9

Browse files
committed
chore: update deps
1 parent b89c71f commit 26152e9

File tree

4 files changed

+814
-1305
lines changed

4 files changed

+814
-1305
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,15 @@
11
name: Release
22

3-
permissions:
4-
id-token: write
5-
contents: write
6-
73
on:
84
push:
95
tags:
10-
- v*
6+
- 'v*'
117

128
jobs:
139
release:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v5
17-
with:
18-
fetch-depth: 0
19-
20-
- uses: pnpm/action-setup@v4
21-
22-
- uses: actions/setup-node@v4
23-
with:
24-
node-version: lts/*
25-
registry-url: https://registry.npmjs.org/
26-
cache: pnpm
27-
28-
- run: pnpm install
29-
30-
- run: npx changelogithub
31-
continue-on-error: true
32-
env:
33-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34-
35-
- run: npm i -g npm && pnpm publish --no-git-checks
10+
uses: sxzz/workflows/.github/workflows/release.yml@v1
11+
with:
12+
publish: true
13+
permissions:
14+
contents: write
15+
id-token: write

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,13 @@
5252
"devDependencies": {
5353
"@antfu/eslint-config": "^5.4.1",
5454
"@types/fs-extra": "^11.0.4",
55-
"@types/node": "^22.15.3",
56-
"bumpp": "^10.2.3",
57-
"eslint": "^9.36.0",
58-
"fs-extra": "^11.3.0",
55+
"@types/node": "^22.18.8",
56+
"bumpp": "^10.3.1",
57+
"eslint": "^9.37.0",
58+
"fs-extra": "^11.3.2",
5959
"typescript": "^5.9.3",
60-
"unbuild": "^3.5.0",
60+
"unbuild": "^3.6.1",
6161
"vitest": "^3.2.4",
6262
"vitest-package-exports": "^0.1.1"
63-
},
64-
"pnpm": {
65-
"onlyBuiltDependencies": [
66-
"esbuild"
67-
]
6863
}
6964
}

0 commit comments

Comments
 (0)