chore(deps): ts-jest (patch → 29.4.9) #281
chore(deps): ts-jest (patch → 29.4.9) #281gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c7c95dc97
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "js-yaml": "^4.1.1", | ||
| "prettier": "3.8.1", | ||
| "ts-jest": "29.4.6", | ||
| "ts-jest": "29.4.9", |
There was a problem hiding this comment.
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 👍 / 👎.
Summary: Dependency update — 1 package upgraded (patch changes only)
Manifests changed:
.(npm)✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.
Updates
Packages marked with "-" are updated due to dependency constraints.
Review Checklist
Standard review:
Update Mode: Routine Update
🤖 Generated by DataDog Automated Dependency Management System