Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [semantic-release] bump the semantic-release group across 1 directory with 5 updates #594

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2024

Bumps the semantic-release group with 5 updates in the /.github/actions/helper/prepare-semantic-release directory:

Package From To
@semantic-release/github 9.2.3 11.0.1
@semantic-release/release-notes-generator 12.1.0 14.0.2
conventional-changelog 5.1.0 6.0.0
conventional-changelog-conventionalcommits 7.0.2 8.0.0
semantic-release 22.0.8 24.2.0

Updates @semantic-release/github from 9.2.3 to 11.0.1

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.1

11.0.1 (2024-11-06)

Bug Fixes

  • success: PRs not recognized as resolved issues (#960) (7cde776)

v11.0.0

11.0.0 (2024-09-24)

chore

  • update peer dependency for semantic-release (95c7cdd)

Code Refactoring

  • modify commit associatedPRs and relatedIssues label property data type. (718134a)

Features

  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)

BREAKING CHANGES

  • the commit associatedPR and relatedIssues label prop is now an array of objects with more properties
  • the minimum required version of semantic-release to use @​semantic-release/github is now v24.1.0

v10.3.5

10.3.5 (2024-09-20)

Bug Fixes

  • replace searchAPI usage with GraphQL in findSRIssue util (#907) (7fb46a3)

v10.3.4

10.3.4 (2024-09-15)

Bug Fixes

  • glob-assets: remove unnecessary option when invoking globby() (#924) (efe9f49)

... (truncated)

Commits
  • 7cde776 fix(success): PRs not recognized as resolved issues (#960)
  • 0128403 chore(deps): update dependency node to v22 (#959)
  • 21b3e7e chore(deps): lock file maintenance (#961)
  • d1f410f chore(deps): lock file maintenance (#958)
  • ea92cf9 chore(deps): update dependency ava to v6.2.0 (#957)
  • b6799b7 chore(deps): update dependency semantic-release to v24.2.0 (#955)
  • 9b5643f ci(action): update actions/setup-node action to v4.1.0 (#953)
  • dd66e9e chore(deps): update dependency publint to v0.2.12 (#952)
  • 0e76834 chore(deps): update dependency npm-run-all2 to v7.0.1 (#950)
  • 992053a ci(action): update actions/checkout action to v4.2.2 (#951)
  • Additional commits viewable in compare view

Updates @semantic-release/release-notes-generator from 12.1.0 to 14.0.2

Release notes

Sourced from @​semantic-release/release-notes-generator's releases.

v14.0.2

14.0.2 (2024-12-16)

Bug Fixes

v14.0.1

14.0.1 (2024-06-22)

Bug Fixes

  • deps: rename read-pkg-up to read-package-up (#671) (687ba5a)

v14.0.0

14.0.0 (2024-05-31)

Features

  • 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

v14.0.0-beta.1

14.0.0-beta.1 (2024-05-17)

Features

  • 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

v13.0.0

13.0.0 (2024-03-24)

Features

  • exports: defined exports to point at ./index.js (5655b18)
  • node-versions: dropped support for node v18 and v19 (e65959a)

... (truncated)

Commits

Updates conventional-changelog from 5.1.0 to 6.0.0

Release notes

Sourced from conventional-changelog's releases.

conventional-changelog-angular: v6.0.0

6.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • now all promises are native
  • Node >= 14 is required

Code Refactoring

conventional-changelog-conventionalcommits: v6.0.0

6.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • now all promises are native
  • Node >= 14 is required

Code Refactoring

conventional-changelog-writer: v6.0.0

6.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • Node >= 14 is required

Code Refactoring

  • drop lodash from dependencies where it possible (#959) (a8b4e12)

conventional-changelog-core: v6.0.0

6.0.0 (2023-08-26)

⚠ 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

... (truncated)

Changelog

Sourced from conventional-changelog's changelog.

6.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Commits

Updates conventional-changelog-conventionalcommits from 7.0.2 to 8.0.0

Release notes

Sourced from conventional-changelog-conventionalcommits's releases.

conventional-changelog-conventionalcommits: v8.0.0

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188
Changelog

Sourced from conventional-changelog-conventionalcommits's changelog.

8.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188
Commits

Updates semantic-release from 22.0.8 to 24.2.0

Release notes

Sourced from semantic-release's releases.

v24.2.0

24.2.0 (2024-10-25)

Features

  • clarify branch existence requirement in error messages (#3462) (05a2ea9)

v24.1.3

24.1.3 (2024-10-18)

Bug Fixes

  • branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)

v24.1.2

24.1.2 (2024-09-27)

Bug Fixes

  • deps: update @semantic-release/github to v11.0.0 (#3460) (43df51b)

v24.1.1

24.1.1 (2024-09-11)

Bug Fixes

  • deps: update dependency hosted-git-info to v8 (#3436) (ab10ac1)

v24.1.0

24.1.0 (2024-08-17)

Features

v24.0.0

24.0.0 (2024-05-31)

Bug Fixes

  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)

... (truncated)

Commits
  • 05a2ea9 feat: clarify branch existence requirement in error messages (#3462)
  • 8940f32 ci(action): update actions/setup-node action to v4.1.0 (#3489)
  • 789ac43 chore(deps): update dependency publint to v0.2.12 (#3488)
  • 3ba76ae ci(action): update actions/checkout action to v4.2.2 (#3486)
  • 8612ff1 chore(deps): update dependency npm-run-all2 to v7.0.1 (#3487)
  • e29a892 ci(action): update github/codeql-action action to v3.27.0 (#3485)
  • 98d606e chore(deps): update dependency npm-run-all2 to v7 (#3483)
  • 55938c3 docs(plugins): community plugin semantic-release-kaniko (#3450)
  • 2b4c86c chore(deps): lock file maintenance (#3481)
  • 41c9502 ci(action): update github/codeql-action action to v3.26.13 (#3424)
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…rectory with 5 updates

Bumps the semantic-release group with 5 updates in the /.github/actions/helper/prepare-semantic-release directory:

| Package | From | To |
| --- | --- | --- |
| [@semantic-release/github](https://github.com/semantic-release/github) | `9.2.3` | `11.0.1` |
| [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `12.1.0` | `14.0.2` |
| [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog) | `5.1.0` | `6.0.0` |
| [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) | `7.0.2` | `8.0.0` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `22.0.8` | `24.2.0` |



Updates `@semantic-release/github` from 9.2.3 to 11.0.1
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v9.2.3...v11.0.1)

Updates `@semantic-release/release-notes-generator` from 12.1.0 to 14.0.2
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v12.1.0...v14.0.2)

Updates `conventional-changelog` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-v6.0.0/packages/conventional-changelog)

Updates `conventional-changelog-conventionalcommits` from 7.0.2 to 8.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v8.0.0/packages/conventional-changelog-conventionalcommits)

Updates `semantic-release` from 22.0.8 to 24.2.0
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v22.0.8...v24.2.0)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: semantic-release
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: semantic-release
- dependency-name: conventional-changelog
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: semantic-release
- dependency-name: conventional-changelog-conventionalcommits
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: semantic-release
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: semantic-release
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2025

Superseded by #599.

@dependabot dependabot bot closed this Jan 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dot-github/actions/helper/prepare-semantic-release/dev/semantic-release-562ee222e8 branch January 4, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants