gasket
gasket copied to clipboard
chore(deps): update jest monorepo to v29 (major)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@types/jest (source) | ^27.0.3 -> ^29.0.0 |
||||
babel-jest | ^27.4.6 -> ^29.0.0 |
||||
jest (source) | ^27.4.3 -> ^29.0.0 |
||||
ts-jest (source) | ^27.1.1 -> ^29.0.0 |
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.
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.