gasket icon indicating copy to clipboard operation
gasket copied to clipboard

chore(deps): update jest monorepo to v29 (major)

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) ^27.0.3 -> ^29.0.0 age adoption passing confidence
babel-jest ^27.4.6 -> ^29.0.0 age adoption passing confidence
jest (source) ^27.4.3 -> ^29.0.0 age adoption passing confidence
ts-jest (source) ^27.1.1 -> ^29.0.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 28 '22 21:09 renovate[bot]

The breaking change outlined here: https://jestjs.io/docs/28.x/upgrading-to-jest28#jsdom jest-environment-jsdom package changes when upgrading from 27 to 28 is what was causing the tests to fail. Installing the jsdom test environment package separately fixed the issue.

jpina1-godaddy avatar Oct 13 '22 15:10 jpina1-godaddy