pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/npm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 14 07:17:14 UTC 2022

Modified Files:
        pkgsrc/lang/npm: Makefile PLIST distinfo

Log Message:
npm: updated to 8.14.0

v8.14.0 (2022-07-13)

Features

feat: add npm audit signatures (@feelepxyz)
feat: Add web auth type (@jumoel)
feat(arborist): add support for dependencies script (@nlf)
feat: notify on adduser of upcoming cmds, login and register (@fritzy)
feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy)

Bug Fixes

fix: properly open package arg repo inside workspace (@wraithgar)

Documentation

docs: typo in npm command (@crisanmm)
docs: update reference to deprecated spdx package (@kachick)
docs: naming of files in example code should be consistent (@xc1427)
docs: document dependencies script


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/npm/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/npm/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/npm/distinfo

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

Modified files:

Index: pkgsrc/lang/npm/Makefile
diff -u pkgsrc/lang/npm/Makefile:1.54 pkgsrc/lang/npm/Makefile:1.55
--- pkgsrc/lang/npm/Makefile:1.54       Wed Jul 13 11:41:06 2022
+++ pkgsrc/lang/npm/Makefile    Thu Jul 14 07:17:14 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2022/07/13 11:41:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.55 2022/07/14 07:17:14 adam Exp $
 
-DISTNAME=      npm-8.13.2
+DISTNAME=      npm-8.14.0
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=npm/}
 GITHUB_PROJECT=        cli

Index: pkgsrc/lang/npm/PLIST
diff -u pkgsrc/lang/npm/PLIST:1.29 pkgsrc/lang/npm/PLIST:1.30
--- pkgsrc/lang/npm/PLIST:1.29  Thu Jul  7 10:05:11 2022
+++ pkgsrc/lang/npm/PLIST       Thu Jul 14 07:17:14 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2022/07/07 10:05:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2022/07/14 07:17:14 adam Exp $
 bin/npm
 bin/npx
 lib/node_modules/npm/LICENSE
@@ -1042,6 +1042,7 @@ lib/node_modules/npm/node_modules/libnpm
 lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js
 lib/node_modules/npm/node_modules/libnpmversion/package.json
 lib/node_modules/npm/node_modules/lru-cache/LICENSE
+lib/node_modules/npm/node_modules/lru-cache/index.d.ts
 lib/node_modules/npm/node_modules/lru-cache/index.js
 lib/node_modules/npm/node_modules/lru-cache/package.json
 lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE
@@ -1090,6 +1091,7 @@ lib/node_modules/npm/node_modules/minipa
 lib/node_modules/npm/node_modules/minipass-sized/package.json
 lib/node_modules/npm/node_modules/minipass-sized/test/basic.js
 lib/node_modules/npm/node_modules/minipass/LICENSE
+lib/node_modules/npm/node_modules/minipass/index.d.ts
 lib/node_modules/npm/node_modules/minipass/index.js
 lib/node_modules/npm/node_modules/minipass/package.json
 lib/node_modules/npm/node_modules/minizlib/LICENSE

Index: pkgsrc/lang/npm/distinfo
diff -u pkgsrc/lang/npm/distinfo:1.40 pkgsrc/lang/npm/distinfo:1.41
--- pkgsrc/lang/npm/distinfo:1.40       Thu Jul  7 10:05:11 2022
+++ pkgsrc/lang/npm/distinfo    Thu Jul 14 07:17:14 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2022/07/07 10:05:11 adam Exp $
+$NetBSD: distinfo,v 1.41 2022/07/14 07:17:14 adam Exp $
 
-BLAKE2s (npm-8.13.2.tar.gz) = 45412f1ebf77e9219783f090971a2e31bdbe9e18c458cfa991816068bbc4bb32
-SHA512 (npm-8.13.2.tar.gz) = b9a3a3ebcea9669cf2a9e55aea723738c3f75205dbc7406743db8d37b121a8225fb7aba9beb6d0ba99e3330c63c13334120e1fbe1a8c461ce30d0cfec4a886e3
-Size (npm-8.13.2.tar.gz) = 92897712 bytes
+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
 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



Home | Main Index | Thread Index | Old Index