[Pkg-javascript-commits] [node-yarnpkg] branch master updated (db7e4a9 -> 745bfce)
Paolo Greppi
paolog-guest at moszumanska.debian.org
Tue Oct 31 07:36:03 UTC 2017
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 db7e4a9 fix build dep package names
new 8dfe7d4 New upstream version 1.2.1
new 464f545 Merge tag 'upstream/1.2.1'
new 745bfce new upstream version, bump standard version, update dependencies
The 3 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:
.flowconfig | 1 +
.travis.yml | 18 +-
CONTRIBUTING.md | 2 +
Dockerfile.dev | 3 +-
README.md | 2 +-
__tests__/__snapshots__/integration.js.snap | 12 +
__tests__/commands/add.js | 63 ++++-
__tests__/commands/cache.js | 66 +++++
__tests__/commands/info.js | 3 +-
__tests__/commands/init.js | 24 ++
__tests__/commands/install/integration.js | 37 ++-
__tests__/commands/list.js | 33 ++-
__tests__/commands/outdated.js | 49 ++++
__tests__/commands/pack.js | 18 ++
__tests__/commands/remove.js | 40 ++-
__tests__/commands/run.js | 14 +-
__tests__/commands/upgrade.js | 89 ++++++
.../add-with-deep-peer-dependencies/a/package.json | 8 +
.../add-with-deep-peer-dependencies/b/package.json | 7 +
.../c/package.json | 0
.../add-with-deep-peer-dependencies/package.json | 7 +
__tests__/fixtures/add/install-strict-all/.yarnrc | 2 +
.../fixtures/global/add-with-prefix-env/.yarnrc | 2 +-
.../init-nested/inner-folder}/.gitkeep | 0
.../{info/local => init/init-nested}/package.json | 0
.../bar/bar.js | 0
.../install/install-file-no-package/package.json | 6 +
.../dep-a/package.json | 3 +
.../dep-c/package.json | 10 +
.../dep-d/package.json | 7 +
.../dep-e/package.json | 4 +
.../install/install-with-null-version/package.json | 5 +
.../b/package.json | 6 +
.../optimize-version-with-alternation/package.json | 6 +
.../peer-dep-same-subtree/a-1.0.0/package.json | 1 +
.../peer-dep-same-subtree/a-1.1.0/package.json | 1 +
.../install/peer-dep-same-subtree/b/package.json | 7 +
.../install/peer-dep-same-subtree/c/package.json | 7 +
.../install/peer-dep-same-subtree/d/package.json | 7 +
.../install/peer-dep-same-subtree/package.json | 9 +
.../install/workspaces-install-basic/yarn.lock | 19 ++
.../npm_config_argv_env_vars/log-command.js | 8 +-
.../outdated/workspaces/child-a/package.json | 7 +
.../outdated/workspaces/child-b/package.json | 8 +
.../fixtures/outdated/workspaces/package.json | 11 +
__tests__/fixtures/outdated/workspaces/yarn.lock | 19 ++
.../bundled-dependencies}/a/package.json | 0
.../bundled-dependencies}/b/package.json | 0
.../index.js | 0
.../pack/bundled-dependencies/package.json | 14 +
.../node_modules/.yarn-integrity | 0
.../node_modules/dep-a/index.js | 0
.../without-manifest}/package.json | 0
.../{npm-registry => without-manifest}/yarn.lock | 0
.../ansi-regex/-/ansi-regex-1.0.0.tgz.bin | Bin 0 -> 1544 bytes
.../array-union/-/array-union-1.0.1.tgz.bin | Bin 0 -> 1311 bytes
.../array-uniq/-/array-uniq-1.0.1.tgz.bin | Bin 0 -> 1805 bytes
.../lodash/-/lodash-2.4.2.tgz.bin | Bin 0 -> 197417 bytes
.../request-cache/GET/registry.yarnpkg.com/pn.bin | Bin 0 -> 1012 bytes
.../right-pad/-/right-pad-1.0.0.tgz.bin | Bin 0 -> 2089 bytes
.../upgrade/with-subdep-also-direct/package.json | 6 +
.../upgrade/with-subdep-also-direct/yarn.lock | 10 +
.../fixtures/upgrade/with-subdep/package.json | 6 +
__tests__/fixtures/upgrade/with-subdep/yarn.lock | 18 ++
.../upgrade/workspaces/child-a/package.json | 7 +
.../upgrade/workspaces/child-b/package.json | 7 +
__tests__/fixtures/upgrade/workspaces/package.json | 11 +
__tests__/fixtures/upgrade/workspaces/yarn.lock | 15 +
__tests__/index.js | 9 +-
__tests__/integration.js | 304 +++++++++++++++++----
__tests__/lifecycle-scripts.js | 17 +-
__tests__/lockfile.js | 29 ++
__tests__/package-request.js | 32 ++-
__tests__/package-resolver.js | 3 +-
.../__snapshots__/console-reporter.js.snap | 10 +-
__tests__/reporters/console-reporter.js | 6 +-
__tests__/util/git.js | 4 +-
__tests__/util/path.js | 40 +--
__tests__/util/root-user.js | 17 +-
appveyor.yml | 1 +
bin/yarn | 2 +-
circle.yml | 2 +-
debian/changelog | 2 +-
debian/control | 12 +-
package.json | 20 +-
scripts/update-homebrew.sh | 14 +-
scripts/update-npm.sh | 2 +-
src/cli/commands/add.js | 26 +-
src/cli/commands/autoclean.js | 1 -
src/cli/commands/cache.js | 13 +-
src/cli/commands/config.js | 45 +++
src/cli/commands/global.js | 9 +-
src/cli/commands/init.js | 2 +
src/cli/commands/install.js | 93 +++++--
src/cli/commands/list.js | 12 +-
src/cli/commands/outdated.js | 26 +-
src/cli/commands/publish.js | 10 +-
src/cli/commands/remove.js | 10 +-
src/cli/commands/run.js | 11 +-
src/cli/commands/upgrade-interactive.js | 62 +++--
src/cli/commands/upgrade.js | 196 ++++++++-----
src/cli/index.js | 80 +++---
src/config.js | 36 +--
src/constants.js | 2 +
src/lockfile/parse.js | 21 +-
src/package-hoister.js | 2 +-
src/package-linker.js | 126 ++++++---
src/package-reference.js | 8 +-
src/package-request.js | 30 +-
src/package-resolver.js | 67 ++++-
src/rc.js | 21 +-
src/registries/base-registry.js | 10 +-
src/registries/npm-registry.js | 6 +-
src/reporters/console/console-reporter.js | 6 +-
src/reporters/console/progress-bar.js | 6 +-
src/reporters/lang/en.js | 15 +-
src/resolvers/exotics/bitbucket-resolver.js | 14 +
src/types.js | 4 +
src/util/blocking-queue.js | 5 +
src/util/execute-lifecycle-script.js | 4 +-
src/util/fs.js | 154 ++++++-----
src/util/git.js | 71 +++--
src/util/misc.js | 18 --
src/util/normalize-manifest/fix.js | 8 +-
src/util/path.js | 10 +-
src/util/request-manager.js | 48 ++--
yarn.lock | 292 +++++++++++++++++++-
127 files changed, 2242 insertions(+), 609 deletions(-)
create mode 100644 __tests__/__snapshots__/integration.js.snap
create mode 100644 __tests__/fixtures/add/add-with-deep-peer-dependencies/a/package.json
create mode 100644 __tests__/fixtures/add/add-with-deep-peer-dependencies/b/package.json
copy __tests__/fixtures/{check/verify-tree-hoisted/node_modules => add/add-with-deep-peer-dependencies}/c/package.json (100%)
create mode 100644 __tests__/fixtures/add/add-with-deep-peer-dependencies/package.json
create mode 100644 __tests__/fixtures/add/install-strict-all/.yarnrc
copy __tests__/fixtures/{add/add-asks-correct-package-version => init/init-nested/inner-folder}/.gitkeep (100%)
copy __tests__/fixtures/{info/local => init/init-nested}/package.json (100%)
copy __tests__/fixtures/install/{install-file-as-default-no-package => install-file-no-package}/bar/bar.js (100%)
create mode 100644 __tests__/fixtures/install/install-file-no-package/package.json
create mode 100644 __tests__/fixtures/install/install-optional-dependencies/dep-c/package.json
create mode 100644 __tests__/fixtures/install/install-optional-dependencies/dep-d/package.json
create mode 100644 __tests__/fixtures/install/install-optional-dependencies/dep-e/package.json
create mode 100644 __tests__/fixtures/install/install-with-null-version/package.json
create mode 100644 __tests__/fixtures/install/optimize-version-with-alternation/b/package.json
create mode 100644 __tests__/fixtures/install/optimize-version-with-alternation/package.json
create mode 100644 __tests__/fixtures/install/peer-dep-same-subtree/a-1.0.0/package.json
create mode 100644 __tests__/fixtures/install/peer-dep-same-subtree/a-1.1.0/package.json
create mode 100644 __tests__/fixtures/install/peer-dep-same-subtree/b/package.json
create mode 100644 __tests__/fixtures/install/peer-dep-same-subtree/c/package.json
create mode 100644 __tests__/fixtures/install/peer-dep-same-subtree/d/package.json
create mode 100644 __tests__/fixtures/install/peer-dep-same-subtree/package.json
create mode 100644 __tests__/fixtures/install/workspaces-install-basic/yarn.lock
create mode 100644 __tests__/fixtures/outdated/workspaces/child-a/package.json
create mode 100644 __tests__/fixtures/outdated/workspaces/child-b/package.json
create mode 100644 __tests__/fixtures/outdated/workspaces/package.json
create mode 100644 __tests__/fixtures/outdated/workspaces/yarn.lock
copy __tests__/fixtures/{install/install-file-dedupe-dependencies-1 => pack/bundled-dependencies}/a/package.json (100%)
copy __tests__/fixtures/{add/add-with-multiple-versions-of-peer-dependency => pack/bundled-dependencies}/b/package.json (100%)
copy __tests__/fixtures/pack/{files-include => bundled-dependencies}/index.js (100%)
create mode 100644 __tests__/fixtures/pack/bundled-dependencies/package.json
copy __tests__/fixtures/remove/{npm-registry => without-manifest}/node_modules/.yarn-integrity (100%)
copy __tests__/fixtures/remove/{multiple-packages => without-manifest}/node_modules/dep-a/index.js (100%)
copy __tests__/fixtures/{install/install-should-cleanup-when-package-json-changed-2 => remove/without-manifest}/package.json (100%)
mode change 100755 => 100644
copy __tests__/fixtures/remove/{npm-registry => without-manifest}/yarn.lock (100%)
create mode 100644 __tests__/fixtures/request-cache/GET/registry.npmjs.org/ansi-regex/-/ansi-regex-1.0.0.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.npmjs.org/array-union/-/array-union-1.0.1.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.npmjs.org/array-uniq/-/array-uniq-1.0.1.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/pn.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/right-pad/-/right-pad-1.0.0.tgz.bin
create mode 100644 __tests__/fixtures/upgrade/with-subdep-also-direct/package.json
create mode 100644 __tests__/fixtures/upgrade/with-subdep-also-direct/yarn.lock
create mode 100644 __tests__/fixtures/upgrade/with-subdep/package.json
create mode 100644 __tests__/fixtures/upgrade/with-subdep/yarn.lock
create mode 100644 __tests__/fixtures/upgrade/workspaces/child-a/package.json
create mode 100644 __tests__/fixtures/upgrade/workspaces/child-b/package.json
create mode 100644 __tests__/fixtures/upgrade/workspaces/package.json
create mode 100644 __tests__/fixtures/upgrade/workspaces/yarn.lock
--
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