[Pkg-javascript-commits] [node-yarnpkg] 02/03: Merge tag 'upstream/1.3.2'
Paolo Greppi
paolog-guest at moszumanska.debian.org
Mon Jan 8 09:51:48 UTC 2018
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 cfcb70ec8b068196f6b6fd825ed2c1381255bd88
Merge: 745bfce 2ed0dd5
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Mon Jan 8 10:40:29 2018 +0100
Merge tag 'upstream/1.3.2'
Upstream version 1.3.2
.circleci/config.yml | 141 +++++++++++++++++++++
.travis.yml | 2 +-
CONTRIBUTING.md | 19 +++
__tests__/commands/__snapshots__/init.js.snap | 11 ++
__tests__/commands/__snapshots__/licenses.js.snap | 2 +-
__tests__/commands/_helpers.js | 35 +++--
__tests__/commands/add.js | 136 ++++++++++++++++++++
__tests__/commands/info.js | 21 ++-
__tests__/commands/init.js | 23 ++++
__tests__/commands/install/integration.js | 100 +++++++++++----
__tests__/commands/install/resolutions.js | 13 ++
__tests__/commands/install/workspaces-install.js | 33 ++++-
__tests__/commands/licenses.js | 2 +-
__tests__/commands/link.js | 14 +-
__tests__/commands/list.js | 5 +-
__tests__/commands/remove.js | 28 ++++
__tests__/commands/upgrade.js | 6 +
__tests__/config.js | 44 +++++++
__tests__/constants.js | 17 +--
.../add/add-already-added-dependency/package.json | 7 +
.../add-already-added-dev-dependency/package.json | 7 +
__tests__/fixtures/init/init-config/.yarnrc | 6 +
.../install-dont-overwrite-linked-scoped/.npmrc | 1 -
.../dir-to-link/package.json | 7 -
.../@fakescope-fake-dependency-1.0.1.tgz | Bin 576 -> 0 bytes
.../package.json | 5 -
.../install-dont-overwrite-linked-scoped/yarn.lock | 5 -
.../install-dont-overwrite-linked/package.json | 8 ++
.../install/install-with-comments/package.json | 3 +
.../resolutions/frozen-lockfile/package.json | 11 ++
.../install/resolutions/frozen-lockfile/yarn.lock | 12 ++
.../install/workspaces-install-bin/file.js | 0
.../install/workspaces-install-bin/package.json | 12 ++
.../packages/workspace-1/bin.js | 0
.../packages/workspace-1/package.json | 8 ++
.../packages/workspace-2/package.json | 10 ++
.../install/workspaces-install-bin/yarn.lock | 90 +++++++++++++
.../link/package-with-name-scoped/package.json | 3 +
.../abbrev/-/abbrev-1.1.1.tgz.bin | Bin 0 -> 2998 bytes
.../hoist-non-react-statics.bin | Bin 0 -> 1791 bytes
.../-/hoist-non-react-statics-1.2.0.tgz.bin | Bin 0 -> 7908 bytes
.../-/hoist-non-react-statics-2.3.1.tgz.bin | Bin 0 -> 3678 bytes
.../GET/registry.yarnpkg.com/react-refetch.bin | Bin 0 -> 19328 bytes
.../react-refetch/-/react-refetch-1.0.1.tgz.bin | Bin 0 -> 21852 bytes
.../react-refetch/-/react-refetch-1.0.3-0.tgz.bin | Bin 0 -> 21859 bytes
.../rimraf/-/rimraf-2.6.2.tgz.bin | Bin 0 -> 6231 bytes
.../GET/registry.yarnpkg.com/ui-select.bin | Bin 0 -> 2810 bytes
.../ui-select/-/ui-select-0.19.8.tgz.bin | Bin 0 -> 337664 bytes
.../ui-select/-/ui-select-0.20.0.tgz.bin | Bin 0 -> 334007 bytes
.../GET/registry.yarnpkg.com/warning.bin | Bin 0 -> 1136 bytes
.../warning/-/warning-2.1.0.tgz.bin | Bin 0 -> 3453 bytes
.../warning/-/warning-3.0.0.tgz.bin | Bin 0 -> 3547 bytes
__tests__/fixtures/upgrade/using-beta/package.json | 5 +
__tests__/fixtures/upgrade/using-beta/yarn.lock | 42 ++++++
__tests__/package-request.js | 41 ++++--
__tests__/registries/npm-registry.js | 14 +-
__tests__/util/git/git-spawn.js | 2 +
circle.yml | 57 ---------
package.json | 2 +-
src/cli/commands/add.js | 4 +
src/cli/commands/autoclean.js | 8 +-
src/cli/commands/create.js | 2 +-
src/cli/commands/info.js | 2 +-
src/cli/commands/init.js | 4 +-
src/cli/commands/install.js | 7 +
src/cli/commands/list.js | 3 +-
src/cli/commands/run.js | 4 +-
src/cli/commands/upgrade.js | 11 +-
src/cli/index.js | 21 ++-
src/config.js | 2 +-
src/constants.js | 15 ++-
src/integrity-checker.js | 8 ++
src/package-linker.js | 53 +++++---
src/package-request.js | 11 +-
src/package-resolver.js | 4 +-
src/registries/npm-registry.js | 12 +-
src/reporters/console/console-reporter.js | 2 +-
src/reporters/console/util.js | 8 ++
src/reporters/lang/en.js | 4 +-
src/resolution-map.js | 6 +
src/resolvers/registries/npm-resolver.js | 9 ++
src/util/env-replace.js | 4 +-
src/util/git/git-spawn.js | 4 +
src/util/normalize-manifest/fix.js | 4 +-
src/util/request-manager.js | 4 +-
85 files changed, 995 insertions(+), 231 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