Skip to content

chore(deps): update eslint monorepo to v10 - #34

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-eslint-monorepo
Open

chore(deps): update eslint monorepo to v10#34
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.310.0.1 age confidence
eslint (source) 9.39.310.9.1 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

v10.0.0

Compare Source

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#​20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#​20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#​20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#​20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#​20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#​20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#​20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#​20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#​20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#​20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#​20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#​20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#​20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#​20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#​20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#​20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#​20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#​20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#​20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#​20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#​20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#​20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#​20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#​20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#​20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#​20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#​19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#​20236) (Gerkin)
  • f148a5e feat: add error assertion options (#​20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#​20267) (Tanuj Kanti)

Bug Fixes

  • 436b82f fix: update eslint (#​20473) (renovate[bot])
  • 1d29d22 fix: detect default this binding in Array.fromAsync callbacks (#​20456) (Francesco Trotta)
  • 727451e fix: fix regression of global mode report range in strict rule (#​20462) (ntnyq)
  • e80485f fix: remove fake FlatESLint and LegacyESLint exports (#​20460) (Francesco Trotta)
  • 9eeff3b fix: update esquery (#​20423) (cryptnix)
  • b34b938 fix: use Error.prepareStackTrace to estimate failing test location (#​20436) (Francesco Trotta)
  • 51aab53 fix: update eslint (#​20443) (renovate[bot])
  • 23490b2 fix: handle space before colon in RuleTester location estimation (#​20433) (Francesco Trotta)
  • f244dbf fix: use MessagePlaceholderData type from @eslint/core (#​20348) (루밀LuMir)
  • d186f8c fix: update eslint (#​20427) (renovate[bot])
  • 2332262 fix: error location should not modify error message in RuleTester (#​20421) (Milos Djermanovic)
  • ab99b21 fix: ensure filename is passed as third argument to verifyAndFix() (#​20405) (루밀LuMir)
  • 8a60f3b fix: remove ecmaVersion and sourceType from ParserOptions type (#​20415) (Pixel998)
  • eafd727 fix: remove TDZ scope type (#​20231) (jaymarvelz)
  • 39d1f51 fix: correct Scope typings (#​20404) (sethamus)
  • 2bd0f13 fix: update verify and verifyAndFix types (#​20384) (Francesco Trotta)
  • ba6ebfa fix: correct typings for loadESLint() and shouldUseFlatConfig() (#​20393) (루밀LuMir)
  • e7673ae fix: correct RuleTester typings (#​20105) (Pixel998)
  • 53e9522 fix: strict removed formatters check (#​20241) (ntnyq)
  • b017f09 fix: correct no-restricted-import messages (#​20374) (Francesco Trotta)

Documentation

  • e978dda docs: Update README (GitHub Actions Bot)
  • 4cecf83 docs: Update README (GitHub Actions Bot)
  • c79f0ab docs: Update README (GitHub Actions Bot)
  • 773c052 docs: Update README (GitHub Actions Bot)
  • f2962e4 docs: document meta.docs.frozen property (#​20475) (Pixel998)
  • 8e94f58 docs: fix broken anchor links from gerund heading updates (#​20449) (Copilot)
  • 1495654 docs: Update README (GitHub Actions Bot)
  • 0b8ed5c docs: document support for :is selector alias (#​20454) (sethamus)
  • 1c4b33f docs: Document policies about ESM-only dependencies (#​20448) (Milos Djermanovic)
  • 3e5d38c docs: add missing indentation space in rule example (#​20446) (fnx)
  • 63a0c7c docs: Update README (GitHub Actions Bot)
  • 65ed0c9 docs: Update README (GitHub Actions Bot)
  • b0e4717 docs: [no-await-in-loop] Expand inapplicability (#​20363) (Niklas Hambüchen)
  • fca421f docs: Update README (GitHub Actions Bot)
  • d925c54 docs: update config syntax in no-lone-blocks (#​20413) (Pixel998)
  • 7d5c95f docs: remove redundant sourceType: "module" from rule examples (#​20412) (Pixel998)
  • 02e7e71 docs: correct .mts glob pattern in files with extensions example (#​20403) (Ali Essalihi)
  • 264b981 docs: Update README (GitHub Actions Bot)
  • 5a4324f docs: clarify "local" option of no-unused-vars (#​20385) (Milos Djermanovic)
  • e593aa0 docs: improve clarity, grammar, and wording in documentation site README (#​20370) (Aditya)
  • 3f5062e docs: Add messages property to rule meta documentation (#​20361) (Sabya Sachi)
  • 9e5a5c2 docs: remove Examples headings from rule docs (#​20364) (Milos Djermanovic)
  • 194f488 docs: Update README (GitHub Actions Bot)
  • 0f5a94a docs: [class-methods-use-this] explain purpose of rule (#​20008) (Kirk Waiblinger)
  • df5566f docs: add Options section to all rule docs (#​20296) (sethamus)
  • adf7a2b docs: no-unsafe-finally note for generator functions (#​20330) (Tom Pereira)
  • ef7028c docs: Update README (GitHub Actions Bot)
  • fbae5d1 docs: consistently use "v10.0.0" in migration guide (#​20328) (Pixel998)
  • 778aa2d docs: ignoring default file patterns (#​20312) (Tanuj Kanti)
  • 4b5dbcd docs: reorder v10 migration guide (#​20315) (Milos Djermanovic)
  • 5d84a73 docs: Update README (GitHub Actions Bot)
  • 37c8863 docs: fix incorrect anchor link in v10 migration guide (#​20299) (Pixel998)
  • 077ff02 docs: add migrate-to-10.0.0 doc (#​20143) (唯然)
  • 3822e1b docs: Update README (GitHub Actions Bot)

Build Related

  • 9f08712 Build: changelog update for 10.0.0-rc.2 (Jenkins)
  • 1e2c449 Build: changelog update for 10.0.0-rc.1 (Jenkins)
  • c4c72a8 Build: changelog update for 10.0.0-rc.0 (Jenkins)
  • 7e4daf9 Build: changelog update for 10.0.0-beta.0 (Jenkins)
  • a126a2a build: add .scss files entry to knip (#​20389) (Francesco Trotta)
  • f5c0193 Build: changelog update for 10.0.0-alpha.1 (Jenkins)
  • 165326f Build: changelog update for 10.0.0-alpha.0 (Jenkins)

Chores

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

eslint/eslint (eslint)

v10.9.1

Compare Source

v10.9.0

Compare Source

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

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](

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Mar 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 55a0c2ff-d040-4c48-bdf3-92a02d68d4a6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/major-eslint-monorepo

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch 11 times, most recently from e3a0403 to 628ef95 Compare March 11, 2026 06:39
@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch 5 times, most recently from 21a1ea9 to d5b51df Compare March 23, 2026 13:37
@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch 2 times, most recently from 47e72ab to a105028 Compare April 3, 2026 16:40
@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch from a105028 to 88b493c Compare April 8, 2026 20:37
@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch 5 times, most recently from 05ee7cb to a60fb96 Compare April 23, 2026 06:17
@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch 5 times, most recently from 3969271 to 64d951c Compare May 5, 2026 09:09
@timoa

timoa commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Renovate sweep — skipped, blocked. MAJOR bump (eslint monorepo 9.39.3 → 10.8.0) and CI gate failure: Lint, Test, Build & Security is FAILING. ESLint v10 brings many breaking changes (jsdoc, required flat config, JSX reference tracking, removed eslintrc support, updated eslint:recommended, new Node engine). This requires human review and likely config/code adaptation. Please investigate the failing CI and either fix and merge, or close.

@timoa

timoa commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Autopilot: eslint monorepo 9.39.3 → 10.8.0 (major v9 → v10 across @eslint/js and eslint). CI blocked: Lint, Test, Build & Security = FAILURE. PR has been open since 2026-03-05 — likely needs a rebase. Please rebase and re-run CI before merging.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Auto-merge skipped (DevSecOps sweep): MAJOR bump of eslint monorepo 9.39.3 → 10.8.0 (eslint and @eslint/js both jump a major). Note: 'Lint, Test, Build & Security' is currently FAILING on this branch, so a human owner should investigate whether the failures are caused by this major bump before approving. Please review and merge when ready.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Renovate daily sweep (DevSecOps autopilot, 2026-08-18): this PR bumps eslint 9.39.3 → 10.8.0 AND @eslint/js 9.39.3 → 10.0.1 (MAJOR delta, branch name renovate/major-eslint-monorepo confirms major). Per the autopilot risk-tier policy, major bumps require human approval. CI is also failing on Lint, Test, Build & Security (other checks green). PR has been open since 2026-03-05 (5+ months) — likely stale. ESLint v10 introduces config-object changes and rule fixes. Skipping auto-merge — please rebase onto current main, review ESLint v10 migration notes, and address both blockers manually.

@timoa

timoa commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Daily Renovate sweep: blocked. eslint monorepo 9.39.3 → 10.8.0 is a major bump, and the Lint, Test, Build & Security check failed. Major-version bumps also require human approval per policy. Please review the v10 release notes, fix CI, and merge manually.

@timoa

timoa commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Skipping — CI gate failure: Lint, Test, Build & Security FAILED on this PR. PR bumps the eslint monorepo 9.39.3 → 10.8.0 (major — eslint v10 drops eslintrc support, requires Node.js ^20.19/^22.13/>=24, removes deprecated APIs, drops jiti < 2.2.0). Please triage the failing checks before merging.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

DevSecOps daily sweep: classifying as major (eslint 9.39.3 → 10.8.0 + @eslint/js 9.39.3 → 10.0.1). Major version jump + CI failing (Lint, Test, Build & Security FAILURE). Skipping auto-merge; requesting human review and a rebase.

@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch from a4e21e2 to 133d10f Compare August 21, 2026 23:09
@timoa

timoa commented Aug 22, 2026

Copy link
Copy Markdown
Owner

DevSecOps sweep TIM-173: skipped — failing CI. Lint, Test, Build & Security failed. eslint monorepo 9.39.3 → 10.8.1 (major). CI gate blocks auto-merge. Also flagged as major — please fix CI and re-run, or merge manually once green.

@timoa

timoa commented Aug 23, 2026

Copy link
Copy Markdown
Owner

DevSecOps auto-merge is blocked: Lint, Test, Build & Security check failed on the latest run (FAILURE). PR: eslint monorepo v9.39.3 → v10.x (major). Major eslint version change — likely requires config or plugin updates. Please inspect the failing job, fix or rerun CI, then re-trigger the sweep.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This PR is auto-flagged for human review.

PR #34 bumps the eslint monorepo from 9.x to 10.x — a major version bump. Major bumps require human approval.

CI status: Lint, Test, Build & Security is FAILING. ESLint v10 typically removes deprecated rules and changes defaults; the lint failures are likely upgrade-related. Please triage and merge manually if acceptable.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

DevSecOps autopilot: skipped — MAJOR bump (eslint monorepo 9.39.3 → 10.x). Major version jumps need human review; please check ESLint v10 migration notes and verify no deprecated rules/configs remain in the repo before merging.

@timoa

timoa commented Aug 29, 2026

Copy link
Copy Markdown
Owner

DevSecOps autopilot sweep (2026-08-29). CI failed (Lint, Test, Build & Security) — skipping. Major version bump (eslint 9.x → 10.x, breaking changes incl. removed eslintrc support) requires human review; please rebase and re-run, then re-evaluate.

@timoa

timoa commented Aug 30, 2026

Copy link
Copy Markdown
Owner

🤖 Renovate autopilot (DevSecOps, daily sweep @ 2026-08-30):

Skipped — CI gate failure (and major version bump). Required check Lint, Test, Build & Security is FAILING.

This PR bumps eslint monorepo (eslint 9.39.3 → 10.8.1, @eslint/js 9.39.3 → 10.0.1) — MAJOR (9.x → 10.x). Lockfile + package.json only — no workflow files. Major-version updates require human approval.

Action needed: Fix the CI failure on main of workflow-metrics first. ESLint 10.x ships breaking rule and plugin-API changes; expect config updates and plugin compatibility issues. Once CI is green, manually verify the linter config before merge.

@timoa

timoa commented Aug 31, 2026

Copy link
Copy Markdown
Owner

DevSecOps daily Renovate sweep — skipped, blocked.

Lint, Test, Build & Security check is failing on this PR (eslint monorepo 9.39.3 → 10.8.1 — major bump across both eslint and @eslint/js). The autopilot will not auto-merge with a failing required status check. To unblock: investigate the lint/build failure (v10 ships flat-config-only and several rule removals; config likely needs a rewrite).

Note: this would also have required human approval regardless because of the major version jump. No auto-merge performed.

@timoa

timoa commented Sep 1, 2026

Copy link
Copy Markdown
Owner

DevSecOps autopilot (daily Renovate sweep). Not merging — CI gate failure. Lint, Test, Build & Security failed on the latest run (2026-08-21). This is a major bump of the eslint monorepo (eslint + @eslint/js) from 9.39.3 to 10.x. ESLint v10 has many breaking changes (eslintrc support removed, Node 20.19+/22.13+/24 required, several deprecated APIs removed). Please address the Lint/Test/Build failure, re-run CI, and I will pick it up on the next sweep.

@timoa

timoa commented Sep 2, 2026

Copy link
Copy Markdown
Owner

🤖 Renovate autopilot skipping this PR — required CI check failed.

Reason: Lint, Test, Build & Security check failed.

Also flagged as MAJOR version bump (eslint monorepo 9.x → 10.x), which is outside autopilot auto-merge scope.

@timoa

timoa commented Sep 3, 2026

Copy link
Copy Markdown
Owner

DevSecOps Renovate sweep 2026-09-03: CI is not fully green — the 'Lint, Test, Build & Security' check failed. Skipping auto-merge per the CI gate. Major eslint 9 -> 10 (skips v9's last minors) also warrants human review before merge.

@timoa

timoa commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Daily Renovate sweep (DevSecOps autopilot, 2026-09-04): skipping — CI failure on Lint, Test, Build & Security. eslint monorepo 9.39.3 → 10.8.1 (eslint + @eslint/js). Major bump, would be human-required even with green CI. Please fix CI before merging.

@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch from 133d10f to 3e7b483 Compare September 4, 2026 16:24

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Renovate sweep — not auto-merged. Major bump (eslint monorepo → v10) with Lint, Test, Build & Security failing. Flat-config and rule removals in an ESLint major typically require lint-config changes. Human review required.

@timoa

timoa commented Sep 6, 2026

Copy link
Copy Markdown
Owner

🤖 Skipping — CI failure. Lint, Test, Build & Security is FAILING on this Renovate PR (eslint monorepo major bump to v10). The autopilot will not merge PRs whose required status checks are not fully green. Please fix the failing job (see https://github.com/timoa/workflow-metrics/actions/runs/30974545000) and re-trigger, or merge manually once CI is green.

@timoa

timoa commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Holding (DevSecOps autopilot). CI gate failure on the Lint, Test, Build & Security check. This is a major-version bump of the eslint monorepo (9.39.3 → 10.x; bumps both eslint and @eslint/js). The major bump alone would already require human approval; combined with the failing CI, this PR is not auto-mergeable. ESLint v10 typically requires config migration. Please rebase once the lint failure is fixed and review the v10 breaking changes manually.

@renovate
renovate Bot force-pushed the renovate/major-eslint-monorepo branch from 3e7b483 to a05a58e Compare September 7, 2026 21:36

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

🤖 DevSecOps autopilot (TIM-258) — flagging for human approval.

This PR bumps the eslint monorepo from 9.39.3 → 10.x (both eslint and @eslint/js). MAJOR version bump requires human approval per autopilot policy. Additionally, the Lint, Test, Build & Security check is FAILING.

Not approving. Please review the ESLint 10 breaking changes and the failing CI before merging.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Auto-merge blocked: this is a major monorepo bump (eslint v9 -> v10) and CI is also failing (Lint/Test/Build/Security). Major version bumps are not auto-merged by the autopilot; the CI failure needs investigation. Please review the migration guide, confirm config compatibility, and merge manually once CI is green.

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Awaiting human approval. This is a MAJOR version bump on the eslint monorepo: eslint and @eslint/js 9.39.3 → 10.9.1. ESLint 10 deprecates several legacy rules and changes config-resolution semantics; please coordinate with the lint policy owners. CI is also failing (Lint, Test, Build & Security on 2026-09-07). (DevSecOps daily sweep)

@timoa timoa left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Flagging for human approval (devsecops sweep, 2026-09-11).

Major bump: eslint monorepo 9.39.3 → 10.9.1 (covers eslint and @eslint/js). ESLint v10 removed several legacy rules and changed the default config resolution — please review the v10 migration guide.

CI also has Lint, Test, Build & Security FAILURE on the latest run.

Please review and merge manually when ready.

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.

1 participant