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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40cac2903750
branches:  trunk
changeset: 331402:40cac2903750
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 18 09:11:22 2019 +0000

description:
yarn: updated to 1.15.2

1.15.2:
The 1.15.1 doesn't exist due to a release hiccup.
Reverts a behavior causing boggus interactions between PowerShell and yarn global
Fixes a bug where non-zero exit codes were converted to a generic 1 when running yarn run
Fixes production / development reporting when running yarn audit

1.15.0
Removes --scripts-prepend-node-path as Yarn's default behavior makes this obsolete
Fixes the advisory link printed by yarn audit
Fixes npm_config_ environment variable parsing to support those prefixed with underscore (ex: _auth)
Fixes yarn upgrade --latest for dependencies using > or >= range specifier
Fixes --modules-folder handling in several places (ex: yarn check now respects --modules-folder)
Removes rootModuleFolders (internal variable which wasn't used anywhere)
Adds support for setting global-folder from .yarnrc files
Makes yarn version cancellable via ctrl-c or empty string
Adds support for yarn policies set-version berry
Fixes yarn upgrade --scope when using exotic (github) dependencies
Fixes occasionally mismatching upper/lowecases of drive letters in win32 pnp check
Fixes the error reporting for non-HTTP network errors (such as invalid certificates)
Changes the location where the --require ./.pnp.js flag gets added into NODE_OPTIONS: now at the front (bis)
Packages won't be auto-unplugged anymore if ignore-scripts is set in the yarnrc file

diffstat:

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

diffs (27 lines):

diff -r 20b4985eb93f -r 40cac2903750 devel/yarn/Makefile
--- a/devel/yarn/Makefile       Mon Mar 18 09:05:59 2019 +0000
+++ b/devel/yarn/Makefile       Mon Mar 18 09:11:22 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/01/17 16:35:14 kleink Exp $
+# $NetBSD: Makefile,v 1.5 2019/03/18 09:11:22 adam Exp $
 
-DISTNAME=      yarn-v1.13.0
+DISTNAME=      yarn-v1.15.2
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
 MASTER_SITES=  https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/
diff -r 20b4985eb93f -r 40cac2903750 devel/yarn/distinfo
--- a/devel/yarn/distinfo       Mon Mar 18 09:05:59 2019 +0000
+++ b/devel/yarn/distinfo       Mon Mar 18 09:11:22 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/01/17 16:35:14 kleink Exp $
+$NetBSD: distinfo,v 1.5 2019/03/18 09:11:22 adam Exp $
 
-SHA1 (yarn-v1.13.0.tar.gz) = affa9c956739548024068532a902cf18c9cb523f
-RMD160 (yarn-v1.13.0.tar.gz) = 057902768270204a114bd01a7a15220f27ff245d
-SHA512 (yarn-v1.13.0.tar.gz) = 5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
-Size (yarn-v1.13.0.tar.gz) = 1169613 bytes
+SHA1 (yarn-v1.15.2.tar.gz) = 7a064ca81ca34235f16376ad2f796ed432f9e285
+RMD160 (yarn-v1.15.2.tar.gz) = 53d9f9d4d6dcc2214915f05a498c78535f6b59ef
+SHA512 (yarn-v1.15.2.tar.gz) = 0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
+Size (yarn-v1.15.2.tar.gz) = 1169927 bytes



Home | Main Index | Thread Index | Old Index