Skip to content

Commit 8313d00

Browse files
authored
Downgrade write-file-atomic to v4 (#13853)
1 parent be501e1 commit 8313d00

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
- `[expect, @jest/expect]` Provide type of `actual` as a generic argument to `Matchers` to allow better-typed extensions ([#13848](https://github.com/facebook/jest/pull/13848))
1010
- `[jest-circus]` Added explicit mention of test failing because `done()` is not being called in error message ([#13847](https://github.com/facebook/jest/pull/13847))
11+
- `[jest-transform]` Downgrade `write-file-atomic` to v4 ([#13853](https://github.com/facebook/jest/pull/13853))
1112
- `[jest-worker]` Ignore IPC messages not intended for Jest ([#13543](https://github.com/facebook/jest/pull/13543))
1213

1314
### Chore & Maintenance

packages/jest-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"micromatch": "^4.0.4",
3232
"pirates": "^4.0.4",
3333
"slash": "^3.0.0",
34-
"write-file-atomic": "^5.0.0"
34+
"write-file-atomic": "^4.0.2"
3535
},
3636
"devDependencies": {
3737
"@jest/test-utils": "workspace:^",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@ __metadata:
30063006
micromatch: ^4.0.4
30073007
pirates: ^4.0.4
30083008
slash: ^3.0.0
3009-
write-file-atomic: ^5.0.0
3009+
write-file-atomic: ^4.0.2
30103010
languageName: unknown
30113011
linkType: soft
30123012

@@ -21942,6 +21942,16 @@ __metadata:
2194221942
languageName: node
2194321943
linkType: hard
2194421944

21945+
"write-file-atomic@npm:^4.0.2":
21946+
version: 4.0.2
21947+
resolution: "write-file-atomic@npm:4.0.2"
21948+
dependencies:
21949+
imurmurhash: ^0.1.4
21950+
signal-exit: ^3.0.7
21951+
checksum: 5da60bd4eeeb935eec97ead3df6e28e5917a6bd317478e4a85a5285e8480b8ed96032bbcc6ecd07b236142a24f3ca871c924ec4a6575e623ec1b11bf8c1c253c
21952+
languageName: node
21953+
linkType: hard
21954+
2194521955
"write-file-atomic@npm:^5.0.0":
2194621956
version: 5.0.0
2194721957
resolution: "write-file-atomic@npm:5.0.0"

0 commit comments

Comments
 (0)