Skip to content

chore: update eslint* dependencies (major)#447

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/major-eslint
Open

chore: update eslint* dependencies (major)#447
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/major-eslint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 9, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint (source) ^9.39.1^10.0.0 age confidence
eslint-plugin-react-hooks (source) ^6.1.1^7.0.0 age confidence

Release Notes

eslint/eslint (eslint)

v10.3.0

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

v10.0.3

Compare Source

v10.0.2

Compare Source

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

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

facebook/react (eslint-plugin-react-hooks)

v7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #​36307)

v7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

v7.0.1

Compare Source

v7.0.0

Compare Source

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #​34757)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 10pm,before 5:00am"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Updates a dependency label Oct 9, 2025
@bpmn-io-tasks bpmn-io-tasks Bot added the needs review Review pending label Oct 9, 2025
@barmac barmac added ready Ready to be worked on and removed needs review Review pending labels Oct 9, 2025
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from dc36415 to 5e30487 Compare October 24, 2025 18:59
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 5e30487 to 536d558 Compare November 10, 2025 17:39
@barmac
Copy link
Copy Markdown
Member

barmac commented Nov 18, 2025

@copilot Fix linting errors in this PR

Copy link
Copy Markdown

Copilot AI commented Nov 18, 2025

@barmac I've opened a new pull request, #456, to work on those changes. Once the pull request is ready, I'll request review from you.

@barmac barmac self-assigned this Nov 18, 2025
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 536d558 to f112640 Compare November 18, 2025 23:59
@renovate renovate Bot force-pushed the renovate/major-eslint branch from f112640 to 3a99430 Compare December 3, 2025 19:11
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 3a99430 to bb13264 Compare December 16, 2025 09:53
@renovate renovate Bot force-pushed the renovate/major-eslint branch from bb13264 to 3305974 Compare December 31, 2025 14:55
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 3305974 to c1a5cfe Compare January 19, 2026 16:06
@barmac
Copy link
Copy Markdown
Member

barmac commented Jan 20, 2026

This will need more effort, but I don't have time for this at the moment. Moving to the backlog.

@barmac barmac removed their assignment Jan 20, 2026
@barmac barmac added backlog Queued in backlog spring cleaning Could be cleaned up one day and removed ready Ready to be worked on labels Jan 20, 2026
@renovate renovate Bot force-pushed the renovate/major-eslint branch from c1a5cfe to 7db040c Compare January 23, 2026 09:00
@renovate renovate Bot force-pushed the renovate/major-eslint branch 3 times, most recently from db6484b to 5d95fb6 Compare February 7, 2026 00:38
@renovate renovate Bot changed the title chore: update dependency eslint-plugin-react-hooks to v7 chore: update eslint* dependencies (major) Feb 7, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 7, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-plugin-bpmn-io@2.2.0
npm ERR! Found: eslint@10.3.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^10.0.0" from the root project
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.0
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.8.0" from eslint@10.3.0
npm ERR!   3 more (eslint-plugin-mocha, eslint-utils, eslint-plugin-react-hooks)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^9" from eslint-plugin-bpmn-io@2.2.0
npm ERR! node_modules/eslint-plugin-bpmn-io
npm ERR!   dev eslint-plugin-bpmn-io@"^2.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@9.39.4
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^9" from eslint-plugin-bpmn-io@2.2.0
npm ERR!   node_modules/eslint-plugin-bpmn-io
npm ERR!     dev eslint-plugin-bpmn-io@"^2.2.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-05-01T18_12_28_693Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-eslint branch from 5d95fb6 to 4e9f70d Compare February 11, 2026 12:21
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 4e9f70d to ac09582 Compare February 24, 2026 00:56
@renovate renovate Bot requested review from a team, jarekdanielak and philippfromme February 24, 2026 00:56
@bpmn-io-tasks bpmn-io-tasks Bot added needs review Review pending and removed backlog Queued in backlog labels Feb 24, 2026
@nikku nikku added the backlog Queued in backlog label Feb 24, 2026 — with bpmn-io-tasks
@nikku nikku removed the needs review Review pending label Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from b82c138 to 7f599eb Compare March 7, 2026 02:00
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 7f599eb to 5652520 Compare March 25, 2026 11:17
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from 5bf945c to 6124050 Compare April 8, 2026 17:23
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 6124050 to 3a1febd Compare April 16, 2026 23:13
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 3a1febd to 5df5818 Compare April 29, 2026 13:46
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 11, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backlog Queued in backlog dependencies Updates a dependency spring cleaning Could be cleaned up one day

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants