Skip to content

v0.8.4

Choose a tag to compare

@amery amery released this 24 Mar 18:15
· 74 commits to main since this release
928b1f9

v0.8.4

Added

  • package.json: Added keywords for npm discoverability and
    bugs URL

Changed

  • deps: Updated @eslint/js, @stylistic/eslint-plugin,
    @typescript-eslint/parser, eslint, eslint-plugin-jsonc,
    typescript-eslint, pkg-pr-new
  • stylistic: Pinned arrow-parens to ['error', 'always']
    @stylistic/eslint-plugin 5.1.0 changed its recommended preset
    default from "always" to "as-needed". Applied autofix across
    the codebase
  • packageManager: pnpm 10.30.3 → 10.32.1
  • scripts: Reordered precommit and prepack to run build
    before lint so all generated artifacts exist during linting