[Pkg-javascript-commits] [node-resolve] branch master updated (febbf48 -> f980933)

Julien Puydt julien.puydt at laposte.net
Fri Sep 15 15:19:42 UTC 2017


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

jpuydt-guest pushed a change to branch master
in repository node-resolve.

      from  febbf48   debian/control: Drop myself from Uploaders: field.
       new  68dce8d   New upstream version 1.4.0
       new  2ad2529   Updated version 1.4.0 from 'upstream/1.4.0'
       new  16f46e9   Package upstream 1.4.0
       new  9bce40b   Bump dh compat to 10
       new  92349b2   Bump std-ver to 4.0.0
       new  5303fa0   Add a patch so node_modules isn't always added to searched paths
       new  c5cf007   Add an autopkgtest for the patch to enable Debian paths
       new  706643f   Remove useless build-dep on dh-buildinfo
       new  0f3af5f   Bump std-ver to 4.1.0
       new  f980933   Bump d/watch to version 4

The 10 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:
 .eslintignore                                      |   1 +
 .eslintrc                                          |  30 ++
 .gitignore                                         |   7 +
 .npmrc                                             |   1 +
 .travis.yml                                        | 185 ++++++++++-
 appveyor.yml                                       |  44 +++
 debian/changelog                                   |  12 +
 debian/compat                                      |   2 +-
 debian/control                                     |  11 +-
 debian/patches/resolve_in_debian_dirs              |  15 +
 debian/patches/series                              |   1 +
 debian/tests/control                               |   2 +-
 debian/tests/debian-paths                          |   3 +
 debian/watch                                       |   2 +-
 example/async.js                                   |   4 +-
 index.js                                           |  11 +-
 lib/async.js                                       | 203 +++++++------
 lib/caller.js                                      |   2 +-
 lib/core.js                                        |  26 +-
 lib/core.json                                      |  85 +++---
 lib/node-modules-paths.js                          |  55 ++--
 lib/sync.js                                        |  64 ++--
 package.json                                       |  19 +-
 readme.markdown                                    |  18 +-
 test/core.js                                       |  29 +-
 test/dotdot.js                                     |  28 +-
 test/dotdot/index.js                               |   2 +-
 test/faulty_basedir.js                             |   8 +-
 test/filter.js                                     |   9 +-
 test/filter_sync.js                                |  11 +-
 test/mock.js                                       | 175 +++++------
 test/mock_sync.js                                  |  67 ++--
 test/module_dir.js                                 |  36 +--
 test/module_dir/xmodules/aaa/index.js              |   2 +-
 test/module_dir/ymodules/aaa/index.js              |   2 +-
 test/module_dir/zmodules/bbb/main.js               |   2 +-
 test/node-modules-paths.js                         |  93 ++++++
 test/node_path.js                                  |  37 +--
 test/node_path/x/aaa/index.js                      |   2 +-
 test/node_path/x/ccc/index.js                      |   2 +-
 test/node_path/y/bbb/index.js                      |   2 +-
 test/node_path/y/ccc/index.js                      |   2 +-
 test/pathfilter.js                                 |  61 ++--
 test/precedence.js                                 |  10 +-
 test/precedence/aaa.js                             |   2 +-
 test/precedence/aaa/index.js                       |   2 +-
 test/precedence/aaa/main.js                        |   2 +-
 test/precedence/bbb.js                             |   2 +-
 test/resolver.js                                   | 338 +++++++++++++--------
 test/resolver/baz/package.json                     |   2 +-
 .../{bar/node_modules/foo => dot_main}/index.js    |   0
 test/resolver/dot_main/package.json                |   3 +
 .../node_modules/foo => dot_slash_main}/index.js   |   0
 test/resolver/dot_slash_main/package.json          |   3 +
 test/resolver/incorrect_main/package.json          |   2 +-
 test/resolver/same_names/foo.js                    |   1 +
 .../{bar/node_modules => same_names}/foo/index.js  |   0
 test/resolver/symlinked/.gitignore                 |   1 +
 test/resolver/symlinked/_/.gitignore               |   1 +
 .../symlinked/_/node_modules/foo.js}               |   0
 .../symlinked/_/symlink_target/.gitkeep}           |   0
 test/resolver/without_basedir/main.js              |   9 +-
 test/resolver_sync.js                              | 255 +++++++++++-----
 test/subdirs.js                                    |   2 +-
 test/symlinks.js                                   |  54 ++++
 65 files changed, 1384 insertions(+), 678 deletions(-)
 create mode 100644 .eslintignore
 create mode 100644 .eslintrc
 create mode 100644 .gitignore
 create mode 100644 .npmrc
 create mode 100644 appveyor.yml
 create mode 100644 debian/patches/resolve_in_debian_dirs
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/debian-paths
 create mode 100644 test/node-modules-paths.js
 copy test/resolver/{bar/node_modules/foo => dot_main}/index.js (100%)
 create mode 100644 test/resolver/dot_main/package.json
 copy test/resolver/{bar/node_modules/foo => dot_slash_main}/index.js (100%)
 create mode 100644 test/resolver/dot_slash_main/package.json
 create mode 100644 test/resolver/same_names/foo.js
 copy test/resolver/{bar/node_modules => same_names}/foo/index.js (100%)
 create mode 100644 test/resolver/symlinked/.gitignore
 create mode 100644 test/resolver/symlinked/_/.gitignore
 copy test/{pathfilter/deep_ref/main.js => resolver/symlinked/_/node_modules/foo.js} (100%)
 copy test/{pathfilter/deep_ref/main.js => resolver/symlinked/_/symlink_target/.gitkeep} (100%)
 create mode 100644 test/symlinks.js

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



More information about the Pkg-javascript-commits mailing list