pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/yarn



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 18 09:11:22 UTC 2019

Modified Files:
        pkgsrc/devel/yarn: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/yarn/Makefile \
    pkgsrc/devel/yarn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/yarn/Makefile
diff -u pkgsrc/devel/yarn/Makefile:1.4 pkgsrc/devel/yarn/Makefile:1.5
--- pkgsrc/devel/yarn/Makefile:1.4      Thu Jan 17 16:35:14 2019
+++ pkgsrc/devel/yarn/Makefile  Mon Mar 18 09:11:22 2019
@@ -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}/
Index: pkgsrc/devel/yarn/distinfo
diff -u pkgsrc/devel/yarn/distinfo:1.4 pkgsrc/devel/yarn/distinfo:1.5
--- pkgsrc/devel/yarn/distinfo:1.4      Thu Jan 17 16:35:14 2019
+++ pkgsrc/devel/yarn/distinfo  Mon Mar 18 09:11:22 2019
@@ -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