Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Update typescript-eslint monorepo to v5 (major) #144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

realliance-renovate
Copy link
Contributor

@realliance-renovate realliance-renovate commented Oct 11, 2021

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin devDependencies major 4.21.0 -> 5.6.0
@typescript-eslint/parser devDependencies major 4.21.0 -> 5.6.0

Release Notes

typescript-eslint/typescript-eslint

v5.6.0

Compare Source

Features

v5.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] order literal names correctly in (#​4054) (d57141a)
  • eslint-plugin: [no-duplicate-imports] remove unnecessary type checking for node.source (#​4196) (637722a)
  • eslint-plugin: [no-var-requires] do not report require created from createRequire (#​4221) (0040186)
  • eslint-plugin: [prefer-for-of] do nor error when iterating over this (#​4176) (258ddb0)
  • eslint-plugin: [require-await] treat yield* asynciterable as an await (#​4125) (5a4ce6a)
  • eslint-plugin: remove all whitespaces in comparison #​4220 (#​4223) (853d799)
  • experimental-utils: export RuleCreator interfaces (#​4199) (7821e4c)
  • experimental-utils: fix types for eslint-utils (#​4173) (7079de2)
  • scope-manager: support static class blocks (#​4211) (f8e9125)
  • visitor-keys: add missing import assertion keys (#​4178) (9c38b7f)
Features
  • eslint-plugin: [member-ordering] add option to sort case insensitive (#​3896) (e3533d5)
  • eslint-plugin: array-type distinguish whether readonly or not (#​4066) (314af44)

v5.4.0

Compare Source

Bug Fixes
  • correct issues with circular imports (#​4140) (4c87b24)
  • eslint-plugin: [explicit-member-accessibility] private fields cannot have accessibility modifiers (#​4117) (81b25c1)
  • eslint-plugin: [no-implied-eval] ignore locally declared functions (#​4049) (d97140e)
  • eslint-plugin: check optional chaining for floating promises (#​4096) (d724777)
  • landing page title duplication (#​4123) (844c25e)
Features

5.3.1 (2021-11-08)

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

v5.3.1

Compare Source

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

v5.3.0

Compare Source

Bug Fixes
  • eslint-plugin: ignore private identifiers in explicit-module-boundary-types (#​4046) (80b853d)
  • eslint-plugin: skip seenTypes for unions in isTypeReadonly (#​4043) (6af7ca7)
  • experimental-utils: add name property to test case interface (#​4067) (f3021c9)
Features
  • eslint-plugin: [no-shadow] exclude external type declaration merging (#​3959) (a93cebf)
  • experimental-utils: extract isTokenOfTypeWithConditions out of ast-utils' predicates (#​3977) (5229597)

v5.2.0

Compare Source

Bug Fixes
Features

v5.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports]: report type-only imports properly (#​3996) (283cdf2)
  • eslint-plugin: [strict-bool-expr] treat unconstrained generic as any (#​3981) (9b29ca7)
  • typescript-estree: support private optional property definition (#​3997) (8605e08)
Features
  • experimental-utils: extract ast-utils' predicates' helpers (#​3976) (154ec9a)

v5.0.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-member-accessibility] report TSAbstractPropertyDefinition and TSAbstractMethodDefinition properly (#​3901) (82016f9)
  • eslint-plugin: update new rules from master (#​3840) (d88a6b4)
  • update new rules from master (b34fb7e)
  • eslint-plugin: crash in no-dupe-class-members (v5) (#​3813) (4b09644)
  • experimental-utils: fix isSetter's return type (#​3975) (d256856)
  • typescript-estree: change source of ExportNamedDeclaration to Literal from Expression (#​3763) (dc5a0f5)
Features
BREAKING CHANGES
  • eslint-plugin: ban-types no longer reports object by default

v4.33.0

Compare Source

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)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
  • experimental-utils: add missing signature for isParenthesized (#​3887) (806eaac)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)
  • Support 'latest' as ecmaVersion (#​3873) (25a42c0)

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

Bug Fixes
  • ast-spec: remove duplicate union types from Expression (#​3770) (463e768)
  • utils: support immutable arrays in ReportFixFunction (#​3830) (8218055)
Features
  • eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#​3733) (a46e318)
  • eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#​3709) (363b3dc)
  • eslint-plugin: add no-meaningless-void-operator rule (#​3641) (ea40ab6)
  • eslint-plugin: add extension rule padding-line-between-statements (#​3418) (f79ae9b)
  • experimental-utils: extract isNodeOfType out of ast-utils' predicates (#​3677) (4bfa437)

v4.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] false positive with optional chaining (#​3711) (c19fc6e), closes #​3510
  • eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#​3706) (71dd273)
  • eslint-plugin: isTypeReadonly error with <TS3.7 (#​3731) (5696407)
  • visitor-keys: add key to StaticBlock (v5) (#​3812) (fa35e22)
Features
  • experimental-utils: add literal types to global option (#​3634) (820965c)
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#​3598) (f5a6806)
  • eslint-plugin: [no-implied-eval] permit more expression types (#​3624) (ca7c549)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#​3581) (b595575)
  • eslint-plugin: [return-await] handle nested functions correctly (#​3601) (4a196b5)
  • eslint-plugin: [return-await] properly handle fixes for TSAsExpression (#​3631) (00a4369)
  • experimental-utils: simplify eslint-utils' findVariable's signature in ast-utils (#​3574) (3ef5267)
  • typescript-estree: correct tty check (#​3635) (62bcc93)
  • typescript-estree: ensure --fix works with singleRun mode (#​3655) (99eca0d)
Features
  • ast-spec: extract ExportKind & ImportKind (#​3564) (120d566)
  • ast-spec: make BaseNode & BaseToken more type-safe (#​3560) (a6c5604)
  • eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#​3572) (18e30cb)
  • eslint-plugin: [prefer-return-this-type] add a new rule (#​3228) (5e1a615)
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)
  • typescript-estree: add support for custom module resolution (#​3516) (d48429d)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] factor in union types (#​3434) (ac86a79)
  • experimental-utils: expand RuleTester config properties (#​3557) (ffbb3cf)
  • experimental-utils: fix eslint-utils' negative predicates' return types (#​3462) (1e6016b)
  • experimental-utils: fix eslint-utils' negative predicates' return types in ast-utils (#​3461) (614b0a3)
  • experimental-utils: make keys for ReferenceTracker options optional (#​3531) (a7fd7bb)
Features
  • experimental-utils: add only property to RuleTester types (#​3555) (2a36e3e)
  • experimental-utils: expose ReferenceTracker.ESM (#​3532) (4ac67c4)
  • experimental-utils: use mergable interface for settings property (#​3556) (abfc19b)

v4.27.0

Compare Source

Bug Fixes
  • eslint-plugin: allow explicit any for no-unsafe-return (#​3498) (b15a2b2)
  • typescript-estree: allow providing more one than one existing program in config (#​3508) (4f1806e)
  • typescript-estree: support override modifier for parameter property (#​3485) (33b9f69)
Features
  • ast-spec: specify LogicalExpression's operator type (#​3497) (9e343fd)
  • ast-spec: specify PunctuatorToken's value type (#​3496) (fdb1d81)
  • eslint-plugin: [prefer-literal-enum-member] add allowBitwiseExpressions option (#​3515) (288092a)
  • typescript-estree: add opt-in inference for single runs and create programs for projects up front (#​3512) (06c2d9b)
  • allow user to provide TS program instance in parser options (#​3484) (e855b18)

4.26.1 (2021-06-07)

Bug Fixes

v4.26.1

Compare Source

Bug Fixes

v4.26.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [member-ordering] add callback as an ordering type of node (#​3354) (d134b1f)
  • eslint-plugin: [space-infix-ops] Add support for Union and intersection of type declarations (#​3360) (3d29323)
  • scope-manager: reduce generated lib file size (#​3468) (258116b)

v4.25.0

Compare Source

Bug Fixes
  • corrected no-unsupported-browser-code in roadmap as unimplemented (#​3407) (2319b0e)
  • experimental-utils: fix isAwaitKeyword predicate in ast-utils (#​3290) (c15da67)
Features

v4.24.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] fix static class method generics shadowing class generics (#​3393) (b1e1c8a), closes #​2592
  • eslint-plugin: [no-unsafe-*] special case handling for the empty map constructor with no generics (#​3394) (cae4f4a), closes #​2109
Features
  • eslint-plugin: [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with noPropertyAccessFromIndexSignature (#​3361) (37ec2c2)

v4.23.0

Compare Source

Bug Fixes
  • scope-manager: fix visiting TSAsExpression in assignment (#​3355) (87521a0)
Features
  • experimental-utils: Include getCwd() in RuleContext type (#​3308) (2b75c11)
  • refactor to split AST specification out as its own module (#​2911) (25ea953)

4.22.1 (2021-05-04)

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

v4.22.1

Compare Source

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

v4.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unsafe-argument] handle tuple types on rest arguments (#​3269) (6f8cfe6)
Features

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by Renovate Bot.

@realliance-renovate realliance-renovate force-pushed the renovate/major-typescript-eslint-monorepo branch from bcf741b to 997cae8 Compare October 18, 2021 17:47
@realliance-renovate realliance-renovate force-pushed the renovate/major-typescript-eslint-monorepo branch from 997cae8 to cc78ff3 Compare October 25, 2021 17:52
@realliance-renovate realliance-renovate force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 2fdd9ec to 2cb9689 Compare November 8, 2021 18:52
@realliance-renovate realliance-renovate force-pushed the renovate/major-typescript-eslint-monorepo branch from 2cb9689 to 34f5a63 Compare November 15, 2021 18:17
@realliance-renovate realliance-renovate force-pushed the renovate/major-typescript-eslint-monorepo branch from 34f5a63 to 37b173f Compare November 29, 2021 20:12
@realliance-renovate realliance-renovate force-pushed the renovate/major-typescript-eslint-monorepo branch from 37b173f to 2690050 Compare December 6, 2021 18:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant