Skip to content

Dependencies: Bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0

Bumps @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0.

Release notes

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

v5.45.0

5.45.0 (2022-11-28)

Bug Fixes

  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#6043) (6e079eb)
  • scope-manager: add support for TS4.9 satisfies expression (#6059) (44027db)
  • typescript-estree: stub out ts.SatisfiesExpression on old TS versions (#6076) (1302b30)

Features

  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#5965) (2abadc6)
  • support Auto Accessor syntax (#5926) (becd1f8)
Changelog

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

5.45.0 (2022-11-28)

Bug Fixes

  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#6043) (6e079eb)

Features

  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#5965) (2abadc6)
Commits
  • 267da4e chore: publish v5.45.0
  • 2abadc6 feat(eslint-plugin): [member-ordering] add a required option for required vs....
  • 6e079eb fix(eslint-plugin): [prefer-readonly] report if a member's property is reassi...
  • f02761a fix(eslint-plugin): [member-ordering] support private fields (#5859)
  • ee62b0b chore: use no-restricted-syntax to enforce created options in rules (#6074)
  • 1f19998 fix(eslint-plugin): [keyword-spacing] prevent crash on no options (#6073)
  • 42b33af fix(eslint-plugin): [array-type] --fix flag removes parentheses from type (#5...
  • See full diff in compare view


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

Merge request reports