Releases: jestjs/jest
Releases Β· jestjs/jest
v29.2.1
Features
[@jest/globals, jest-mock]
Addjest.Spied*
utility types (#13440)
Fixes
[jest-environment-node]
makeglobalThis.performance
writable for Node 19 and fake timers (#13467)[jest-mock]
Revert #13398 to restore mocking of setters (#13472)
Performance
[*]
Use sha1 instead of sha256 for hashing (#13421)
Full Changelog: v29.2.0...v29.2.1
v29.2.0
Features
[@jest/cli, jest-config]
A seed for the test run will be randomly generated, or set by a CLI option (#13400)[@jest/cli, jest-config]
--show-seed
will display the seed value in the report, and can be set via a CLI flag or through the config file (#13400)[jest-config]
AddreadInitialConfig
utility function (#13356)[jest-core]
AllowtestResultsProcessor
to be async (#13343)[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]
AddgetSeed()
to thejest
object (#13400)[expect, @jest/expect-utils]
AllowisA
utility to take a type argument (#13355)[expect]
ExposeAsyncExpectationResult
andSyncExpectationResult
types (#13411)
Fixes
[babel-plugin-jest-hoist]
IgnoreTSTypeQuery
when checking for hoisted references (#13367)[jest-core]
FixdetectOpenHandles
false positives for some special objects such asTLSWRAP
(#13414)[jest-mock]
Fix mocking of getters and setters on classes (#13398)[jest-reporters]
Revert: Transform file paths into hyperlinks (#13399)[@jest/types]
Infer type ofeach
table correctly when the table is a tuple or array (#13381)[@jest/types]
Rework typings to allow the*ReturnedWith
matchers to be called with no argument (#13385)
Chore & Maintenance
[*]
Update@babel/*
deps, resulting in slightly different stack traces foreach
(#13422)
Performance
[jest-runner]
Do not instrument v8 coverage data if coverage should not be collected (#13282)
New Contributors
- @johannessjoberg made their first contribution in #13343
- @mitchhentgesspotify made their first contribution in #13282
- @Methuselah96 made their first contribution in #13409
- @jhwang98 made their first contribution in #13400
- @professorjrod made their first contribution in #13418
- @jesusarell made their first contribution in #13407
Full Changelog: v29.1.2...v29.2.0
v29.1.2
Fixes
[expect, @jest/expect]
Revert buggy inference of argument types for*CalledWith
and*ReturnedWith
matchers introduced in 29.1.0 (#13339)[jest-worker]
Add missing dependency onjest-util
(#13341)
New Contributors
- @brunocabral88 made their first contribution in #13329
- @alexander-akait made their first contribution in #13341
Full Changelog: v29.1.1...v29.1.2
v29.1.1
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)
New Contributors
- @fzn0x made their first contribution in #13234
- @guimard made their first contribution in #13256
- @weidehai made their first contribution in #13270
- @kettanaito made their first contribution in #12871
- @royhadad made their first contribution in #13279
- @ghiscoding made their first contribution in #13290
- @paulreece made their first contribution in #13311
- @jeppester made their first contribution in #13281
- @sashashura made their first contribution in #13324
- @lpizzinidev made their first contribution in #13322
- @JVBorges made their first contribution in #13323
- @staplespeter made their first contribution in #13145
Full Changelog: v29.0.3...v29.1.0
v29.0.3
Features
[@jest/environment, jest-runtime]
Allow passing a generic type argument tojest.createMockFromModule<T>()
method (#13202)[expect]
ExposeExpectationResult
type (#13240)[jest-snapshot]
ExposeContext
type (#13240)[@jest/globals]
Addjest.Mock
type helper (#13235)
Fixes
[jest-core]
CaptureexecError
duringTestScheduler.scheduleTests
and dispatch to reporters (#13203)[jest-resolve]
Make sure to resolve module paths after looking atexports
(#13242)[jest-resolve]
Improve error on module not found deep in therequire
stack (#8704)[jest-snapshot]
Fix typings of snapshot matchers (#13240)
Chore & Maintenance
[*]
Fix inconsistent workspace prefixes (#13217)[jest-haste-map]
Expose a minimal public API to TypeScript (#13023)
New Contributors
- @iamWing made their first contribution in #13191
- @shinxi made their first contribution in #12930
- @bmish made their first contribution in #13217
- @maschwenk made their first contribution in #13226
Full Changelog: v29.0.2...v29.0.3
v29.0.2
Features
[jest-transform]
ExposeTransformFactory
type (#13184)
Fixes
[babel-plugin-jest-hoist]
Support importedjest
in mock factory (#13188)[jest-mock]
Align the behavior and return type ofgenerateFromMetadata
method (#13207)[jest-runtime]
Supportjest.resetModules()
with ESM (#13211)
New Contributors
Full Changelog: v29.0.1...v29.0.2
v29.0.1
v29.0.0
Blog post: https://jestjs.io/blog/2022/08/25/jest-29
Features
[expect]
[BREAKING] Differentiate betweenMatcherContext
MatcherUtils
andMatcherState
types (#13141)[jest-circus]
Add support fortest.failing.each
(#13142)[jest-config]
[BREAKING] MakesnapshotFormat
default toescapeString: false
andprintBasicPrototype: false
(#13036)[jest-config]
[BREAKING] Remove undocumentedcollectCoverageOnlyFrom
option (#13156)[jest-environment-jsdom]
[BREAKING] Upgrade tojsdom@20
(#13037, #13058)[@jest/globals]
Addjest.Mocked
,jest.MockedClass
,jest.MockedFunction
andjest.MockedObject
utility types (#12727)[jest-mock]
[BREAKING] RefactorMocked*
utility types.MaybeMockedDeep
andMaybeMocked
becameMocked
andMockedShallow
respectively; only deep mocked variants ofMockedClass
,MockedFunction
andMockedObject
are exported (#13123, #13124)[jest-mock]
[BREAKING] Change the defaultjest.mocked
helperβs behavior to deep mocked (#13125)[jest-snapshot]
[BREAKING] Letbabel
find config when updating inline snapshots (#13150)[@jest/test-result, @jest/types]
[BREAKING] ReplaceBytes
andMilliseconds
types withnumber
(#13155)[jest-worker]
AddsworkerIdleMemoryLimit
option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#13056, #13105, #13106, #13107)[pretty-format]
[BREAKING] RemoveConvertAnsi
plugin in favour ofjest-serializer-ansi-escapes
(#13040)[pretty-format]
Allow to opt out from sorting object keys withcompareKeys: null
(#12443)
Fixes
[jest-config]
Fix testing multiple projects with TypeScript config files (#13099)[@jest/expect-utils]
Fix deep equality of ImmutableJS Record (#13055)[jest-haste-map]
Increase the maximum possible file size that jest-haste-map can handle (#13094)[jest-runtime]
Properly support CJS re-exports from dual packages (#13170)[jest-snapshot]
MakeprettierPath
optional inSnapshotState
(#13149)[jest-snapshot]
Fix parsing error from inline snapshot files withJSX
(#12760)[jest-worker]
When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)
Chore & Maintenance
[*]
[BREAKING] Drop support for Node v12 and v17 (#13033)[docs]
Fix webpack name (#13049)[docs]
Explicit how to setn
for--bail
(#13128)[docs]
Update Enzyme URL (#13166)[jest-leak-detector]
Remove support forweak-napi
(#13035)[jest-snapshot]
[BREAKING] RequirerootDir
as argument toSnapshotState
(#13150)
New Contributors
- @makstech made their first contribution in #13049
- @sa2taka made their first contribution in #13055
- @matheus-rodrigues00 made their first contribution in #13090
- @lanpai made their first contribution in #13094
- @zebreus made their first contribution in #13099
- @backmask made their first contribution in #13106
- @liuxingbaoyu made their first contribution in #13120
- @Trim made their first contribution in #13128
- @kkyusufk made their first contribution in #13142
- @KrishnaPG made their first contribution in #13157
- @dev-itsheng made their first contribution in #13115
- @jeffslofish made their first contribution in #13166
Full Changelog: v28.1.3...v29.0.0
v29.0.0-alpha.6
What's Changed
- chore: update @jridgewell/trace-mapping by @SimenB in #13119
- refactor(jest-mock)!: rework
Mocked*
utility types by @mrazauskas in #13123 - fix(jest-mock): export
MockedShallow
type by @mrazauskas in #13124 - feat(@jest/globals): add
jest.Mocked
,jest.MockedClass
,jest.MockedFunction
andjest.MockedObject
utility types by @mrazauskas in #12727 - refactor(jest-mock)!: change the default
jest.mocked
helperβs behaviour to deep mocked by @mrazauskas in #13125 - chore(types): separate MatcherContext, MatcherUtils and MatcherState by @SimenB in #13141
- feat(circus): added each to failing tests by @kkyusufk in #13142
- chore: make prettierPath optional in
SnapshotState
by @SimenB in #13149 - feat: Let
babel
find config when updating inline snapshots by @SimenB in #13150 - fix: Allow updating inline snapshots when test includes JSX by @eps1lon in #12760
New Contributors
- @liuxingbaoyu made their first contribution in #13120
- @Trim made their first contribution in #13128
- @kkyusufk made their first contribution in #13142
Full Changelog: v29.0.0-alpha.5...v29.0.0-alpha.6