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  7 10:05:11 UTC 2022

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

Log Message:
npm: updated to 8.13.2

v8.13.2 (2022-06-29)

Documentation

docs: add foreground-scripts to run-script page (@ruyadorno)
Dependencies

deps: @npmcli/run-script@4.1.4
deps: @npmcli/run-script@4.1.5
deps: @npmcli/metavuln-calculator@3.1.1
deps: npm-packlist@5.1.1

v8.13.1 (2022-06-23)

Dependencies

deps: @npmcli/run-script@4.1.3
fix: improves escaping of arguments for run-script, exec and npx (@nlf)
deps: libnpmpack@4.1.2
deps: @npmcli/arborist@5.2.3
deps: libnpmexec@4.0.8
deps: libnpmversion@3.0.6

v8.13.0 (2022-06-22)

Features

feat: prompt before opening web-login URL when performing login/adduser (@jumoel)

Bug Fixes

fix: Add space to SemVer log message (@dnicolson)
fix(view): error on missing version (@wraithgar)

Documentation

docs: consolidate docs and help for package spec (@wraithgar)
docs: fix typo (@westy92)

Dependencies

deps: pacote@13.6.1
deps: @npmcli/run-script@4.1.0
deps: make-fetch-happen@10.1.8
deps: npm-profile@6.1.0
deps: libnpmdiff@4.0.4
deps: libnpmversion@3.0.5
deps: libnpmpack@4.1.1
deps: libnpmexec@4.0.7
deps: @npmcli/arborist@5.2.2


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/npm/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/npm/PLIST
cvs rdiff -u -r1.39 -r1.40 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.52 pkgsrc/lang/npm/Makefile:1.53
--- pkgsrc/lang/npm/Makefile:1.52       Thu Jun 30 11:18:33 2022
+++ pkgsrc/lang/npm/Makefile    Thu Jul  7 10:05:11 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/06/30 11:18:33 nia Exp $
+# $NetBSD: Makefile,v 1.53 2022/07/07 10:05:11 adam Exp $
 
-DISTNAME=      npm-8.12.2
-PKGREVISION=   2
+DISTNAME=      npm-8.13.2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=npm/}
 GITHUB_PROJECT=        cli

Index: pkgsrc/lang/npm/PLIST
diff -u pkgsrc/lang/npm/PLIST:1.28 pkgsrc/lang/npm/PLIST:1.29
--- pkgsrc/lang/npm/PLIST:1.28  Fri Jun 17 08:04:03 2022
+++ pkgsrc/lang/npm/PLIST       Thu Jul  7 10:05:11 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2022/06/17 08:04:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2022/07/07 10:05:11 adam Exp $
 bin/npm
 bin/npx
 lib/node_modules/npm/LICENSE
@@ -86,6 +86,7 @@ lib/node_modules/npm/docs/content/using-
 lib/node_modules/npm/docs/content/using-npm/developers.md
 lib/node_modules/npm/docs/content/using-npm/logging.md
 lib/node_modules/npm/docs/content/using-npm/orgs.md
+lib/node_modules/npm/docs/content/using-npm/package-spec.md
 lib/node_modules/npm/docs/content/using-npm/registry.md
 lib/node_modules/npm/docs/content/using-npm/removal.md
 lib/node_modules/npm/docs/content/using-npm/scope.md
@@ -194,6 +195,7 @@ lib/node_modules/npm/lib/utils/is-window
 lib/node_modules/npm/lib/utils/log-file.js
 lib/node_modules/npm/lib/utils/log-shim.js
 lib/node_modules/npm/lib/utils/npm-usage.js
+lib/node_modules/npm/lib/utils/open-url-prompt.js
 lib/node_modules/npm/lib/utils/open-url.js
 lib/node_modules/npm/lib/utils/otplease.js
 lib/node_modules/npm/lib/utils/ping.js
@@ -284,6 +286,7 @@ lib/node_modules/npm/man/man7/config.7
 lib/node_modules/npm/man/man7/developers.7
 lib/node_modules/npm/man/man7/logging.7
 lib/node_modules/npm/man/man7/orgs.7
+lib/node_modules/npm/man/man7/package-spec.7
 lib/node_modules/npm/man/man7/registry.7
 lib/node_modules/npm/man/man7/removal.7
 lib/node_modules/npm/man/man7/scope.7
@@ -478,6 +481,7 @@ lib/node_modules/npm/node_modules/@npmcl
 lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js
 lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json
 lib/node_modules/npm/node_modules/@npmcli/run-script/LICENSE
+lib/node_modules/npm/node_modules/@npmcli/run-script/lib/escape.js
 lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js
 lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js
 lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js

Index: pkgsrc/lang/npm/distinfo
diff -u pkgsrc/lang/npm/distinfo:1.39 pkgsrc/lang/npm/distinfo:1.40
--- pkgsrc/lang/npm/distinfo:1.39       Fri Jun 17 08:04:03 2022
+++ pkgsrc/lang/npm/distinfo    Thu Jul  7 10:05:11 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2022/06/17 08:04:03 adam Exp $
+$NetBSD: distinfo,v 1.40 2022/07/07 10:05:11 adam Exp $
 
-BLAKE2s (npm-8.12.2.tar.gz) = ccb531e947b62640c6646035f3b491f891fb67e6fe7040555de185a993d18e10
-SHA512 (npm-8.12.2.tar.gz) = 21a6ba3214cabb5e74ab1daedd84a0fd81da8b78739cd38851d853d8a05772d3e83ecebc952ae24038f64cfdd3fadb7059ea35a242035f0d34b6f5326fc4f847
-Size (npm-8.12.2.tar.gz) = 92913247 bytes
+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
 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