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:           Fri Jun 17 08:04:03 UTC 2022

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

Log Message:
npm: updated to 8.12.2

v8.12.2 (2022-06-15)

Dependencies

* deps: make-fetch-happen@10.1.7
* deps: cacache@16.1.1
v8.12.1 (2022-06-02)

Bug Fixes

* fix: undeprecate and remove warnings for --global, -g, --local (@fritzy)
v8.12.0 (2022-06-01)

Features

* feat(init): reify on init new workspace (@ruyadorno)
* feat: Add --auth-type=webauthn flag (@jumoel)
Bug Fixes

* fix(arborist): use rawSpec for bundled and shrinkwrapped deps (@nlf)
* fix(libnpmexec): fix bug not install latest pkg (@jihunleekr)
Dependencies

* deps: make-fetch-happen@10.1.6
* deps: pacote@13.6.0
* deps: glob@8.0.3
* deps: minimatch@5.1.0
* deps: tap@16.2.0
* deps: @npmcli/arborist@5.2.1
* deps: libnpmexec@4.0.6
v8.11.0 (2022-05-25)

Features

* feat: deprecated set-script, birthday, --global, and --local (@fritzy)
* feat(libnpmpack): bump pacote for better workspace awareness (@nlf)
Bug Fixes

* fix(ci): remove node_modules post-validation (@wraithgar)
* fix: clean up npm cache tests (@wraithgar)
ee3308a fix: remove dead code from get-identity (@wraithgar)
* fix: pass prefix and workspaces to libnpmpack (@nlf)
* fix: add global getter to npm class (@nlf)
Documentation

* docs: update roadmap link in readme (@OmriBarZik)
* docs: fix broken link in changelog (@yonran)
Dependencies

* deps: cacache@16.1.0
* deps: make-fetch-happen@10.1.5
* deps: pacote@13.4.1
* deps: ssri@9.0.1
* deps: npm-packlist@5.0.4
* deps: pacote@13.5.0 npm-packlist@5.1.0
* deps: libnpmpack@4.1.0
v8.10.0 (2022-05-11)

Features

* feat: add --iwr alias for --include-workspace-root (@fritzy)
* feat: add flag --omit-lockfile-registry-resolved (@fritzy) (Caleb ツ Everett)
Bug Fixes

* fix: remove test coverage map (@wraithgar)
* fix: cleanup star/unstar (@wraithgar)
* fix: consolidate bugs, docs, repo command logic (@wraithgar)
* fix(arborist): link deps lifecycle scripts (@ruyadorno)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/lang/npm/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/npm/PLIST
cvs rdiff -u -r1.38 -r1.39 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.49 pkgsrc/lang/npm/Makefile:1.50
--- pkgsrc/lang/npm/Makefile:1.49       Fri May 13 10:52:27 2022
+++ pkgsrc/lang/npm/Makefile    Fri Jun 17 08:04:03 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2022/05/13 10:52:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.50 2022/06/17 08:04:03 adam Exp $
 
-DISTNAME=      npm-8.8.0
-PKGREVISION=   1
+DISTNAME=      npm-8.12.2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=npm/}
 GITHUB_PROJECT=        cli

Index: pkgsrc/lang/npm/PLIST
diff -u pkgsrc/lang/npm/PLIST:1.27 pkgsrc/lang/npm/PLIST:1.28
--- pkgsrc/lang/npm/PLIST:1.27  Thu May  5 10:52:39 2022
+++ pkgsrc/lang/npm/PLIST       Fri Jun 17 08:04:03 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2022/05/05 10:52:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2022/06/17 08:04:03 adam Exp $
 bin/npm
 bin/npx
 lib/node_modules/npm/LICENSE
@@ -169,8 +169,7 @@ lib/node_modules/npm/lib/commands/whoami
 lib/node_modules/npm/lib/exec/get-workspace-location-msg.js
 lib/node_modules/npm/lib/lifecycle-cmd.js
 lib/node_modules/npm/lib/npm.js
-lib/node_modules/npm/lib/search/format-package-stream.js
-lib/node_modules/npm/lib/search/package-filter.js
+lib/node_modules/npm/lib/package-url-cmd.js
 lib/node_modules/npm/lib/utils/ansi-trim.js
 lib/node_modules/npm/lib/utils/audit-error.js
 lib/node_modules/npm/lib/utils/cmd-list.js
@@ -188,10 +187,9 @@ lib/node_modules/npm/lib/utils/error-mes
 lib/node_modules/npm/lib/utils/exit-handler.js
 lib/node_modules/npm/lib/utils/explain-dep.js
 lib/node_modules/npm/lib/utils/explain-eresolve.js
-lib/node_modules/npm/lib/utils/file-exists.js
 lib/node_modules/npm/lib/utils/format-bytes.js
+lib/node_modules/npm/lib/utils/format-search-stream.js
 lib/node_modules/npm/lib/utils/get-identity.js
-lib/node_modules/npm/lib/utils/hosted-git-info-from-manifest.js
 lib/node_modules/npm/lib/utils/is-windows.js
 lib/node_modules/npm/lib/utils/log-file.js
 lib/node_modules/npm/lib/utils/log-shim.js
@@ -201,7 +199,6 @@ lib/node_modules/npm/lib/utils/otplease.
 lib/node_modules/npm/lib/utils/ping.js
 lib/node_modules/npm/lib/utils/pulse-till-done.js
 lib/node_modules/npm/lib/utils/queryable.js
-lib/node_modules/npm/lib/utils/read-package-name.js
 lib/node_modules/npm/lib/utils/read-user-info.js
 lib/node_modules/npm/lib/utils/reify-finish.js
 lib/node_modules/npm/lib/utils/reify-output.js
@@ -211,6 +208,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/workspaces/get-workspaces.js
+lib/node_modules/npm/lib/workspaces/update-workspaces.js
 lib/node_modules/npm/man/man1/npm-access.1
 lib/node_modules/npm/man/man1/npm-adduser.1
 lib/node_modules/npm/man/man1/npm-audit.1
@@ -375,6 +373,7 @@ lib/node_modules/npm/node_modules/@npmcl
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js
+lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js
@@ -608,7 +607,6 @@ lib/node_modules/npm/node_modules/cacach
 lib/node_modules/npm/node_modules/cacache/lib/memoization.js
 lib/node_modules/npm/node_modules/cacache/lib/put.js
 lib/node_modules/npm/node_modules/cacache/lib/rm.js
-lib/node_modules/npm/node_modules/cacache/lib/util/disposer.js
 lib/node_modules/npm/node_modules/cacache/lib/util/fix-owner.js
 lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js
 lib/node_modules/npm/node_modules/cacache/lib/util/move-file.js
@@ -918,7 +916,6 @@ lib/node_modules/npm/node_modules/ip-reg
 lib/node_modules/npm/node_modules/ip-regex/readme.md
 lib/node_modules/npm/node_modules/ip/lib/ip.js
 lib/node_modules/npm/node_modules/ip/package.json
-lib/node_modules/npm/node_modules/ip/test/api-test.js
 lib/node_modules/npm/node_modules/is-cidr/LICENSE
 lib/node_modules/npm/node_modules/is-cidr/index.d.ts
 lib/node_modules/npm/node_modules/is-cidr/index.js
@@ -1054,6 +1051,7 @@ lib/node_modules/npm/node_modules/make-f
 lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js
 lib/node_modules/npm/node_modules/make-fetch-happen/lib/index.js
 lib/node_modules/npm/node_modules/make-fetch-happen/lib/options.js
+lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js
 lib/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js
 lib/node_modules/npm/node_modules/make-fetch-happen/package.json
 lib/node_modules/npm/node_modules/minimatch/LICENSE
@@ -1586,9 +1584,6 @@ lib/node_modules/npm/node_modules/smart-
 lib/node_modules/npm/node_modules/smart-buffer/package.json
 lib/node_modules/npm/node_modules/smart-buffer/typings/smartbuffer.d.ts
 lib/node_modules/npm/node_modules/smart-buffer/typings/utils.d.ts
-lib/node_modules/npm/node_modules/socks-proxy-agent/dist/agent.d.ts
-lib/node_modules/npm/node_modules/socks-proxy-agent/dist/agent.js
-lib/node_modules/npm/node_modules/socks-proxy-agent/dist/agent.js.map
 lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.d.ts
 lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js
 lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js.map

Index: pkgsrc/lang/npm/distinfo
diff -u pkgsrc/lang/npm/distinfo:1.38 pkgsrc/lang/npm/distinfo:1.39
--- pkgsrc/lang/npm/distinfo:1.38       Thu May  5 10:52:39 2022
+++ pkgsrc/lang/npm/distinfo    Fri Jun 17 08:04:03 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2022/05/05 10:52:39 adam Exp $
+$NetBSD: distinfo,v 1.39 2022/06/17 08:04:03 adam Exp $
 
-BLAKE2s (npm-8.8.0.tar.gz) = 94a8d77c2d78d35b1fb7abf2b2a9fd52ca36671b76e9d7352299937556b2bb3a
-SHA512 (npm-8.8.0.tar.gz) = 85d3c11345bb0d584089cdf7b4ae3c2773a69258f0bc8833d1bef3c3f554583c9c93b1e4a42ce7a8821c5b38b92ec05314184466dc62fd7cf0b9f421f8200352
-Size (npm-8.8.0.tar.gz) = 92909786 bytes
+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
 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