Sun Nov 24 20:23:10 2019 UTC ()
yarn: updated to 1.19.1

1.19.1:
Computes the --modules-folder & friends paths based on the cwd.
Stores the sha512 in the cache even when not provided by the server.
Uses the right Node binary when using yarn-path.

1.19.0:
Fixes a potential vulnerability regarding how the build artifacts are stored

1.18.0:
Suggests using the Yarn 2 development trunk on PnP-enabled projects
Preserves linked packages when calling yarn create
Fixes the offline mirror filenames when using Verdaccio
Fixes using link:. to refer to the package folder
Runs the prepare lifecycle of git dependencies even if NODE_ENV is set to production.
Fixes the postversion lifecycle method not being called when using --no-git-tag-version.
Ignores potentially large vscode keys in package.json to avoid E2BIG errors.
Enforces https for the Yarn and npm registries.
Adds support for reading yarnPath from v2-produced .yarnrc.yml files.


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/yarn/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/yarn/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/yarn/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/yarn/Makefile 2019/08/18 04:19:58 1.8
+++ pkgsrc/devel/yarn/Makefile 2019/11/24 20:23:09 1.9
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.8 2019/08/18 04:19:58 maya Exp $ 1# $NetBSD: Makefile,v 1.9 2019/11/24 20:23:09 adam Exp $
2 2
3DISTNAME= yarn-v1.17.3 3DISTNAME= yarn-v1.19.1
4PKGNAME= ${DISTNAME:S/-v/-/} 4PKGNAME= ${DISTNAME:S/-v/-/}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/ 6MASTER_SITES= ${MASTER_SITE_GITHUB:=yarnpkg/}
 7GITHUB_RELEASE= v${PKGVERSION_NOREV}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://yarnpkg.com/ 10HOMEPAGE= https://yarnpkg.com/
10COMMENT= JavaScript package manager 11COMMENT= JavaScript package manager
11LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
12 13
13DEPENDS+= nodejs-[0-9]*:../../lang/nodejs 14DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
14 15
15USE_LANGUAGES= # none 16USE_LANGUAGES= # none
16 17
17INSTALLATION_DIRS= bin libexec/yarn/bin libexec/yarn/lib 18INSTALLATION_DIRS= bin libexec/yarn/bin libexec/yarn/lib
18 19
19REPLACE_NODEJS= bin/yarn.js 20REPLACE_NODEJS= bin/yarn.js

cvs diff -r1.7 -r1.8 pkgsrc/devel/yarn/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/yarn/distinfo 2019/07/13 09:18:52 1.7
+++ pkgsrc/devel/yarn/distinfo 2019/11/24 20:23:09 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/07/13 09:18:52 adam Exp $ 1$NetBSD: distinfo,v 1.8 2019/11/24 20:23:09 adam Exp $
2 2
3SHA1 (yarn-v1.17.3.tar.gz) = 60e0b77d079eb78e753bb616f7592b51b6a9adce 3SHA1 (yarn-v1.19.1.tar.gz) = 14b92410dd1ba5bab87a12b4a3d807f4569bea97
4RMD160 (yarn-v1.17.3.tar.gz) = 8682b29457d836a16d5e9e724fb57b95425133c8 4RMD160 (yarn-v1.19.1.tar.gz) = 43769e50b1142891d51a08675b78e088f86deed1
5SHA512 (yarn-v1.17.3.tar.gz) = 0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84 5SHA512 (yarn-v1.19.1.tar.gz) = 8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
6Size (yarn-v1.17.3.tar.gz) = 1240577 bytes 6Size (yarn-v1.19.1.tar.gz) = 1243585 bytes