Skip to content

fix(deps): update eslint monorepo - #304

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

fix(deps): update eslint monorepo#304
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 31, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 10.7.010.8.0 age confidence
eslint-plugin-jest 29.15.429.16.0 age confidence
eslint-plugin-oxlint 1.73.01.76.0 age confidence
eslint-plugin-react-hooks (source) 7.0.17.1.1 age confidence

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)
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v29.16.0

Compare Source

Features
  • valid-expect-with-promise: add checkThenables option for custom promises (#​1996) (692c748)

29.15.5 (2026-07-20)

Bug Fixes

29.15.4 (2026-06-30)

Bug Fixes
  • no-export: don't report on assignment to locals named module (#​1976) (da02c0c)

29.15.3 (2026-06-26)

Bug Fixes

29.15.2 (2026-04-09)

Bug Fixes

29.15.1 (2026-03-24)

Bug Fixes

v29.15.5

Compare Source

Bug Fixes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v1.76.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.75.0...v1.76.0

v1.75.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.73.0...v1.75.0

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.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "before 9am 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.

👻 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 changed the title chore(deps): update dependency eslint to v9.39.0 chore(deps): update dependency eslint to v9.39.1 Nov 4, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 79fa8c3 to 46cbc66 Compare November 4, 2025 04:10
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 3 times, most recently from c34134c to 6bf9145 Compare November 24, 2025 09:26
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 6bf9145 to b2ba3a6 Compare December 11, 2025 17:05
@renovate renovate Bot changed the title chore(deps): update dependency eslint to v9.39.1 fix(deps): update eslint monorepo Dec 11, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 3 times, most recently from a067a31 to 12838c7 Compare December 14, 2025 18:59
@renovate renovate Bot changed the title fix(deps): update eslint monorepo fix(deps): update eslint monorepo - autoclosed Dec 16, 2025
@renovate renovate Bot closed this Dec 16, 2025
@renovate
renovate Bot deleted the renovate/eslint-monorepo branch December 16, 2025 13:45
@renovate renovate Bot changed the title fix(deps): update eslint monorepo - autoclosed fix(deps): update dependency eslint-plugin-jest to v29.8.0 Dec 22, 2025
@renovate renovate Bot reopened this Dec 22, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 12838c7 to 2d24bc5 Compare December 22, 2025 03:04
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.8.0 fix(deps): update dependency eslint-plugin-jest to v29.9.0 Dec 22, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from e5eb878 to f57fe49 Compare December 22, 2025 22:48
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.9.0 fix(deps): update dependency eslint-plugin-jest to v29.10.0 Dec 22, 2025
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.10.0 fix(deps): update dependency eslint-plugin-jest to v29.10.1 Dec 23, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 7d61401 to 967d8f0 Compare December 23, 2025 22:23
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.10.1 fix(deps): update dependency eslint-plugin-jest to v29.11.0 Dec 23, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 967d8f0 to 24b5b04 Compare December 29, 2025 02:53
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.11.0 fix(deps): update dependency eslint-plugin-jest to v29.11.1 Dec 29, 2025
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.11.1 fix(deps): update dependency eslint-plugin-jest to v29.11.2 Dec 29, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 24b5b04 to ec24d36 Compare December 29, 2025 22:38
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.11.2 fix(deps): update dependency eslint-plugin-jest to v29.12.0 Dec 30, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 85e7721 to 631f892 Compare February 20, 2026 15:54
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-jest to v29.15.0 fix(deps): update eslint monorepo Feb 20, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 631f892 to 122d2c8 Compare March 6, 2026 23:01
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 122d2c8 to 7401c05 Compare March 24, 2026 15:40
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 7401c05 to a96dde4 Compare April 9, 2026 22:56
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 3e2b12b to 9c05eb5 Compare April 17, 2026 20:06
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 9c05eb5 to b134e8e Compare April 29, 2026 17:14
@renovate renovate Bot changed the title fix(deps): update eslint monorepo chore(deps): update dependency eslint-plugin-react-hooks to v7.1.1 May 22, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 1a5d752 to e381d06 Compare May 26, 2026 12:04
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react-hooks to v7.1.1 chore(deps): update eslint monorepo May 26, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from e381d06 to 116f40d Compare June 1, 2026 05:24
@renovate renovate Bot changed the title chore(deps): update eslint monorepo fix(deps): update eslint monorepo Jun 1, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 0e62046 to 35196d7 Compare June 8, 2026 19:26
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 5390a54 to 607ab69 Compare June 22, 2026 16:12
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 4 times, most recently from 74b5544 to d637145 Compare June 30, 2026 04:34
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from d637145 to bf51086 Compare July 7, 2026 18:14
@renovate renovate Bot changed the title fix(deps): update eslint monorepo fix(deps): update eslint monorepo - autoclosed Jul 10, 2026
@renovate renovate Bot closed this Jul 10, 2026
@renovate renovate Bot changed the title fix(deps): update eslint monorepo - autoclosed chore(deps): update dependency eslint to v10.7.0 Jul 13, 2026
@renovate renovate Bot reopened this Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from bf51086 to e2a11c5 Compare July 13, 2026 05:13
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.

0 participants