Skip to content

Update typescript-eslint monorepo to v8.37.0 #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

krypton-build-user
Copy link
Collaborator

@krypton-build-user krypton-build-user commented Mar 1, 2025

This PR contains the following updates:

Package Type Update Change Pending
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.24.0 -> 8.37.0 8.38.0
@typescript-eslint/parser (source) devDependencies minor 8.24.0 -> 8.37.0 8.38.0

Release Notes

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

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.

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.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.

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

v8.33.0

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.

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

v8.28.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#​10861)
🩹 Fixes
  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#​10986)
❤️ Thank You

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

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

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

v8.37.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.36.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.35.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.35.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.34.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.34.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.33.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.33.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.32.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.32.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.31.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.31.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.30.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.30.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.29.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.29.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.28.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.27.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.26.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.26.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.25.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.24.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 - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Self-Hosted Renovate Bot. Find all logs here.

@krypton-build-user krypton-build-user requested a review from a team as a code owner March 1, 2025 02:36
@krypton-build-user krypton-build-user added dependencies Pull requests that update a dependency file javascript renovate labels Mar 1, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from f7c257b to 039676e Compare March 6, 2025 17:35
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.25.0 Update typescript-eslint monorepo to v8.26.0 Mar 6, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 039676e to 416bc0a Compare March 13, 2025 17:29
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.26.0 Update typescript-eslint monorepo to v8.26.1 Mar 13, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 416bc0a to a02795f Compare March 23, 2025 03:03
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.26.1 Update typescript-eslint monorepo to v8.27.0 Mar 23, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from a02795f to ee13ca4 Compare March 27, 2025 19:16
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.27.0 Update typescript-eslint monorepo to v8.28.0 Mar 27, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from ee13ca4 to 4fb19ee Compare April 3, 2025 21:47
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.28.0 Update typescript-eslint monorepo to v8.29.0 Apr 3, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 4fb19ee to 86fe68a Compare April 10, 2025 21:24
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.29.0 Update typescript-eslint monorepo to v8.29.1 Apr 10, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 86fe68a to 635c515 Compare April 17, 2025 17:52
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.29.1 Update typescript-eslint monorepo to v8.30.0 Apr 17, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 635c515 to 74718a6 Compare April 17, 2025 22:48
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.30.0 Update typescript-eslint monorepo to v8.30.1 Apr 17, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 74718a6 to 8bb1963 Compare April 24, 2025 18:02
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.30.1 Update typescript-eslint monorepo to v8.31.0 Apr 24, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 8bb1963 to 2015daf Compare May 1, 2025 18:20
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.31.0 Update typescript-eslint monorepo to v8.31.1 May 1, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 2015daf to b473753 Compare May 8, 2025 17:46
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.31.1 Update typescript-eslint monorepo to v8.32.0 May 8, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from b473753 to a5a6de0 Compare May 15, 2025 17:30
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.32.0 Update typescript-eslint monorepo to v8.32.1 May 15, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from a5a6de0 to 6f87940 Compare May 30, 2025 17:32
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.32.1 Update typescript-eslint monorepo to v8.33.0 May 30, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 6f87940 to ca59aef Compare June 5, 2025 18:05
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.33.0 Update typescript-eslint monorepo to v8.33.1 Jun 5, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from ca59aef to 907ad4e Compare June 12, 2025 21:16
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.33.1 Update typescript-eslint monorepo to v8.34.0 Jun 12, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 907ad4e to 2b10204 Compare June 19, 2025 21:04
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.34.0 Update typescript-eslint monorepo to v8.34.1 Jun 19, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 2b10204 to 6cb927a Compare June 26, 2025 21:08
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.34.1 Update typescript-eslint monorepo to v8.35.0 Jun 26, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 6cb927a to b1d8220 Compare July 3, 2025 21:18
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.35.0 Update typescript-eslint monorepo to v8.35.1 Jul 3, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from b1d8220 to 2732764 Compare July 10, 2025 21:15
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.35.1 Update typescript-eslint monorepo to v8.36.0 Jul 10, 2025
@krypton-build-user krypton-build-user force-pushed the renovate/typescript-eslint-monorepo branch from 2732764 to 27db3e9 Compare July 17, 2025 21:09
@krypton-build-user krypton-build-user changed the title Update typescript-eslint monorepo to v8.36.0 Update typescript-eslint monorepo to v8.37.0 Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants