Received: by mail.netbsd.org (Postfix, from userid 605) id E1B2F84D46; Tue, 2 Aug 2022 17:30:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2768B84D44 for ; Tue, 2 Aug 2022 17:30:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bo9f1JetEZap for ; Tue, 2 Aug 2022 17:30:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 77F9784CF7 for ; Tue, 2 Aug 2022 17:30:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 806E6FB1A; Tue, 2 Aug 2022 17:30:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165946143453100" MIME-Version: 1.0 Date: Tue, 2 Aug 2022 17:30:34 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/lang/npm To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20220802173034.806E6FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165946143453100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Tue Aug 2 17:30:34 UTC 2022 Modified Files: pkgsrc/lang/npm: Makefile PLIST distinfo Log Message: Updated lang/npm to 8.15.1 v8.15.1 (2022-07-27) Bug Fixes 9905d0e #5197 fix: don't fail immediately if cache dir is not accessible (@lukekarrys) 0e3660e #5206 fix(init): allow for spec on scope-only arg (@wraithgar) 62b95a0 #5122 fix: allow hash character in paths (@AgainPsychoX) Documentation f9abee7 #5205 docs: update commit-ish default branch (@dijonkitchen) 77bf2e1 #5218 docs: update npm-ls.md (@MapleCCC) de40c31 #5207 docs: sync ci params with install (@wraithgar) 4d1d8a9 #5221 docs: describe implicit workspace and prefix configuration (@fritzy) (@lukekarrys) (@wraithgar) Dependencies 3bbb293 #5223 deps: @npmcli/arborist@5.3.1 v8.15.0 (2022-07-20) Features 5ef53ee #5160 feat: accept registry-scoped certfile and keyfile as credentials (@jenseng) c8bdb4a feat: Support pure web authentication for commands (@jumoel) (@ljharb) (@hfaulds) (@sandeepmeduru) Bug Fixes 9c590fa #5172 fix: disable progress bar on publish (@wraithgar) 2fa3271 #5196 fix: add missing ` in adduser warning (@MylesBorins) Documentation 7efad06 #5168 docs: Update audit signatures cmd (@feelepxyz) 8ab5fca #5171 docs: correct bundledDependencies -> bundleDependencies (@nlf) Dependencies 64fe64b #5187 deps: @npmcli/config@4.2.0 51b12a0 #5187 deps: npm-registry-fetch@13.3.0 3ae1b81 #5190 deps: make-fetch-happen@10.2.0 To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/npm/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/npm/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/npm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165946143453100 Content-Disposition: inline Content-Length: 2490 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/npm/Makefile diff -u pkgsrc/lang/npm/Makefile:1.55 pkgsrc/lang/npm/Makefile:1.56 --- pkgsrc/lang/npm/Makefile:1.55 Thu Jul 14 07:17:14 2022 +++ pkgsrc/lang/npm/Makefile Tue Aug 2 17:30:34 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/07/14 07:17:14 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/08/02 17:30:34 abs Exp $ -DISTNAME= npm-8.14.0 +DISTNAME= npm-8.15.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=npm/} GITHUB_PROJECT= cli Index: pkgsrc/lang/npm/PLIST diff -u pkgsrc/lang/npm/PLIST:1.30 pkgsrc/lang/npm/PLIST:1.31 --- pkgsrc/lang/npm/PLIST:1.30 Thu Jul 14 07:17:14 2022 +++ pkgsrc/lang/npm/PLIST Tue Aug 2 17:30:34 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2022/07/14 07:17:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.31 2022/08/02 17:30:34 abs Exp $ bin/npm bin/npx lib/node_modules/npm/LICENSE @@ -209,6 +209,7 @@ lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/utils/timers.js lib/node_modules/npm/lib/utils/update-notifier.js lib/node_modules/npm/lib/utils/validate-lockfile.js +lib/node_modules/npm/lib/utils/web-auth.js lib/node_modules/npm/lib/workspaces/get-workspaces.js lib/node_modules/npm/lib/workspaces/update-workspaces.js lib/node_modules/npm/man/man1/npm-access.1 Index: pkgsrc/lang/npm/distinfo diff -u pkgsrc/lang/npm/distinfo:1.41 pkgsrc/lang/npm/distinfo:1.42 --- pkgsrc/lang/npm/distinfo:1.41 Thu Jul 14 07:17:14 2022 +++ pkgsrc/lang/npm/distinfo Tue Aug 2 17:30:34 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2022/07/14 07:17:14 adam Exp $ +$NetBSD: distinfo,v 1.42 2022/08/02 17:30:34 abs Exp $ -BLAKE2s (npm-8.14.0.tar.gz) = 586f0e96b7ac21a6a50b5729cc6fb5561d9d31b2d8021373100f16d91bcbb2b7 -SHA512 (npm-8.14.0.tar.gz) = 596e167f712fde7b172a8a91bd69c108dc4675e1cb08ae80783284b3b190ae478e790e149b8fea763b6f83e36603d481b4e72a42b020db7cb5ccdcad475cb8a1 -Size (npm-8.14.0.tar.gz) = 92906478 bytes +BLAKE2s (npm-8.15.1.tar.gz) = 2700761541db1b25f0cdcba4457b8564df596504eebd584460cf9ccf74c29d9a +SHA512 (npm-8.15.1.tar.gz) = 3829bd779343046af5146e87df6d5cd0bb871ea0b12bba5138bc2da60706d3d968678844a6f0612887aefb0a9ff9f82a71e22f4ebe8c83350d089073db918e78 +Size (npm-8.15.1.tar.gz) = 92919058 bytes SHA1 (patch-Makefile) = 07b3b31fc3171aa688242ced7ba9eeadd943aee3 SHA1 (patch-node__modules_@npmcli_config_lib_index.js) = 10565ad4a1eee79dc962e00d1c8d486fceb073cd SHA1 (patch-node__modules_bin-links_lib_man-target.js) = ece52effb0d44a0fb5252bd67f8e503c1c6ea602 --_----------=_165946143453100--