Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.39.0 -> 8.49.0 age confidence
@typescript-eslint/parser (source) 8.39.0 -> 8.49.0 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

v8.39.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.49.0

Compare 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.

v8.48.1

Compare 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.

v8.48.0

Compare 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.

v8.47.0

Compare 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.

v8.46.4

Compare 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.

v8.46.3

Compare 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.

v8.46.2

Compare 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.

v8.46.1

Compare 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.

v8.46.0

Compare 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.

v8.45.0

Compare 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.

v8.44.1

Compare 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.

v8.44.0

Compare 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.

v8.43.0

Compare 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.

v8.42.0

Compare 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.

v8.41.0

Compare 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.

v8.40.0

Compare 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.

v8.39.1

Compare 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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automerge Auto merge PR with Kodiak label Aug 11, 2025
@renovate renovate bot enabled auto-merge (rebase) August 11, 2025 20:43
@github-actions
Copy link

github-actions bot commented Aug 11, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ ACTION actionlint 6 1 0 0.28s
✅ BASH bash-exec 3 0 0 0.01s
❌ BASH shellcheck 3 1 0 0.03s
✅ BASH shfmt 3 0 0 0 0.03s
✅ COPYPASTE jscpd yes no no 3.55s
❌ DOCKERFILE hadolint 2 1 0 0.35s
✅ EDITORCONFIG editorconfig-checker 159 0 0 0.68s
✅ JSON jsonlint 18 0 0 0.17s
✅ JSON npm-package-json-lint yes no no 0.53s
✅ JSON prettier 18 0 0 0 1.52s
❌ JSON v8r 18 1 0 9.31s
⚠️ MARKDOWN markdownlint 2 1 72 0 1.31s
❌ MARKDOWN markdown-link-check 2 1 0 60.42s
✅ MARKDOWN markdown-table-formatter 2 1 0 0 0.19s
❌ REPOSITORY checkov yes 6 no 16.34s
✅ REPOSITORY git_diff yes no no 0.01s
❌ REPOSITORY grype yes 22 no 26.85s
✅ REPOSITORY secretlint yes no no 0.79s
✅ REPOSITORY syft yes no no 6.96s
⚠️ REPOSITORY trivy yes 1 no 12.56s
✅ REPOSITORY trivy-sbom yes no no 6.11s
✅ REPOSITORY trufflehog yes no no 16.6s
❌ SPELL cspell 161 5 0 6.25s
❌ SPELL lychee 33 8 0 4.39s
✅ TYPESCRIPT prettier 108 36 0 0 2.45s
❌ TYPESCRIPT ts-standard 108 108 1 0 26.3s
✅ YAML prettier 13 0 0 0 2.23s
✅ YAML v8r 13 0 0 6.62s
❌ YAML yamllint 13 23 0 4.49s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0764da8 to 65fac7c Compare August 18, 2025 19:09
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.39.1 chore(deps): update typescript-eslint monorepo to v8.40.0 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 65fac7c to f9a159b Compare August 25, 2025 17:53
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.40.0 chore(deps): update typescript-eslint monorepo to v8.41.0 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f9a159b to 942984b Compare September 8, 2025 00:14
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.41.0 chore(deps): update typescript-eslint monorepo to v8.42.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 942984b to 858a2b1 Compare September 8, 2025 17:32
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.42.0 chore(deps): update typescript-eslint monorepo to v8.43.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 858a2b1 to 1e02efa Compare September 15, 2025 18:09
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.43.0 chore(deps): update typescript-eslint monorepo to v8.44.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1e02efa to 841fe58 Compare September 22, 2025 17:43
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.44.0 chore(deps): update typescript-eslint monorepo to v8.44.1 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 841fe58 to 585d324 Compare September 29, 2025 17:12
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.44.1 chore(deps): update typescript-eslint monorepo Sep 29, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 585d324 to e21a214 Compare September 29, 2025 22:34
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v8.45.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e21a214 to 2654e30 Compare October 6, 2025 20:38
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.45.0 chore(deps): update typescript-eslint monorepo to v8.46.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2654e30 to 25ee01e Compare October 13, 2025 21:41
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.46.0 chore(deps): update typescript-eslint monorepo to v8.46.1 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 25ee01e to 8e380e6 Compare October 20, 2025 18:03
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.46.1 chore(deps): update typescript-eslint monorepo to v8.46.2 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8e380e6 to f348f53 Compare November 3, 2025 19:46
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.46.2 chore(deps): update typescript-eslint monorepo to v8.46.3 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f348f53 to fe58a54 Compare November 11, 2025 00:14
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.46.3 chore(deps): update typescript-eslint monorepo to v8.46.4 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fe58a54 to 49e5a79 Compare November 17, 2025 22:43
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.46.4 chore(deps): update typescript-eslint monorepo to v8.47.0 Nov 17, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 49e5a79 to b906603 Compare November 24, 2025 20:40
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.47.0 chore(deps): update typescript-eslint monorepo to v8.48.0 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b906603 to afef2ff Compare December 2, 2025 08:56
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.48.0 chore(deps): update typescript-eslint monorepo Dec 2, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from afef2ff to 6bffdc6 Compare December 2, 2025 12:56
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v8.48.1 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6bffdc6 to 53862d1 Compare December 3, 2025 17:06
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 53862d1 to 310c920 Compare December 8, 2025 17:30
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.48.1 chore(deps): update typescript-eslint monorepo to v8.49.0 Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Auto merge PR with Kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant