File tree Expand file tree Collapse file tree 3 files changed +374
-573
lines changed
packages/simple-github-release/src Expand file tree Collapse file tree 3 files changed +374
-573
lines changed Original file line number Diff line number Diff line change 36
36
"@trigen/eslint-config" : " 8.0.0-alpha.33" ,
37
37
"@trigen/scripts" : " 8.0.0-alpha.33" ,
38
38
"@types/node" : " ^20.0.0" ,
39
- "@vitest/coverage-v8" : " ^0.34.4 " ,
39
+ "@vitest/coverage-v8" : " ^3.0.0 " ,
40
40
"clean-publish" : " ^5.0.0" ,
41
41
"commitizen" : " ^4.2.4" ,
42
42
"del-cli" : " ^6.0.0" ,
45
45
"simple-git-hooks" : " ^2.7.0" ,
46
46
"typescript" : " 5.2.2" ,
47
47
"vite" : " ^6.0.0" ,
48
- "vitest" : " ^0.34.4 "
48
+ "vitest" : " ^3.0.0 "
49
49
}
50
50
}
Original file line number Diff line number Diff line change @@ -68,23 +68,23 @@ describe('changelog', () => {
68
68
const stream = fs . createReadStream ( path . join ( mocks , 'CHANGELOG_2.md' ) )
69
69
70
70
expect ( await readLastChangesFromStream ( stream ) ) . toMatchInlineSnapshot ( `
71
- [
72
- "1.0.0",
73
- "### Added
74
- - Version navigation.
75
- - Links to latest released version in previous versions.
76
- - \\ "Why keep a changelog?\\ " section.
77
-
78
- ### Changed
79
- - Start using \\ "changelog\\ " over \\ "change log\\ " since it's the common usage.
80
- - Start versioning based on the current English version at 0.3.0 to help
81
- translation authors keep things up-to-date.
82
-
83
- ### Removed
84
- - Section about \\ "changelog\\ " vs \\ "CHANGELOG\\ ".
85
- ",
86
- ]
87
- ` )
71
+ [
72
+ "1.0.0",
73
+ "### Added
74
+ - Version navigation.
75
+ - Links to latest released version in previous versions.
76
+ - "Why keep a changelog?" section.
77
+
78
+ ### Changed
79
+ - Start using "changelog" over "change log" since it's the common usage.
80
+ - Start versioning based on the current English version at 0.3.0 to help
81
+ translation authors keep things up-to-date.
82
+
83
+ ### Removed
84
+ - Section about "changelog" vs "CHANGELOG".
85
+ ",
86
+ ]
87
+ `)
88
88
} )
89
89
} )
90
90
} )
You can’t perform that action at this time.
0 commit comments