Skip to content

chore: update typescript-eslint monorepo to v8.57.0#47

Open
renovate[bot] wants to merge 1 commit intomainfrom
chore-renovate-typescript-eslint-monorepo
Open

chore: update typescript-eslint monorepo to v8.57.0#47
renovate[bot] wants to merge 1 commit intomainfrom
chore-renovate-typescript-eslint-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2024

This PR contains the following updates:

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

Release Notes

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

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

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

v8.56.1

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

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

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

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

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.

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

v8.57.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.56.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.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.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.54.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.53.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.53.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.52.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.51.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.50.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.50.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.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.


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

@renovate renovate bot requested a review from ronnnnn as a code owner October 31, 2024 17:30
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 3fee7e7 to 768a1d8 Compare November 1, 2024 00:57
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.12.0 chore: update typescript-eslint monorepo to v8.12.1 Nov 1, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 768a1d8 to a722b19 Compare November 1, 2024 15:14
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.12.1 chore: update typescript-eslint monorepo to v8.12.2 Nov 1, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch 2 times, most recently from 1462a48 to 352b6f6 Compare November 7, 2024 19:32
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.12.2 chore: update typescript-eslint monorepo to v8.13.0 Nov 7, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 352b6f6 to 3755668 Compare November 14, 2024 19:52
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.13.0 chore: update typescript-eslint monorepo to v8.14.0 Nov 14, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 3755668 to bc152bf Compare November 21, 2024 19:29
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.14.0 chore: update typescript-eslint monorepo to v8.15.0 Nov 21, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from bc152bf to 3f0bdbe Compare November 28, 2024 18:35
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.15.0 chore: update typescript-eslint monorepo to v8.16.0 Nov 28, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 3f0bdbe to 6c0969a Compare December 5, 2024 19:37
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.16.0 chore: update typescript-eslint monorepo to v8.17.0 Dec 5, 2024
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.17.0 chore: update typescript-eslint monorepo to v8.17.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the chore-renovate-typescript-eslint-monorepo branch December 8, 2024 18:46
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.17.0 - autoclosed chore: update typescript-eslint monorepo to v8.17.0 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch 2 times, most recently from 6c0969a to 072a329 Compare December 12, 2024 19:58
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.17.0 chore: update typescript-eslint monorepo to v8.18.0 Dec 12, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 072a329 to c13c854 Compare December 19, 2024 18:28
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.18.0 chore: update typescript-eslint monorepo to v8.18.1 Dec 19, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from c13c854 to 6777aaa Compare December 26, 2024 18:42
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.18.1 chore: update typescript-eslint monorepo to v8.18.2 Dec 26, 2024
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 6777aaa to dbff014 Compare January 2, 2025 18:59
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.18.2 chore: update typescript-eslint monorepo to v8.19.0 Jan 2, 2025
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.23.0 chore: update typescript-eslint monorepo to v8.24.0 Feb 13, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 0a61536 to 40980c7 Compare February 20, 2025 18:43
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.24.0 chore: update typescript-eslint monorepo to v8.24.1 Feb 20, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 40980c7 to d2c9842 Compare February 27, 2025 19:07
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.24.1 chore: update typescript-eslint monorepo to v8.25.0 Feb 27, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from d2c9842 to 2808354 Compare March 6, 2025 19:04
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.25.0 chore: update typescript-eslint monorepo to v8.26.0 Mar 6, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 2808354 to e633ed3 Compare March 13, 2025 19:27
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.26.0 chore: update typescript-eslint monorepo to v8.26.1 Mar 13, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from e633ed3 to 47c91ed Compare March 23, 2025 01:28
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.26.1 chore: update typescript-eslint monorepo to v8.27.0 Mar 23, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 47c91ed to 986f18c Compare March 27, 2025 19:14
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.27.0 chore: update typescript-eslint monorepo to v8.28.0 Mar 27, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 986f18c to e2cdbcc Compare April 3, 2025 22:54
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.28.0 chore: update typescript-eslint monorepo to v8.29.0 Apr 3, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from e2cdbcc to c055865 Compare April 10, 2025 18:41
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.29.0 chore: update typescript-eslint monorepo to v8.29.1 Apr 10, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from c055865 to d544ced Compare April 17, 2025 23:24
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.29.1 chore: update typescript-eslint monorepo to v8.30.1 Apr 17, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from d544ced to 15b0149 Compare April 24, 2025 20:29
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.30.1 chore: update typescript-eslint monorepo to v8.31.0 Apr 24, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 15b0149 to 06dd0c2 Compare May 1, 2025 18:07
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.31.0 chore: update typescript-eslint monorepo to v8.31.1 May 1, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 06dd0c2 to 8d9e487 Compare May 8, 2025 22:18
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.31.1 chore: update typescript-eslint monorepo to v8.32.0 May 8, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 8d9e487 to 2d0e9ec Compare May 15, 2025 22:40
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.32.0 chore: update typescript-eslint monorepo to v8.32.1 May 15, 2025
@renovate renovate bot force-pushed the chore-renovate-typescript-eslint-monorepo branch from 2d0e9ec to 8abf5c6 Compare May 30, 2025 18:41
@renovate renovate bot changed the title chore: update typescript-eslint monorepo to v8.32.1 chore: update typescript-eslint monorepo to v8.33.0 May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants