Urigo / React-Meteor-Todo-app

10 stars 7 forks source link

Update dependency fs-extra to v4 #43

Open renovate[bot] opened 7 years ago

renovate[bot] commented 7 years ago

This Pull Request updates dependency fs-extra from v0.30.0 to v4.0.2

Commits


jprichardson/node-fs-extra

4.0.2

  • 1dd5c18 4.0.2
  • ef9ade4 Universalify fs.copyFile when available
  • 7a9bb17 Upgrade to jsonfile 4.0.0 for EOL option support
  • bcc1986 Merge pull request #​485 from lifaon74/master
  • f64e76c Added '.js' extension to the <main> attribute in package.json, for compatibility with various loaders or bundlers (webpack, systemjs, browserify,…) or any other independent lib which may use package.json.
  • ab2fae9 Merge pull request #​473 from jprichardson/ci
  • 5435252 Update & Optimize CI configs

4.0.1

  • 9b5718c 4.0.1
  • ec85f4e Add links to issues & PRs in CHANGELOG.md
  • 463c65d Merge pull request #​466 from jprichardson/ensure-file
  • 3fc5894 ensureFile & ensureFileSync should error when the path is a directory
  • 28b7cfe Fix changelog move() notes (#​463)

4.0.0

  • 3d25473 4.0.0
  • eb16cda Fix docs lint error
  • bd0a200 Merge pull request #​449 from jprichardson/read-write-obj
  • 9b624d2 Upgrade standard-markdown devDep
  • df6aa07 Merge pull request #​458 from jprichardson/prevent-move-into-itself
  • f015563 Merge pull request #​459 from jprichardson/rimraf
  • ea2e2a4 Merge pull request #​460 from jprichardson/docs
  • 395f6b0 Document writeJson() & outputJson() options
  • 33fbe78 Apply upstream rimraf fixes
  • d99d8a1 Fix isSrcSubdir() split bug
  • f8f441a Refactor isSrcSubdir() in move
  • 16dc81e Fix the issue of moving into itself
  • 85f531e Merge pull request #​450 from jprichardson/windows-tests
  • 5f888ba Skip copy & copySync timestamp tests on 32-bit computers
  • 5a8d568 Add docs for using promises with fs.read() & fs.write()
  • e4c3618 BREAKING: fs.read() & fs.write() should return objects
  • 15db64f Merge pull request #​429 from bennyn/patch-1
  • 6eabb00 Fixed link to type definitions
  • 40a2e71 Merge pull request #​428 from jprichardson/outputJSONSync
  • dd85f38 Fix typo that broke outputJSONSync()

3.0.1

  • 44eb2c3 3.0.1
  • 62d40b3 Merge pull request #​415 from jprichardson/move-error
  • 5bfcb64 move() should error when src & dest are the same and src doesn't exist
  • f26a946 Merge pull request #​411 from jprichardson/markdown-linter
  • c2ab3c5 Add standard-markdown to lint js code inside docs files

3.0.0

  • 096a8e1 3.0.0
  • 04cfbd0 Merge pull request #​409 from jprichardson/pathExists
  • 891f483 Upgrade standard
  • df125be Use pathExists() internally
  • b209cab Update jsonfile dep
  • 3f7988d Add pathExists() and pathExistsSync()
  • 1613f20 Update docs for promise support
  • d41ed1e Update README.md with promise support info
  • 03b2080 Universalify fs-extra methods
  • dba0cbb Universalify native fs methods
  • 03e1b47 BREAKING: Don't use spaces for JSON writing, remove global setting
  • acd8916 Merge pull request #​408 from jprichardson/rmSync-patch
  • c179797 Add else block to throw error from catch in removeSync()
  • 9f5a130 Merge pull request #​405 from jprichardson/fix-changelog-markdown
  • 77edbc9 Fix changelog markdown issues
  • b549b04 Merge pull request #​398 from jprichardson/windows-timeout
  • afab94b Don't override move & moveSync test's timeouts
  • ed5dc63 Merge pull request #​394 from jprichardson/buffer
  • a86d8b4 Use Buffer.allocUnsafe() in enviroments that support it

2.1.2

  • 84717b8 2.1.2
  • fcb436d Update CHANGELOG
  • 6f2b6d1 Merge pull request #​393 from jprichardson/rimraf-callback
  • 55c5eb0 Prevent callback from being called twice

2.1.1

  • cfcf313 2.1.1
  • 659fafa Update CHANGELOG
  • b121cf0 Use new Buffer() in moveSync() to support full Node.js v4 line
  • e02c07b Revert "Use Buffer.alloc() instead of deprecated new Buffer() in copy-file-sync, add engines field to package.json to specify min node v4.5.0"

2.1.0

  • 90b3609 2.1.0
  • 6ebcb9c Update CHANGELOG
  • efe0d80 Merge pull request #​378 from jdalton/move-check
  • 8d978db Don't move when source and dest paths are the same.
  • cf2c50d Merge pull request #​386 from jprichardson/changelog
  • 4db96c5 Update CHANGELOG
  • 1f30161 Merge pull request #​384 from jprichardson/docs-cleanup-async-methods
  • 83a6190 docs: Refactor remove exmaple to use remove instead of removeSync
  • 936011e docs: Refactor remove and removeSync parameter name
  • fc5fca9 docs: Refactor docs to include parameters type
  • e46b820 Merge pull request #​383 from jprichardson/docs-refactor-readJson-example
  • a4f6481 docs/readJson.md: Refactor example for readJson method, refactor move and moveSync tests descriptions
  • b5c72dc Merge pull request #​382 from jprichardson/docs-split-out-sync-methods
  • 10756de docs: Refactor readJsonSync example
  • 02c2a62 Docs: Split out sync methods
  • 1697574 Merge pull request #​381 from jprichardson/moveSync-support
  • 535fe8d Add more tests for moveSync when moving files into src subdir
  • 08d7d3a Add prevent moving into itself and its tests
  • 0006391 Add moveSync and its tests
  • 9bef553 Merge pull request #​380 from jprichardson/copy-file-sync-update-Buffer-alloc
  • 5597bd5 Use Buffer.alloc() instead of deprecated new Buffer() in copy-file-sync, add engines field to package.json to specify min node v4.5.0
  • e06440b Merge pull request #​379 from hail2u/patch-1
  • 6e0f0cc Document outputFile() only supports a file path
  • e771770 Merge pull request #​376 from tvald-contrib/master
  • 3a3912a move(): fall back to streams when hard links aren't supported
  • 3f34210 Merge pull request #​375 from JPeer264/feature/refactor-es6
  • 2c78eec Refactor test.js
  • 42656df Merge pull request #​372 from JPeer264/feature/refactor-es6
  • 0f6d959 Merge pull request #​371 from jprichardson/edit-copy-dev-null-test-desc
  • 7bddeb5 Refactor test remove (closes #​355)

2.0.0

1.0.0


This PR has been generated by Renovate Bot.