Analysis: Jest 30 upgrade blocked by Angular/Storybook ecosystem incompatibility#829
Closed
Copilot wants to merge 2 commits intodependabot/npm_and_yarn/jest-e2fd3a8f13from
Closed
Analysis: Jest 30 upgrade blocked by Angular/Storybook ecosystem incompatibility#829Copilot wants to merge 2 commits intodependabot/npm_and_yarn/jest-e2fd3a8f13from
Copilot wants to merge 2 commits intodependabot/npm_and_yarn/jest-e2fd3a8f13from
Conversation
Bumps the jest group with 4 updates in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `jest` from 29.7.0 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) Updates `@types/jest` from 27.5.2 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `jest-preset-angular` from 14.6.1 to 15.0.2 - [Release notes](https://github.com/thymikee/jest-preset-angular/releases) - [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md) - [Commits](thymikee/jest-preset-angular@v14.6.1...v15.0.2) Updates `ts-jest` from 29.4.0 to 29.4.4 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4) --- updated-dependencies: - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: jest-preset-angular dependency-version: 15.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: ts-jest dependency-version: 29.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jest ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Bump jest group with 4 updates in directory
Analysis: Jest 30 upgrade blocked by Angular/Storybook ecosystem incompatibility
Nov 20, 2025
0a90d6e to
5d9855f
Compare
Contributor
|
I think we can all agree that the important thing is that this all happened in the context of a new PR 😂 Bottom line seems to be that the robot agrees that jest 30 is currently not something we can upgrade to given the angular dependency on 29. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Investigated CI failures from Dependabot's Jest 30 upgrade PR. The upgrade is blocked by incompatible peer dependencies in the Angular ecosystem.
Root Cause
npm cannot resolve this conflict without
--forceor--legacy-peer-deps.Dependency Chain Analysis
@angular-devkit/build-angular@21.0.0@storybook/angular@10.0.8caps at<21.0.0Resolution
The ecosystem dependencies haven't aligned yet. Upgrading requires:
Recommendation: Close this PR and wait for
@storybook/angular@10.1.0stable release before attempting Jest 30 upgrade.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.