Skip to content

Commit

Permalink
chore: update istanbul deps (#15156)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jul 5, 2024
1 parent 9caa7c0 commit 52d4f85
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 56 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
- `[docs]` Fix typos in `CHANGELOG.md` and `packages/jest-validate/README.md` ([#14640](https://github.com/jestjs/jest/pull/14640))
- `[docs]` Don't use alias matchers in docs ([#14631](https://github.com/jestjs/jest/pull/14631))
- `[babel-jest, babel-preset-jest]` [**BREAKING**] Increase peer dependency of `@babel/core` to `^7.11` ([#14109](https://github.com/jestjs/jest/pull/14109))
- `[babel-jest, @jest/transform]` Update `babel-plugin-istanbul` to v6 ([#15156](https://github.com/jestjs/jest/pull/15156))
- `[expect]` [**BREAKING**] Remove `.toBeCalled()`, `.toBeCalledTimes()`, `.toBeCalledWith()`, `.lastCalledWith()`, `.nthCalledWith()`, `.toReturn()`, `.toReturnTimes()`, `.toReturnWith()`, `.lastReturnedWith()`, `.nthReturnedWith()` and `.toThrowError()` matcher aliases ([#14632](https://github.com/jestjs/jest/pull/14632))
- `[jest-cli, jest-config, @jest/types]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490))
- `[jest-config, @jest/core, jest-util]` Upgrade `ci-info` ([#14655](https://github.com/jestjs/jest/pull/14655))
Expand Down
2 changes: 1 addition & 1 deletion e2e/coverage-transform-instrumented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-plugin-istanbul": "^6.0.0"
"babel-plugin-istanbul": "^7.0.0"
}
}
47 changes: 28 additions & 19 deletions e2e/coverage-transform-instrumented/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.0.0, @babel/core@npm:^7.12.3":
"@babel/core@npm:^7.0.0, @babel/core@npm:^7.23.9":
version: 7.24.5
resolution: "@babel/core@npm:7.24.5"
dependencies:
Expand Down Expand Up @@ -328,7 +328,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.14.7, @babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.5":
"@babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.5":
version: 7.24.5
resolution: "@babel/parser@npm:7.24.5"
bin:
Expand Down Expand Up @@ -1345,7 +1345,7 @@ __metadata:
languageName: node
linkType: hard

"@istanbuljs/schema@npm:^0.1.2":
"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3":
version: 0.1.3
resolution: "@istanbuljs/schema@npm:0.1.3"
checksum: 5282759d961d61350f33d9118d16bcaed914ebf8061a52f4fa474b2cb08720c9c81d165e13b82f2e5a8a212cc5af482f0c6fc1ac27b9e067e5394c9a6ed186c9
Expand Down Expand Up @@ -1412,16 +1412,16 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-istanbul@npm:^6.0.0":
version: 6.1.1
resolution: "babel-plugin-istanbul@npm:6.1.1"
"babel-plugin-istanbul@npm:^7.0.0":
version: 7.0.0
resolution: "babel-plugin-istanbul@npm:7.0.0"
dependencies:
"@babel/helper-plugin-utils": ^7.0.0
"@istanbuljs/load-nyc-config": ^1.0.0
"@istanbuljs/schema": ^0.1.2
istanbul-lib-instrument: ^5.0.4
"@istanbuljs/schema": ^0.1.3
istanbul-lib-instrument: ^6.0.2
test-exclude: ^6.0.0
checksum: cb4fd95738219f232f0aece1116628cccff16db891713c4ccb501cddbbf9272951a5df81f2f2658dfdf4b3e7b236a9d5cbcf04d5d8c07dd5077297339598061a
checksum: fd3048d793897502510267a076df54b47f0cc721afc830edd95d009622e992d84e9753acf69daeb117df64b7dcfd742749738912f4957ee0c194b43f070a0318
languageName: node
linkType: hard

Expand Down Expand Up @@ -1714,16 +1714,16 @@ __metadata:
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^5.0.4":
version: 5.2.1
resolution: "istanbul-lib-instrument@npm:5.2.1"
"istanbul-lib-instrument@npm:^6.0.2":
version: 6.0.3
resolution: "istanbul-lib-instrument@npm:6.0.3"
dependencies:
"@babel/core": ^7.12.3
"@babel/parser": ^7.14.7
"@istanbuljs/schema": ^0.1.2
"@babel/core": ^7.23.9
"@babel/parser": ^7.23.9
"@istanbuljs/schema": ^0.1.3
istanbul-lib-coverage: ^3.2.0
semver: ^6.3.0
checksum: bf16f1803ba5e51b28bbd49ed955a736488381e09375d830e42ddeb403855b2006f850711d95ad726f2ba3f1ae8e7366de7e51d2b9ac67dc4d80191ef7ddf272
semver: ^7.5.4
checksum: 74104c60c65c4fa0e97cc76f039226c356123893929f067bfad5f86fe839e08f5d680354a68fead3bc9c1e2f3fa6f3f53cded70778e821d911e851d349f3545a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1979,11 +1979,11 @@ __metadata:
dependencies:
"@babel/core": ^7.0.0
"@babel/preset-env": ^7.0.0
babel-plugin-istanbul: ^6.0.0
babel-plugin-istanbul: ^7.0.0
languageName: unknown
linkType: soft

"semver@npm:^6.3.0, semver@npm:^6.3.1":
"semver@npm:^6.3.1":
version: 6.3.1
resolution: "semver@npm:6.3.1"
bin:
Expand All @@ -1992,6 +1992,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.5.4":
version: 7.6.2
resolution: "semver@npm:7.6.2"
bin:
semver: bin/semver.js
checksum: 40f6a95101e8d854357a644da1b8dd9d93ce786d5c6a77227bc69dbb17bea83d0d1d1d7c4cd5920a6df909f48e8bd8a5909869535007f90278289f2451d0292d
languageName: node
linkType: hard

"sprintf-js@npm:~1.0.2":
version: 1.0.3
resolution: "sprintf-js@npm:1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@jest/transform": "workspace:*",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-istanbul": "^7.0.0",
"babel-preset-jest": "workspace:*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.11.6",
"@jest/types": "workspace:*",
"@jridgewell/trace-mapping": "^0.3.18",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-istanbul": "^7.0.0",
"chalk": "^4.0.0",
"convert-source-map": "^2.0.0",
"fast-json-stable-stringify": "^2.1.0",
Expand Down
55 changes: 21 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.20.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.4":
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.13.16, @babel/core@npm:^7.20.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.4":
version: 7.24.7
resolution: "@babel/core@npm:7.24.7"
dependencies:
Expand Down Expand Up @@ -626,7 +626,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.7":
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.20.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/parser@npm:7.24.7"
bin:
Expand Down Expand Up @@ -3298,7 +3298,7 @@ __metadata:
"@types/graceful-fs": ^4.1.3
"@types/micromatch": ^4.0.7
"@types/write-file-atomic": ^4.0.0
babel-plugin-istanbul: ^6.1.1
babel-plugin-istanbul: ^7.0.0
chalk: ^4.0.0
convert-source-map: ^2.0.0
dedent: ^1.0.0
Expand Down Expand Up @@ -6697,7 +6697,7 @@ __metadata:
"@jest/transform": "workspace:*"
"@types/babel__core": ^7.1.14
"@types/graceful-fs": ^4.1.3
babel-plugin-istanbul: ^6.1.1
babel-plugin-istanbul: ^7.0.0
babel-preset-jest: "workspace:*"
chalk: ^4.0.0
graceful-fs: ^4.2.9
Expand Down Expand Up @@ -6729,16 +6729,16 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-istanbul@npm:^6.1.1":
version: 6.1.1
resolution: "babel-plugin-istanbul@npm:6.1.1"
"babel-plugin-istanbul@npm:^7.0.0":
version: 7.0.0
resolution: "babel-plugin-istanbul@npm:7.0.0"
dependencies:
"@babel/helper-plugin-utils": ^7.0.0
"@istanbuljs/load-nyc-config": ^1.0.0
"@istanbuljs/schema": ^0.1.2
istanbul-lib-instrument: ^5.0.4
"@istanbuljs/schema": ^0.1.3
istanbul-lib-instrument: ^6.0.2
test-exclude: ^6.0.0
checksum: cb4fd95738219f232f0aece1116628cccff16db891713c4ccb501cddbbf9272951a5df81f2f2658dfdf4b3e7b236a9d5cbcf04d5d8c07dd5077297339598061a
checksum: fd3048d793897502510267a076df54b47f0cc721afc830edd95d009622e992d84e9753acf69daeb117df64b7dcfd742749738912f4957ee0c194b43f070a0318
languageName: node
linkType: hard

Expand Down Expand Up @@ -12615,29 +12615,16 @@ __metadata:
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^5.0.4":
version: 5.2.1
resolution: "istanbul-lib-instrument@npm:5.2.1"
dependencies:
"@babel/core": ^7.12.3
"@babel/parser": ^7.14.7
"@istanbuljs/schema": ^0.1.2
istanbul-lib-coverage: ^3.2.0
semver: ^6.3.0
checksum: bf16f1803ba5e51b28bbd49ed955a736488381e09375d830e42ddeb403855b2006f850711d95ad726f2ba3f1ae8e7366de7e51d2b9ac67dc4d80191ef7ddf272
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^6.0.0":
version: 6.0.2
resolution: "istanbul-lib-instrument@npm:6.0.2"
"istanbul-lib-instrument@npm:^6.0.0, istanbul-lib-instrument@npm:^6.0.2":
version: 6.0.3
resolution: "istanbul-lib-instrument@npm:6.0.3"
dependencies:
"@babel/core": ^7.23.9
"@babel/parser": ^7.23.9
"@istanbuljs/schema": ^0.1.3
istanbul-lib-coverage: ^3.2.0
semver: ^7.5.4
checksum: c10aa1e93a022f9767d7f41e6c07d244cc0a5c090fbb5522d70a5f21fcb98c52b7038850276c6fd1a7a17d1868c14a9d4eb8a24efe58a0ebb9a06f3da68131fe
checksum: 74104c60c65c4fa0e97cc76f039226c356123893929f067bfad5f86fe839e08f5d680354a68fead3bc9c1e2f3fa6f3f53cded70778e821d911e851d349f3545a
languageName: node
linkType: hard

Expand All @@ -12653,13 +12640,13 @@ __metadata:
linkType: hard

"istanbul-lib-source-maps@npm:^5.0.0":
version: 5.0.4
resolution: "istanbul-lib-source-maps@npm:5.0.4"
version: 5.0.6
resolution: "istanbul-lib-source-maps@npm:5.0.6"
dependencies:
"@jridgewell/trace-mapping": ^0.3.23
debug: ^4.1.1
istanbul-lib-coverage: ^3.0.0
checksum: f34550c75b957312787eaa86a6c115b269f090905c0128f8acdb553a8d9b6562581be0e7c0b68247d97172fdfd6445517cbe46651f984453cce3c517b2e931ad
checksum: 8dd6f2c1e2ecaacabeef8dc9ab52c4ed0a6036310002cf7f46ea6f3a5fb041da8076f5350e6a6be4c60cd4f231c51c73e042044afaf44820d857d92ecfb8ab6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -18809,7 +18796,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^6.3.0, semver@npm:^6.3.1":
"semver@npm:^6.3.1":
version: 6.3.1
resolution: "semver@npm:6.3.1"
bin:
Expand Down Expand Up @@ -20778,13 +20765,13 @@ __metadata:
linkType: hard

"v8-to-istanbul@npm:^9.0.1":
version: 9.2.0
resolution: "v8-to-istanbul@npm:9.2.0"
version: 9.3.0
resolution: "v8-to-istanbul@npm:9.3.0"
dependencies:
"@jridgewell/trace-mapping": ^0.3.12
"@types/istanbul-lib-coverage": ^2.0.1
convert-source-map: ^2.0.0
checksum: 31ef98c6a31b1dab6be024cf914f235408cd4c0dc56a5c744a5eea1a9e019ba279e1b6f90d695b78c3186feed391ed492380ccf095009e2eb91f3d058f0b4491
checksum: ded42cd535d92b7fd09a71c4c67fb067487ef5551cc227bfbf2a1f159a842e4e4acddaef20b955789b8d3b455b9779d036853f4a27ce15007f6364a4d30317ae
languageName: node
linkType: hard

Expand Down

0 comments on commit 52d4f85

Please sign in to comment.