Skip to content

Update dependency eslint-plugin-jest to v29#602

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-jest-29.x
Open

Update dependency eslint-plugin-jest to v29#602
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-jest-29.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-jest 28.14.029.15.0 age confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v29.15.0

Compare Source

Features
  • no-conditional-in-test: only report optional chaining when allowOptionalChaining is false (#​1934) (3f5751e)

v29.14.0

Compare Source

Features

v29.13.0

Compare Source

Features

29.12.2 (2026-02-03)

Bug Fixes

29.12.1 (2026-01-02)

Bug Fixes
  • no-unnecessary-assertion: don't report for any and unknown types (#​1918) (388a36c)

v29.12.2

Compare Source

Bug Fixes

v29.12.1

Compare Source

Bug Fixes
  • no-unnecessary-assertion: don't report for any and unknown types (#​1918) (388a36c)

v29.12.0

Compare Source

Features
  • prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#​1914) (13bbd20)

29.11.4 (2025-12-30)

Bug Fixes
  • prefer-mock-return-shorthand: ignore use of update expressions (#​1913) (5713ac9)

29.11.3 (2025-12-30)

Bug Fixes
  • prefer-mock-return-shorthand: ignore async implementations (#​1912) (80288e2)

29.11.2 (2025-12-29)

Bug Fixes
  • prefer-mock-return-shorthand: don't report mutable implementations (#​1908) (b164700)

29.11.1 (2025-12-29)

Bug Fixes
  • unbound-method: ignore inline use of jest.mocked(...) (#​1862) (3a50b97)

v29.11.4

Compare Source

Bug Fixes
  • prefer-mock-return-shorthand: ignore use of update expressions (#​1913) (5713ac9)

v29.11.3

Compare Source

Bug Fixes
  • prefer-mock-return-shorthand: ignore async implementations (#​1912) (80288e2)

v29.11.2

Compare Source

Bug Fixes
  • prefer-mock-return-shorthand: don't report mutable implementations (#​1908) (b164700)

v29.11.1

Compare Source

Bug Fixes
  • unbound-method: ignore inline use of jest.mocked(...) (#​1862) (3a50b97)

v29.11.0

Compare Source

Features

29.10.1 (2025-12-22)

Bug Fixes

v29.10.1

Compare Source

Features

29.10.1 (2025-12-22)

Bug Fixes

v29.10.0

Compare Source

Features

29.10.1 (2025-12-22)

Bug Fixes

v29.9.0

Compare Source

Features

v29.8.0

Compare Source

Features

v29.7.0

Compare Source

Features

29.6.1 (2025-12-22)

Bug Fixes
  • no-unnecessary-assertion: ignore resolve and reject chains (for now) (#​1887) (64a5f0c)

v29.6.1

Compare Source

Features

29.6.1 (2025-12-22)

Bug Fixes
  • no-unnecessary-assertion: ignore resolve and reject chains (for now) (#​1887) (64a5f0c)

v29.6.0

Compare Source

Features

29.6.1 (2025-12-22)

Bug Fixes
  • no-unnecessary-assertion: ignore resolve and reject chains (for now) (#​1887) (64a5f0c)

v29.5.0

Compare Source

Features

29.4.1 (2025-12-14)

Bug Fixes
  • prefer-to-have-been-called-times: actually check that current matcher is toHaveLength (#​1878) (3415744)

v29.4.1

Compare Source

Features

29.4.1 (2025-12-14)

Bug Fixes
  • prefer-to-have-been-called-times: actually check that current matcher is toHaveLength (#​1878) (3415744)

v29.4.0

Compare Source

Features
  • create new prefer-to-have-been-called-times rule (281085a)
  • create new prefer-to-have-been-called rule (24e2acd)

v29.3.0

Compare Source

Features
  • prefer-expect-assertions: support basic uses of hasAssertions in beforeEach and afterEach hooks (#​1871) (eed9acb)

29.2.3 (2025-12-13)

Bug Fixes
  • prefer-expect-assertions: use correct word in error message (#​1873) (c48c48c)

29.2.2 (2025-12-12)

Bug Fixes

29.2.1 (2025-11-23)

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

v29.2.3

Compare Source

Bug Fixes
  • prefer-expect-assertions: use correct word in error message (#​1873) (c48c48c)

v29.2.2

Compare Source

Bug Fixes

v29.2.1

Compare Source

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

v29.2.0

Compare Source

Features

v29.1.0

Compare Source

Features

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

Compare Source

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

v29.0.0

Compare Source

Bug Fixes
  • remove jest/no-alias-methods from styles config (d3bf1dc)
Features
  • drop support for [@typescript-eslint](https://redirect.github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://redirect.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)
BREAKING CHANGES
  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in
    the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Singapore, 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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 3 times, most recently from a4e5087 to f4be12e Compare June 28, 2025 01:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 2 times, most recently from ca7aadd to 6b11a8a Compare July 4, 2025 18:26
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 2 times, most recently from c049896 to 3756a2a Compare July 18, 2025 21:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 3 times, most recently from d77fdd5 to f50a32f Compare August 1, 2025 23:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 2 times, most recently from dc47320 to d6d8336 Compare August 13, 2025 14:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 4 times, most recently from 7c446c1 to 9df374f Compare August 23, 2025 12:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 3 times, most recently from 6f58e72 to d938938 Compare August 31, 2025 21:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 4 times, most recently from df4a1af to 5e48361 Compare September 20, 2025 04:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 5 times, most recently from 03fd4e8 to 2ebad7b Compare September 27, 2025 13:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch from 2ebad7b to 1fa25aa Compare October 3, 2025 21:02
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch from 1fa25aa to 0e77da4 Compare October 18, 2025 12:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 5 times, most recently from af38866 to 49a3deb Compare December 29, 2025 00:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 4 times, most recently from e681507 to 591e5c2 Compare January 2, 2026 22:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 4 times, most recently from 2e8628c to 06738f4 Compare January 10, 2026 22:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 2 times, most recently from b0b928c to 15439bc Compare January 19, 2026 18:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 4 times, most recently from e2f5126 to c623731 Compare January 30, 2026 22:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 2 times, most recently from 4cd94a7 to c0824f7 Compare February 8, 2026 22:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 4 times, most recently from a0404f5 to 3025c19 Compare February 17, 2026 21:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch from 3025c19 to c111e11 Compare February 20, 2026 20:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch 2 times, most recently from b6c5fdf to ac69e75 Compare March 1, 2026 08:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-29.x branch from ac69e75 to b9d7a23 Compare March 1, 2026 08:45
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