Bump expect from 25.3.0 to 27.3.0
Created by: dependabot[bot]
Bumps expect from 25.3.0 to 27.3.0.
Release notes
Sourced from expect's releases.
27.3.0
Features
[jest-config]
AddtestEnvironmentOptions.html
to apply to jsdom input (11950)[jest-resolver]
Support default export (.
) inexports
field ifmain
is missing (#11919)Fixes
[expect]
Tweak and improve types (#11949)[jest-runtime]
Ensure absolute paths can be resolved within test modules (#11943)[jest-runtime]
Fixinstanceof
forModernFakeTimers
andLegacyFakeTimers
methods (#11946)New Contributors
@airhorns
made their first contribution in facebook/jest#11943@mrienstra
made their first contribution in facebook/jest#11942@minijus
made their first contribution in facebook/jest#11946@MarvelSQ
made their first contribution in facebook/jest#11950Full Changelog: https://github.com/facebook/jest/compare/v27.2.5...v27.3.0
27.2.5
Features
[jest-config]
Warn when multiple Jest configs are located (#11922)Fixes
[expect]
Pass matcher context to asymmetric matchers (#11926 & #11930)[expect]
Improve TypeScript types (#11931)[expect]
Improve typings oftoThrow()
andtoThrowError()
matchers (#11929)[jest-cli]
Improve--help
printout by removing defunct--browser
option (#11914)[jest-haste-map]
Use distinct cache paths for different values ofcomputeDependencies
(#11916)[@jest/reporters]
Do not bufferconsole.log
s when using verbose reporter (#11054)Chore & Maintenance
[expect]
Export default matchers (#11932)[@jest/types]
Mark deprecated configuration options as@deprecated
(#11913)New Contributors
@motiz88
made their first contribution in facebook/jest#11916@mxschmitt
made their first contribution in facebook/jest#11932@JanKaifer
made their first contribution in facebook/jest#11922@conartist6
made their first contribution in facebook/jest#11054Full Changelog: https://github.com/facebook/jest/compare/v27.2.4...v27.2.5
27.2.4
Features
... (truncated)
Changelog
Sourced from expect's changelog.
27.3.0
Features
[jest-config]
AddtestEnvironmentOptions.html
to apply to jsdom input (11950)[jest-resolver]
Support default export (.
) inexports
field ifmain
is missing (#11919)Fixes
[expect]
Tweak and improve types (#11949)[jest-runtime]
Ensure absolute paths can be resolved within test modules (#11943)[jest-runtime]
Fixinstanceof
forModernFakeTimers
andLegacyFakeTimers
methods (#11946)27.2.5
Features
[jest-config]
Warn when multiple Jest configs are located (#11922)Fixes
[expect]
Pass matcher context to asymmetric matchers (#11926 & #11930)[expect]
Improve TypeScript types (#11931)[expect]
Improve typings oftoThrow()
andtoThrowError()
matchers (#11929)[jest-cli]
Improve--help
printout by removing defunct--browser
option (#11914)[jest-haste-map]
Use distinct cache paths for different values ofcomputeDependencies
(#11916)[@jest/reporters]
Do not bufferconsole.log
s when using verbose reporter (#11054)Chore & Maintenance
[expect]
Export default matchers (#11932)[@jest/types]
Mark deprecated configuration options as@deprecated
(#11913)27.2.4
Features
[expect]
Add equality checks for Array Buffers inexpect.ToStrictEqual()
(#11805)Fixes
[jest-snapshot]
Correctly indent inline snapshots (#11560)27.2.3
Features
[@jest/fake-timers]
Update@sinonjs/fake-timers
to v8 (#11879)Fixes
... (truncated)
Commits
-
14b0c2c
v27.3.0 -
ae1f04b
Add type tests for allexpect
matchers (#11949) -
3a85065
chore: useunknown
in catch variables where possible (#11948) -
251b801
v27.2.5 -
24f9bc8
chore(expect): expose default matchers (#11932) -
e420155
fix(expect):toThrow
andtoThrowError
typings (#11929) -
508827c
fix(expect): make types better reflect reality (#11931) -
02df7d3
fix: construct mather context for asymmetric matchers on demand (#11930) -
f13abff
fix: pass matcher context to asymmetric matchers (#11926) -
5886f6c
v27.2.4 - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)