Skip to content

️ deps(dev): Bump @typescript-eslint/eslint-plugin from 5.2.0 to 5.3.0

Bumps @typescript-eslint/eslint-plugin from 5.2.0 to 5.3.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v5.3.0

5.3.0 (2021-11-01)

Bug Fixes

  • eslint-plugin: ignore private identifiers in explicit-module-boundary-types (#4046) (80b853d)
  • eslint-plugin: skip seenTypes for unions in isTypeReadonly (#4043) (6af7ca7)
  • experimental-utils: add name property to test case interface (#4067) (f3021c9)

Features

  • eslint-plugin: [no-shadow] exclude external type declaration merging (#3959) (a93cebf)
  • experimental-utils: extract isTokenOfTypeWithConditions out of ast-utils' predicates (#3977) (5229597)
Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

5.3.0 (2021-11-01)

Bug Fixes

  • eslint-plugin: ignore private identifiers in explicit-module-boundary-types (#4046) (80b853d)
  • eslint-plugin: skip seenTypes for unions in isTypeReadonly (#4043) (6af7ca7)

Features

  • eslint-plugin: [no-shadow] exclude external type declaration merging (#3959) (a93cebf)
Commits
  • c289d13 chore: publish v5.3.0
  • 6af7ca7 fix(eslint-plugin): skip seenTypes for unions in isTypeReadonly (#4043)
  • 80b853d fix(eslint-plugin): ignore private identifiers in explicit-module-boundary-ty...
  • a93cebf feat(eslint-plugin): [no-shadow] exclude external type declaration merging (#...
  • 475caa4 docs(eslint-plugin): Fix consistent-type-definitions README with correct us...
  • See full diff in compare view

Merge request reports