Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-watch-typeahead ^2.2.2 -> ^3.0.0 age adoption passing confidence

Release Notes

jest-community/jest-watch-typeahead (jest-watch-typeahead)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop support for Jest 27, 28 & 29. Drop support for Node 14, 16, 19, 21 & 23

2.2.2 (2023-01-24)

Bug Fixes

2.2.1 (2022-11-16)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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
Copy link
Contributor Author

renovate bot commented Oct 27, 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: bitrise-workflow-editor@2.5.14419
npm error Found: jest@29.7.0
npm error node_modules/jest
npm error   dev jest@"^29.7.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer jest@"^30.0.0" from jest-watch-typeahead@3.0.1
npm error node_modules/jest-watch-typeahead
npm error   dev jest-watch-typeahead@"^3.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-10-27T03_28_53_015Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-27T03_28_53_015Z-debug-0.log

@renovate renovate bot added the npm label Oct 27, 2025
@viktorbenei
Copy link
Contributor

viktorbenei commented Oct 27, 2025

Summary

This PR updates jest-watch-typeahead from v2.2.2 to v3.0.0, but introduces a critical incompatibility. The new version requires Jest 30, while the project currently uses Jest ^29.7.0. This will cause runtime errors when running tests with the watch plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants