[Pkg-javascript-commits] [node-yarnpkg] 04/05: Merge tag 'upstream/0.18.0'

Paolo Greppi paolog-guest at moszumanska.debian.org
Fri Dec 16 17:15:27 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-yarnpkg.

commit 7b15d58458518cff1501b292cd2b6133e83f7a1b
Merge: c740199 1ad75a6
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Fri Dec 16 16:04:22 2016 +0000

    Merge tag 'upstream/0.18.0'
    
    Upstream version 0.18.0

 .github/ISSUE_TEMPLATE.md                          |    1 +
 .gitignore                                         |    1 +
 .travis.yml                                        |    2 -
 CONTRIBUTING.md                                    |   15 +-
 README.md                                          |    6 +-
 __tests__/__mocks__/request.js                     |   13 +
 __tests__/cli/aliases.js                           |    6 +-
 __tests__/commands/_helpers.js                     |    3 +-
 __tests__/commands/add.js                          |   28 +
 __tests__/commands/cache.js                        |   32 +
 __tests__/commands/global.js                       |   61 +
 __tests__/commands/install/integration-deduping.js |  200 +++
 .../{install.js => install/integration.js}         |  396 ++---
 __tests__/commands/install/unit.js                 |   43 +
 __tests__/commands/{ls.js => list.js}              |   10 +-
 __tests__/commands/outdated.js                     |   25 +-
 __tests__/commands/pack.js                         |  182 ++
 __tests__/commands/remove.js                       |   23 +-
 __tests__/commands/run.js                          |    3 +-
 __tests__/commands/self-update.js                  |  118 --
 __tests__/constants.js                             |    8 +-
 .../.gitkeep}                                      |    0
 .../fixtures/global/add-with-prefix-env/.yarnrc    |    1 +
 .../add-with-prefix-flag/.gitkeep}                 |    0
 .../add-without-flag/.gitkeep}                     |    0
 .../install/install-file-relative/package.json     |    5 +
 .../install/install-file-relative/root-a/index.js  |    1 +
 .../install-file-relative/root-a/package.json      |    4 +
 .../install-file-relative/root-b/package.json      |    7 +
 .../install-file-relative/sub/sub-a/package.json   |    7 +
 .../install-from-authed-private-registry/.npmrc    |    2 +
 .../package.json                                   |    5 +
 .../a/d/c/package.json                             |    4 +
 .../a/d/package.json                               |    7 +
 .../a/package.json                                 |    7 +
 .../b/c/package.json                               |    4 +
 .../b/package.json                                 |    7 +
 .../package.json                                   |    4 +-
 .../package.json                                   |    2 +-
 .../install-prod-deduped-dev-dep/a/c/package.json  |    4 +
 .../install-prod-deduped-dev-dep/a/package.json    |    7 +
 .../install-prod-deduped-dev-dep/b/c/package.json  |    4 +
 .../install-prod-deduped-dev-dep/b/package.json    |    7 +
 .../install-prod-deduped-dev-dep}/package.json     |    4 +-
 .../install/install-prod-deduped-dev-dep/yarn.lock |   19 +
 .../install-production}/package.json               |    8 +-
 .../fixtures/install/install-production/yarn.lock  |   90 +
 .../.npmrc                                         |    1 +
 .../mirror-for-offline/dep-a-1.0.0.tgz             |  Bin 0 -> 234 bytes
 .../mirror-for-offline/dep-incompatible-1.0.0.tgz  |  Bin 0 -> 271 bytes
 .../package.json                                   |    5 +
 .../yarn.lock                                      |   11 +
 .../fixtures/{ls => list}/depth-flag/package.json  |    0
 .../fixtures/{ls => list}/depth-flag/yarn.lock     |    0
 .../{ls => list}/lockfile-outdated/package.json    |    0
 .../{ls => list}/lockfile-outdated/yarn.lock       |    0
 .../fixtures/{ls => list}/no-args/package.json     |    0
 __tests__/fixtures/{ls => list}/no-args/yarn.lock  |    0
 .../fixtures/{ls => list}/one-arg/package.json     |    0
 __tests__/fixtures/{ls => list}/one-arg/yarn.lock  |    0
 .../wanted-newer-than-current/package.json         |    9 +
 .../outdated/wanted-newer-than-current/yarn.lock   | 1742 ++++++++++++++++++++
 .../pack/files-exclude-dotdir/.dotdir/a.js         |    2 +
 .../fixtures/pack/files-exclude-dotdir/index.js    |    2 +
 .../pack/files-exclude-dotdir/package.json         |    7 +
 .../files-exclude-dotfile/.dotfile}                |    0
 __tests__/fixtures/pack/files-exclude-dotfile/a.js |    2 +
 __tests__/fixtures/pack/files-exclude-dotfile/b.js |    2 +
 __tests__/fixtures/pack/files-exclude-dotfile/c.js |    2 +
 .../fixtures/pack/files-exclude-dotfile/index.js   |    2 +
 .../pack/files-exclude-dotfile/package.json        |    7 +
 __tests__/fixtures/pack/files-exclude/a.js         |    2 +
 __tests__/fixtures/pack/files-exclude/b.js         |    2 +
 __tests__/fixtures/pack/files-exclude/c.js         |    2 +
 __tests__/fixtures/pack/files-exclude/index.js     |    2 +
 __tests__/fixtures/pack/files-exclude/package.json |    7 +
 .../files-include-mandatory/changelog}             |    0
 .../fixtures/pack/files-include-mandatory/index.js |    2 +
 .../files-include-mandatory/license}               |    0
 .../pack/files-include-mandatory/package.json      |    7 +
 .../files-include-mandatory/readme.md}             |    0
 __tests__/fixtures/pack/files-include/a.js         |    2 +
 __tests__/fixtures/pack/files-include/b.js         |    2 +
 __tests__/fixtures/pack/files-include/c.js         |    2 +
 __tests__/fixtures/pack/files-include/index.js     |    1 +
 __tests__/fixtures/pack/files-include/package.json |    7 +
 __tests__/fixtures/pack/minimal/index.js           |    1 +
 __tests__/fixtures/pack/minimal/package.json       |    6 +
 .../scoped-package/node_modules/.yarn-integrity    |    2 +-
 .../node_modules/@dengorbachev/bar/package.json    |   11 +
 .../node_modules/@dengorbachev/foo/package.json    |   11 +
 .../node_modules/@scoped/package/.npmignore        |   22 -
 .../node_modules/@scoped/package/.travis.yml       |    3 -
 .../node_modules/@scoped/package/Makefile          |   12 -
 .../node_modules/@scoped/package/Readme.md         |   54 -
 .../@scoped/package/examples/custom_path.js        |   14 -
 .../@scoped/package/examples/module.js             |   14 -
 .../node_modules/@scoped/package/lib/package.js    |   64 -
 .../node_modules/@scoped/package/package.json      |   21 -
 .../@scoped/package/test/index.test.js             |   42 -
 .../@scoped/package/test/nested/two/nested.test.js |   22 -
 .../node_modules/@scoped/package/test/package.json |    5 -
 .../@scoped/package/test/support/package.json      |    5 -
 .../fixtures/remove/scoped-package/package.json    |    3 +-
 __tests__/fixtures/remove/scoped-package/yarn.lock |   11 +-
 .../fixtures/request-cache/GET/localhost/.bin      |    6 -
 __tests__/package-hoister.js                       |   44 +
 appveyor.yml                                       |   11 +-
 circle.yml                                         |    2 +
 end_to_end_tests/data/start-ubuntu.sh              |    2 +-
 gulpfile.js                                        |    5 +
 package.json                                       |    9 +-
 .../win-chocolatey/tools/chocolateyinstall.ps1.in  |    6 +-
 resources/win-chocolatey/yarn.nuspec               |    4 +-
 resources/winsetup/YarnSetup.wixproj               |    4 +-
 scripts/build-chocolatey.ps1                       |    6 +-
 scripts/install-latest.sh                          |   92 +-
 src/cli/aliases.js                                 |    6 +-
 src/cli/commands/add.js                            |    9 +-
 src/cli/commands/check.js                          |   15 +-
 src/cli/commands/global.js                         |    3 +
 src/cli/commands/index.js                          |    3 +-
 src/cli/commands/install.js                        |  209 ++-
 src/cli/commands/licenses.js                       |    9 +-
 src/cli/commands/{ls.js => list.js}                |   10 +-
 src/cli/commands/outdated.js                       |   80 +-
 src/cli/commands/pack.js                           |   17 +-
 src/cli/commands/run.js                            |   12 +-
 src/cli/commands/self-update.js                    |   83 -
 src/cli/commands/upgrade-interactive.js            |   60 +-
 src/cli/commands/why.js                            |    2 +-
 src/cli/index.js                                   |   34 +-
 src/config.js                                      |   26 +-
 src/constants.js                                   |   13 +
 src/fetchers/tarball-fetcher.js                    |   20 +-
 src/lockfile/parse.js                              |   14 +-
 src/package-compatibility.js                       |    3 +-
 src/package-hoister.js                             |   44 +-
 src/package-install-scripts.js                     |    1 +
 src/package-linker.js                              |   18 +-
 src/package-reference.js                           |   49 -
 src/package-request.js                             |   63 +-
 src/package-resolver.js                            |   12 -
 src/registries/base-registry.js                    |   10 +
 src/registries/npm-registry.js                     |   10 +-
 src/registries/yarn-registry.js                    |    2 +-
 src/reporters/lang/en.js                           |   10 +-
 src/resolvers/exotics/file-resolver.js             |   40 +-
 src/resolvers/exotics/hosted-git-resolver.js       |    2 +-
 src/resolvers/exotics/tarball-resolver.js          |    2 +-
 src/resolvers/registries/npm-resolver.js           |    2 +-
 src/types.js                                       |   11 +-
 src/util/fs.js                                     |   30 +
 src/util/normalize-manifest/fix.js                 |   27 +-
 src/util/normalize-manifest/index.js               |    3 +-
 src/util/normalize-manifest/validate.js            |   11 -
 yarn.lock                                          |  183 +-
 157 files changed, 3758 insertions(+), 1132 deletions(-)

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



More information about the Pkg-javascript-commits mailing list