File tree Expand file tree Collapse file tree 9 files changed +2414
-1954
lines changed Expand file tree Collapse file tree 9 files changed +2414
-1954
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
# https://github.com/amannn/action-semantic-pull-request/releases
15
- - uses : amannn/action-semantic-pull-request@v4
15
+ - uses : amannn/action-semantic-pull-request@v5
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 30
30
31
31
- uses : pnpm/action-setup@v2
32
32
with :
33
- version : 7
33
+ version : 8
34
34
run_install : true
35
35
36
36
- name : Build
Original file line number Diff line number Diff line change 35
35
36
36
- uses : pnpm/action-setup@v2
37
37
with :
38
- version : 7
38
+ version : 8
39
39
run_install : true
40
40
41
41
- name : Install vite@${{ matrix.vite-version }}
68
68
69
69
- uses : pnpm/action-setup@v2
70
70
with :
71
- version : 7
71
+ version : 8
72
72
run_install : true
73
73
74
74
- name : Typecheck
98
98
99
99
- uses : pnpm/action-setup@v2
100
100
with :
101
- version : 7
101
+ version : 8
102
102
run_install : true
103
103
104
104
- name : Lint
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- uses : pnpm/action-setup@v2
130
130
with :
131
- version : 7
131
+ version : 8
132
132
run_install : true
133
133
134
134
- name : Check format
Original file line number Diff line number Diff line change 43
43
"release" : " semantic-release"
44
44
},
45
45
"devDependencies" : {
46
- "@geprog/eslint-config" : " 2.1.0 " ,
47
- "@geprog/semantic-release-config" : " 1 .0.0" ,
46
+ "@geprog/eslint-config" : " 2.1.1 " ,
47
+ "@geprog/semantic-release-config" : " 2 .0.0" ,
48
48
"@types/supertest" : " 2.0.12" ,
49
- "@vitest/coverage-c8" : " 0.26.2" ,
50
- "c8" : " 7.12.0" ,
51
- "eslint" : " 8.30.0" ,
52
- "jsdom" : " 20.0.3" ,
53
- "prettier" : " 2.8.1" ,
54
- "semantic-release" : " 19.0.5" ,
49
+ "@vitest/coverage-v8" : " 0.34.3" ,
50
+ "eslint" : " 8.48.0" ,
51
+ "jsdom" : " 22.1.0" ,
52
+ "prettier" : " 3.0.3" ,
53
+ "semantic-release" : " 21.1.1" ,
55
54
"supertest" : " 6.3.3" ,
56
- "tsup" : " 6.5 .0" ,
57
- "typescript" : " 4.9.4 " ,
58
- "vite" : " 4.0.3 " ,
59
- "vitest" : " 0.26.2 "
55
+ "tsup" : " 7.2 .0" ,
56
+ "typescript" : " 5.2.2 " ,
57
+ "vite" : " 4.4.9 " ,
58
+ "vitest" : " 0.34.3 "
60
59
},
61
60
"peerDependencies" : {
62
61
"vite" : " ^2.0.0 || ^3.0.0 || ^4.0.0"
63
62
},
64
63
"engines" : {
65
- "pnpm" : " 7 "
64
+ "pnpm" : " 8 "
66
65
},
67
66
"publishConfig" : {
68
67
"access" : " public"
You can’t perform that action at this time.
0 commit comments