Skip to content

Commit

Permalink
Lock source-map-support verion to 0.5.13 (jestjs#12720)
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u committed May 2, 2022
1 parent d1dc009 commit cfc1114
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -51,6 +51,7 @@
- `[jest-runner]` Allow `setupFiles` module to export an async function ([#12042](https://github.com/facebook/jest/pull/12042))
- `[jest-runner]` Allow passing `testEnvironmentOptions` via docblocks ([#12470](https://github.com/facebook/jest/pull/12470))
- `[jest-runner]` Expose `CallbackTestRunner`, `EmittingTestRunner` abstract classes and `CallbackTestRunnerInterface`, `EmittingTestRunnerInterface` to help typing third party runners ([#12646](https://github.com/facebook/jest/pull/12646), [#12715](https://github.com/facebook/jest/pull/12715))
- `[jest-runner]` Lock version of `source-map-support` to 0.5.13 ([#12720](https://github.com/facebook/jest/pull/12720))
- `[jest-runtime]` [**BREAKING**] `Runtime.createHasteMap` now returns a promise ([#12008](https://github.com/facebook/jest/pull/12008))
- `[jest-runtime]` Calling `jest.resetModules` function will clear FS and transform cache ([#12531](https://github.com/facebook/jest/pull/12531))
- `[jest-runtime]` [**BREAKING**] Remove `Context` type export, it must be imported from `@jest/test-result` ([#12685](https://github.com/facebook/jest/pull/12685))
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -36,7 +36,7 @@
"jest-util": "^28.0.0-alpha.9",
"jest-watcher": "^28.0.0-alpha.9",
"jest-worker": "^28.0.0-alpha.11",
"source-map-support": "^0.5.6",
"source-map-support": "0.5.13",
"throat": "^6.0.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -13502,7 +13502,7 @@ __metadata:
jest-util: ^28.0.0-alpha.9
jest-watcher: ^28.0.0-alpha.9
jest-worker: ^28.0.0-alpha.11
source-map-support: ^0.5.6
source-map-support: 0.5.13
throat: ^6.0.1
tsd-lite: ^0.5.1
languageName: unknown
Expand Down Expand Up @@ -20294,23 +20294,23 @@ __metadata:
languageName: node
linkType: hard

"source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20":
version: 0.5.21
resolution: "source-map-support@npm:0.5.21"
"source-map-support@npm:0.5.13":
version: 0.5.13
resolution: "source-map-support@npm:0.5.13"
dependencies:
buffer-from: ^1.0.0
source-map: ^0.6.0
checksum: 43e98d700d79af1d36f859bdb7318e601dfc918c7ba2e98456118ebc4c4872b327773e5a1df09b0524e9e5063bb18f0934538eace60cca2710d1fa687645d137
checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97
languageName: node
linkType: hard

"source-map-support@npm:^0.5.6":
version: 0.5.13
resolution: "source-map-support@npm:0.5.13"
"source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20":
version: 0.5.21
resolution: "source-map-support@npm:0.5.21"
dependencies:
buffer-from: ^1.0.0
source-map: ^0.6.0
checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97
checksum: 43e98d700d79af1d36f859bdb7318e601dfc918c7ba2e98456118ebc4c4872b327773e5a1df09b0524e9e5063bb18f0934538eace60cca2710d1fa687645d137
languageName: node
linkType: hard

Expand Down

0 comments on commit cfc1114

Please sign in to comment.