Skip to content

Conversation

@dependabot
Copy link

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

Bumps eslint-plugin-jest from 28.14.0 to 29.2.1.

Release notes

Sourced from eslint-plugin-jest's releases.

v29.2.1

29.2.1 (2025-11-23)

Bug Fixes

  • valid-mock-module-path: report on ERR_PACKAGE_PATH_NOT_EXPORTED errors (#1860) (6cd4e89)

v29.2.0

29.2.0 (2025-11-20)

Features

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)

v29.0.1

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

v29.0.0

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

29.2.1 (2025-11-23)

Bug Fixes

  • valid-mock-module-path: report on ERR_PACKAGE_PATH_NOT_EXPORTED errors (#1860) (6cd4e89)

29.2.0 (2025-11-20)

Features

29.1.0 (2025-11-10)

Features

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

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

... (truncated)

Commits
  • 0694024 chore(release): 29.2.1 [skip ci]
  • 6cd4e89 fix(valid-mock-module-path): report on ERR_PACKAGE_PATH_NOT_EXPORTED errors...
  • ba20c35 chore(deps): update yarn to v4.12.0 (#1859)
  • 8a40433 chore(deps): update actions/checkout action to v6 (#1855)
  • 730c3ee chore(release): 29.2.0 [skip ci]
  • a8625f1 feat: create new valid-mock-module-path rule (#1845)
  • 59927d9 ci: don't update uses-with in actions (#1856)
  • 589917a chore(deps): update actions/checkout action to v5.0.1 (#1854)
  • 19dc911 chore(deps): lock file maintenance (#1853)
  • 4851e6b chore(release): 29.1.0 [skip ci]
  • 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.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.14.0 to 29.2.1.
- [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@v28.14.0...v29.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2025

Labels

The following labels could not be found: auto-approve. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner November 24, 2025 14:14
@greptile-apps
Copy link

greptile-apps bot commented Nov 24, 2025

Greptile Overview

Greptile Summary

This PR updates eslint-plugin-jest from v28.14.0 to v29.2.1, a major version upgrade that includes new features and bug fixes. The upgrade is fully compatible with the project's existing configuration.

Key changes in v29:

  • New valid-mock-module-path rule for validating mock module paths
  • Improvements to prefer-lowercase-title rule (allows ignoring todos)
  • Bug fixes for module path validation

Compatibility verified:

  • Project uses ESLint v9.0.0+ ✓ (requires v8.57.0+)
  • Project uses @typescript-eslint v8.0.0+ ✓ (requires v8+)
  • Project specifies Node >=18.0.0 in engines, but v29 requires Node >=20.12.0
  • ESLint configuration uses flat config format ✓
  • No deprecated rules detected in configuration

Potential concern:
The project's package.json specifies "node": ">=18.0.0" in engines, but eslint-plugin-jest v29 requires Node >=20.12.0. This may cause compatibility issues if the project is run on Node 18 or 19.

Confidence Score: 4/5

  • Safe to merge after updating Node version requirement in engines field
  • The dependency update is compatible with all ESLint and TypeScript tooling (ESLint v9, @typescript-eslint v8), but there's a Node version mismatch that needs correction to prevent runtime issues
  • Update package.json engines.node to match eslint-plugin-jest v29 requirement (>=20.12.0)

Important Files Changed

File Analysis

Filename Score Overview
javascript/package.json 5/5 Updated eslint-plugin-jest from ^28.0.0 to ^29.2.1, compatible with existing ESLint v9 and @typescript-eslint v8
javascript/package-lock.json 5/5 Lockfile updated to reflect eslint-plugin-jest v29.2.1 and its dependencies

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Comments (1)

  1. javascript/package.json, line 19-22 (link)

    syntax: Node version mismatch: engines specifies >=18.0.0, but eslint-plugin-jest v29 requires Node >=20.12.0

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

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.

1 participant