Skip to content

[deps]: Update typescript-eslint monorepo to v8.57.1 - #1021

Merged
JaredScar merged 1 commit into
mainfrom
renovate/typescript-eslint-monorepo
Mar 24, 2026
Merged

[deps]: Update typescript-eslint monorepo to v8.57.1#1021
JaredScar merged 1 commit into
mainfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

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

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.

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

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


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 a team as a code owner March 2, 2026 02:42
@renovate
renovate Bot requested a review from jrmccannon March 2, 2026 02:42
@bitwarden-bot bitwarden-bot changed the title [deps]: Update typescript-eslint monorepo to v8.56.0 [PM-32947] [deps]: Update typescript-eslint monorepo to v8.56.0 Mar 2, 2026
@bitwarden-bot

Copy link
Copy Markdown

Internal tracking:

@codecov

codecov Bot commented Mar 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 15.11%. Comparing base (e143002) to head (d8e12c0).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1021   +/-   ##
=======================================
  Coverage   15.11%   15.11%           
=======================================
  Files          67       67           
  Lines        2798     2798           
  Branches      483      483           
=======================================
  Hits          423      423           
  Misses       2271     2271           
  Partials      104      104           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot changed the title [PM-32947] [deps]: Update typescript-eslint monorepo to v8.56.0 [deps]: Update typescript-eslint monorepo to v8.56.0 Mar 2, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 6936bf5 to c453187 Compare March 2, 2026 18:12
@renovate renovate Bot changed the title [deps]: Update typescript-eslint monorepo to v8.56.0 [deps]: Update typescript-eslint monorepo to v8.56.1 Mar 2, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 07b816c to d8705e1 Compare March 5, 2026 16:41
@vincentsalucci
vincentsalucci requested review from JaredScar and removed request for jrmccannon March 11, 2026 21:36
JaredScar
JaredScar previously approved these changes Mar 12, 2026
@JaredScar
JaredScar enabled auto-merge (squash) March 12, 2026 16:28
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 404989a to 16dde0b Compare March 16, 2026 19:12
@renovate renovate Bot changed the title [deps]: Update typescript-eslint monorepo to v8.56.1 [deps]: Update typescript-eslint monorepo to v8.57.0 Mar 16, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 16dde0b to d8e12c0 Compare March 23, 2026 19:31
@renovate renovate Bot changed the title [deps]: Update typescript-eslint monorepo to v8.57.0 [deps]: Update typescript-eslint monorepo to v8.57.1 Mar 23, 2026
@JaredScar
JaredScar merged commit e45c2c1 into main Mar 24, 2026
16 of 18 checks passed
@JaredScar
JaredScar deleted the renovate/typescript-eslint-monorepo branch March 24, 2026 16:11
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.

2 participants