tessel / t2-cli

Tessel 2 Command Line Interface
MIT License
114 stars 56 forks source link

build(deps): bump fs-extra from 4.0.3 to 8.1.0 #1701

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps fs-extra from 4.0.3 to 8.1.0.

Changelog *Sourced from [fs-extra's changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md).* > 8.1.0 / 2019-06-28 > ------------------ > > - Add support for promisified `fs.realpath.native` in Node v9.2+ ([#650](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/650), [#682](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/682)) > - Update `graceful-fs` dependency ([#700](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/700)) > - Use `graceful-fs` everywhere ([#700](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/700)) > > 8.0.1 / 2019-05-13 > ------------------ > > - Fix bug `Maximum call stack size exceeded` error in `util/stat` ([#679](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/679)) > > 8.0.0 / 2019-05-11 > ------------------ > > **NOTE:** Node.js v6 support is deprecated, 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)) > ... (truncated)
Commits - [`b7df7cc`](https://github.com/jprichardson/node-fs-extra/commit/b7df7cce3f7ca5bc0ab85110aa997bd0ad33482f) 8.1.0 - [`40c3d68`](https://github.com/jprichardson/node-fs-extra/commit/40c3d68eb4fc4aa9a3c5624b4160610af296ec2e) Use graceful-fs everywhere ([#700](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/700)) - [`9f1c029`](https://github.com/jprichardson/node-fs-extra/commit/9f1c02916bb51d43feb7063f00f138e232f4d518) Travis config tweaks ([#693](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/693)) - [`713c606`](https://github.com/jprichardson/node-fs-extra/commit/713c606e5b9d82fdfac90a433430605f7d1dc27f) Add package-lock.json to .gitignore ([#691](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/691)) - [`31e177a`](https://github.com/jprichardson/node-fs-extra/commit/31e177a56c6ff9c2f7220688ef852c8810917865) Clarify docs for remove*() ([#690](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/690)) - [`fff04cb`](https://github.com/jprichardson/node-fs-extra/commit/fff04cba3648dba4e294bfae60c3f80c3703e503) Use files array in package.json instead of .npmignore ([#692](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/692)) - [`7a8424e`](https://github.com/jprichardson/node-fs-extra/commit/7a8424e6076c4abf88f80908a47b66f9da617fb4) Update CI configs to test new Node versions ([#683](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/683)) - [`f3a2eed`](https://github.com/jprichardson/node-fs-extra/commit/f3a2eed49663fee7a99fe4df1480621ee3fcda1f) Upgrade to standard v12 ([#685](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/685)) - [`fa661f3`](https://github.com/jprichardson/node-fs-extra/commit/fa661f366407c1115e123b29c9ae21f3383e6a50) Add support for fs.realpath.native in envs that support it ([#682](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/682)) - [`32a65ff`](https://github.com/jprichardson/node-fs-extra/commit/32a65ffd9111829dbba15d79f1d27519c7dc96a6) 8.0.1 - Additional commits viewable in [compare view](https://github.com/jprichardson/node-fs-extra/compare/4.0.3...8.1.0)


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
tessel-bot commented 4 years ago

r? @rwaldron

(tessel-highfive has picked a reviewer for you, use r? to override)

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.03%) to 85.889% when pulling 18620de654e9e06f2a2e4526388ada9976f5ac4d on dependabot/npm_and_yarn/fs-extra-8.1.0 into 73cb3ba401c13be3fe566e556e8c1465f8e493cb on master.