Skip to content

development-dependency: bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0

Bumps @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0.

Release notes

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

v4.33.0

4.33.0 (2021-10-04)

Bug Fixes

  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#3946) (0868725)
  • experimental-utils: add getPhysicalFilename() to RuleContext (#3934) (ee5dfd4)
  • experimental-utils: require fix in suggestions (#3949) (f022fb1)

Features

  • experimental-utils: extract isNodeOfTypeWithConditions out of ast-utils' predicates (#3837) (214f898)
Changelog

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

4.33.0 (2021-10-04)

Bug Fixes

  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#3946) (0868725)
Commits
  • 7bf8c9c chore: publish v4.33.0
  • edaa3c1 fix(eslint-plugin): [no-restricted-imports] fix crash when no options given (...
  • 0868725 fix(eslint-plugin): [prefer-regexp-exec] check RegExp without flags (#3946)
  • f8f534e fix(eslint-plugin): [padding-line-between-statements] TSModuleBlock should ch...
  • 240fc65 fix(eslint-plugin): [lines-between-class-members] fix exceptAfterOverload f...
  • 40760f9 fix(eslint-plugin): [non-nullable-type-assertion-style] false-positive with n...
  • c40dd13 fix(eslint-plugin): [no-confusing-void-expression] support optional chaining ...
  • 35a8acf refactor(eslint-plugin): [no-shadow] use findVariable from utils (#3921)
  • 3c773e4 docs(eslint-plugin): [no-unsafe-argument] fix grammar (#3889)
  • See full diff in compare view

Merge request reports