Skip to content

chore(deps): update dependency eslint to v9.39.5 - #597

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

chore(deps): update dependency eslint to v9.39.5#597
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-monorepo

Conversation

@renovate

@renovaterenovateBot commented Aug 22, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
eslint (source)9.33.09.39.5ageconfidence

Release Notes

eslint/eslint (eslint)

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

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

v9.34.0

Compare Source

Features

  • 0bb777a feat: multithread linting (#​19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#​19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#​20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#​20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#​20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#​20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#​20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#​20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#​19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new

pkg-pr-newBot commented Aug 22, 2025

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@js-basics/vector@597

commit: 535e77c

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.34.0chore(deps): update dependency eslint to v9.35.0Sep 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 6863f05 to 85e937eCompareSeptember 6, 2025 15:49
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 85e937e to d88d073CompareSeptember 19, 2025 17:13
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Sep 19, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from d88d073 to ab23f22CompareSeptember 25, 2025 18:58
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update dependency eslint to v9.37.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from ab23f22 to c0b1732CompareOctober 3, 2025 21:33
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.37.0chore(deps): update dependency eslint to v9.38.0Oct 18, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from c0b1732 to ed9b607CompareOctober 18, 2025 03:56
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.38.0chore(deps): update dependency eslint to v9.39.0Oct 31, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch 2 times, most recently from b25bb84 to 46334e4CompareNovember 3, 2025 21:52
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.39.0chore(deps): update dependency eslint to v9.39.1Nov 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 46334e4 to fb86999CompareNovember 18, 2025 12:32
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from fb86999 to 9ff9b12CompareDecember 13, 2025 00:56
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.39.1chore(deps): update dependency eslint to v9.39.2Dec 13, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 9ff9b12 to fe280afCompareDecember 31, 2025 17:26
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from fe280af to c819f64CompareFebruary 20, 2026 15:09
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.39.2chore(deps): update dependency eslint to v9.39.3Feb 20, 2026
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch 2 times, most recently from 62a9f44 to 97936beCompareMarch 7, 2026 02:07
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.39.3chore(deps): update dependency eslint to v9.39.4Mar 7, 2026
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 97936be to edf63f8CompareMarch 27, 2026 12:27
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from edf63f8 to 05e8ab1CompareApril 24, 2026 09:34
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 05e8ab1 to 6e06699CompareMay 28, 2026 16:05
@sonarqubecloud

Copy link
Copy Markdown

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.39.4chore(deps): update dependency eslint to v9.39.5Jul 26, 2026
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 6e06699 to ff1bbd8CompareJuly 26, 2026 02:04
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from ff1bbd8 to 11bb87aCompareJuly 30, 2026 20:13
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 11bb87a to e4ad5aaCompareAugust 12, 2026 04:05
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from e4ad5aa to 4b0fac5CompareAugust 26, 2026 12:15
@renovate
renovateBotforce-pushed the renovate/eslint-monorepo branch from 4b0fac5 to 535e77cCompareSeptember 2, 2026 22:39
@sonarqubecloud

Copy link
Copy Markdown

Sign up for freeto 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