Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade write-file-atomic to v4 #13853

Merged
merged 3 commits into from Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@
### Chore & Maintenance

- `[*]` make sure to exclude `.eslintcache` from published module ([#13832](https://github.com/facebook/jest/pull/13832))
- `[jest-transform]` Downgrade `write-file-atomic` to v4

### Performance

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.1"
},
"devDependencies": {
"@jest/test-utils": "workspace:^",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Expand Up @@ -3005,7 +3005,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.1
languageName: unknown
linkType: soft

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

"write-file-atomic@npm:^4.0.1":
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