Skip to content

Bump Jest manifest range to 29.7.x to remediate transitive @babel/core Dependabot alert#4

Draft
seanmwalker with Copilot wants to merge 2 commits into
masterfrom
copilot/update-jest-version
Draft

Bump Jest manifest range to 29.7.x to remediate transitive @babel/core Dependabot alert#4
seanmwalker with Copilot wants to merge 2 commits into
masterfrom
copilot/update-jest-version

Conversation

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown

Dependabot flagged transitive @babel/core via Jest’s transform pipeline. This PR updates Jest at the project boundary (not app/runtime deps) and refreshes lock metadata accordingly, while keeping the Node engine contract unchanged.

  • Dependency remediation

    • devDependencies.jest in package.json updated from ^29.0.0 to ^29.7.0.
    • package-lock.json regenerated/updated to align root dependency metadata with the Jest 29.7.x line used by the repo.
  • Scope / behavior

    • No Babel config introduced.
    • No application code changes.
    • No runtime dependency changes.
  • Compatibility

    • Preserves project engine requirement: node >=18.0.0.
    • Chooses the safe Jest-line bump compatible with current engine policy.
  • Validation included in this update

    • Existing Jest suite still passes after the dependency update.
// package.json
"devDependencies": {
  "jest": "^29.7.0"
}

Copilot AI changed the title [WIP] Update Jest to remediate Dependabot alert for @babel/core Bump Jest manifest range to 29.7.x to remediate transitive @babel/core Dependabot alert Jun 30, 2026
Copilot AI requested a review from seanmwalker June 30, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants