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.
Fix Daily Civic Intelligence Refinement Engine tests #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Fix Daily Civic Intelligence Refinement Engine tests #544
Changes from all commits
b736e09File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
What is the latest version of jest-util npm package?💡 Result:
The latest published version of the
jest-utilnpm package is30.2.0. [1] [2]Sources: jsDelivr (npm CDN) [1], UNPKG [2].
🌐 Web query:
jest-util npm version history releases💡 Result:
jest-utilhas 273 published versions on npm, with the latest release30.3.0(published ~2 days ago). [1]Recent version history (newest → older), with npm publish recency as shown by the registry metadata mirror: 30.3.0, 30.2.0, 30.0.5, 30.0.2, 30.0.1, 30.0.0, then the
29.xline starting at 29.7.0 (and many more). [2]To see the full npm release/version history locally:
npm view jest-util versions --json npm view jest-util time --jsonSources: [1] [2]
🌐 Web query:
ts-jest 29.4.6 npm package compatibility jest💡 Result:
ts-jest@29.4.6is compatible with Jest 29 and Jest 30, per itspeerDependencies:jest:^29.0.0 || ^30.0.0(alsobabel-jest,@jest/types,@jest/transform,jest-utilin the same range) [1]typescript:>=4.3 <6[1]The ts-jest installation docs for the 29.4 line also indicate installing
jest,typescript, andts-jesttogether (implying matching major versions) [2].Sources: [1] [2]
🌐 Web query:
jest 29 jest-util 30 compatibility💡 Result:
Jest 29 and jest-util 30 are not a supported/guaranteed combination.
jest-utilis an internal Jest package and Jest 30 includes breaking internal/package changes; mixing majors can break, especially if anything relies on Jest internals or “deep imports.” [1]What to do
jest-*/@jest/*packages on the same major).jest-utilas optional/peer (e.g.,ts-jestallows eitherjest-util ^29 || ^30), still choose the version that matches your installed Jest major. [2]Recommendation: Don’t force
jest-util@30into a Jest 29 tree; either downgradejest-utilto 29.7.x or upgrade Jest to 30.x and align all Jest packages. [1]Sources: [1] [2]
jest-util@^30.3.0withjest@^29.7.0creates an unsupported version mismatch.jest-utilis an internal Jest package where major versions must align with the corresponding Jest major version. Usingjest-util@30.3.0withjest@29.7.0will likely cause runtime errors. Align versions by either downgradingjest-utilto29.7.xor upgrading bothjestandjest-utilto the30.xline.ts-jest@^29.4.6is compatible with both Jest 29 and 30, so no change needed there.🤖 Prompt for AI Agents
Uh oh!
There was an error while loading. Please reload this page.