chore(deps): update typescript-eslint monorepo to v6.21.0 - #146
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update typescript-eslint monorepo to v6.21.0#146renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 16, 2023 19:43
04c0880 to
768a0ba
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 23, 2023 19:45
768a0ba to
6b91b47
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 30, 2023 17:24
6b91b47 to
62ef1b3
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 30, 2023 19:19
62ef1b3 to
c0c0e5b
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 6, 2023 19:39
c0c0e5b to
8b37881
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 13, 2023 17:24
8b37881 to
1478a15
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 13, 2023 18:48
1478a15 to
0e8eb00
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 20, 2023 18:19
0e8eb00 to
267b58a
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
November 28, 2023 10:29
3f91fe8 to
90f5457
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 4, 2023 17:43
90f5457 to
76b0c71
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 11, 2023 19:10
76b0c71 to
f3ba3e1
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 18, 2023 19:31
f3ba3e1 to
cd77b52
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 25, 2023 19:00
cd77b52 to
c6b96d4
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 1, 2024 18:30
c6b96d4 to
02e01c6
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 6, 2024 15:32
02e01c6 to
4505d9d
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 9, 2024 00:19
4505d9d to
a95503d
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 15, 2024 19:27
a95503d to
759c41e
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 22, 2024 19:22
759c41e to
a3c6049
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 29, 2024 19:23
a3c6049 to
d3f2962
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
February 5, 2024 19:44
d3f2962 to
dfb94bf
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
August 10, 2025 13:26
dfb94bf to
9835ed0
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
September 25, 2025 15:28
9835ed0 to
ebdf94c
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
March 27, 2026 13:19
ebdf94c to
6229580
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
April 29, 2026 14:03
6229580 to
d7713d2
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
May 28, 2026 15:59
d7713d2 to
43fd2df
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
July 12, 2026 17:46
43fd2df to
f9c7cbc
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
July 30, 2026 20:46
f9c7cbc to
0bf7c27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.7.4→6.21.06.7.4→6.21.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Bug Fixes
patternsorpathsin options are empty (#8108) (675e987)Features
defaultcase on an already exhaustiveswitch(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Bug Fixes
no-unsafe-unary-minus(#7998) (705370a)Features
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.12.0Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterfaceis set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
v6.11.0Compare Source
Bug Fixes
allowTypedFunctionExpressions(#7553) (be2777c)Features
no-unsafe-unary-minusrule (#7390) (c4709c2)CodePathselector types (#7551) (99a026f)You can read about our versioning strategy and releases on our website.
v6.10.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.0Compare Source
Bug Fixes
Features
this: voidparameter (#7696) (6398d3f), closes #7538You can read about our versioning strategy and releases on our website.
v6.8.0Compare Source
Bug Fixes
Features
prefer-destructuring(#7117) (3c6379b)You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.5Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.2Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.12.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.11.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.10.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.9.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.9.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.8.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.5Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.