Skip to content

chore: update eslint* dependencies (major)#1447

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-eslint
Open

chore: update eslint* dependencies (major)#1447
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-eslint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 16, 2025

This PR contains the following updates:

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

Release Notes

eslint/eslint (eslint)

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

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)

v6.1.1

Compare Source

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

v6.1.0

Compare Source

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

  • Breaking: Require Node.js 18 or newer. (@​michaelfaith in #​32458)
  • Breaking: Flat config is now the default recommended preset. Legacy config moved to recommended-legacy. (@​michaelfaith in #​32457)
  • New Violations: Disallow calling use within try/catch blocks. (@​poteto in #​34040)
  • New Violations: Disallow calling useEffectEvent functions in arbitrary closures. (@​jbrown215 in #​33544)
  • Handle React.useEffect in addition to useEffect in rules-of-hooks. (@​Ayc0 in #​34076)
  • Added react-hooks settings config option that to accept additionalEffectHooks that are used across exhaustive-deps and rules-of-hooks rules. (@​jbrown215) in #​34497

v6.0.0

Compare Source

Accidentally released. See 6.1.0 for the actual changes.


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 16, 2025
@renovate renovate Bot requested a review from a team October 16, 2025 22:31
@bpmn-io-tasks bpmn-io-tasks Bot added the needs review Review pending label Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from 29be755 to 1ae4716 Compare October 24, 2025 21:47
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 1ae4716 to 44e4ee1 Compare November 18, 2025 22:59
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 44e4ee1 to b5b07a5 Compare December 3, 2025 14:42
@renovate renovate Bot force-pushed the renovate/major-eslint branch from b5b07a5 to f5f6155 Compare December 31, 2025 13:45
@renovate renovate Bot force-pushed the renovate/major-eslint branch from f5f6155 to 16e52e2 Compare January 8, 2026 16:50
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from d6cd92c to e5dec5b Compare January 23, 2026 16:49
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from 8106f29 to c8b9c88 Compare February 7, 2026 00:49
@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 warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: eslint-plugin-bpmn-io@2.2.0
npm error Found: eslint@10.2.1
npm error node_modules/eslint
npm error   dev eslint@"^10.0.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.8.0" from eslint@10.2.1
npm error   4 more (eslint-config-prettier, eslint-plugin-mocha, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^9" from eslint-plugin-bpmn-io@2.2.0
npm error node_modules/eslint-plugin-bpmn-io
npm error   dev eslint-plugin-bpmn-io@"^2.2.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@9.39.4
npm error node_modules/eslint
npm error   peer eslint@"^9" from eslint-plugin-bpmn-io@2.2.0
npm error   node_modules/eslint-plugin-bpmn-io
npm error     dev eslint-plugin-bpmn-io@"^2.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-29T18_59_39_368Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-29T18_59_39_368Z-debug-0.log

@nikku nikku added the backlog Queued in backlog label Feb 9, 2026 — with bpmn-io-tasks
@nikku nikku removed the needs review Review pending label Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/major-eslint branch from c8b9c88 to 613e2f0 Compare February 12, 2026 11:45
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 613e2f0 to 91d973e Compare February 20, 2026 18:05
@Skaiir Skaiir requested review from a team, jarekdanielak and pablocabrera85 March 4, 2026 22:06
@bpmn-io-tasks bpmn-io-tasks Bot added needs review Review pending and removed backlog Queued in backlog labels Mar 4, 2026
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from 2de3872 to f6d8c10 Compare March 7, 2026 01:38
@nikku nikku added the backlog Queued in backlog label Mar 9, 2026 — with bpmn-io-tasks
@nikku nikku removed the needs review Review pending label Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from cc04ba0 to f36b7a0 Compare March 20, 2026 16:44
@renovate renovate Bot force-pushed the renovate/major-eslint branch 2 times, most recently from 5f169f4 to 107835b Compare April 8, 2026 18:36
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 107835b to 4a2d211 Compare April 16, 2026 23:40
@renovate renovate Bot force-pushed the renovate/major-eslint branch from 4a2d211 to 6e5020d Compare April 29, 2026 18:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant