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:           Wed Nov 15 18:14:11 UTC 2023

Modified Files:
        pkgsrc/devel/yarn: Makefile distinfo

Log Message:
yarn: updated to 1.22.21

v1.22.21

Warning

This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.
Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.

Added a SKIP_YARN_COREPACK_CHECK environment variable to skip the Corepack check.

v1.22.20

Warning

This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.
Important: Punycode is now embed within the bundle, as it has been deprecated by Node.js and will be removed in a future version.

A message will be displayed when Yarn 1.22 notices that the local project has a package.json file referencing a non-1.x Yarn release via the packageManager field. The message will explain that the 
project is intended to be used with Corepack.

The yarn-error.log files won't be generated anymore, as we don't process non-critical 1.x bug reports (we however process all bugs reported on https://github.com/yarnpkg/berry; we just released the 
4.0.2 release there).

The yarn set version x.y.z command will now install the exact x.y.z version (prior to this change it used to first install the latest version, and only in a second step would it downgrade to x.y.z; 
this was causing issues when we bump the minimal Node.js version we support, as running yarn set version 3.6.4 wouldn't work on Node 16).

Prevents crashes when reading from an empty .yarnrc.yml file.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/yarn/Makefile
cvs rdiff -u -r1.20 -r1.21 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.21 pkgsrc/devel/yarn/Makefile:1.22
--- pkgsrc/devel/yarn/Makefile:1.21     Wed Jul 13 11:41:06 2022
+++ pkgsrc/devel/yarn/Makefile  Wed Nov 15 18:14:10 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/07/13 11:41:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2023/11/15 18:14:10 adam Exp $
 
-DISTNAME=      yarn-v1.22.19
-PKGREVISION=   1
+DISTNAME=      yarn-v1.22.21
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yarnpkg/}

Index: pkgsrc/devel/yarn/distinfo
diff -u pkgsrc/devel/yarn/distinfo:1.20 pkgsrc/devel/yarn/distinfo:1.21
--- pkgsrc/devel/yarn/distinfo:1.20     Wed May 11 07:52:29 2022
+++ pkgsrc/devel/yarn/distinfo  Wed Nov 15 18:14:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/05/11 07:52:29 adam Exp $
+$NetBSD: distinfo,v 1.21 2023/11/15 18:14:10 adam Exp $
 
-BLAKE2s (yarn-v1.22.19.tar.gz) = 8533bc0797d854e31e1f8d6586c5512578ebde4b756fdb1607cee8fd72bf7f58
-SHA512 (yarn-v1.22.19.tar.gz) = ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71
-Size (yarn-v1.22.19.tar.gz) = 1244259 bytes
+BLAKE2s (yarn-v1.22.21.tar.gz) = 0052916295c65df70b0530a5f78e0bd26229d44339dd61e4a7eba233bfd3115b
+SHA512 (yarn-v1.22.21.tar.gz) = 75fc33d00ee14733272c04090b3a646fb4021fce85103b2451f01f60f47be7dc9811c76b26465fe6a3735996ac55fd9e80f918cc45422af0888047f4c9ba8f9d
+Size (yarn-v1.22.21.tar.gz) = 1243124 bytes



Home | Main Index | Thread Index | Old Index