chore(deps): update typescript-eslint monorepo to ^7.18.0 - #546
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update typescript-eslint monorepo to ^7.18.0#546renovate[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
June 12, 2025 08:31
8f07415 to
15b930b
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
August 10, 2025 14:53
15b930b to
c304242
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
August 31, 2025 09:40
c304242 to
ec9b712
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
September 25, 2025 18:44
ec9b712 to
f8267e4
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 21, 2025 11:52
f8267e4 to
4a5e8b7
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 10, 2025 15:14
4a5e8b7 to
0761e87
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 18, 2025 09:48
0761e87 to
48004d2
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 3, 2025 17:17
48004d2 to
46f9a05
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 31, 2025 16:55
46f9a05 to
3195d1d
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
January 23, 2026 17:34
2eb2dce to
c0161a1
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
February 15, 2026 11:12
c0161a1 to
0c64a19
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
March 5, 2026 15:08
0c64a19 to
1573b00
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
March 14, 2026 14:23
1573b00 to
03f4503
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
April 15, 2026 22:31
03f4503 to
038323a
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
April 29, 2026 20:48
038323a to
1fe4656
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
May 18, 2026 12:43
3427a8a to
1777832
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
June 1, 2026 20:14
75cf705 to
b22a4d4
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
June 13, 2026 16:15
b22a4d4 to
e349baf
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
July 16, 2026 21:08
5f81312 to
dba23bc
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
July 24, 2026 15:45
dba23bc to
8112bf3
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
July 30, 2026 18:19
8112bf3 to
d454e94
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:
^7.12.0→^7.18.0^7.12.0→^7.18.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.17.0Compare Source
🚀 Features
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.0Compare Source
🚀 Features
rule-tester: stricter rule test validations
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
eslint-plugin: add support for nested namespaces to unsafe-member-access
eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
deps: update dependency @eslint-community/regexpp to v4.11.0
eslint-plugin: [no-floating-promises] add
suggestionsto tests from #9263checkThenableswebsite: react key error on internal pages of website
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArrayoption is enabled❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.15.0Compare Source
🚀 Features
eslint-plugin: [array-type] detect
Readonly<string[]>caseeslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
disable
EXPERIMENTAL_useProjectServiceindisabled-type-checkedshared configeslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any
eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.1Compare Source
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.1Compare Source
🩹 Fixes
eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [return-await] support explicit resource management
eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.0Compare Source
🚀 Features
typescript-estree: require
import = require()argument to be a string literaltypescript-estree: forbid
.body,.async,.generatorondeclare functioneslint-plugin: [no-dynamic-delete] allow all string literals as index
🩹 Fixes
ast-spec: function-call-like callee should be Expression not LeftHandSideExpression
scope-manager: handle index signature in class
eslint-plugin: [init-declarations] refine report locations
eslint-plugin: [no-base-to-string] make error message more nuanced
eslint-plugin: [no-unsafe-assignment] be more specific about error types
eslint-plugin: [no-magic-numbers] fix implementation of the
ignoreoption❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.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.
v7.17.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.
v7.16.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.
v7.16.0Compare Source
🩹 Fixes
deps: update dependency @eslint-community/regexpp to v4.11.0
website: react key error on internal pages of website
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.15.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.
v7.14.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.
v7.14.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.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.
v7.13.0Compare Source
🚀 Features
❤️ Thank You
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.