Skip to content

chore(deps): update typescript-eslint monorepo to v8.64.0#76

Open
cShirley14 wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo
Open

chore(deps): update typescript-eslint monorepo to v8.64.0#76
cShirley14 wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo

Conversation

@cShirley14

@cShirley14 cShirley14 commented Apr 30, 2024

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.58.0 -> 8.64.0
@typescript-eslint/parser (source) devDependencies minor 8.58.0 -> 8.64.0
typescript-eslint (source) devDependencies minor 8.58.0 -> 8.64.0

Release Notes

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

v8.64.0

Compare Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

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

v8.63.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#​12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#​12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#​12394, #​12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#​12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#​12396, #​10577)
❤️ Thank You

See GitHub Releases for more information.

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

v8.61.0

Compare Source

🚀 Features
  • ast-spec: change type of UnaryExpression.prefix to always true (#​12372)
❤️ Thank You

See GitHub Releases for more information.

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

v8.60.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#​12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#​12352)
❤️ Thank You

See GitHub Releases for more information.

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

v8.60.0

Compare Source

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

See GitHub Releases for more information.

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

v8.59.4

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.3

Compare Source

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

See GitHub Releases for more information.

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

v8.59.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#​12004)
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.64.0

Compare Source

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

See GitHub Releases for more information.

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

v8.63.0

Compare Source

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

See GitHub Releases for more information.

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

v8.62.1

Compare Source

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

See GitHub Releases for more information.

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

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

Compare Source

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

See GitHub Releases for more information.

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

v8.61.0

Compare Source

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

See GitHub Releases for more information.

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

v8.60.1

Compare Source

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

See GitHub Releases for more information.

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

v8.60.0

Compare Source

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

See GitHub Releases for more information.

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

v8.59.4

Compare Source

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

See GitHub Releases for more information.

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

v8.59.3

Compare Source

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

See GitHub Releases for more information.

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

v8.59.2

Compare Source

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

See GitHub Releases for more information.

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

v8.59.1

Compare Source

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

See GitHub Releases for more information.

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

v8.59.0

Compare Source

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

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.1

Compare Source

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

See GitHub Releases for more information.

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

typescript-eslint/typescript-eslint (typescript-eslint)

v8.64.0

Compare Source

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

See GitHub Releases for more information.

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

v8.63.0

Compare Source

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

See GitHub Releases for more information.

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

v8.62.1

Compare Source

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

See GitHub Releases for more information.

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

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

Compare Source

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

See GitHub Releases for more information.

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

v8.61.0

Compare Source

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

See GitHub Releases for more information.

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

v8.60.1

Compare Source

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

See GitHub Releases for more information.

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

v8.60.0

Compare Source

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

See GitHub Releases for more information.

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

v8.59.4

Compare Source

🩹 Fixes
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#​12340)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.3

Compare Source

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

See GitHub Releases for more information.

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

v8.59.2

Compare Source

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

See GitHub Releases for more information.

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

v8.59.1

Compare Source

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

See GitHub Releases for more information.

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

v8.59.0

Compare Source

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

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.1

Compare Source

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

See GitHub Releases for more information.

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

@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.8.0 chore(deps): update typescript-eslint monorepo to v7.9.0 May 14, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.9.0 chore(deps): update typescript-eslint monorepo to v7.10.0 May 21, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.10.0 chore(deps): update typescript-eslint monorepo to v7.11.0 May 28, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.11.0 chore(deps): update typescript-eslint monorepo to v7.12.0 Jun 4, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.12.0 chore(deps): update typescript-eslint monorepo to v7.13.0 Jun 11, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.13.0 chore(deps): update typescript-eslint monorepo to v7.13.1 Jun 18, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.13.1 chore(deps): update typescript-eslint monorepo to v7.14.1 Jun 25, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.14.1 chore(deps): update typescript-eslint monorepo to v7.15.0 Jul 2, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.15.0 chore(deps): update typescript-eslint monorepo to v7.16.0 Jul 9, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.16.0 chore(deps): update typescript-eslint monorepo to v7.16.1 Jul 16, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.16.1 chore(deps): update typescript-eslint monorepo to v7.17.0 Jul 23, 2024
@cShirley14 cShirley14 changed the title chore(deps): update typescript-eslint monorepo to v7.17.0 chore(deps): update typescript-eslint monorepo to v7.18.0 Jul 30, 2024
@github-actions

Copy link
Copy Markdown

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch from 6e63c9f to 7e1cdc7 Compare January 11, 2025 08:13
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from a442538 to 59f9d55 Compare February 4, 2025 08:15
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 3a8fbd1 to 1509073 Compare May 2, 2025 08:16
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 49ff5d4 to ab6a022 Compare May 15, 2025 08:17
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from c021e39 to 11b5c1c Compare May 28, 2025 08:17
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from d867076 to 9f7e79d Compare June 18, 2025 08:17
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from d0b0b4e to ebe6df8 Compare July 22, 2025 08:19
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 7ed68e8 to 5589068 Compare September 14, 2025 08:14
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 4 times, most recently from 8da3de6 to 41d531e Compare October 10, 2025 08:17
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch from 41d531e to 3f70a8d Compare October 23, 2025 08:18
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 5 times, most recently from 6679503 to b23200a Compare November 9, 2025 08:15
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 5 times, most recently from 3f873a2 to 90ab388 Compare November 16, 2025 08:16
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 4 times, most recently from 047d89a to 40fa14e Compare November 25, 2025 08:19
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 4 times, most recently from b183501 to 0694c72 Compare December 12, 2025 08:20
@cShirley14
cShirley14 force-pushed the renovate/typescript-eslint-monorepo branch 4 times, most recently from 6883395 to 3717985 Compare December 28, 2025 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants