pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/yarn yarn: updated to 1.19.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/631acb708e6c
branches:  trunk
changeset: 344690:631acb708e6c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 24 20:23:09 2019 +0000

description:
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.

diffstat:

 devel/yarn/Makefile |   7 ++++---
 devel/yarn/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 8e230d01685d -r 631acb708e6c devel/yarn/Makefile
--- a/devel/yarn/Makefile       Sun Nov 24 20:21:23 2019 +0000
+++ b/devel/yarn/Makefile       Sun Nov 24 20:23:09 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2019/08/18 04:19:58 maya Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/24 20:23:09 adam Exp $
 
-DISTNAME=      yarn-v1.17.3
+DISTNAME=      yarn-v1.19.1
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
-MASTER_SITES=  https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=yarnpkg/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://yarnpkg.com/
diff -r 8e230d01685d -r 631acb708e6c devel/yarn/distinfo
--- a/devel/yarn/distinfo       Sun Nov 24 20:21:23 2019 +0000
+++ b/devel/yarn/distinfo       Sun Nov 24 20:23:09 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/07/13 09:18:52 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/11/24 20:23:09 adam Exp $
 
-SHA1 (yarn-v1.17.3.tar.gz) = 60e0b77d079eb78e753bb616f7592b51b6a9adce
-RMD160 (yarn-v1.17.3.tar.gz) = 8682b29457d836a16d5e9e724fb57b95425133c8
-SHA512 (yarn-v1.17.3.tar.gz) = 0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
-Size (yarn-v1.17.3.tar.gz) = 1240577 bytes
+SHA1 (yarn-v1.19.1.tar.gz) = 14b92410dd1ba5bab87a12b4a3d807f4569bea97
+RMD160 (yarn-v1.19.1.tar.gz) = 43769e50b1142891d51a08675b78e088f86deed1
+SHA512 (yarn-v1.19.1.tar.gz) = 8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
+Size (yarn-v1.19.1.tar.gz) = 1243585 bytes



Home | Main Index | Thread Index | Old Index