Skip to content

chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.54.0#44

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/typescript-eslint-monorepo
Open

chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.54.0#44
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

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

Release Notes

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

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.

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.


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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 27, 2025

Bundle Stats

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
20 1.35 MB 0%

Changeset

No files were changed

View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
background.js 183.16 kB 0%
chunks/options-BBZgUUAn.js 0 B 0%
chunks/popup-BBZgUUAn.js 0 B 0%
chunks/main-BxTEcK1X.js 237.58 kB 0%
chunks/_virtual_wxt-plugins-CTZHCtDH.js 222.56 kB 0%
chunks/default-DSy5N2ww.js 615 B 0%
chunks/options-DVYxjzTA.js 6.69 kB 0%
chunks/index-kO9m0LRa.js 260.76 kB 0%
chunks/time-Dlir8RSU.js 107 kB 0%
chunks/options-DcrIVJ3t.js 7.3 kB 0%
chunks/options@fab-CUwxzTjn.js 96.73 kB 0%
chunks/ofetch.03887fc3-CQu2Ux2r.js 17.65 kB 0%
chunks/popup-CeiCEkcW.js 73.79 kB 0%
chunks/browser-polyfill-DxU86wVm.js 54.25 kB 0%
chunks/account-n3te4ypz.js 1.68 kB 0%
chunks/preferences-BeNohA-E.js 79.82 kB 0%
chunks/index-BsIZu-dY.js 5.06 kB 0%
chunks/use-field-context-B857E7HE.js 71 B 0%
chunks/clean-props-CP9s--K6.js 187 B 0%
chunks/storage-s7OR0LLs.js 27.17 kB 0%

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b3c066f to 1d45b6a Compare January 31, 2025 07:24
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.22.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.23.0 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1d45b6a to b2f32bf Compare February 4, 2025 23:52
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.23.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.23.0 - autoclosed Feb 7, 2025
@renovate renovate bot closed this Feb 7, 2025
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch February 7, 2025 05:28
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.23.0 - autoclosed chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.23.0 Feb 12, 2025
@renovate renovate bot reopened this Feb 12, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2786a7c to b2f32bf Compare February 12, 2025 00:03
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.23.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 896ddbc to 4a90941 Compare February 18, 2025 07:48
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 Feb 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 - autoclosed Feb 21, 2025
@renovate renovate bot closed this Feb 21, 2025
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 - autoclosed chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 Feb 25, 2025
@renovate renovate bot reopened this Feb 25, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8cfdc08 to 4a90941 Compare February 25, 2025 00:13
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.25.0 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 4086c92 to ddadf62 Compare March 4, 2025 08:17
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.25.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.0 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ddadf62 to a4df9c3 Compare March 10, 2025 19:56
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 3f59b23 to 99e3be8 Compare March 14, 2025 07:29
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.1 - autoclosed Mar 14, 2025
@renovate renovate bot closed this Mar 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.1 - autoclosed chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.26.1 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d9cd159 to 833d93f Compare April 21, 2025 23:46
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.30.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.31.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from b359e87 to 4574f5a Compare May 1, 2025 00:07
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.31.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.31.1 May 1, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4574f5a to a1624c8 Compare May 10, 2025 00:12
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.31.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.32.0 May 10, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a1624c8 to e312b90 Compare May 17, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.32.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.32.1 May 17, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e312b90 to b6d0bb7 Compare May 24, 2025 12:06
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b6d0bb7 to f57a75f Compare May 31, 2025 23:54
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.32.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.33.0 May 31, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f57a75f to 656f475 Compare June 4, 2025 04:20
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.33.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.33.1 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 656f475 to c53dc39 Compare June 6, 2025 18:56
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c53dc39 to 1871ca1 Compare June 14, 2025 07:54
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.33.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.34.0 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1871ca1 to de31a71 Compare June 21, 2025 16:01
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.34.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.34.1 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from de31a71 to eca7991 Compare June 29, 2025 12:05
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.34.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.35.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from eca7991 to 986de9e Compare July 6, 2025 16:04
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.35.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.35.1 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 986de9e to c590c7a Compare July 14, 2025 00:03
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.35.1 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.36.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c590c7a to ac00512 Compare July 27, 2025 00:06
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.36.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.38.0 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ac00512 to b10f0f9 Compare August 4, 2025 23:42
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.38.0 chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.39.0 Aug 4, 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