Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps the eslint-plugins group with 4 updates in the / directory: eslint-plugin-jest, eslint-plugin-perfectionist, eslint-plugin-react-hooks and eslint-plugin-testing-library.

Updates eslint-plugin-jest from 29.0.1 to 29.1.0

Release notes

Sourced from eslint-plugin-jest's releases.

v29.1.0

29.1.0 (2025-11-10)

Features

  • prefer-lowercase-title: allow ignoring todos (#1843) (4658638)

v29.0.2-next.1

29.0.2-next.1 (2025-10-31)

Bug Fixes

  • only specify ts-eslint once in package.json (bc1d010)
Changelog

Sourced from eslint-plugin-jest's changelog.

29.1.0 (2025-11-10)

Features

  • prefer-lowercase-title: allow ignoring todos (#1843) (4658638)
Commits
  • 4851e6b chore(release): 29.1.0 [skip ci]
  • 4658638 feat(prefer-lowercase-title): allow ignoring todos (#1843)
  • 5842ea3 chore(deps): update yarn to v4.11.0 (#1844)
  • b02430b chore(deps): lock file maintenance (#1847)
  • 9be6990 docs(valid-title): add documentation for ignoreTypeOfTestName option (#1842)
  • d7a67f3 ci: check package npm links via the registry (#1846)
  • 2557a20 chore: downgrade eslint-plugin-eslint-plugin (#1841)
  • a1a4b3d chore(deps): update danger/danger-js action to v13.0.5 (#1839)
  • 14740dc chore(deps): lock file maintenance (#1840)
  • e7f0415 chore: use lowest node version we support for smoke test (#1837)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-jest since your current version.


Updates eslint-plugin-perfectionist from 4.15.0 to 4.15.1

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v4.15.1

   🐞 Bug Fixes

  • sort-modules: Fix decorator dependencies not detected  -  by @​hugop95 (86f16)
  • sort-objects: Fix complex call expressions being ignored in calling function name pattern  -  by @​hugop95 (20da6)
  • sort-variable-declarations: Fix destructured assignments dependencies not detected  -  by @​hugop95 (1def9)
    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v4.15.1

compare changes

🐞 Bug Fixes

  • sort-modules: Fix decorator dependencies not detected (86f1626)
  • sort-objects: Fix complex call expressions being ignored in calling function name pattern (20da679)
  • sort-variable-declarations: Fix destructured assignments dependencies not detected (1def9db)

❤️ Contributors

Commits
  • 100833f build: publish v4.15.1
  • 1def9db fix(sort-variable-declarations): fix destructured assignments dependencies no...
  • 5441bde docs: update stats
  • 4463bd6 chore: add coderabbit config
  • f186be1 docs: update stats
  • 6442bf3 docs: update stats
  • 24f0378 docs: update stats
  • 44d75fb docs: update stats
  • c69dda6 chore: update actions
  • 870e5fe docs: hide scrollbar in code blocks on windows
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-perfectionist since your current version.


Updates eslint-plugin-react-hooks from 6.1.1 to 7.0.1

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.0.1

  • Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha)
  • Switch to export = so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @​karlhorky)
  • Tightened the typing of configs.flat so the configs export is always defined. (#34950 by @​poteto)
  • Fix named import runtime errors. (#34951, #34953 by @​karlhorky)

7.0.0

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)
Commits

Updates eslint-plugin-testing-library from 7.6.6 to 7.13.3

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.13.3

7.13.3 (2025-10-14)

Bug Fixes

  • no-unnecessary-act: handle optional chaining calls (#1104) (a5f66c2), closes #686

v7.13.2

7.13.2 (2025-10-13)

Bug Fixes

  • no-unnecessary-act: report userEvent with a different variable name (#1103) (164fa0e), closes #758

v7.13.1

7.13.1 (2025-10-09)

Bug Fixes

  • prefer-screen-queries: support aliased screen imports (#1101) (af8c8d9), closes #776

v7.13.0

7.13.0 (2025-10-08)

Features

v7.12.0

7.12.0 (2025-10-06)

Features

  • no-wait-for-multiple-assertions: avoid reporting unrelated assertions (#1097) (db8756c), closes #1084

v7.11.0

7.11.0 (2025-09-29)

Features

v7.10.0

7.10.0 (2025-09-25)

... (truncated)

Commits
  • a5f66c2 fix(no-unnecessary-act): handle optional chaining calls (#1104)
  • b87e733 build(deps): bump actions/setup-node from 5 to 6 (#1105)
  • 164fa0e fix(no-unnecessary-act): report userEvent with a different variable name (#1103)
  • af8c8d9 fix(prefer-screen-queries): support aliased screen imports (#1101)
  • 875651e chore: remove eslint-plugin-jest-formatting (#1100)
  • c9fcf83 feat(no-wait-for-multiple-assertions): add auto-fix (#1099)
  • db8756c feat(no-wait-for-multiple-assertions): avoid reporting unrelated assertions (...
  • 95b88d5 feat(no-wait-for-multiple-assertions): improve autofix (#1091)
  • bd01e08 feat(no-wait-for-multiple-assertions): add partial fix support (#1090)
  • 54ee4ae fix(await-async-event): prevent adding async/await in forEach loops (#1075)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugins-f08936af98 branch from 3ffe4af to fad31cb Compare November 24, 2025 06:49
Bumps the eslint-plugins group with 4 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist), [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library).


Updates `eslint-plugin-jest` from 29.0.1 to 29.1.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.0.1...v29.1.0)

Updates `eslint-plugin-perfectionist` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v4.15.0...v4.15.1)

Updates `eslint-plugin-react-hooks` from 6.1.1 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-testing-library` from 7.6.6 to 7.13.3
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v7.6.6...v7.13.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 4.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.13.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-plugins
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugins-f08936af98 branch from fad31cb to f7a0066 Compare December 4, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant