Skip to content

Commit bfd45e0

Browse files
committed
docs: add related changelog
1 parent 87874b1 commit bfd45e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## main
22

3+
### Features
4+
5+
- `[jest-resolver]` Implement the `defaultAsyncResolver` ([15679](https://github.com/jestjs/jest/pull/15679))
6+
37
### Chore & Maintenance
48

59
- `[*]` Remove and deprecate `jest-repl` package ([15673](https://github.com/jestjs/jest/pull/15673))
@@ -120,6 +124,7 @@
120124
- `[*]` [**BREAKING**] Bundle all of Jest's modules into `index.js` ([#12348](https://github.com/jestjs/jest/pull/12348), [#14550](https://github.com/jestjs/jest/pull/14550) & [#14661](https://github.com/jestjs/jest/pull/14661))
121125
- `[jest-haste-map]` Only spawn one process to check for `watchman` installation ([#14826](https://github.com/jestjs/jest/pull/14826))
122126
- `[jest-runner]` Better cleanup `source-map-support` after test to resolve (minor) memory leak ([#15233](https://github.com/jestjs/jest/pull/15233))
127+
- `[jest-resolver]` Migrate `resolve` and `resolve.exports` to `unrs-resolver` ([15619](https://github.com/jestjs/jest/pull/15619))
123128
- `[jest-circus, jest-environment-node, jest-repl, jest-runner, jest-util]` Cleanup global variables on environment teardown to reduce memory leaks ([#15215](https://github.com/jestjs/jest/pull/15215) & [#15636](https://github.com/jestjs/jest/pull/15636) & [#15643](https://github.com/jestjs/jest/pull/15643))
124129

125130
### Chore & Maintenance

0 commit comments

Comments
 (0)