conventional-changelog/conventional-changelog (conventional-changelog-angular)
### [`v8.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-angular/CHANGELOG.md#800-2024-04-26)
[Compare Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v7.0.0...conventional-changelog-angular-v8.0.0)
##### ⚠ BREAKING CHANGES
- Node >= 18 is required
- cleanup presets interface ([#1215](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1215))
- **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1150))
- Now all packages, except gulp-conventional-changelog, are ESM-only.
- **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises
- **standard-changelog:** createIfMissing method now returns a promise
##### Features
- cleanup presets interface ([#1215](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8))
- **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715))
- drop node 16 support ([#1226](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
- **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a))
- move from CommonJS to ESM ([#1144](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))
- **standard-changelog:** use promises ([#1111](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109))
##### Bug Fixes
- **conventional-changelog-angular:** revert pattern to not require a period ([#1169](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1169)) ([e5786cd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/e5786cdb01eb571fe85973a0cec0bc82efe3f65f))
### [`v7.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-angular/CHANGELOG.md#700-2023-08-26)
[Compare Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v6.0.0...conventional-changelog-angular-v7.0.0)
##### ⚠ BREAKING CHANGES
- Node >= 16 is required
- Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.
##### Features
- drop node 14 support ([#1085](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1085)) ([1bce036](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/1bce0362dbb624a869eb01fd7724ab7f81d337e6))
- unified presets interface ([#1045](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1045)) ([8d0ffbe](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/8d0ffbe6c59b861b560cea0e3594c7b32e978cc3))
### [`v6.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-angular/CHANGELOG.md#600-2023-06-05)
[Compare Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v5.0.13...conventional-changelog-angular-v6.0.0)
##### ⚠ BREAKING CHANGES
- now all promises are native
- Node >= 14 is required
##### Code Refactoring
- drop lodash from dependencies where it possible ([#959](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361))
- drop q from dependencies ([#974](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/974)) ([d0e5d59](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/d0e5d5926c8addba74bc962553dd8bcfba90e228))
##### [5.0.13](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-vconventional-changelog-angular@5.0.12...conventional-changelog-angular-v5.0.13) (2021-09-09)
##### Bug Fixes
- **conventional-commits-parser:** address CVE-2021-23425 ([#841](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/841)) ([02b3d53](https://www.github.com/conventional-changelog/conventional-changelog/commit/02b3d53a0c142f0c28ee7d190d210c76a62887c2))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.0.13
->8.0.0
Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-angular)
### [`v8.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-angular/CHANGELOG.md#800-2024-04-26) [Compare Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v7.0.0...conventional-changelog-angular-v8.0.0) ##### ⚠ BREAKING CHANGES - Node >= 18 is required - cleanup presets interface ([#1215](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1215)) - **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1150)) - Now all packages, except gulp-conventional-changelog, are ESM-only. - **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises - **standard-changelog:** createIfMissing method now returns a promise ##### Features - cleanup presets interface ([#1215](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) - **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) - drop node 16 support ([#1226](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) - **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) - move from CommonJS to ESM ([#1144](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) - **standard-changelog:** use promises ([#1111](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) ##### Bug Fixes - **conventional-changelog-angular:** revert pattern to not require a period ([#1169](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1169)) ([e5786cd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/e5786cdb01eb571fe85973a0cec0bc82efe3f65f)) ### [`v7.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-angular/CHANGELOG.md#700-2023-08-26) [Compare Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v6.0.0...conventional-changelog-angular-v7.0.0) ##### ⚠ BREAKING CHANGES - Node >= 16 is required - Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions. ##### Features - drop node 14 support ([#1085](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1085)) ([1bce036](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/1bce0362dbb624a869eb01fd7724ab7f81d337e6)) - unified presets interface ([#1045](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1045)) ([8d0ffbe](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/8d0ffbe6c59b861b560cea0e3594c7b32e978cc3)) ### [`v6.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-angular/CHANGELOG.md#600-2023-06-05) [Compare Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v5.0.13...conventional-changelog-angular-v6.0.0) ##### ⚠ BREAKING CHANGES - now all promises are native - Node >= 14 is required ##### Code Refactoring - drop lodash from dependencies where it possible ([#959](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361)) - drop q from dependencies ([#974](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/974)) ([d0e5d59](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/d0e5d5926c8addba74bc962553dd8bcfba90e228)) ##### [5.0.13](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-vconventional-changelog-angular@5.0.12...conventional-changelog-angular-v5.0.13) (2021-09-09) ##### Bug Fixes - **conventional-commits-parser:** address CVE-2021-23425 ([#841](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/841)) ([02b3d53](https://www.github.com/conventional-changelog/conventional-changelog/commit/02b3d53a0c142f0c28ee7d190d210c76a62887c2))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.