Closed dependabot-preview[bot] closed 5 years ago
Merging #236 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #236 +/- ##
========================================
Coverage 66.66% 66.66%
========================================
Files 146 146
Lines 1926 1926
========================================
Hits 1284 1284
Misses 642 642
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8f0edaf...b16a3bc. Read the comment docs.
Superseded by #238.
Bumps fs-extra from 4.0.3 to 8.0.0.
Changelog
*Sourced from [fs-extra's changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md).* > 8.0.0 / 2019-05-11 > ------------------ > > **NOTE:** Node.js v6 support is depreciated, and will be dropped in the next major release. > > - Use `renameSync()` under the hood in `moveSync()` > - Fix bug with bind-mounted directories in `copy*()` ([#613](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/613), [#618](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/618)) > - Fix bug in `move()` with case-insensitive file systems > - Use `fs.stat()`'s `bigint` option in `copy*()` & `move*()` where possible ([#657](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/657)) > > 7.0.1 / 2018-11-07 > ------------------ > > - Fix `removeSync()` on Windows, in some cases, it would error out with `ENOTEMPTY` ([#646](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/646)) > - Document `mode` option for `ensureDir*()` ([#587](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/587)) > - Don't include documentation files in npm package tarball ([#642](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/642), [#643](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/643)) > > 7.0.0 / 2018-07-16 > ------------------ > > - **BREAKING:** Refine `copy*()` handling of symlinks to properly detect symlinks that point to the same file. ([#582](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/582)) > - Fix bug with copying write-protected directories ([#600](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/600)) > - Universalify `fs.lchmod()` ([#596](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/596)) > - Add `engines` field to `package.json` ([#580](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/580)) > > 6.0.1 / 2018-05-09 > ------------------ > > - Fix `fs.promises` `ExperimentalWarning` on Node v10.1.0 ([#578](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/578)) > > 6.0.0 / 2018-05-01 > ------------------ > > - Drop support for Node.js versions 4, 5, & 7 ([#564](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/564)) > - Rewrite `move` to use `fs.rename` where possible ([#549](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/549)) > - Don't convert relative paths to absolute paths for `filter` ([#554](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/554)) > - `copy*`'s behavior when `preserveTimestamps` is `false` has been OS-dependent since 5.0.0, but that's now explicitly noted in the docs ([#563](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/563)) > - Fix subdirectory detection for `copy*` & `move*` ([#541](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/541)) > - Handle case-insensitive paths correctly in `copy*` ([#568](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/568)) > > 5.0.0 / 2017-12-11 > ------------------ > > Significant refactor of `copy()` & `copySync()`, including breaking changes. No changes to other functions in this release. > > Huge thanks to **[@manidlou](https://github.com/manidlou)** for doing most of the work on this release. > > - The `filter` option can no longer be a RegExp (must be a function). This was deprecated since fs-extra v1.0.0. [#512](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/512) > - `copy()`'s `filter` option can now be a function that returns a Promise. [#518](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/518) > - `copy()` & `copySync()` now use `fs.copyFile()`/`fs.copyFileSync()` in environments that support it (currently Node 8.5.0+). Older Node versions still get the old implementation. [#505](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/505) > ... (truncated)Commits
- [`a7f303b`](https://github.com/jprichardson/node-fs-extra/commit/a7f303b9b7c90e351065aa1c1044e23aad989528) 8.0.0 - [`0bc36ff`](https://github.com/jprichardson/node-fs-extra/commit/0bc36ffd5eef96f7f60358507df6fa2825f8a0da) v8 release ([#667](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/667)) - [`8e08791`](https://github.com/jprichardson/node-fs-extra/commit/8e0879110fbdd597c36602fe3b81ef03a4b3ec7a) Remove --save option as it isn't required anymore ([#660](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/660)) - [`a32c852`](https://github.com/jprichardson/node-fs-extra/commit/a32c85282185aa008759890cce059594e4348262) 7.0.1 - [`6392917`](https://github.com/jprichardson/node-fs-extra/commit/639291769eff8c57d47147d8426bdd26ed9429b6) Temporarily disable standard-markdown - [`ddc1a2f`](https://github.com/jprichardson/node-fs-extra/commit/ddc1a2f9d42da77342d58f6fd86942a231f5f27f) Fix removeSync() to eliminate spurious ENOTEMPTY errors on Windows ([#646](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/646)) - [`ab254b1`](https://github.com/jprichardson/node-fs-extra/commit/ab254b1efdefe0b05f73e96fb3f1d17902e03942) Added docs/ and CHANGELOG.md to .npmignore ([#642](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/642)) ([#643](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/643)) - [`287f234`](https://github.com/jprichardson/node-fs-extra/commit/287f234817871976f80e28ab50b339471e4c4223) Fix typo in docs ([#628](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/628)) - [`402c1d0`](https://github.com/jprichardson/node-fs-extra/commit/402c1d05727f2f9414a4905ffa75f4fa1d99461c) Show support for mode ([#587](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/587)) - [`4da17fe`](https://github.com/jprichardson/node-fs-extra/commit/4da17fed5f32f971862bdb21c6a8ec068bfa809b) Chore: github issue template ([#617](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/617)) - Additional commits viewable in [compare view](https://github.com/jprichardson/node-fs-extra/compare/4.0.3...8.0.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.