Skip to content

Release 12.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 18:34
· 3 commits to main since this release

It's been 7 years since I looked at danger init and err, the world of CI has changed quite a bit since then. So, Danger JS's
init command now knows that GitHub Actions exists and will correctly offer some advice on how to set up a Dangerfile for it. - [@orta]


12.0.1

Bumping to 12.x because we've raised the minimum to node version from 14 to 18. This is due to some of our dependencies
requiring a newer version of node. This is a breaking change for some folk! Also, 14 has been out of support for quite a while
now and Node 18 gives us a full year. - [@orta]

  • Remove the user checks in GitHub comment/inline comment lookups, to allow using app tokens [#1433] - [@orta]
  • Upgrade node engine from >=14.13.1 to >=18 [@heltoft]
  • Upgrade @types/node from ^10.11.3 to 18.19.18 [@heltoft]
  • GitLab: [#1386] Move from @gitbeaker/node to @gitbeaker/rest [@heltoft]
  • GitLab: [#1412] Danger fails to create inline comments on Gitlab [@heltoft]
  • GitLab: [#1405] Can't post multiple inline comments [@heltoft]
  • GitLab: Do not delete system resolved danger inline comments [@heltoft]
  • Fix for ESM imports in Dangerfiles [@mgol]