Skip to content

chore(deps): update jest#2694

Draft
elastic-renovate-prod[bot] wants to merge 2 commits into
mainfrom
renovate/jest
Draft

chore(deps): update jest#2694
elastic-renovate-prod[bot] wants to merge 2 commits into
mainfrom
renovate/jest

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

@elastic-renovate-prod elastic-renovate-prod Bot commented Jul 28, 2025

This PR contains the following updates:

Package Type Update Change Pending
@testing-library/jest-dom devDependencies minor ^6.4.8 -> ^6.9.1
eslint-plugin-jest devDependencies major ^28.14.0 -> ^29.12.1 29.13.0 (+1)
jest (source) devDependencies minor ^30.0.0 -> ^30.2.0
jest-environment-jsdom (source) devDependencies minor ^30.0.0 -> ^30.2.0
jest-extended devDependencies major ^6.0.0 -> ^7.0.0
jest-matcher-utils (source) devDependencies minor ^30.0.0 -> ^30.2.0
ts-jest (source) devDependencies patch ^29.4.0 -> ^29.4.6

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

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

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

Bug Fixes

v29.10.0

Compare Source

Features
  • valid-title: ensure printf specifiers in .each titles are valid (#​1892) (5db9b3b)

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

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

v29.6.0

Compare Source

Features

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

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
jestjs/jest (jest)

v30.2.0

Compare Source

Chore & Maintenance
  • [*] Update example repo for testing React Native projects (#​15832)
  • [*] Update jest-watch-typeahead to v3 (#​15830)

v30.1.3

Compare Source

Fixes
  • Fix unstable_mockModule with node: prefixed core modules.

v30.1.2

Compare Source

Fixes
  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#​15803)

v30.1.1

Compare Source

Fixes
  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#​15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#​15821)

v30.1.0

Compare Source

v30.0.5

Compare Source

Features
  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes
Fixes

v30.0.4

Compare Source

Features
  • [expect] The Inverse type is now exported (#​15714)
  • [expect] feat: support async functions in toBe (#​15704)
Fixes
  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#​15700)
  • [jest-snapshot] Handle line endings in snapshots (#​15708)

v30.0.3

Compare Source

Fixes
  • [jest-config] Fix ESM TS config loading in a CJS project (#​15694)
  • [jest-core] jest --onlyFailures --listTests now correctly lists only failed tests(#​15700)
Features
  • [jest-diff] Show non-printable control characters to diffs (#​15696)

v30.0.2

Compare Source

Fixes
  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#​15689)
  • [jest-util] Make garbage collection protection property writable (#​15689)

v30.0.1

Compare Source

Features
  • [jest-resolver] Implement the defaultAsyncResolver (#​15679)
Fixes
  • [jest-resolver] Resolve builtin modules correctly (#​15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#​15684)
Chore & Maintenance
  • [*] Remove and deprecate jest-repl package (#​15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#​15685)
jest-community/jest-extended (jest-extended)

v7.0.0

Compare Source

Major Changes
  • 50a96f9: Drop support for Node 18 and 23 and add support for Node 24 and 25
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes
  • introduce transpilation option to replace isolatedModules option (#​5044) (5868761)

v29.4.2

Compare Source

v29.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2 weeks on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod Bot added dependencies Pull requests that update a dependency file skip-newsletter labels Jul 28, 2025
@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team July 28, 2025 21:35
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 3 times, most recently from a86df32 to 6f3504c Compare September 3, 2025 17:27
@nickofthyme nickofthyme marked this pull request as draft September 8, 2025 19:11
@elastic-renovate-prod elastic-renovate-prod Bot changed the title chore(deps): update jest chore(deps): update jest - autoclosed Sep 17, 2025
@elastic-renovate-prod elastic-renovate-prod Bot deleted the renovate/jest branch September 17, 2025 21:56
@elastic-renovate-prod elastic-renovate-prod Bot changed the title chore(deps): update jest - autoclosed chore(deps): update jest Sep 22, 2025
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 2 times, most recently from 95e0567 to 4dced50 Compare September 23, 2025 21:19
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 3 times, most recently from 3569ba9 to ba6371c Compare October 4, 2025 16:22
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 3 times, most recently from e05abe4 to c63fe40 Compare October 17, 2025 03:37
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 2 times, most recently from 6fbed1b to b86dbf4 Compare November 24, 2025 22:45
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 2 times, most recently from b60099d to f99aef3 Compare December 7, 2025 18:45
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 3 times, most recently from b5c5466 to 5e6bd1d Compare December 28, 2025 18:46
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 6 times, most recently from 9279976 to ec56ca1 Compare January 6, 2026 22:45
@elastic-datavis
Copy link
Copy Markdown
Contributor

⏳ Pending Deployment (build#5314) - ec56ca1

  • ⏳ Storybook
  • ⏳ e2e server
  • ⏳ Playwright VRT report
  • ⏳ Playwright A11Y report

@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/jest branch 4 times, most recently from 5da3780 to 27787f5 Compare January 14, 2026 02:46
@elastic-renovate-prod
Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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 skip-newsletter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant