Bump expect from 25.3.0 to 28.1.0
Created by: dependabot[bot]
Bumps expect from 25.3.0 to 28.1.0.
Release notes
Sourced from expect's releases.
v28.1.0
Features
[jest-circus]
Addfailing
test modifier that inverts the behaviour of tests (#12610)[jest-environment-node, jest-environment-jsdom]
Allow specifyingcustomExportConditions
(#12774)Fixes
[expect]
Adjust typings oflastCalledWith
,nthCalledWith
,toBeCalledWith
matchers to allow a case there a mock was called with no arguments (#12807)[@jest/expect-utils]
Fix deep equality of ImmutableJS Lists (#12763)[jest-core]
Do not collectSIGNREQUEST
as open handles (#12789)Chore & Maintenance
[docs]
Specified documentation about--filter
CLI docs (#12799)[@jest-reporters]
Move helper functions fromutils.ts
into separate files (#12782)[jest-resolve]
Replaceprocess.versions.pnp
type declaration with@types/pnpapi
devDependency (#12783)New Contributors
@romellem
made their first contribution in facebook/jest#12763@cristianrgreco
made their first contribution in facebook/jest#12789@rethab
made their first contribution in facebook/jest#12791@gramsco
made their first contribution in facebook/jest#12799@michalwarda
made their first contribution in facebook/jest#12610@mikemaccana
made their first contribution in facebook/jest#12809Full Changelog: https://github.com/facebook/jest/compare/v28.0.3...v28.1.0
v28.0.3
Fixes
[jest-config]
Normalizereporters
option defined in presets (#12769)[@jest/reporters]
Fix trailing slash in matchingcoverageThreshold
key (#12714)[jest-resolve]
Fix (experimental) ESM module mocking for re-exports (#12766)[@jest/transform]
Throw better error if an invalid return value if encountered (#12764)Chore & Maintenance
[docs]
Fix typo in--shard
CLI docs (#12761)New Contributors
@wespickett
made their first contribution in facebook/jest#12714@helloitsjoe
made their first contribution in facebook/jest#12761@maxdavidson
made their first contribution in facebook/jest#12766Full Changelog: https://github.com/facebook/jest/compare/v28.0.2...v28.0.3
v28.0.2
Features
... (truncated)
Changelog
Sourced from expect's changelog.
28.1.0
Features
[jest-circus]
Addfailing
test modifier that inverts the behaviour of tests (#12610)[jest-environment-node, jest-environment-jsdom]
Allow specifyingcustomExportConditions
(#12774)Fixes
[expect]
Adjust typings oflastCalledWith
,nthCalledWith
,toBeCalledWith
matchers to allow a case there a mock was called with no arguments (#12807)[@jest/expect-utils]
Fix deep equality of ImmutableJS Lists (#12763)[jest-core]
Do not collectSIGNREQUEST
as open handles (#12789)Chore & Maintenance
[docs]
Specified documentation about--filter
CLI docs (#12799)[@jest-reporters]
Move helper functions fromutils.ts
into separate files (#12782)[jest-resolve]
Replaceprocess.versions.pnp
type declaration with@types/pnpapi
devDependency (#12783)28.0.3
Fixes
[jest-config]
Normalizereporters
option defined in presets (#12769)[@jest/reporters]
Fix trailing slash in matchingcoverageThreshold
key (#12714)[jest-resolve]
Fix (experimental) ESM module mocking for re-exports (#12766)[@jest/transform]
Throw better error if an invalid return value if encountered (#12764)Chore & Maintenance
[docs]
Fix typo in--shard
CLI docs (#12761)28.0.2
Features
[jest-worker]
AddJestWorkerFarm
helper type (#12753)Fixes
[*]
Lower Node 16 requirement to 16.10 from 16.13 due to a Node bug that causes memory and performance issues (#12754)28.0.1
Features
[jest-resolve]
ExposeResolverOptions
type (#12736)Fixes
... (truncated)
Commits
-
f5db241
v28.1.0 -
a5bb884
fix(expect): adjust typings of*CalledWith
matchers to allow a case there a... -
e9cc8a8
chore: set ESLint’s 'no-inferrable-types' rule to 'error' (#12785) -
279ee66
v28.0.2 -
9241321
fix(*): Lower Node requirement to 16.10 (#12754) -
0a08639
v28.0.1 -
9fc3ba4
fix(expect): add missing dependencyjest-util
(#12744) -
8f9b812
v28.0.0 -
7c63f59
v28.0.0-alpha.9 -
e746660
chore(type-test): composite false (#12681) - 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)