[Pkg-javascript-commits] [node-yarnpkg] branch master updated (5e0b7da -> 96e02ef)

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 change to branch master
in repository node-yarnpkg.

      from  5e0b7da   rename to node-yarnpkg, add bug number and description from ITP
       new  97089b8   only install yarnpkg binary
       new  c740199   fix lintian warning: description-synopsis-starts-with-article
       new  1ad75a6   New upstream version 0.18.0
       new  7b15d58   Merge tag 'upstream/0.18.0'
       new  96e02ef   update to 0.18.0

The 5 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:
 .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 +
 .../bar => install-file-relative/root-a}/index.js  |    0
 .../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}                                  |    8 +-
 .../package.json                                   |    0
 .../install-prod-deduped-dev-dep/a/c/package.json} |    2 +-
 .../install-prod-deduped-dev-dep/a/package.json    |    7 +
 .../install-prod-deduped-dev-dep/b/c/package.json} |    2 +-
 .../install-prod-deduped-dev-dep/b/package.json    |    7 +
 .../install-prod-deduped-dev-dep/package.json}     |    8 +-
 .../install/install-prod-deduped-dev-dep/yarn.lock |   19 +
 .../install-production/package.json}               |    4 +-
 .../fixtures/install/install-production/yarn.lock  |   90 +
 .../.npmrc                                         |    0
 .../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                                   |    2 +-
 .../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 +
 debian/changelog                                   |    4 +-
 debian/control                                     |    4 +-
 debian/links                                       |    1 -
 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 +-
 160 files changed, 3749 insertions(+), 1143 deletions(-)
 create mode 100644 __tests__/commands/cache.js
 create mode 100644 __tests__/commands/global.js
 create mode 100644 __tests__/commands/install/integration-deduping.js
 rename __tests__/commands/{install.js => install/integration.js} (66%)
 create mode 100644 __tests__/commands/install/unit.js
 rename __tests__/commands/{ls.js => list.js} (95%)
 create mode 100644 __tests__/commands/pack.js
 delete mode 100644 __tests__/commands/self-update.js
 copy __tests__/fixtures/add/{add-with-no-manifest => add-infers-line-endings-from-existing-manifest-file}/.gitkeep (100%)
 create mode 100644 __tests__/fixtures/global/add-with-prefix-env/.yarnrc
 copy __tests__/fixtures/{add/add-with-no-manifest => global/add-with-prefix-flag}/.gitkeep (100%)
 copy __tests__/fixtures/{add/add-with-no-manifest => global/add-without-flag}/.gitkeep (100%)
 create mode 100644 __tests__/fixtures/install/install-file-relative/package.json
 copy __tests__/fixtures/install/{install-file/bar => install-file-relative/root-a}/index.js (100%)
 copy __tests__/fixtures/{normalize-manifest/clean version/expected.json => install/install-file-relative/root-a/package.json} (52%)
 create mode 100644 __tests__/fixtures/install/install-file-relative/root-b/package.json
 create mode 100644 __tests__/fixtures/install/install-file-relative/sub/sub-a/package.json
 create mode 100644 __tests__/fixtures/install/install-from-authed-private-registry/.npmrc
 create mode 100644 __tests__/fixtures/install/install-from-authed-private-registry/package.json
 create mode 100644 __tests__/fixtures/install/install-ignored-retains-hoisting-structure/a/d/c/package.json
 create mode 100644 __tests__/fixtures/install/install-ignored-retains-hoisting-structure/a/d/package.json
 create mode 100644 __tests__/fixtures/install/install-ignored-retains-hoisting-structure/a/package.json
 create mode 100644 __tests__/fixtures/install/install-ignored-retains-hoisting-structure/b/c/package.json
 create mode 100644 __tests__/fixtures/install/install-ignored-retains-hoisting-structure/b/package.json
 copy __tests__/fixtures/{normalize-manifest/dedupe dependencies root/actual.json => install/install-ignored-retains-hoisting-structure/package.json} (56%)
 copy __tests__/fixtures/install/{install-dont-write-lockfile-if-satisfied => install-infers-line-endings-from-existing-lockfile}/package.json (100%)
 copy __tests__/fixtures/{normalize-manifest/clean version/expected.json => install/install-prod-deduped-dev-dep/a/c/package.json} (62%)
 create mode 100644 __tests__/fixtures/install/install-prod-deduped-dev-dep/a/package.json
 copy __tests__/fixtures/{normalize-manifest/clean version/expected.json => install/install-prod-deduped-dev-dep/b/c/package.json} (62%)
 create mode 100644 __tests__/fixtures/install/install-prod-deduped-dev-dep/b/package.json
 copy __tests__/fixtures/{normalize-manifest/dedupe dependencies root/actual.json => install/install-prod-deduped-dev-dep/package.json} (56%)
 create mode 100644 __tests__/fixtures/install/install-prod-deduped-dev-dep/yarn.lock
 copy __tests__/fixtures/{normalize-manifest/dedupe dependencies root/actual.json => install/install-production/package.json} (54%)
 create mode 100644 __tests__/fixtures/install/install-production/yarn.lock
 copy __tests__/fixtures/{add/install-deterministic-2 => install/install-should-skip-incompatible-optional-dep}/.npmrc (100%)
 create mode 100644 __tests__/fixtures/install/install-should-skip-incompatible-optional-dep/mirror-for-offline/dep-a-1.0.0.tgz
 create mode 100644 __tests__/fixtures/install/install-should-skip-incompatible-optional-dep/mirror-for-offline/dep-incompatible-1.0.0.tgz
 copy __tests__/fixtures/install/{root-install-with-optional-dependency => install-should-skip-incompatible-optional-dep}/package.json (52%)
 create mode 100644 __tests__/fixtures/install/install-should-skip-incompatible-optional-dep/yarn.lock
 rename __tests__/fixtures/{ls => list}/depth-flag/package.json (100%)
 rename __tests__/fixtures/{ls => list}/depth-flag/yarn.lock (100%)
 rename __tests__/fixtures/{ls => list}/lockfile-outdated/package.json (100%)
 rename __tests__/fixtures/{ls => list}/lockfile-outdated/yarn.lock (100%)
 rename __tests__/fixtures/{ls => list}/no-args/package.json (100%)
 rename __tests__/fixtures/{ls => list}/no-args/yarn.lock (100%)
 rename __tests__/fixtures/{ls => list}/one-arg/package.json (100%)
 rename __tests__/fixtures/{ls => list}/one-arg/yarn.lock (100%)
 create mode 100644 __tests__/fixtures/outdated/wanted-newer-than-current/package.json
 create mode 100644 __tests__/fixtures/outdated/wanted-newer-than-current/yarn.lock
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotdir/.dotdir/a.js
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotdir/index.js
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotdir/package.json
 rename __tests__/fixtures/{remove/scoped-package/node_modules/@scoped/package/History.md => pack/files-exclude-dotfile/.dotfile} (100%)
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotfile/a.js
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotfile/b.js
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotfile/c.js
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotfile/index.js
 create mode 100644 __tests__/fixtures/pack/files-exclude-dotfile/package.json
 create mode 100644 __tests__/fixtures/pack/files-exclude/a.js
 create mode 100644 __tests__/fixtures/pack/files-exclude/b.js
 create mode 100644 __tests__/fixtures/pack/files-exclude/c.js
 create mode 100644 __tests__/fixtures/pack/files-exclude/index.js
 create mode 100644 __tests__/fixtures/pack/files-exclude/package.json
 copy __tests__/fixtures/{add/add-with-no-manifest/.gitkeep => pack/files-include-mandatory/changelog} (100%)
 create mode 100644 __tests__/fixtures/pack/files-include-mandatory/index.js
 copy __tests__/fixtures/{add/add-with-no-manifest/.gitkeep => pack/files-include-mandatory/license} (100%)
 create mode 100644 __tests__/fixtures/pack/files-include-mandatory/package.json
 copy __tests__/fixtures/{add/add-with-no-manifest/.gitkeep => pack/files-include-mandatory/readme.md} (100%)
 create mode 100644 __tests__/fixtures/pack/files-include/a.js
 create mode 100644 __tests__/fixtures/pack/files-include/b.js
 create mode 100644 __tests__/fixtures/pack/files-include/c.js
 create mode 100644 __tests__/fixtures/pack/files-include/index.js
 create mode 100644 __tests__/fixtures/pack/files-include/package.json
 create mode 100644 __tests__/fixtures/pack/minimal/index.js
 create mode 100644 __tests__/fixtures/pack/minimal/package.json
 create mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@dengorbachev/bar/package.json
 create mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@dengorbachev/foo/package.json
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/.npmignore
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/.travis.yml
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/Makefile
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/Readme.md
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/examples/custom_path.js
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/examples/module.js
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/lib/package.js
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/package.json
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/test/index.test.js
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/test/nested/two/nested.test.js
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/test/package.json
 delete mode 100644 __tests__/fixtures/remove/scoped-package/node_modules/@scoped/package/test/support/package.json
 delete mode 100644 __tests__/fixtures/request-cache/GET/localhost/.bin
 create mode 100644 __tests__/package-hoister.js
 rename src/cli/commands/{ls.js => list.js} (96%)
 delete mode 100644 src/cli/commands/self-update.js

-- 
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