[Pkg-javascript-commits] [node-yarnpkg] branch upstream updated (8dfe7d4 -> 2ed0dd5)
Paolo Greppi
paolog-guest at moszumanska.debian.org
Mon Jan 8 09:51:49 UTC 2018
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a change to branch upstream
in repository node-yarnpkg.
from 8dfe7d4 New upstream version 1.2.1
new 2ed0dd5 New upstream version 1.3.2
The 1 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:
.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-already-added-dependency}/package.json | 4 +-
.../add-already-added-dev-dependency}/package.json | 4 +-
__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 -
.../package.json | 4 +-
.../install/install-with-comments/package.json | 3 +
.../resolutions/frozen-lockfile}/package.json | 5 +-
.../resolutions/frozen-lockfile}/yarn.lock | 7 +-
.../file.js | 0
.../package.json | 3 +
.../packages/workspace-1/bin.js | 0
.../packages/workspace-1/package.json | 3 +-
.../packages/workspace-2/package.json | 3 +
.../yarn.lock | 42 +++---
.../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, 876 insertions(+), 260 deletions(-)
create mode 100644 .circleci/config.yml
create mode 100644 __tests__/config.js
copy __tests__/fixtures/{check/integrity-meta-folder => add/add-already-added-dependency}/package.json (53%)
copy __tests__/fixtures/{check/verify-tree-dev-prod => add/add-already-added-dev-dependency}/package.json (55%)
create mode 100644 __tests__/fixtures/init/init-config/.yarnrc
delete mode 100644 __tests__/fixtures/install/install-dont-overwrite-linked-scoped/.npmrc
delete mode 100644 __tests__/fixtures/install/install-dont-overwrite-linked-scoped/dir-to-link/package.json
delete mode 100644 __tests__/fixtures/install/install-dont-overwrite-linked-scoped/mirror-for-offline/@fakescope-fake-dependency-1.0.1.tgz
delete mode 100644 __tests__/fixtures/install/install-dont-overwrite-linked-scoped/package.json
delete mode 100644 __tests__/fixtures/install/install-dont-overwrite-linked-scoped/yarn.lock
copy __tests__/fixtures/install/{bailout-prod => install-dont-overwrite-linked}/package.json (52%)
copy __tests__/fixtures/{list/resolutions => install/resolutions/frozen-lockfile}/package.json (55%)
copy __tests__/fixtures/{autoclean/initialized => install/resolutions/frozen-lockfile}/yarn.lock (70%)
copy __tests__/fixtures/install/{workspaces-install-link-bin => workspaces-install-bin}/file.js (100%)
copy __tests__/fixtures/install/{workspaces-install-link-bin => workspaces-install-bin}/package.json (73%)
copy __tests__/fixtures/install/{workspaces-install-link-bin => workspaces-install-bin}/packages/workspace-1/bin.js (100%)
mode change 100644 => 100755
copy __tests__/fixtures/install/{workspaces-install-subdeps-dev => workspaces-install-bin}/packages/workspace-1/package.json (63%)
copy __tests__/fixtures/install/{workspaces-install-link-bin => workspaces-install-bin}/packages/workspace-2/package.json (66%)
copy __tests__/fixtures/install/{install-production-bin => workspaces-install-bin}/yarn.lock (68%)
create mode 100644 __tests__/fixtures/link/package-with-name-scoped/package.json
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/hoist-non-react-statics.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/react-refetch.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/react-refetch/-/react-refetch-1.0.1.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/react-refetch/-/react-refetch-1.0.3-0.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/ui-select.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/ui-select/-/ui-select-0.19.8.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/ui-select/-/ui-select-0.20.0.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/warning.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/warning/-/warning-2.1.0.tgz.bin
create mode 100644 __tests__/fixtures/request-cache/GET/registry.yarnpkg.com/warning/-/warning-3.0.0.tgz.bin
create mode 100644 __tests__/fixtures/upgrade/using-beta/package.json
create mode 100644 __tests__/fixtures/upgrade/using-beta/yarn.lock
delete mode 100644 circle.yml
--
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