Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "30.2.0",
"js-yaml": "^4.1.1",
"prettier": "3.8.1",
"ts-jest": "29.4.6",
"ts-jest": "29.4.9",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update lockfile with the ts-jest version bump

Bumping ts-jest in package.json without regenerating yarn.lock leaves the dependency graph inconsistent (the lockfile still resolves ts-jest@29.4.6), so the CI path that enforces lockfile consistency (.github/workflows/check-dist.yml runs yarn install --immutable) will fail for this change. This also means the intended 29.4.9 update is not actually reproducible from the committed lockfile.

Useful? React with 👍 / 👎.

"typescript": "5.9.3",
"typescript-eslint": "8.57.0"
},
Expand Down