File tree Expand file tree Collapse file tree 3 files changed +813
-508
lines changed Expand file tree Collapse file tree 3 files changed +813
-508
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ jobs:
12
12
- uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
+
15
16
- uses : actions/setup-node@v3
16
17
with :
17
- node-version : ' 14 '
18
- registry-url : https://registry.npmjs.org/
19
- - run : npx conventional-github-releaser -p angular
18
+ node-version : 16.x
19
+
20
+ - run : npx changelogithub
20
21
env :
21
- CONVENTIONAL_GITHUB_RELEASER_TOKEN : ${{secrets.GITHUB_TOKEN}}
22
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 96
96
"@rollup/pluginutils" : " ^4.2.1" ,
97
97
"local-pkg" : " ^0.4.1" ,
98
98
"magic-string" : " ^0.26.2" ,
99
- "unimport" : " ^0.2.5 " ,
100
- "unplugin" : " ^0.6.3 "
99
+ "unimport" : " ^0.2.7 " ,
100
+ "unplugin" : " ^0.7.0 "
101
101
},
102
102
"devDependencies" : {
103
- "@antfu/eslint-config" : " ^0.24.2 " ,
103
+ "@antfu/eslint-config" : " ^0.25.1 " ,
104
104
"@antfu/ni" : " ^0.16.2" ,
105
- "@types/node" : " ^17.0.36 " ,
105
+ "@types/node" : " ^17.0.42 " ,
106
106
"@types/resolve" : " ^1.20.2" ,
107
- "@vueuse/metadata" : " ^8.5 .0" ,
107
+ "@vueuse/metadata" : " ^8.6 .0" ,
108
108
"bumpp" : " ^7.1.1" ,
109
- "eslint" : " ^8.16 .0" ,
109
+ "eslint" : " ^8.17 .0" ,
110
110
"esno" : " ^0.16.3" ,
111
111
"fast-glob" : " ^3.2.11" ,
112
- "rollup" : " ^2.75.1 " ,
113
- "tsup" : " ^6.0.1 " ,
114
- "typescript" : " ^4.7.2 " ,
115
- "vite" : " ^2.9.9 " ,
116
- "vitest" : " ^0.12.9 " ,
117
- "webpack" : " ^5.72.1 "
112
+ "rollup" : " ^2.75.6 " ,
113
+ "tsup" : " ^6.1.2 " ,
114
+ "typescript" : " ^4.7.3 " ,
115
+ "vite" : " ^2.9.12 " ,
116
+ "vitest" : " ^0.14.2 " ,
117
+ "webpack" : " ^5.73.0 "
118
118
}
119
119
}
You can’t perform that action at this time.
0 commit comments