Closed dependabot[bot] closed 2 months ago
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review
command in a comment.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This PR updates the fs-extra
dependency from version 10.1.0 to 11.2.0. The update includes performance improvements, refactoring to use async/await, and several bug fixes and new features.
File | Summary |
---|---|
package.json | Updated fs-extra dependency from ^10.1.0 to ^11.2.0 |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/fs-extra@11.2.0 | Transitive: environment, filesystem | +3 |
112 kB | ryanzim |
🚮 Removed packages: npm/fs-extra@10.1.0
Bumps fs-extra from 10.1.0 to 11.2.0.
Changelog
Sourced from fs-extra's changelog.
Commits
5d4bf0b
11.2.0d293448
perf: copy dir contents in parallel (#1026)a277cbb
Refactormove
API to async/await (#1025)40c5161
Refactorcopy
API to async/await (#1021)6f2b2bc
Refactorcreate*
/ensure*
API to async/await (#1023)426bb46
RefactoroutputFile
API to async/await (#1024)47bc43d
Simplify reduce for checking match (#1016)cc7b3b2
11.1.1055e0b8
Unify cross-device move test configuration/logic (#1001)0e7de32
Preserve timestamp when moving across devices (#994)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show