Skip to content

chore(deps): update linting (major)#2029

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

chore(deps): update linting (major)#2029
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-linting

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

ℹ️ 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.3^10.0.1 age confidence
eslint (source) ^9.39.3^10.0.2 age confidence
eslint-plugin-compat ^6.2.0^7.0.0 age confidence
eslint-plugin-react-hooks (source) ^5.2.0^7.0.1 age confidence
eslint-plugin-regexp ^2.10.0^3.0.0 age confidence
eslint-plugin-unicorn ^61.0.2^63.0.0 age confidence
globals ^16.5.0^17.3.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v10.0.1

Compare Source

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

eslint/eslint (eslint)

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

amilajack/eslint-plugin-compat (eslint-plugin-compat)

v7.0.0

Compare Source

  • feat!: drop support for ESLint 4-8 (259bc2e)
BREAKING CHANGES
  • Minimum supported ESLint version is now 9.0.0.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

6.2.1 (2026-02-25)

Bug Fixes
Performance Improvements

v6.2.1

Compare Source

  • feat!: drop support for ESLint 4-8 (259bc2e)
BREAKING CHANGES
  • Minimum supported ESLint version is now 9.0.0.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

6.2.1 (2026-02-25)

Bug Fixes
Performance Improvements
facebook/react (eslint-plugin-react-hooks)

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.

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.0.0

Compare Source

Major Changes
  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#​917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#​917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#​915)

  • Change to ESM package (#​913)

Minor Changes
  • feat: update jsdoc-type-pratt-parser (#​919)

  • feat: enhance jsdoc type parsing (#​919)

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v63.0.0

Compare Source

New rules
Improvements
  • Support ESLint 10 (#​2823) bd0901b
  • prefer-set-size: Add Array.from() support (#​2857) e556143
  • prefer-bigint-literals: Support signed numbers and strings (#​2784) a332a50
  • prefer-export-from: Fix type-import being removed when using namespace import (#​2771) ab4b779
  • prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#​2871) 42a558f
  • no-array-sort: Ignore .sort() calls with non-function arguments (#​2862) cbb2377
  • prefer-add-event-listener: Don't autofix non-function assignments (#​2865) 989ec61
  • explicit-length-check: Ignore || with string fallback value (#​2861) 4806f7e
  • no-unnecessary-polyfills: Fix false positive for graduated esnext features (#​2864) d6c13ab
  • no-for-loop: Skip auto-fix for string types when .entries() would be needed (#​2869) 08a591a
  • import-style: Fix crash on export {x} without from clause (#​2868) 141c8c5
  • expiring-todo-comments: Should not flag ESLint disable comments (#​2828) 3568daf
  • no-useless-collection-argument: Use suggestions to remove empty array with comments (#​2838) c0d0687
  • prefer-set-has: Check Iterator#toArray() and String#split() (#​2829) ab8970e
  • no-useless-spread: Fix false positive on Iterator (#​2831) 994e31c
  • isolated-functions: Ignore TypeScript types (#​2822) c3479c0
  • prefer-string-raw: Exclude inline snapshot (#​2811) 6e7f93c
  • consistent-assert: Explicitly check specifier node type (#​2803) 396a8fa

v62.0.0

Compare Source

New rules
Improvements

Configuration

📅 Schedule: 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.

👻 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 bot:renovate This is from bot 'renovate' label Dec 18, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 18, 2025

⚠️ 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: pnpm-lock.yaml
Scope: all 68 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 18, reused 0, downloaded 0, added 0
Progress: resolved 49, reused 0, downloaded 0, added 0
Progress: resolved 65, reused 0, downloaded 0, added 0
Progress: resolved 100, reused 0, downloaded 0, added 0
Progress: resolved 133, reused 0, downloaded 0, added 0
Progress: resolved 167, reused 0, downloaded 0, added 0
Progress: resolved 254, reused 0, downloaded 0, added 0
Progress: resolved 330, reused 0, downloaded 0, added 0
Progress: resolved 417, reused 0, downloaded 0, added 0
Progress: resolved 477, reused 0, downloaded 0, added 0
Progress: resolved 609, reused 0, downloaded 0, added 0
Progress: resolved 731, reused 0, downloaded 0, added 0
Progress: resolved 819, reused 0, downloaded 0, added 0
Progress: resolved 897, reused 0, downloaded 0, added 0
Progress: resolved 957, reused 0, downloaded 0, added 0
Progress: resolved 1030, reused 0, downloaded 0, added 0
Progress: resolved 1197, reused 0, downloaded 0, added 0
Progress: resolved 1326, reused 0, downloaded 0, added 0
Progress: resolved 1353, reused 0, downloaded 0, added 0
Progress: resolved 1441, reused 0, downloaded 0, added 0
Progress: resolved 1536, reused 0, downloaded 0, added 0
Progress: resolved 1687, reused 0, downloaded 0, added 0
Progress: resolved 1849, reused 0, downloaded 0, added 0
Progress: resolved 1897, reused 0, downloaded 0, added 0
Progress: resolved 1898, reused 0, downloaded 0, added 0
Progress: resolved 1908, reused 0, downloaded 0, added 0
Progress: resolved 1913, reused 0, downloaded 0, added 0
 WARN  9 deprecated subdependencies found: glob@10.4.5, glob@11.1.0, glob@7.2.3, inflight@1.0.6, lodash.get@4.4.2, lodash.isequal@4.5.0, q@1.5.1, rimraf@3.0.2, whatwg-encoding@3.1.1
Progress: resolved 1913, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
├─┬ eslint-plugin-import 2.32.0
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9": found 10.0.2
└─┬ eslint-plugin-react-hooks 7.0.1
  └── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0": found 10.0.2

packages/web-platform/web-core-wasm
└─┬ @rsbuild/plugin-eslint 1.2.1
  ├── ✕ unmet peer eslint@"^8.0.0 || ^9.0.0": found 10.0.2
  └─┬ eslint-rspack-plugin 4.3.0
    └── ✕ unmet peer eslint@"^8.0.0 || ^9.0.0": found 10.0.2
hint: To disable failing on peer dependency issues, add the following to pnpm-workspace.yaml in your project root:

  strictPeerDependencies: false



@changeset-bot
Copy link

changeset-bot bot commented Dec 18, 2025

⚠️ No Changeset found

Latest commit: 19938fb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 18, 2025

Important

Review skipped

Bot user detected.

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

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

  • 🔍 Trigger a full review

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

@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 6f61208 to 2a8c484 Compare January 1, 2026 18:34
@renovate renovate bot force-pushed the renovate/major-linting branch from 2a8c484 to 7b64d3c Compare January 8, 2026 17:41
@renovate renovate bot force-pushed the renovate/major-linting branch 4 times, most recently from ed9dd81 to 4faaf0d Compare January 23, 2026 20:33
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 8246d6f to a77a068 Compare February 2, 2026 21:00
@renovate renovate bot force-pushed the renovate/major-linting branch 5 times, most recently from e2dfd13 to 1c99c4b Compare February 12, 2026 11:44
@hzy
Copy link
Collaborator

hzy commented Feb 14, 2026

@renovate rebase

@renovate renovate bot force-pushed the renovate/major-linting branch 5 times, most recently from 0b74771 to 8ef71ac Compare February 24, 2026 01:44
@renovate renovate bot force-pushed the renovate/major-linting branch from 8ef71ac to 19938fb Compare February 25, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:renovate This is from bot 'renovate'

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant