Skip to content

3.0.0

Latest

Choose a tag to compare

@MoOx MoOx released this 02 Jun 09:06
· 3 commits to main since this release
e58f0ea

⚠️ Breaking changes (CLI usage unchanged):

  • 🔒 Upgrade grizzly to ^6 to fix the @octokit/* ReDoS advisories
  • 💥 Now requires Node.js >= 18 (grizzly@6 is ESM-only)
  • 📦 The package is now an ES module ("type": "module")

Internal:

  • 🛠 Replace prettier + pretty-quick with oxlint + oxfmt (removes the
    cross-spawn/execa advisories from the dev dependencies)
  • ⬆️ Upgrade husky to ^9 (hooks moved to the .husky/ directory)