Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
eslint (source) ^9.36.0 -> ^9.38.0 age confidence pnpm.catalog.lint minor
eslint (source) >=9.5.0 -> >=9.38.0 age confidence peerDependencies minor
eslint-plugin-react-you-might-not-need-an-effect ^0.5.6 -> ^0.6.1 age confidence pnpm.catalog.lint minor
eslint-plugin-unused-imports ^4.2.0 -> ^4.3.0 age confidence pnpm.catalog.lint minor
eslint-plugin-vitest@vitest/eslint-plugin ^0.5.4 -> ^1.0.1 pnpm.catalog.lint replacement

This is a special PR that replaces eslint-plugin-vitest with the community suggested minimal stable replacement version.


Release Notes

eslint/eslint (eslint)

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)
NickvanDyke/eslint-plugin-react-you-might-not-need-an-effect (eslint-plugin-react-you-might-not-need-an-effect)

v0.6.1

Compare Source

v0.6.0

Compare Source

sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

v4.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 1am and before 5am every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot added the eslint label Oct 25, 2025
@renovate renovate bot requested a review from prisis as a code owner October 25, 2025 01:39
@renovate
Copy link
Contributor Author

renovate bot commented Oct 25, 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
undefined

@coderabbitai
Copy link

coderabbitai bot commented Oct 25, 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.


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

@github-actions
Copy link
Contributor

Thank you for following the naming conventions! 🙏

@prisis prisis merged commit a3df8b5 into main Oct 25, 2025
17 of 31 checks passed
@prisis prisis deleted the renovate/eslint branch October 25, 2025 05:54
prisis pushed a commit that referenced this pull request Nov 16, 2025
…lab/eslint-config [16.4.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.4.2...@anolilab/eslint-config@16.4.3) (2025-11-16)

### Bug Fixes

* **deps:** update eslint (minor) ([#959](#959)) ([a3df8b5](a3df8b5))
* **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](1a0d0e1))
* **deps:** update package versions and configurations ([c0a4bbf](c0a4bbf))
* **deps:** update package versions and configurations ([e5b9cb5](e5b9cb5))
* **eslint:** disable unicorn/no-nested-ternary rule due to sonarjs conflict ([ebb5ed3](ebb5ed3))
* **eslint:** resolve globals path for Vitest by using the correct directory ([a30ce47](a30ce47))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants