Skip to content

️ deps(dev): Bump @typescript-eslint/eslint-plugin from 5.11.0 to 5.12.0

Bumps @typescript-eslint/eslint-plugin from 5.11.0 to 5.12.0.

Release notes

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

v5.12.0

5.12.0 (2022-02-14)

Bug Fixes

  • eslint-plugin: [init-declarations] fix nested namespace (#4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#4548) (4da9278)

Features

  • add checking property definition for allowNames option (#4542) (e32bef6)
Changelog

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

5.12.0 (2022-02-14)

Bug Fixes

  • eslint-plugin: [init-declarations] fix nested namespace (#4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#4548) (4da9278)

Features

  • add checking property definition for allowNames option (#4542) (e32bef6)
Commits
  • 877cc48 chore: publish v5.12.0
  • fe910e6 fix(eslint-plugin): [init-declarations] fix nested namespace (#4544)
  • 4da9278 fix: support nested object deconstructuring with type annotation (#4548)
  • 5b7d8df fix(eslint-plugin): [no-unnecessary-type-arguments] Use Symbol to check if it...
  • e32bef6 feat: add checking property definition for allowNames option (#4542)
  • See full diff in compare view

Merge request reports