[Pkg-javascript-commits] [node-fs-extra] branch upstream updated (12483bf -> f429e4c)

Julien Puydt julien.puydt at laposte.net
Wed Feb 21 17:51:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a change to branch upstream
in repository node-fs-extra.

      from  12483bf   New upstream version 4.0.3
       new  f429e4c   New upstream version 5.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  16 +
 docs/copy-sync.md                                  |   2 +-
 docs/copy.md                                       |   2 +-
 lib/copy-sync/__tests__/copy-sync-dir.test.js      |  27 ++
 .../__tests__/copy-sync-preserve-time.test.js      |  88 ++---
 .../copy-sync-prevent-copying-identical.test.js    | 181 ++++++++++
 .../copy-sync-prevent-copying-into-itself.test.js  | 372 +++++++++++++++++++++
 lib/copy-sync/__tests__/fixtures/a-file            |   1 -
 .../__tests__/fixtures/a-folder/another-file       |   1 -
 .../fixtures/a-folder/another-folder/file3         |   1 -
 lib/copy-sync/copy-file-sync.js                    |  41 ---
 lib/copy-sync/copy-sync.js                         | 239 ++++++++++---
 .../copy-prevent-copying-identical.test.js         | 192 +++++++++++
 .../copy-prevent-copying-into-itself.test.js       | 372 +++++++++++++++++++++
 lib/copy/__tests__/copy.test.js                    |  70 +++-
 lib/copy/__tests__/ncp/broken-symlink.test.js      |   2 +-
 lib/copy/__tests__/ncp/ncp-error-perm.test.js      |   2 +-
 lib/copy/__tests__/ncp/ncp.test.js                 |   2 +-
 lib/copy/__tests__/ncp/symlink.test.js             |   2 +-
 lib/copy/copy.js                                   | 276 +++++++++++++--
 lib/copy/ncp.js                                    | 234 -------------
 lib/move/index.js                                  |  10 +-
 lib/util/utimes.js                                 |   9 +-
 package.json                                       |   2 +-
 24 files changed, 1733 insertions(+), 411 deletions(-)
 create mode 100644 lib/copy-sync/__tests__/copy-sync-prevent-copying-identical.test.js
 create mode 100644 lib/copy-sync/__tests__/copy-sync-prevent-copying-into-itself.test.js
 delete mode 100644 lib/copy-sync/__tests__/fixtures/a-file
 delete mode 100644 lib/copy-sync/__tests__/fixtures/a-folder/another-file
 delete mode 100644 lib/copy-sync/__tests__/fixtures/a-folder/another-folder/file3
 delete mode 100644 lib/copy-sync/copy-file-sync.js
 create mode 100644 lib/copy/__tests__/copy-prevent-copying-identical.test.js
 create mode 100644 lib/copy/__tests__/copy-prevent-copying-into-itself.test.js
 delete mode 100644 lib/copy/ncp.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fs-extra.git



More information about the Pkg-javascript-commits mailing list