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:
1212 - uses : actions/checkout@v3
1313 with :
1414 fetch-depth : 0
15+
1516 - uses : actions/setup-node@v3
1617 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
2021 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 9696 "@rollup/pluginutils" : " ^4.2.1" ,
9797 "local-pkg" : " ^0.4.1" ,
9898 "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 "
101101 },
102102 "devDependencies" : {
103- "@antfu/eslint-config" : " ^0.24.2 " ,
103+ "@antfu/eslint-config" : " ^0.25.1 " ,
104104 "@antfu/ni" : " ^0.16.2" ,
105- "@types/node" : " ^17.0.36 " ,
105+ "@types/node" : " ^17.0.42 " ,
106106 "@types/resolve" : " ^1.20.2" ,
107- "@vueuse/metadata" : " ^8.5 .0" ,
107+ "@vueuse/metadata" : " ^8.6 .0" ,
108108 "bumpp" : " ^7.1.1" ,
109- "eslint" : " ^8.16 .0" ,
109+ "eslint" : " ^8.17 .0" ,
110110 "esno" : " ^0.16.3" ,
111111 "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 "
118118 }
119119}
You can’t perform that action at this time.
0 commit comments