pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/npm Updated lang/npm to 8.15.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7238aeb06aa6
branches:  trunk
changeset: 382680:7238aeb06aa6
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Aug 02 17:30:34 2022 +0000

description:
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

diffstat:

 lang/npm/Makefile |  4 ++--
 lang/npm/PLIST    |  3 ++-
 lang/npm/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r b36597079632 -r 7238aeb06aa6 lang/npm/Makefile
--- a/lang/npm/Makefile Tue Aug 02 17:13:20 2022 +0000
+++ b/lang/npm/Makefile Tue Aug 02 17:30:34 2022 +0000
@@ -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
diff -r b36597079632 -r 7238aeb06aa6 lang/npm/PLIST
--- a/lang/npm/PLIST    Tue Aug 02 17:13:20 2022 +0000
+++ b/lang/npm/PLIST    Tue Aug 02 17:30:34 2022 +0000
@@ -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/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
diff -r b36597079632 -r 7238aeb06aa6 lang/npm/distinfo
--- a/lang/npm/distinfo Tue Aug 02 17:13:20 2022 +0000
+++ b/lang/npm/distinfo Tue Aug 02 17:30:34 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index