git: 2387349dbd29 - main - www/npm*: Update to 11.18.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 13:37:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2387349dbd29d74ca69f580c49376a3bab6de3ae
commit 2387349dbd29d74ca69f580c49376a3bab6de3ae
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 12:59:22 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:30:48 +0000
www/npm*: Update to 11.18.0
Changes: https://github.com/npm/cli/releases
---
www/npm-node24/Makefile | 2 +-
www/npm-node24/distinfo | 6 +++---
www/npm-node24/pkg-plist | 5 +++++
www/npm/Makefile | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/www/npm-node24/Makefile b/www/npm-node24/Makefile
index e656ddde6b52..81c5e599ace6 100644
--- a/www/npm-node24/Makefile
+++ b/www/npm-node24/Makefile
@@ -1,5 +1,5 @@
PORTNAME= npm
-PORTVERSION= 11.17.0
+PORTVERSION= 11.18.0
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
PKGNAMESUFFIX= ${NODEJS_SUFFIX}
diff --git a/www/npm-node24/distinfo b/www/npm-node24/distinfo
index 71c929aac51e..3b29913afc3b 100644
--- a/www/npm-node24/distinfo
+++ b/www/npm-node24/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1782510050
-SHA256 (npm-11.17.0.tar.xz) = 72242d8e4d9669f95b57453400dec25e1f555e3725855f769a687a4e750801b3
-SIZE (npm-11.17.0.tar.xz) = 1995288
+TIMESTAMP = 1782966164
+SHA256 (npm-11.18.0.tar.xz) = 9370044f5fdf7d7c3cd54a576ec671c12cf216117a0c100df49f6dbcf7b1562d
+SIZE (npm-11.18.0.tar.xz) = 2018960
diff --git a/www/npm-node24/pkg-plist b/www/npm-node24/pkg-plist
index e46054733e03..07a8d6695c77 100644
--- a/www/npm-node24/pkg-plist
+++ b/www/npm-node24/pkg-plist
@@ -42,6 +42,7 @@ lib/node_modules/npm/docs/content/commands/npm-help-search.md
lib/node_modules/npm/docs/content/commands/npm-help.md
lib/node_modules/npm/docs/content/commands/npm-init.md
lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md
+lib/node_modules/npm/docs/content/commands/npm-install-scripts.md
lib/node_modules/npm/docs/content/commands/npm-install-test.md
lib/node_modules/npm/docs/content/commands/npm-install.md
lib/node_modules/npm/docs/content/commands/npm-link.md
@@ -133,6 +134,7 @@ lib/node_modules/npm/docs/output/commands/npm-help-search.html
lib/node_modules/npm/docs/output/commands/npm-help.html
lib/node_modules/npm/docs/output/commands/npm-init.html
lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html
+lib/node_modules/npm/docs/output/commands/npm-install-scripts.html
lib/node_modules/npm/docs/output/commands/npm-install-test.html
lib/node_modules/npm/docs/output/commands/npm-install.html
lib/node_modules/npm/docs/output/commands/npm-link.html
@@ -233,6 +235,7 @@ lib/node_modules/npm/lib/commands/help-search.js
lib/node_modules/npm/lib/commands/help.js
lib/node_modules/npm/lib/commands/init.js
lib/node_modules/npm/lib/commands/install-ci-test.js
+lib/node_modules/npm/lib/commands/install-scripts.js
lib/node_modules/npm/lib/commands/install-test.js
lib/node_modules/npm/lib/commands/install.js
lib/node_modules/npm/lib/commands/link.js
@@ -293,6 +296,7 @@ lib/node_modules/npm/lib/npm.js
lib/node_modules/npm/lib/package-url-cmd.js
lib/node_modules/npm/lib/trust-cmd.js
lib/node_modules/npm/lib/utils/allow-scripts-cmd.js
+lib/node_modules/npm/lib/utils/allow-scripts-prune.js
lib/node_modules/npm/lib/utils/allow-scripts-remediation.js
lib/node_modules/npm/lib/utils/allow-scripts-writer.js
lib/node_modules/npm/lib/utils/audit-error.js
@@ -363,6 +367,7 @@ lib/node_modules/npm/man/man1/npm-help-search.1.gz
lib/node_modules/npm/man/man1/npm-help.1.gz
lib/node_modules/npm/man/man1/npm-init.1.gz
lib/node_modules/npm/man/man1/npm-install-ci-test.1.gz
+lib/node_modules/npm/man/man1/npm-install-scripts.1.gz
lib/node_modules/npm/man/man1/npm-install-test.1.gz
lib/node_modules/npm/man/man1/npm-install.1.gz
lib/node_modules/npm/man/man1/npm-link.1.gz
diff --git a/www/npm/Makefile b/www/npm/Makefile
index 94e8923d3540..84d41b1b00a4 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= npm
-PORTVERSION= 11.17.0
+PORTVERSION= 11.18.0
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org