Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Update dependency fs-extra to v5 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 30, 2018

This Pull Request updates dependency fs-extra from v2.1.2 to v5.0.0

Commits

v3.0.0

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

v3.0.1

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

v4.0.0

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

v4.0.1

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

v4.0.2

  • 5435252 Update & Optimize CI configs
  • ab2fae9 Merge pull request #​473 from jprichardson/ci
  • 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.
  • bcc1986 Merge pull request #​485 from lifaon74/master
  • 7a9bb17 Upgrade to jsonfile 4.0.0 for EOL option support
  • ef9ade4 Universalify fs.copyFile when available
  • 1dd5c18 4.0.2

v4.0.3

  • 4f01664 docs: update copy to show differences with cp
  • 41a33c2 Merge pull request #​497 from nico29/docs/copy-improvements
  • d416fa7 typo fixed
  • cc6d425 Merge pull request #​500 from revelt/patch-1
  • ddb5cb4 Use octal notation for chmod values in rimraf.js
  • 2599b67 Merge pull request #​501 from jprichardson/rimraf-backports
  • fe0bfe2 Rewrite copy to use recursive pattern for dirs, add more tests
  • 166f4a7 Merge pull request #​502 from jprichardson/rewrite-copy
  • 0bd5279 Add native fs.copyFile to copy()
  • 1abc2a3 Use native fs.copyFileSync in supported envs, add utimesMillisSync function to util/utimes.js
  • d8adc47 Merge pull request #​505 from jprichardson/native-copyFile
  • 603b8bb BREAKING: Don't allow copy()/copySync()'s filter option to be a Regex (#​512)
  • a6e8cd6 Add issue template (#​514)
  • c59e0a6 Fix streams initialization in copyFileFallback (introduced by @​unkelpehr)
  • b72ba64 Merge pull request #​516 from jprichardson/fix-copy-streams
  • 199ec9f Apply filter before creating parent dir in copy
  • 03fba97 Merge pull request #​517 from jprichardson/copy-parent-dir
  • fda912a Rewrite copySync, add more tests, remove fixtures folder
  • 546216c Remove setTimeout when preserveTimestamp is true
  • d6f6da1 Use srcStat param in copyFileFallback
  • 5d1f2d3 Use fs.chmodSync() before preserveTimestamp
  • 9732252 Allow copy's filter to return a Promise
  • 935e189 Merge pull request #​518 from jprichardson/async-filter
  • d21da93 Fixes fs-extra on linux
  • 5bdbdc4 Skip copySync preserveTimestamp tests on older node versions
  • f934357 Merge pull request #​520 from arcanis/patch-1
  • 86d2ad6 Merge pull request #​519 from jprichardson/rewrite-copySync
  • a06f88b Apply the async filter to initial filter checking in copy
  • 42e42be Merge pull request #​521 from jprichardson/async-filter
  • bd3376b 4.0.3

v5.0.0


This PR has been generated by Renovate Bot.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling fc9047f on renovate/fs-extra-5.x into 14facc5 on master.

1 similar comment
@coveralls
Copy link

coveralls commented Jan 30, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling fc9047f on renovate/fs-extra-5.x into 14facc5 on master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants