Skip to content

Commit

Permalink
Downgrade write-file-atomic to v4 (#13853)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Feb 7, 2023
1 parent be501e1 commit 8313d00
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@

- `[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))
- `[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))
- `[jest-transform]` Downgrade `write-file-atomic` to v4 ([#13853](https://github.com/facebook/jest/pull/13853))
- `[jest-worker]` Ignore IPC messages not intended for Jest ([#13543](https://github.com/facebook/jest/pull/13543))

### Chore & Maintenance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Expand Up @@ -31,7 +31,7 @@
"micromatch": "^4.0.4",
"pirates": "^4.0.4",
"slash": "^3.0.0",
"write-file-atomic": "^5.0.0"
"write-file-atomic": "^4.0.2"
},
"devDependencies": {
"@jest/test-utils": "workspace:^",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Expand Up @@ -3006,7 +3006,7 @@ __metadata:
micromatch: ^4.0.4
pirates: ^4.0.4
slash: ^3.0.0
write-file-atomic: ^5.0.0
write-file-atomic: ^4.0.2
languageName: unknown
linkType: soft

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

"write-file-atomic@npm:^4.0.2":
version: 4.0.2
resolution: "write-file-atomic@npm:4.0.2"
dependencies:
imurmurhash: ^0.1.4
signal-exit: ^3.0.7
checksum: 5da60bd4eeeb935eec97ead3df6e28e5917a6bd317478e4a85a5285e8480b8ed96032bbcc6ecd07b236142a24f3ca871c924ec4a6575e623ec1b11bf8c1c253c
languageName: node
linkType: hard

"write-file-atomic@npm:^5.0.0":
version: 5.0.0
resolution: "write-file-atomic@npm:5.0.0"
Expand Down

0 comments on commit 8313d00

Please sign in to comment.