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.17.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f40e8434bb7b
branches:  trunk
changeset: 336385:f40e8434bb7b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 13 09:18:52 2019 +0000

description:
yarn: updated to 1.17.3

1.17.3
Enforces https for the Yarn and npm registries.

1.17.2
Adds support for reading yarnPath from v2-produced .yarnrc.yml files.

1.17.0
Adds prereleases flags and prerelease identifier to yarn version.
Fixes audits when used with yarn add & yarn upgrade
Adds support for the --offline flag to yarn global add
Yarn will tolerate Yaml at parse time. Full support isn't ready yet and will only come at the next major.
Fixes a bug when using the link: protocol with a folder that doesn't contain a package.json

diffstat:

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

diffs (27 lines):

diff -r 87de42ffcfde -r f40e8434bb7b devel/yarn/Makefile
--- a/devel/yarn/Makefile       Sat Jul 13 08:43:00 2019 +0000
+++ b/devel/yarn/Makefile       Sat Jul 13 09:18:52 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/05/20 11:10:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/13 09:18:52 adam Exp $
 
-DISTNAME=      yarn-v1.16.0
+DISTNAME=      yarn-v1.17.3
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
 MASTER_SITES=  https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/
diff -r 87de42ffcfde -r f40e8434bb7b devel/yarn/distinfo
--- a/devel/yarn/distinfo       Sat Jul 13 08:43:00 2019 +0000
+++ b/devel/yarn/distinfo       Sat Jul 13 09:18:52 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/05/20 11:10:29 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/07/13 09:18:52 adam Exp $
 
-SHA1 (yarn-v1.16.0.tar.gz) = 5701b58ac555ff91f7b889b7d791b3dc86f8f999
-RMD160 (yarn-v1.16.0.tar.gz) = 46cd51881cddc91fadadc0951f57d12e4994637e
-SHA512 (yarn-v1.16.0.tar.gz) = 71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
-Size (yarn-v1.16.0.tar.gz) = 1172930 bytes
+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



Home | Main Index | Thread Index | Old Index