Skip to content

Releases: dangoslen/dependabot-changelog-helper

Changelog Dependabot Helper 3.9.0

28 Mar 00:18
392b224
Compare
Choose a tag to compare

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)

Changelog Dependabot Helper 3.8.1

11 Feb 20:23
3e4e9cc
Compare
Choose a tag to compare

Fixed

  • Fixes improper defaulting for deprecated activationLabel to activationLabels input

Changelog Dependabot Helper 3.8.0

02 Feb 14:46
ffabc6e
Compare
Choose a tag to compare

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 Dependabot Helper 3.7.0

27 Nov 14:27
15b927c
Compare
Choose a tag to compare

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

Changelog Dependabot Helper 3.6.0

11 Nov 21:27
a8b3672
Compare
Choose a tag to compare

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)

Changelog Dependabot Helper 3.5.0

21 Jul 01:41
42a1578
Compare
Choose a tag to compare

Changed

  • Pull Request links in the entry are now formatted as full Markdown links instead of relying on GitHub Auto-linking (#189)

Dependencies

  • Bump jest from 29.5.0 to 29.6.1 (#186)
  • Bump @types/node from 20.4.1 to 20.4.2 (#190)
  • Bump eslint from 8.44.0 to 8.45.0 (#191)

Changelog Dependabot Helper 3.4.0

10 Jul 00:43
e51dc5f
Compare
Choose a tag to compare

Added

  • Adds support for bump and update in Dependabot pull request titles (addresses #181)

Dependencies

  • Bump @types/node from 20.3.2 to 20.4.1 (#183)
  • Bump eslint from 8.43.0 to 8.44.0 (#179)
  • Bump ts-jest from 29.1.0 to 29.1.1 (#178)

Changelog Dependabot Helper 3.3.0

30 Jun 14:47
d7dffc9
Compare
Choose a tag to compare

Fixed

  • Fixes support for sections with irregular entries or content.

Dependencies

  • Bump actions/checkout from 3.5.2 to 3.5.3 (#171)
  • Bump eslint from 8.42.0 to 8.43.0 (#172)
  • Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (#173)
  • Bump @types/node from 20.2.5 to 20.3.2 (#176)
  • Bump typescript from 5.1.3 to 5.1.6 (#175)

Changelog Dependabot Helper 3.2.0

06 Jun 19:09
a35467c
Compare
Choose a tag to compare

Added

Dependencies

  • Bump typescript from 4.9.5 to 5.1.3 (#165)
  • Bump eslint-plugin-github from 4.7.0 to 4.8.0 (#166)
  • Bump prettier from 2.8.3 to 2.8.8 (#157)
  • Bump @types/node from 18.16.4 to 20.2.5 (#167)
  • Bump eslint from 8.39.0 to 8.42.0 (#168)
  • Bump @types/jest from 29.5.1 to 29.5.2 (#164)

Changelog Dependabot Helper 3.1.1

01 Jun 16:43
f5a07e2
Compare
Choose a tag to compare

Fixed

  • Support nested lists in changelogs #161