File tree Expand file tree Collapse file tree 5 files changed +969
-1242
lines changed
Expand file tree Collapse file tree 5 files changed +969
-1242
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ export default defineBuildConfig({
99 clean : true ,
1010 rollup : {
1111 emitCJS : true ,
12- inlineDependencies : true ,
12+ inlineDependencies : [
13+ '@antfu/utils' ,
14+ ] ,
1315 } ,
1416} )
Original file line number Diff line number Diff line change 22 "name" : " changelogithub" ,
33 "type" : " module" ,
44 "version" : " 13.12.1" ,
5- "packageManager" : " pnpm@9.15.4 " ,
5+ "packageManager" : " pnpm@10.5.2 " ,
66 "description" : " Generate changelog for GitHub." ,
77 "author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
88 "license" : " MIT" ,
5151 "typecheck" : " tsc --noEmit"
5252 },
5353 "dependencies" : {
54- "@antfu/utils " : " ^8.1 .0" ,
55- "c12" : " ^2 .0.1 " ,
54+ "ansis " : " ^3.16 .0" ,
55+ "c12" : " ^3 .0.2 " ,
5656 "cac" : " ^6.7.14" ,
5757 "changelogen" : " 0.5.7" ,
5858 "convert-gitmoji" : " ^0.1.5" ,
5959 "execa" : " ^9.5.2" ,
60- "kolorist" : " ^1.8.0" ,
6160 "ofetch" : " ^1.4.1" ,
62- "semver" : " ^7.6.3 "
61+ "semver" : " ^7.7.1 "
6362 },
6463 "devDependencies" : {
65- "@antfu/eslint-config" : " ^3.14.0" ,
64+ "@antfu/eslint-config" : " ^4.3.0" ,
65+ "@antfu/utils" : " ^9.1.0" ,
6666 "@types/debug" : " ^4.1.12" ,
6767 "@types/fs-extra" : " ^11.0.4" ,
6868 "@types/minimist" : " ^1.2.5" ,
6969 "@types/semver" : " ^7.5.8" ,
70- "bumpp" : " ^9.10.0" ,
71- "eslint" : " ^9.18.0" ,
72- "esno" : " ^4.8.0" ,
73- "fs-extra" : " ^11.2.0" ,
74- "typescript" : " ^5.7.3" ,
75- "unbuild" : " ^3.3.1" ,
76- "vitest" : " ^2.1.8"
70+ "bumpp" : " ^10.0.3" ,
71+ "eslint" : " ^9.21.0" ,
72+ "fs-extra" : " ^11.3.0" ,
73+ "typescript" : " ^5.8.2" ,
74+ "unbuild" : " ^3.5.0" ,
75+ "vitest" : " ^3.0.7"
7776 }
7877}
You can’t perform that action at this time.
0 commit comments