Skip to content

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

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

Release notes

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

v5.11.0

5.11.0 (2022-02-07)

Bug Fixes

  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#4509) (4209362)

Features

  • eslint-plugin: [explicit-function-return-type] add allowedNames (#4440) (936e252)

v5.10.2

5.10.2 (2022-01-31)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#4494) (4a6d217)

v5.10.1

5.10.1 (2022-01-24)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.10.0

5.10.0 (2022-01-17)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#4411) (c8e650f)
  • type-utils: check IndexSignature internals when checking isTypeReadonly (#4417) (ef3147c), closes #4410 #3714
  • type-utils: intersection types involving readonly arrays are now handled in most cases (#4429) (5046882)
  • type-utils: isTypeReadonly now handles conditional types (#4421) (39a6806)
  • type-utils: union types always being marked as readonly (#4419) (99ab193)

Features

  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#4172) (1d55a75)
  • type-utils: make isTypeReadonly's options param optional (#4415) (3a07a56)

v5.9.1

5.9.1 (2022-01-10)

... (truncated)

Changelog

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

5.11.0 (2022-02-07)

Bug Fixes

  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#4509) (4209362)

Features

  • eslint-plugin: [explicit-function-return-type] add allowedNames (#4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#4494) (4a6d217)

5.10.1 (2022-01-24)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.10.0 (2022-01-17)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#4411) (c8e650f)

Features

  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#4172) (1d55a75)

... (truncated)

Commits
  • cb91d76 chore: publish v5.11.0
  • b95f796 fix(eslint-plugin): [no-magic-numbers] fix invalid schema merging (#4517)
  • 4209362 fix(eslint-plugin): [non-nullable-type-assertion-style] fix false positive wh...
  • 936e252 feat(eslint-plugin): [explicit-function-return-type] add allowedNames (#4440)
  • 1d88ac1 chore: publish v5.10.2
  • 04baac8 docs: standardized rule docs heading and option-less Options (#4367)
  • 4a6d217 fix(eslint-plugin): [no-restricted-imports] allow relative type imports with ...
  • 3e1ebca chore: publish v5.10.1
  • 8894106 chore: publish v5.10.0
  • f4016c2 fix(eslint-plugin): [no-extra-semi] false negatives when used with eslint 8.3...
  • Additional commits viewable in compare view

Merge request reports