Skip to content

Changelog Dependabot Helper 3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 14:27
15b927c

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