Skip to content

Commit 9279148

Browse files
committed
Merge branch 'main' into up-react-native
2 parents 39e2492 + 8e6d128 commit 9279148

6 files changed

Lines changed: 335 additions & 92 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
### Chore & Maintenance
3737

3838
- `[docs]` Note deprecation of `react-test-renderer` in React Native tutorial and `pretty-format` README ([#16294](https://github.com/jestjs/jest/pull/16294))
39+
- `[babel-jest, @jest/transform]` Update `babel-plugin-istanbul` to v8 ([#16049](https://github.com/jestjs/jest/pull/16049))
3940
- `[jest-haste-map]` Refactor massive class into multiple files ([#16180](https://github.com/jestjs/jest/pull/16180))
4041
- `[jest-haste-map]` Drop `walker` dependency; replace hand-rolled directory recursion in the JS crawler and watcher startup with `fdir` ([#16187](https://github.com/jestjs/jest/pull/16187))
4142
- `[jest-runtime]` Avoid magical `null` value in ESM loader ([#16160](https://github.com/jestjs/jest/pull/16160))

e2e/coverage-transform-instrumented/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"dependencies": {
2626
"@babel/core": "^7.0.0",
2727
"@babel/preset-env": "^7.0.0",
28-
"babel-plugin-istanbul": "^7.0.1"
28+
"babel-plugin-istanbul": "^8.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)