ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Bump fs-extra from 3.0.1 to 5.0.0 #77

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps fs-extra from 3.0.1 to 5.0.0.

Changelog *Sourced from fs-extra's [changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md).* > 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)](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) > - Don't allow copying a directory into itself. [#83](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/83) > - Handle copying between identical files. [#198](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/198) > - Error out when copying an empty folder to a path that already exists. [#464](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/464) > - Don't create `dest`'s parent if the `filter` function aborts the `copy()` operation. [#517](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/517) > - Fix `writeStream` not being closed if there was an error in `copy()`. [#516](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/516) > > 4.0.3 / 2017-12-05 > ------------------ > > - Fix wrong `chmod` values in `fs.remove()` [#501](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/501) > - Fix `TypeError` on systems that don't have some `fs` operations like `lchown` [#520](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/520) > > 4.0.2 / 2017-09-12 > ------------------ > > - Added `EOL` option to `writeJson*` & `outputJson*` (via upgrade to jsonfile v4) > - Added promise support to [`fs.copyFile()`](https://nodejs.org/api/fs.html#fs_fs_copyfile_src_dest_flags_callback) in Node 8.5+ > - Added `.js` extension to `main` field in `package.json` for better tooling compatibility. [#485](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/485) > > 4.0.1 / 2017-07-31 > ------------------ > > ### Fixed > > - Previously, `ensureFile()` & `ensureFileSync()` would do nothing if the path was a directory. Now, they error out for consistency with `ensureDir()`. [#465](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/465), [#466](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/466), [#470](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/470) > > 4.0.0 / 2017-07-14 > ------------------ > > ### Changed > > - **BREAKING:** The promisified versions of `fs.read()` & `fs.write()` now return objects. See [the docs](docs/fs-read-write.md) for details. [#436](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/436), [#449](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/449) > - `fs.move()` now errors out when destination is a subdirectory of source. [#458](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/458) > - Applied upstream fixes from `rimraf` to `fs.remove()` & `fs.removeSync()`. [#459](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/459) > > ### Fixed > > - Got `fs.outputJSONSync()` working again; it was broken due to refactoring. [#428](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/428) > > Also clarified the docs in a few places. > ... (truncated)
Commits - [`80494ee`](https://github.com/jprichardson/node-fs-extra/commit/80494ee95ee74ce3db87ef1c60f9c5787f4f074d) 5.0.0 - [`1212680`](https://github.com/jprichardson/node-fs-extra/commit/12126805e00e1ad3b35722b0b95f06e2bedde135) Merge branch 'develop' - [`bd3376b`](https://github.com/jprichardson/node-fs-extra/commit/bd3376b78fb880a7539825d6c320458221977c91) 4.0.3 - [`42e42be`](https://github.com/jprichardson/node-fs-extra/commit/42e42bea22bfa7707966141cd186e3ef26894460) Merge pull request [#521](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/521) from jprichardson/async-filter - [`a06f88b`](https://github.com/jprichardson/node-fs-extra/commit/a06f88b1099e04ebe26aa9e47dbf4a356a7deeb7) Apply the async filter to initial filter checking in copy - [`86d2ad6`](https://github.com/jprichardson/node-fs-extra/commit/86d2ad6da744df30dbaa87deea31c97c7c5587c4) Merge pull request [#519](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/519) from jprichardson/rewrite-copySync - [`f934357`](https://github.com/jprichardson/node-fs-extra/commit/f934357bb6a933fc47138e31492b1507bc026ff4) Merge pull request [#520](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/520) from arcanis/patch-1 - [`5bdbdc4`](https://github.com/jprichardson/node-fs-extra/commit/5bdbdc4fc87d781b0ae5f41b2bb564c0b89d0362) Skip copySync preserveTimestamp tests on older node versions - [`d21da93`](https://github.com/jprichardson/node-fs-extra/commit/d21da931389e6991905fefed753722c34a6041f5) Fixes fs-extra on linux - [`935e189`](https://github.com/jprichardson/node-fs-extra/commit/935e18927821b960aff6d32a7efdca83e9b38253) Merge pull request [#518](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/518) from jprichardson/async-filter - Additional commits viewable in [compare view](https://github.com/jprichardson/node-fs-extra/compare/3.0.1...5.0.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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.