pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 16:45:34 UTC 2024

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

Log Message:
nodejs: updated to 22.3.0

Version 22.3.0 (Current)

Notable Changes
- (SEMVER-MINOR) src: traverse parent folders while running --run (Yagiz Nizipli)
- (SEMVER-MINOR) buffer: add .bytes() method to Blob (Matthew Aitken)
- (SEMVER-MINOR) src,permission: --allow-wasi & prevent WASI exec (Rafael Gonzaga)
- (SEMVER-MINOR) module: print amount of load time of a cjs module (Vinicius Lourenço)
- (SEMVER-MINOR) test_runner: add snapshot testing (Colin Ihrig)
- (SEMVER-MINOR) doc: add context.assert docs (Colin Ihrig)
- (SEMVER-MINOR) test_runner: add context.fullName (Colin Ihrig)
- (SEMVER-MINOR) net: add new net.server.listen tracing channel (Paolo Insogna)
- (SEMVER-MINOR) process: add process.getBuiltinModule(id) (Joyee Cheung)
- (SEMVER-MINOR) doc: improve explanation about built-in modules (Joyee Cheung)
- fs: mark recursive cp methods as stable (Théo LUDWIG)
- doc: add StefanStojanovic to collaborators (StefanStojanovic)
- (SEMVER-MINOR) cli: add NODE_RUN_PACKAGE_JSON_PATH env (Yagiz Nizipli)
- (SEMVER-MINOR) test_runner: support module mocking (Colin Ihrig)
- (SEMVER-MINOR) lib: add EventSource Client (Aras Abbasi)
- (SEMVER-MINOR) lib: replace MessageEvent with undici's (Matthew Aitken)
- (SEMVER-MINOR) cli: add NODE_RUN_SCRIPT_NAME env to node --run (Yagiz Nizipli)
- doc: add Marco Ippolito to TSC (Rafael Gonzaga)


To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.263 -r1.264 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.294 pkgsrc/lang/nodejs/Makefile:1.295
--- pkgsrc/lang/nodejs/Makefile:1.294   Wed May 29 16:33:14 2024
+++ pkgsrc/lang/nodejs/Makefile Wed Jun 12 16:45:33 2024
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.294 2024/05/29 16:33:14 adam Exp $
+# $NetBSD: Makefile,v 1.295 2024/06/12 16:45:33 adam Exp $
 
-DISTNAME=      node-v22.2.0
+DISTNAME=      node-v22.3.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17
 
 USE_CXX_FEATURES+=     c++17 charconv
 
-PKGREVISION= 1
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque

Index: pkgsrc/lang/nodejs/PLIST
diff -u pkgsrc/lang/nodejs/PLIST:1.82 pkgsrc/lang/nodejs/PLIST:1.83
--- pkgsrc/lang/nodejs/PLIST:1.82       Tue May  7 17:54:10 2024
+++ pkgsrc/lang/nodejs/PLIST    Wed Jun 12 16:45:33 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.82 2024/05/07 17:54:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.83 2024/06/12 16:45:33 adam Exp $
 bin/corepack
 bin/node
 bin/npm
@@ -330,6 +330,8 @@ lib/node_modules/npm/docs/output/command
 lib/node_modules/npm/docs/output/commands/npx.html
 lib/node_modules/npm/docs/output/configuring-npm/folders.html
 lib/node_modules/npm/docs/output/configuring-npm/install.html
+lib/node_modules/npm/docs/output/configuring-npm/npm-global.html
+lib/node_modules/npm/docs/output/configuring-npm/npm-json.html
 lib/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html
 lib/node_modules/npm/docs/output/configuring-npm/npmrc.html
 lib/node_modules/npm/docs/output/configuring-npm/package-json.html
@@ -443,9 +445,8 @@ lib/node_modules/npm/lib/utils/installed
 lib/node_modules/npm/lib/utils/is-windows.js
 lib/node_modules/npm/lib/utils/log-file.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/output-error.js
 lib/node_modules/npm/lib/utils/ping.js
 lib/node_modules/npm/lib/utils/queryable.js
 lib/node_modules/npm/lib/utils/read-user-info.js
@@ -458,7 +459,6 @@ lib/node_modules/npm/lib/utils/timers.js
 lib/node_modules/npm/lib/utils/update-workspaces.js
 lib/node_modules/npm/lib/utils/validate-lockfile.js
 lib/node_modules/npm/lib/utils/verify-signatures.js
-lib/node_modules/npm/lib/utils/web-auth.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
@@ -620,6 +620,7 @@ lib/node_modules/npm/node_modules/@npmcl
 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/packument-cache.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
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js
@@ -801,6 +802,7 @@ lib/node_modules/npm/node_modules/@sigst
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/message.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/error.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/error.js
+lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fetch.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fulcio.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/tsa.js
@@ -932,9 +934,6 @@ lib/node_modules/npm/node_modules/binary
 lib/node_modules/npm/node_modules/brace-expansion/LICENSE
 lib/node_modules/npm/node_modules/brace-expansion/index.js
 lib/node_modules/npm/node_modules/brace-expansion/package.json
-lib/node_modules/npm/node_modules/builtins/License
-lib/node_modules/npm/node_modules/builtins/index.js
-lib/node_modules/npm/node_modules/builtins/package.json
 lib/node_modules/npm/node_modules/cacache/LICENSE.md
 lib/node_modules/npm/node_modules/cacache/lib/content/path.js
 lib/node_modules/npm/node_modules/cacache/lib/content/read.js
@@ -966,7 +965,7 @@ lib/node_modules/npm/node_modules/ci-inf
 lib/node_modules/npm/node_modules/ci-info/package.json
 lib/node_modules/npm/node_modules/ci-info/vendors.json
 lib/node_modules/npm/node_modules/cidr-regex/LICENSE
-lib/node_modules/npm/node_modules/cidr-regex/index.js
+lib/node_modules/npm/node_modules/cidr-regex/dist/index.js
 lib/node_modules/npm/node_modules/cidr-regex/package.json
 lib/node_modules/npm/node_modules/clean-stack/index.js
 lib/node_modules/npm/node_modules/clean-stack/license
@@ -1244,7 +1243,7 @@ lib/node_modules/npm/node_modules/ip-add
 lib/node_modules/npm/node_modules/ip-regex/index.js
 lib/node_modules/npm/node_modules/ip-regex/license
 lib/node_modules/npm/node_modules/ip-regex/package.json
-lib/node_modules/npm/node_modules/is-cidr/index.js
+lib/node_modules/npm/node_modules/is-cidr/dist/index.js
 lib/node_modules/npm/node_modules/is-cidr/package.json
 lib/node_modules/npm/node_modules/is-core-module/LICENSE
 lib/node_modules/npm/node_modules/is-core-module/core.json
@@ -1632,7 +1631,7 @@ lib/node_modules/npm/node_modules/p-map/
 lib/node_modules/npm/node_modules/p-map/package.json
 lib/node_modules/npm/node_modules/pacote/LICENSE
 lib/node_modules/npm/node_modules/pacote/README.md
-lib/node_modules/npm/node_modules/pacote/lib/bin.js
+lib/node_modules/npm/node_modules/pacote/bin/index.js
 lib/node_modules/npm/node_modules/pacote/lib/dir.js
 lib/node_modules/npm/node_modules/pacote/lib/fetcher.js
 lib/node_modules/npm/node_modules/pacote/lib/file.js
@@ -1644,6 +1643,7 @@ lib/node_modules/npm/node_modules/pacote
 lib/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js
 lib/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js
 lib/node_modules/npm/node_modules/pacote/lib/util/npm.js
+lib/node_modules/npm/node_modules/pacote/lib/util/protected.js
 lib/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js
 lib/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js
 lib/node_modules/npm/node_modules/pacote/package.json
@@ -1800,11 +1800,9 @@ lib/node_modules/npm/node_modules/semver
 lib/node_modules/npm/node_modules/semver/internal/constants.js
 lib/node_modules/npm/node_modules/semver/internal/debug.js
 lib/node_modules/npm/node_modules/semver/internal/identifiers.js
+lib/node_modules/npm/node_modules/semver/internal/lrucache.js
 lib/node_modules/npm/node_modules/semver/internal/parse-options.js
 lib/node_modules/npm/node_modules/semver/internal/re.js
-lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE
-lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js
-lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json
 lib/node_modules/npm/node_modules/semver/package.json
 lib/node_modules/npm/node_modules/semver/preload.js
 lib/node_modules/npm/node_modules/semver/range.bnf

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.263 pkgsrc/lang/nodejs/distinfo:1.264
--- pkgsrc/lang/nodejs/distinfo:1.263   Sat May 18 07:05:22 2024
+++ pkgsrc/lang/nodejs/distinfo Wed Jun 12 16:45:33 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.263 2024/05/18 07:05:22 adam Exp $
+$NetBSD: distinfo,v 1.264 2024/06/12 16:45:33 adam Exp $
 
-BLAKE2s (node-v22.2.0.tar.xz) = 4fbf3dc0a822cf793674b361399861f4f0a1aa795099e55b5f41ff8f20ec4a95
-SHA512 (node-v22.2.0.tar.xz) = c75c4907eaabc042c75f2c2aede8e23b2f204b70f4a777405132b3548ae35e58413f80147e3d7fadefc8048bcae175fc3064eda0138718e6f38e1dbf39ca8050
-Size (node-v22.2.0.tar.xz) = 44334460 bytes
+BLAKE2s (node-v22.3.0.tar.xz) = cb00bfb2f2f95e64e668ab4cc2ab8688e5b92d331f597592df963c34698a7860
+SHA512 (node-v22.3.0.tar.xz) = 70d1508bb576d98ef138db5618a5b07ca4412ec8a2aa35c8ff1d76fc93221bff6d7b418ff60b9194c420ad810523d5aeb0ffa662d2fa99f9cecf299317698710
+Size (node-v22.3.0.tar.xz) = 44517412 bytes
 SHA1 (patch-common.gypi) = 4a280b5fb37a453998978d1123c6783cb3b55319
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec



Home | Main Index | Thread Index | Old Index