Skip to content

v18.0.0

Choose a tag to compare

@open-turo-bot open-turo-bot released this 02 Dec 20:06
· 3 commits to main since this release

18.0.0 (2025-12-02)

⚠ BREAKING CHANGES

  • recommended.cjs: Existing repos may comply with react-hooks/exhaustive-deps warn, but error will surface code that does not have an eslint-disable directive
  • bumps eslint-plugin-react-hooks from v6 to v7, removes eslint-plugin-react-compiler

Miscellaneous

  • deps: bump to latest, update pre-commit (1039647)
  • deps: run npm dedupe (17c2dd2)

Documentation

  • add v18 breaking changes docs (4c595cc)

Features

  • replace eslint-plugin-react-compiler with v7 of eslint-plugin-react-hooks (ebcfb57)
  • recommended.cjs: set react-hooks/exhaustive-deps from warn to error (dd1bfea)
  • upgrade react-hooks/incompatible-library to error (076c914)

Bug Fixes

  • deps: bump to latest (1aae23c)
  • deps: update prettier version in pre-commit to fix update dependencies job (0c27bb3)