Skip to content

20.0.0

Choose a tag to compare

@renovate-release renovate-release released this 19 May 11:24
· 19120 commits to main since this release

20.0.0 (2020-05-19)

⚠ BREAKING CHANGES

  • emoji’s now default to using unicode
  • path for the config validator is now in lib/ and dist/ and not bin/
  • Renovate will no longer create renovate/verify status checks on third party PRs.
  • npm: npm, yarn and pnpm are no longer embedded with the installation

Features

  • default unicodeEmoji to true (e8bbdf9)
  • remove third party pr validation (082cd4e)
  • npm: drop embedded managers (96fb5f4), closes #4208
  • drop node.js v10 support (ba365e3)

Tests

Code Refactoring

  • convert config-validator to TypeScript (e102132)

Miscellaneous Chores