support latest conventional-changelog packages (#643) (2bce0d3)
BREAKING CHANGES
by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
support latest conventional-changelog packages (#643) (2bce0d3)
BREAKING CHANGES
by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
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.
deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
deps: the commit-analyzer plugin now expects to be used with the latest major versions of
conventional-changelog packages. if you are installing any of these packages in addition to
semantic-release, be sure to update them as well
deps: the release-notes-generator plugin now expects to be used with the latest major
versions of conventional-changelog packages. if you are installing any of these packages in addition
to semantic-release, be sure to update them as well
deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
BREAKING CHANGES
deps: the commit-analyzer plugin now expects to be used with the latest major versions of
conventional-changelog packages. if you are installing any of these packages in addition to
semantic-release, be sure to update them as well
deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
deps: the release-notes-generator plugin now expects to be used with the latest major
versions of conventional-changelog packages. if you are installing any of these packages in addition
to semantic-release, be sure to update them as well
v23.1.1
... (truncated)
Commits
2b3e5f7 Merge pull request #3327 from semantic-release/beta
c0e433d ci(action): update github/codeql-action action to v3.25.7 (#3326)
2b77095 Merge branch 'master' of github.com:semantic-release/semantic-release into beta
5f05152 chore(deps): update npm to v10.8.1 (#3325)
6d7dc85 chore(deps): update dependency got to v14.3.0 (#3311)
20b2672 ci(action): update github/codeql-action action to v3.25.6 (#3316)
2620c10 docs: update file extensions to include .mjs on configuration docs page (#3322)
dfc3d91 fix(deps): upgraded to the beta of the commit-analyzer plugin
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the semantic-release group with 5 updates in the /.github/actions/helper/prepare-semantic-release directory:
9.2.3
10.0.6
12.1.0
14.0.0
5.1.0
6.0.0
7.0.2
8.0.0
22.0.8
24.0.0
Updates
@semantic-release/github
from 9.2.3 to 10.0.6Release notes
Sourced from
@semantic-release/github
's releases.... (truncated)
Commits
865762d
fix: corrected homepage link in package.json so the generated links in the er...c150f3d
chore(deps): lock file maintenance (#847)80bb1d1
chore(deps): update dependency prettier to v3.3.0 (#845)2ace0e6
chore(deps): update dependency semantic-release to v24 (#844)0fd9192
chore(deps): update npm to v10.8.1 (#842)1660909
chore(deps): lock file maintenance (#841)1e66974
fix: normalize GitHub API URL (#839)2bc11bc
chore(deps): update dependency publint to v0.2.8 (#837)0e7146c
chore(deps): update dependency npm-run-all2 to v6.2.0 (#836)9ff302c
ci(action): update actions/checkout action to v4.1.6 (#835)Updates
@semantic-release/release-notes-generator
from 12.1.0 to 14.0.0Release notes
Sourced from
@semantic-release/release-notes-generator
's releases.Commits
fff490d
Merge pull request #645 from semantic-release/beta2bce0d3
feat: support latest conventional-changelog packages (#643)990752b
chore(deps): update npm to v10.7.0 (#630)b0e4fac
chore(deps): update npm to v10.6.0d2f16e9
chore(deps): lock file maintenance (#629)df012f4
ci(action): update actions/checkout action to v4.1.4 (#627)0ee197c
ci(action): update actions/checkout action to v4.1.3 (#626)21c450f
chore(deps): lock file maintenance (#625)3249d99
chore(deps): lock file maintenance (#624)a9470b5
chore(deps): update npm to v10.5.2Updates
conventional-changelog
from 5.1.0 to 6.0.0Release notes
Sourced from conventional-changelog's releases.
... (truncated)
Changelog
Sourced from conventional-changelog's changelog.
Commits
83bb15b
chore: release conventional-changelog 6.0.0 (#1251)4fec5d3
ci: add clean-publish (#1232)4c3e82f
ci: package.json lint (#1231)ec69cfd
feat!: drop node 16 support (#1226)a149b76
test: proper cleanups after tests (#1206)8052c60
test: move test tools to TS (#1170)c5b859d
feat!: move from CommonJS to ESM (#1144)Updates
conventional-changelog-conventionalcommits
from 7.0.2 to 8.0.0Release notes
Sourced from conventional-changelog-conventionalcommits's releases.
Changelog
Sourced from conventional-changelog-conventionalcommits's changelog.
Commits
3129c81
chore: release conventional-changelog-conventionalcommits 8.0.0 (#1237)508bdf4
docs: fix build badge3b4bfdf
fix(conventional-changelog-conventionalcommits): avoid double empty lines (#1...4fec5d3
ci: add clean-publish (#1232)4c3e82f
ci: package.json lint (#1231)ec69cfd
feat!: drop node 16 support (#1226)90abd8a
chore: cleanup presets package.json and readme.md files (#1219)0ddc8cd
feat(conventional-recommended-bump)!: newBumper
exported class (#1218)0e4f293
feat!: cleanup presets interface (#1215)a149b76
test: proper cleanups after tests (#1206)Updates
semantic-release
from 22.0.8 to 24.0.0Release notes
Sourced from semantic-release's releases.
... (truncated)
Commits
2b3e5f7
Merge pull request #3327 from semantic-release/betac0e433d
ci(action): update github/codeql-action action to v3.25.7 (#3326)2b77095
Merge branch 'master' of github.com:semantic-release/semantic-release into beta5f05152
chore(deps): update npm to v10.8.1 (#3325)6d7dc85
chore(deps): update dependency got to v14.3.0 (#3311)20b2672
ci(action): update github/codeql-action action to v3.25.6 (#3316)2620c10
docs: update file extensions to include .mjs on configuration docs page (#3322)dfc3d91
fix(deps): upgraded to the beta of the commit-analyzer plugine424297
chore(deps): lock file maintenance (#3312)3680974
chore(deps): update dependency publint to v0.2.8 (#3310)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show