Skip to content

feat(deps): update dependency eslint (10.7.0 → 10.8.0) - #662

Merged
joryirving merged 1 commit into
mainfrom
renovate/eslint-monorepo
Jul 24, 2026
Merged

feat(deps): update dependency eslint (10.7.0 → 10.8.0)#662
joryirving merged 1 commit into
mainfrom
renovate/eslint-monorepo

Conversation

@its-miso

@its-miso its-miso Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 10.7.010.8.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eslint/eslint (eslint)

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#​21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#​21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#​21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#​21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#​21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#​21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#​21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#​21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#​21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#​21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#​21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#​21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#​21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#​21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#​21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#​21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#​21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#​21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#​21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#​21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#​21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#​21079) (ESLint Bot)

Configuration

📅 Schedule: (in timezone America/Edmonton)

  • 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 has been generated by Mend Renovate.

@its-miso
its-miso Bot requested a review from joryirving as a code owner July 24, 2026 20:41
@its-miso its-miso Bot added the type/minor label Jul 24, 2026

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Automated Review

Full PR review.

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)

Review Summary

Recommendation: APPROVE

This is a minor version ESLint upgrade (10.7.0 → 10.8.0) with transitive dependency updates to @eslint/config-helpers (0.6.0 → 0.7.0) and minimatch (^10.2.4 → ^10.2.5).

Required Checks Addressed

1. Breaking API changes check — VERIFIED NO BREAKING CHANGES

  • ESLint v10.8.0 adds one new API export (ConfigObject from eslint/config) — this is an additive feature, not a breaking change.
  • Six bug fixes in the release are internal rule behavior corrections (html formatter, no-unreachable-loop, prefer-object-spread, prefer-template, class-methods-use-this, preserve-caught-error) — none affect public APIs.
  • The @eslint/config-helpers bump from 0.6.0 to 0.7.0 is a minor version change within the same major version, with no indication of breaking changes in the diff or release notes.
  • All changes remain within ESLint v10.x, a stable major version line.

2. Full test suite after upgrade — VERIFIED VIA CI

  • CI check results confirm Tests: success for commit b629de4.
  • All other CI gates passed: Typecheck, Lint, Build, Docker Build, and review.
  • The test suite validated the upgrade in the repository's environment.

Changes Overview

Dependency Old Version New Version Type
eslint 10.7.0 10.8.0 dev
@eslint/config-helpers 0.6.0 0.7.0 transitive
minimatch ^10.2.4 ^10.2.5 transitive

Standards Compliance

  • No repository conventions are applicable to ESLint dependency bumps.
  • The change follows standard Renovate dependency update patterns.
  • Only package-lock.json was modified; no source code changes.

Unknowns / Needs Verification

  • No unknowns remain. Both required checks have been verified via evidence in the corpus.

@joryirving
joryirving merged commit 320eb79 into main Jul 24, 2026
7 checks passed
@joryirving
joryirving deleted the renovate/eslint-monorepo branch July 24, 2026 20:57
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.

1 participant