Skip to content

Update eslint monorepo to ^9.39.5 - #220

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 6, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) ^9.34.0^9.39.5 age confidence
eslint (source) ^9.34.0^9.39.5 age confidence

Release Notes

eslint/eslint (@​eslint/js)

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

v9.39.3

Compare Source

Bug Fixes

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

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Build Related

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

v9.35.0

Compare Source

Features

  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)

Chores


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 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.

@changeset-bot

changeset-bot Bot commented Sep 6, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0a95b40

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

@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 4 times, most recently from 49180c1 to bc267da Compare September 8, 2025 03:07
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.35.0 chore(deps): update eslint monorepo to ^9.36.0 Sep 19, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from ccf534f to be87234 Compare September 25, 2025 17:49
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 3 times, most recently from 5cdb141 to b678376 Compare September 27, 2025 06:26
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.36.0 chore(deps): update eslint monorepo to ^9.37.0 Oct 3, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from b678376 to 11dadbd Compare October 3, 2025 22:07
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.37.0 chore(deps): update eslint monorepo to ^9.38.0 Oct 18, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 11dadbd to a82b15f Compare October 18, 2025 02:54
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from a82b15f to ca4c9f3 Compare October 31, 2025 21:40
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.38.0 chore(deps): update eslint monorepo to ^9.39.0 Oct 31, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from ca4c9f3 to 4d58b8d Compare November 4, 2025 03:55
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.39.0 chore(deps): update eslint monorepo to ^9.39.1 Nov 4, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 4d58b8d to 0d9134d Compare December 12, 2025 23:49
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.39.1 chore(deps): update eslint monorepo to ^9.39.2 Dec 12, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 0d9134d to 806c0ec Compare December 31, 2025 18:50
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.39.2 chore(deps): update eslint monorepo to ^9.39.3 Feb 20, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 806c0ec to 2d4c97d Compare February 20, 2026 16:07
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 2d4c97d to 0f0ac00 Compare March 6, 2026 23:02
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.39.3 chore(deps): update eslint monorepo to ^9.39.4 Mar 6, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 0f0ac00 to 9667c7c Compare April 8, 2026 16:33
@renovate renovate Bot changed the title chore(deps): update eslint monorepo to ^9.39.4 Update eslint monorepo to ^9.39.4 Apr 9, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 9667c7c to 7feabe6 Compare April 29, 2026 19:14
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 7feabe6 to 1b41183 Compare May 12, 2026 14:06
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 1b41183 to f83821a Compare June 11, 2026 10:10
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 6e33b90 to 05dc299 Compare July 17, 2026 23:11
@renovate renovate Bot changed the title Update eslint monorepo to ^9.39.4 Update eslint monorepo to ^9.39.5 Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 05dc299 to acaad4c Compare July 30, 2026 19:19
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from acaad4c to 2c31001 Compare August 12, 2026 04:30
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from 2c31001 to d198a26 Compare September 3, 2026 08:07
@renovate
renovate Bot force-pushed the renovate/eslint-monorepo branch from d198a26 to 0a95b40 Compare September 9, 2026 15:48
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