chore(deps): update jest to ^29.1.1
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
jest (source) | devDependencies | minor | ^29.0.3 -> ^29.1.1 |
29.1.2 |
jest-circus | devDependencies | minor | 29.0.3 -> 29.1.1 |
29.1.2 |
jest-environment-jsdom | devDependencies | minor | 29.0.3 -> 29.1.1 |
29.1.2 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
facebook/jest
v29.1.1
Fixes
-
[jest-mock]
Revert #13145 which broke mocking of transpiled ES modules
v29.1.0
Features
-
[expect, @​jest/expect]
Support type inference for function parameters inCalledWith
assertions (#13268) -
[expect, @​jest/expect]
Infer type of*ReturnedWith
matchers argument (#13278) -
[@jest/environment, jest-runtime]
Allowjest.requireActual
andjest.requireMock
to take a type argument (#13253) -
[@jest/environment]
Allowjest.mock
andjest.doMock
to take a type argument (#13254) -
[@jest/fake-timers]
Addjest.now()
to return the current fake clock time (#13244, #13246) -
[@jest/mock]
AddwithImplementation
method for temporarily overriding a mock (#13281) -
[expect]
ExporttoThrow*
matchers (#13328)
Fixes
-
[jest-circus, jest-jasmine2]
Fix error messages for Node'sassert.throes
(#13322) -
[jest-haste-map]
Remove__proto__
usage (#13256) -
[jest-mock]
ImprovespyOn
typings to handle optional properties (#13247) -
[jest-mock]
Fix mocking of getters and setters on classes (#13145) -
[jest-snapshot]
Throw useful error when an array is passed as property matchers (#13263) -
[jest-snapshot]
Prioritize parser used in the project (#13323) -
[jest-transform]
Attempt to work around issues with atomic writes on Windows (#11423)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.