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 3.7.0 to 3.8.0 #461

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps dangoslen/dependabot-changelog-helper from 3.7.0 to 3.8.0.

Release notes

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

Changelog Dependabot Helper 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)
Changelog

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

CHANGELOG

Inspired from Keep a Changelog

[UNRELEASED]

[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

Dependencies

  • Bump @actions/github from 5.1.0 to 6.0.0 (#209)
  • Bump jest from 29.6.1 to 29.7.0 (#211)
  • Bump @types/jest from 29.5.2 to 29.5.8 (#211)
  • Bump actions/checkout from 3.5.3 to 4.1.1 (#207)
  • Bump actions/setup-node from 3 to 4 (#206)
  • Bump @vercel/ncc from 0.36.1 to 0.38.1 (#221)
  • Bump eslint-plugin-jest from 27.2.2 to 27.6.0 (#220)

Refactored

  • Refactored how a changelog gets updated to allow for multiple entries to be written in one invocation of the action. This is preparatory work to allow for multi-package updates
  • Refactored entry-extractor to return an array of DependabotEntry values to update the changelog with. This is preparatory work to allow for multi-package updates

[3.6.0]

Fixed

  • Fixes reverting trailing newlines at end of the file #199

Added

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

Dependencies

  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#198)

[3.5.0]

... (truncated)

Commits
  • ffabc6e Prep release v3.8.0 (#244)
  • 28e3213 Merge pull request #246 from dangoslen/dependabot/npm_and_yarn/main/ts-jest-2...
  • df6a94d Updated Changelog
  • 14367a6 Merge pull request #245 from dangoslen/dependabot/npm_and_yarn/main/types/nod...
  • 02be4de Updated Changelog
  • e823ceb Bump ts-jest from 29.1.1 to 29.1.2
  • df013fe Bump @​types/node from 20.11.5 to 20.11.10
  • dc61c02 Merge pull request #243 from dangoslen/dg/fix-activation-labels
  • a5e84ad Fix activation labels; move to separate modules for easier testing
  • de27bec Merge pull request #241 from dangoslen/dependabot/npm_and_yarn/main/actions/c...
  • Additional commits viewable in compare view

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 3.7.0 to 3.8.0.
- [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@15b927c...ffabc6e)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added C-dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2024
@github-actions github-actions bot added the A-CI GitHub Action label Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

Benchmark for 436a833

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.06ms 2.8±0.00ms 0.00%
only_read/tplink_ax1800 7.3±0.04ms 7.4±0.01ms +1.37%
unsquashfs/full 10.5±0.20ms 10.3±0.12ms -1.90%
unsquashfs/full-path-filter 7.0±0.09ms 7.0±0.08ms 0.00%
unsquashfs/list 8.2±0.11ms 8.2±0.11ms 0.00%
unsquashfs/list-path-filter 7.3±0.08ms 7.4±0.13ms +1.37%
write_read/netgear_ax6100v2 1295.9±6.83ms 1288.7±4.57ms -0.56%
write_read/tplink_ax1800 7.1±0.02s 7.1±0.03s 0.00%

@wcampbell0x2a wcampbell0x2a merged commit 1fc40db into master Feb 7, 2024
31 checks passed
@wcampbell0x2a wcampbell0x2a deleted the dependabot/github_actions/dangoslen/dependabot-changelog-helper-3.8.0 branch February 7, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI GitHub Action C-dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant