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

Bump dangoslen/dependabot-changelog-helper from 2 to 3 #930

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps dangoslen/dependabot-changelog-helper from 2 to 3.

Release notes

Sourced from dangoslen/dependabot-changelog-helper's releases.

Changelog Dependabot Helper 3.0.0

Added

  • Adds a new entryPrefix option. See the README for more details.

Changed

  • Use imperative mood (Bump vs. Bumps) in changelog entry by default

Dependencies

  • Bumps typescript from 4.9.4 to 4.9.5
  • Bumps eslint from 8.32.0 to 8.34.0
  • Bumps @types/node from 18.11.18 to 18.14.1
  • Bumps @vercel/ncc from 0.27.0 to 0.36.1

Changelog Dependabot Helper 2.2.1

Fixed

  • Fixes an issue where a duplicate entry was added when a previous entry to update was found.

Changelog Dependabot Helper 2.2.0

Added

  • Adds support for Changelogs containing blank lines between sections

Changed

  • Small fixes for contributing guide

Dependencies

  • Bumps typescript from 4.9.3 to 4.9.4
  • Bumps actions/checkout from 3.1.0 to 3.3.0
  • Bumps prettier from 2.8.0 to 2.8.3
  • Bumps @types/node from 14.18.33 to 18.11.18
  • Bumps eslint-plugin-jest from 27.1.6 to 27.2.1
  • Bumps eslint from 8.28.0 to 8.32.0

Changelog Dependabot Helper 2.1.0

Added

  • Adds support for Dependabot PRs that update Rust dependency requirements

Dependencies

  • Bumps prettier from 2.3.0 to 2.8.0
  • Bumps stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.4
  • Bumps actions/checkout from 3.0.2 to 3.1.0
Changelog

Sourced from dangoslen/dependabot-changelog-helper's changelog.

CHANGELOG

Inspired from Keep a Changelog

[UNRELEASED]

Changed

  • Fix Github Actions Annotations (#285)

[3.10.0]

Changed

  • Now runs on Node 20
    • Creates .nvmrc to set the version
    • Updates node version in action.yml

[3.9.0]

Added

  • Adds the ability to sort dependency entries alphabetically upon adding a new entry. By default this is not enabled, and must be added via the sort param using the value alpha. By default the sort style is none. Future sort values may be added over time as such needs arise.

Dependencies

  • Bump @types/node from 20.11.10 to 20.11.20 (#251, #255, #257)
  • Bump @types/jest from 29.5.11 to 29.5.12 (#247)
  • Bump eslint-plugin-jest from 27.6.3 to 27.9.0 (#254)

[3.8.1]

Fixed

  • Fixes improper defaulting for deprecated activationLabel to activationLabels input

[3.8.0]

Added

  • Adds scaffolding for EntryExtractor to support different tools (Dependabot, Mend Renovate, etc) in the future. See #288 for more details.
  • Adds a new activationLabels input to allow for more complex workflows. See #233 for more details as to why.

Deprecated

  • The activationLabel input is now deprecated in favor of the activationLabels inpput (see the Added section above). The activationLabel input will be removed in the next major release, which currently has a TBD release date.

Dependencies

  • Bump eslint-plugin-jest from 27.6.0 to 27.6.3 (#236)
  • Bump @types/node from 20.4.2 to 20.11.10 (#232, #235, #245)
  • Bump @types/jest from 29.5.10 to 29.5.11 (#239)
  • Bump ts-jest from 29.1.1 to 29.1.2 (#246)

[3.7.0]

Added

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dangoslen/dependabot-changelog-helper](https://github.com/dangoslen/dependabot-changelog-helper) from 2 to 3.
- [Release notes](https://github.com/dangoslen/dependabot-changelog-helper/releases)
- [Changelog](https://github.com/dangoslen/dependabot-changelog-helper/blob/main/CHANGELOG.md)
- [Commits](dangoslen/dependabot-changelog-helper@v2...v3)

---
updated-dependencies:
- dependency-name: dangoslen/dependabot-changelog-helper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@dependabot dependabot bot requested a review from ananzh as a code owner November 25, 2024 07:50
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Nov 25, 2024
@nhtruong nhtruong merged commit 4f1dd9d into main Nov 25, 2024
96 of 106 checks passed
@nhtruong nhtruong deleted the dependabot/github_actions/dangoslen/dependabot-changelog-helper-3 branch November 25, 2024 17:27
@nhtruong nhtruong restored the dependabot/github_actions/dangoslen/dependabot-changelog-helper-3 branch November 25, 2024 17:27
@nhtruong nhtruong deleted the dependabot/github_actions/dangoslen/dependabot-changelog-helper-3 branch November 25, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant