Bump expect from 25.3.0 to 27.5.0
Created by: dependabot[bot]
Bumps expect from 25.3.0 to 27.5.0.
Release notes
Sourced from expect's releases.
v27.5.0
Features
[expect]
Add asymmetric matcherexpect.closeTo
(#12243)[jest-mock]
AddedmockFn.mock.lastCall
to retrieve last argument (#12285)Fixes
[expect]
Add a fix for.toHaveProperty('')
(#12251)[jest-each, @jest/globals]
Allow passingReadonlyArray
type of a table todescribe.each
andtest.each
(#12297)[@jest/globals]
Add missingoptions
argument tojest.doMock
typing (#12292)[jest-environment-node]
Addatob
andbtoa
(#12269)[jest-matcher-utils]
Correct diff for expected asymmetric matchers (#12264)[jest-message-util]
Fix.getTopFrame()
(andtoMatchInlineSnapshot()
) withmjs
files (#12277)Chore & Maintenance
[*]
Updategraceful-fs
to^4.2.9
(#11749)Performance
[jest-resolve]
perf: skip error creation on not foundstat
calls (#11749)New Contributors
@markjm
made their first contribution in facebook/jest#11749@benjamingr
made their first contribution in facebook/jest#12266@aduh95
made their first contribution in facebook/jest#12269@piranna
made their first contribution in facebook/jest#12272@od-c0d3r
made their first contribution in facebook/jest#12234@davidnormo
made their first contribution in facebook/jest#12264@mshima
made their first contribution in facebook/jest#12277@Cambuchi
made their first contribution in facebook/jest#12246@vladsholokhov
made their first contribution in facebook/jest#12185@robdy
made their first contribution in facebook/jest#12254@Michael-M-Judd
made their first contribution in facebook/jest#12212Full Changelog: https://github.com/facebook/jest/compare/v27.4.7...v27.5.0
v27.4.7
Fixes
jest-config
Add missing@babel/core
dependency (#12216)Full Changelog: https://github.com/facebook/jest/compare/v27.4.6...v27.4.7
v27.4.6
Fixes
[jest-environment-node]
AddAbortSignal
(#12157)
... (truncated)
Changelog
Sourced from expect's changelog.
27.5.0
Features
[expect]
Add asymmetric matcherexpect.closeTo
(#12243)[jest-mock]
AddedmockFn.mock.lastCall
to retrieve last argument (#12285)Fixes
[expect]
Add a fix for.toHaveProperty('')
(#12251)[jest-each, @jest/globals]
Allow passingReadonlyArray
type of a table todescribe.each
andtest.each
(#12297)[@jest/globals]
Add missingoptions
argument tojest.doMock
typing (#12292)[jest-environment-node]
Addatob
andbtoa
(#12269)[jest-matcher-utils]
Correct diff for expected asymmetric matchers (#12264)[jest-message-util]
Fix.getTopFrame()
(andtoMatchInlineSnapshot()
) withmjs
files (#12277)Chore & Maintenance
[*]
Updategraceful-fs
to^4.2.9
(#11749)Performance
[jest-resolve]
perf: skip error creation on not foundstat
calls (#11749)27.4.7
Fixes
jest-config
Add missing@babel/core
dependency (#12216)27.4.6
Fixes
[jest-environment-node]
AddAbortSignal
(#12157)[jest-environment-node]
Add Missing node globalperformance
(#12002)[jest-runtime]
Handle missingmocked
property (#12213)[@jest/transform]
Update dependency packagepirates
to 4.0.4 (#12002)Performance
jest-config
perf: only register ts-node once when loading TS config files (#12160)27.4.5
Fixes
[jest-worker]
Stop explicitly passingprocess.env
(#12141)27.4.4
... (truncated)
Commits
-
247cbe6
v27.5.0 -
5eed973
chore(lint): disable@typescript-eslint/no-unused-vars
rule for tests and moc... -
5160ae0
feat(expect): add asymmetric matcherexpect.closeTo
(#12243) -
8a62d98
chore(type tests): bumpjest-runner-tsd
(#12299) -
9edcaaf
fix(matcher-utils): correct diff for expect asymmetric matchers (#12264) -
d1bc333
fix: support.toHaveProperty('')
(#12251) -
644d2d3
v27.4.6 -
12a983b
chore: update immutable (#12203) -
830f953
Rework dependencies (#12190) -
7965591
v27.4.2 - 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)