Release 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
to18.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]