Sourced from jest-environment-jsdom's releases.
30.1.2
Fixes
[jest-snapshot-utils]
Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]
Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]
Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]
Reduce redundant ReferenceError messages[jest-core]
Include test modules that failed to load when --onlyFailures is activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]
Fixit.concurrent
not working withdescribe.skip
(#15765)[jest-snapshot]
Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]
Importing from@jest/globals
in more than one file no longer breaks relative paths (#15772)Chore
[expect]
Update docblock fortoContain()
to display info on substring check (#15789)30.0.2
What's Changed
Fixes
[jest-matcher-utils]
Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)[jest-util]
Make garbage collection protection property writable (#15689)Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md
Jest 30.0.1
What's Changed
Features
[jest-resolver]
Implement thedefaultAsyncResolver
(#15679)Fixes
... (truncated)
Sourced from jest-environment-jsdom's changelog.
30.1.2
Fixes
[jest-snapshot-utils]
Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]
Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]
Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]
Reduce redundant ReferenceError messages[jest-core]
Include test modules that failed to load when --onlyFailures is activeFixes
[jest-snapshot-utils]
Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]
Fixit.concurrent
not working withdescribe.skip
(#15765)[jest-snapshot]
Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]
Importing from@jest/globals
in more than one file no longer breaks relative paths (#15772)Chore
[expect]
Update docblock fortoContain()
to display info on substring check (#15789)30.0.5
Features
[jest-config]
AllowtestMatch
to take a string value[jest-worker]
LetworkerIdleMemoryLimit
accept 0 to always restart worker child processesFixes
[expect]
Fixbigint
error (#15702)30.0.4
Features
[expect]
TheInverse
type is now exported (#15714)[expect]
feat: supportasync functions
intoBe
(#15704)Fixes
... (truncated)