Skip to content

18.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 15:03
· 22 commits to refs/heads/main since this release
4d3efb3

What’s Changed

@typescript-eslint/parser changes

@typescript-eslint/parser has been updated from 6.21.0 to 7.1.0 release notes. As a result, to maintain compatibility with this package you may need to make modifications within your codebase:

  • ⚠️ Dropping support for Node 16, 19, and Node 18 versions prior to 18.18.0.
  • ⚠️ Update the TypeScript peer dependency requirement to >=4.7.4.
  • eslint is managed via eslint-config-skyscanner and is an acceptable version. No change required from consumers.

Added

  • [LOOM-1339]: Added @skyscanner/rules/forbid-component-props from @skyscanner/eslint-plugin-rules (#714) @mungodewar
  • [NOJIRA]: Update engine & npm (#718) @mungodewar

Dependency updates