Skip to content

Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.0

Bumps @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.0.

Release notes

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

v6.2.0

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
  • typescript-estree: fix TSNode type error on old ts versions (#7267) (f2aed1b)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

You can read about our versioning strategy and releases on our website.

Changelog

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

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

You can read about our versioning strategy and releases on our website.

Commits
  • c869aa1 chore: publish v6.2.0
  • af77a1d fix(eslint-plugin): use a default export for the rules type (#7266)
  • 18ea3b1 feat(eslint-plugin): [class-methods-use-this] add extension rule (#6457)
  • f813147 feat(eslint-plugin): sync getFunctionHeadLoc implementation with upstream (#7...
  • d207b59 fix(eslint-plugin): [member-ordering] account for repeated names (#6864)
  • b3e0e75 fix(eslint-plugin): [no-unsafe-enum-comparison] exempt bit shift operators (#...
  • b62affe fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type of left...
  • 0fef2e3 chore: use workerIdleMemoryLimit in jest tests (#7249)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

合并请求报告