pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/npm npm: updated to 6.13.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23c6ef2f660d
branches:  trunk
changeset: 418338:23c6ef2f660d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 24 20:21:23 2019 +0000

description:
npm: updated to 6.13.1

v6.13.1:
fix(fund): support funding string shorthand
should not publish tap-snapshot folder
Add preliminary WSL support for npm and npx
print quick audit report for human output

v6.13.0:
add fund command
delete ps1 files on package removal
update supported node list to remove v6.0, v6.1, v9.0 - v9.2

v6.12.1:
add node v13 as a supported version
Fix regression in lockfile repair for sub-deps
resolve circular dependency in pack.js

v6.12.0:
Now npm ci runs prepare scripts for git dependencies, and respects the --no-optional argument. Warnings for engine mismatches are printed again. Various other fixes and cleanups.

diffstat:

 lang/npm/Makefile                                              |    7 +-
 lang/npm/PLIST                                                 |  408 ++++-----
 lang/npm/distinfo                                              |   14 +-
 lang/npm/patches/patch-Makefile                                |   34 +-
 lang/npm/patches/patch-node__modules_node-gyp_lib_configure.js |    6 +-
 5 files changed, 212 insertions(+), 257 deletions(-)

diffs (truncated from 713 to 300 lines):

diff -r 2fe90e8b598e -r 23c6ef2f660d lang/npm/Makefile
--- a/lang/npm/Makefile Sun Nov 24 20:16:55 2019 +0000
+++ b/lang/npm/Makefile Sun Nov 24 20:21:23 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:21:22 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/24 20:21:23 adam Exp $
 
-DISTNAME=      cli-6.10.3
+DISTNAME=      cli-6.13.1
 PKGNAME=       ${DISTNAME:S/cli/npm/}
-PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=npm/}
 GITHUB_PROJECT=        cli
@@ -16,7 +15,7 @@
 # Pre-fetch marked so that man pages can be built offline
 MARKED=                        marked-0.7.0
 DISTFILES+=            ${DISTNAME}${EXTRACT_SUFX} ${MARKED}.tar.gz
-SITES.${MARKED}.tar.gz=        -https://github.com/markedjs/marked/archive/v${MARKED:S/marked-//}.tar.gz
+SITES.${MARKED}.tar.gz=        ${MASTER_SITE_GITHUB:S,^,-,:=markedjs/marked/archive/v${MARKED:S/marked-//}.tar.gz}
 
 DEPENDS+=      nodejs-[0-9]*:../../lang/nodejs
 
diff -r 2fe90e8b598e -r 23c6ef2f660d lang/npm/PLIST
--- a/lang/npm/PLIST    Sun Nov 24 20:16:55 2019 +0000
+++ b/lang/npm/PLIST    Sun Nov 24 20:21:23 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/08/07 07:34:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/11/24 20:21:23 adam Exp $
 bin/npm
 bin/npx
 lib/node_modules/npm/.licensee.json
@@ -26,167 +26,133 @@
 lib/node_modules/npm/changelogs/CHANGELOG-4.md
 lib/node_modules/npm/changelogs/CHANGELOG-5.md
 lib/node_modules/npm/configure
-lib/node_modules/npm/doc/cli/npm-access.md
-lib/node_modules/npm/doc/cli/npm-adduser.md
-lib/node_modules/npm/doc/cli/npm-audit.md
-lib/node_modules/npm/doc/cli/npm-bin.md
-lib/node_modules/npm/doc/cli/npm-bugs.md
-lib/node_modules/npm/doc/cli/npm-build.md
-lib/node_modules/npm/doc/cli/npm-bundle.md
-lib/node_modules/npm/doc/cli/npm-cache.md
-lib/node_modules/npm/doc/cli/npm-ci.md
-lib/node_modules/npm/doc/cli/npm-completion.md
-lib/node_modules/npm/doc/cli/npm-config.md
-lib/node_modules/npm/doc/cli/npm-dedupe.md
-lib/node_modules/npm/doc/cli/npm-deprecate.md
-lib/node_modules/npm/doc/cli/npm-dist-tag.md
-lib/node_modules/npm/doc/cli/npm-docs.md
-lib/node_modules/npm/doc/cli/npm-doctor.md
-lib/node_modules/npm/doc/cli/npm-edit.md
-lib/node_modules/npm/doc/cli/npm-explore.md
-lib/node_modules/npm/doc/cli/npm-help-search.md
-lib/node_modules/npm/doc/cli/npm-help.md
-lib/node_modules/npm/doc/cli/npm-hook.md
-lib/node_modules/npm/doc/cli/npm-init.md
-lib/node_modules/npm/doc/cli/npm-install-ci-test.md
-lib/node_modules/npm/doc/cli/npm-install-test.md
-lib/node_modules/npm/doc/cli/npm-install.md
-lib/node_modules/npm/doc/cli/npm-link.md
-lib/node_modules/npm/doc/cli/npm-logout.md
-lib/node_modules/npm/doc/cli/npm-ls.md
-lib/node_modules/npm/doc/cli/npm-org.md
-lib/node_modules/npm/doc/cli/npm-outdated.md
-lib/node_modules/npm/doc/cli/npm-owner.md
-lib/node_modules/npm/doc/cli/npm-pack.md
-lib/node_modules/npm/doc/cli/npm-ping.md
-lib/node_modules/npm/doc/cli/npm-prefix.md
-lib/node_modules/npm/doc/cli/npm-profile.md
-lib/node_modules/npm/doc/cli/npm-prune.md
-lib/node_modules/npm/doc/cli/npm-publish.md
-lib/node_modules/npm/doc/cli/npm-rebuild.md
-lib/node_modules/npm/doc/cli/npm-repo.md
-lib/node_modules/npm/doc/cli/npm-restart.md
-lib/node_modules/npm/doc/cli/npm-root.md
-lib/node_modules/npm/doc/cli/npm-run-script.md
-lib/node_modules/npm/doc/cli/npm-search.md
-lib/node_modules/npm/doc/cli/npm-shrinkwrap.md
-lib/node_modules/npm/doc/cli/npm-star.md
-lib/node_modules/npm/doc/cli/npm-stars.md
-lib/node_modules/npm/doc/cli/npm-start.md
-lib/node_modules/npm/doc/cli/npm-stop.md
-lib/node_modules/npm/doc/cli/npm-team.md
-lib/node_modules/npm/doc/cli/npm-test.md
-lib/node_modules/npm/doc/cli/npm-token.md
-lib/node_modules/npm/doc/cli/npm-uninstall.md
-lib/node_modules/npm/doc/cli/npm-unpublish.md
-lib/node_modules/npm/doc/cli/npm-update.md
-lib/node_modules/npm/doc/cli/npm-version.md
-lib/node_modules/npm/doc/cli/npm-view.md
-lib/node_modules/npm/doc/cli/npm-whoami.md
-lib/node_modules/npm/doc/cli/npm.md
-lib/node_modules/npm/doc/files/npm-folders.md
-lib/node_modules/npm/doc/files/npm-package-locks.md
-lib/node_modules/npm/doc/files/npm-shrinkwrap.json.md
-lib/node_modules/npm/doc/files/npmrc.md
-lib/node_modules/npm/doc/files/package-lock.json.md
-lib/node_modules/npm/doc/files/package.json.md
-lib/node_modules/npm/doc/misc/npm-coding-style.md
-lib/node_modules/npm/doc/misc/npm-config.md
-lib/node_modules/npm/doc/misc/npm-developers.md
-lib/node_modules/npm/doc/misc/npm-disputes.md
-lib/node_modules/npm/doc/misc/npm-index.md
-lib/node_modules/npm/doc/misc/npm-orgs.md
-lib/node_modules/npm/doc/misc/npm-registry.md
-lib/node_modules/npm/doc/misc/npm-scope.md
-lib/node_modules/npm/doc/misc/npm-scripts.md
-lib/node_modules/npm/doc/misc/removing-npm.md
-lib/node_modules/npm/doc/misc/semver.md
-lib/node_modules/npm/doc/spec/file-specifiers.md
-lib/node_modules/npm/doc/spec/package-lock.md
-lib/node_modules/npm/html/doc/README.html
-lib/node_modules/npm/html/doc/cli/npm-access.html
-lib/node_modules/npm/html/doc/cli/npm-adduser.html
-lib/node_modules/npm/html/doc/cli/npm-audit.html
-lib/node_modules/npm/html/doc/cli/npm-bin.html
-lib/node_modules/npm/html/doc/cli/npm-bugs.html
-lib/node_modules/npm/html/doc/cli/npm-build.html
-lib/node_modules/npm/html/doc/cli/npm-bundle.html
-lib/node_modules/npm/html/doc/cli/npm-cache.html
-lib/node_modules/npm/html/doc/cli/npm-ci.html
-lib/node_modules/npm/html/doc/cli/npm-completion.html
-lib/node_modules/npm/html/doc/cli/npm-config.html
-lib/node_modules/npm/html/doc/cli/npm-dedupe.html
-lib/node_modules/npm/html/doc/cli/npm-deprecate.html
-lib/node_modules/npm/html/doc/cli/npm-dist-tag.html
-lib/node_modules/npm/html/doc/cli/npm-docs.html
-lib/node_modules/npm/html/doc/cli/npm-doctor.html
-lib/node_modules/npm/html/doc/cli/npm-edit.html
-lib/node_modules/npm/html/doc/cli/npm-explore.html
-lib/node_modules/npm/html/doc/cli/npm-help-search.html
-lib/node_modules/npm/html/doc/cli/npm-help.html
-lib/node_modules/npm/html/doc/cli/npm-hook.html
-lib/node_modules/npm/html/doc/cli/npm-init.html
-lib/node_modules/npm/html/doc/cli/npm-install-ci-test.html
-lib/node_modules/npm/html/doc/cli/npm-install-test.html
-lib/node_modules/npm/html/doc/cli/npm-install.html
-lib/node_modules/npm/html/doc/cli/npm-link.html
-lib/node_modules/npm/html/doc/cli/npm-logout.html
-lib/node_modules/npm/html/doc/cli/npm-ls.html
-lib/node_modules/npm/html/doc/cli/npm-org.html
-lib/node_modules/npm/html/doc/cli/npm-outdated.html
-lib/node_modules/npm/html/doc/cli/npm-owner.html
-lib/node_modules/npm/html/doc/cli/npm-pack.html
-lib/node_modules/npm/html/doc/cli/npm-ping.html
-lib/node_modules/npm/html/doc/cli/npm-prefix.html
-lib/node_modules/npm/html/doc/cli/npm-profile.html
-lib/node_modules/npm/html/doc/cli/npm-prune.html
-lib/node_modules/npm/html/doc/cli/npm-publish.html
-lib/node_modules/npm/html/doc/cli/npm-rebuild.html
-lib/node_modules/npm/html/doc/cli/npm-repo.html
-lib/node_modules/npm/html/doc/cli/npm-restart.html
-lib/node_modules/npm/html/doc/cli/npm-root.html
-lib/node_modules/npm/html/doc/cli/npm-run-script.html
-lib/node_modules/npm/html/doc/cli/npm-search.html
-lib/node_modules/npm/html/doc/cli/npm-shrinkwrap.html
-lib/node_modules/npm/html/doc/cli/npm-star.html
-lib/node_modules/npm/html/doc/cli/npm-stars.html
-lib/node_modules/npm/html/doc/cli/npm-start.html
-lib/node_modules/npm/html/doc/cli/npm-stop.html
-lib/node_modules/npm/html/doc/cli/npm-team.html
-lib/node_modules/npm/html/doc/cli/npm-test.html
-lib/node_modules/npm/html/doc/cli/npm-token.html
-lib/node_modules/npm/html/doc/cli/npm-uninstall.html
-lib/node_modules/npm/html/doc/cli/npm-unpublish.html
-lib/node_modules/npm/html/doc/cli/npm-update.html
-lib/node_modules/npm/html/doc/cli/npm-version.html
-lib/node_modules/npm/html/doc/cli/npm-view.html
-lib/node_modules/npm/html/doc/cli/npm-whoami.html
-lib/node_modules/npm/html/doc/cli/npm.html
-lib/node_modules/npm/html/doc/files/npm-folders.html
-lib/node_modules/npm/html/doc/files/npm-global.html
-lib/node_modules/npm/html/doc/files/npm-json.html
-lib/node_modules/npm/html/doc/files/npm-package-locks.html
-lib/node_modules/npm/html/doc/files/npm-shrinkwrap.json.html
-lib/node_modules/npm/html/doc/files/npmrc.html
-lib/node_modules/npm/html/doc/files/package-lock.json.html
-lib/node_modules/npm/html/doc/files/package.json.html
-lib/node_modules/npm/html/doc/index.html
-lib/node_modules/npm/html/doc/misc/npm-coding-style.html
-lib/node_modules/npm/html/doc/misc/npm-config.html
-lib/node_modules/npm/html/doc/misc/npm-developers.html
-lib/node_modules/npm/html/doc/misc/npm-disputes.html
-lib/node_modules/npm/html/doc/misc/npm-orgs.html
-lib/node_modules/npm/html/doc/misc/npm-registry.html
-lib/node_modules/npm/html/doc/misc/npm-scope.html
-lib/node_modules/npm/html/doc/misc/npm-scripts.html
-lib/node_modules/npm/html/doc/misc/removing-npm.html
-lib/node_modules/npm/html/doc/misc/semver.html
-lib/node_modules/npm/html/docfoot.html
-lib/node_modules/npm/html/dochead.html
-lib/node_modules/npm/html/favicon.ico
-lib/node_modules/npm/html/index.html
-lib/node_modules/npm/html/static/style.css
-lib/node_modules/npm/html/static/toc.js
+lib/node_modules/npm/docs/LICENSE
+lib/node_modules/npm/docs/content/cli-commands/npm-access.md
+lib/node_modules/npm/docs/content/cli-commands/npm-adduser.md
+lib/node_modules/npm/docs/content/cli-commands/npm-audit.md
+lib/node_modules/npm/docs/content/cli-commands/npm-bin.md
+lib/node_modules/npm/docs/content/cli-commands/npm-bugs.md
+lib/node_modules/npm/docs/content/cli-commands/npm-build.md
+lib/node_modules/npm/docs/content/cli-commands/npm-bundle.md
+lib/node_modules/npm/docs/content/cli-commands/npm-cache.md
+lib/node_modules/npm/docs/content/cli-commands/npm-ci.md
+lib/node_modules/npm/docs/content/cli-commands/npm-completion.md
+lib/node_modules/npm/docs/content/cli-commands/npm-config.md
+lib/node_modules/npm/docs/content/cli-commands/npm-dedupe.md
+lib/node_modules/npm/docs/content/cli-commands/npm-deprecate.md
+lib/node_modules/npm/docs/content/cli-commands/npm-dist-tag.md
+lib/node_modules/npm/docs/content/cli-commands/npm-docs.md
+lib/node_modules/npm/docs/content/cli-commands/npm-doctor.md
+lib/node_modules/npm/docs/content/cli-commands/npm-edit.md
+lib/node_modules/npm/docs/content/cli-commands/npm-explore.md
+lib/node_modules/npm/docs/content/cli-commands/npm-fund.md
+lib/node_modules/npm/docs/content/cli-commands/npm-help-search.md
+lib/node_modules/npm/docs/content/cli-commands/npm-help.md
+lib/node_modules/npm/docs/content/cli-commands/npm-hook.md
+lib/node_modules/npm/docs/content/cli-commands/npm-init.md
+lib/node_modules/npm/docs/content/cli-commands/npm-install-ci-test.md
+lib/node_modules/npm/docs/content/cli-commands/npm-install-test.md
+lib/node_modules/npm/docs/content/cli-commands/npm-install.md
+lib/node_modules/npm/docs/content/cli-commands/npm-link.md
+lib/node_modules/npm/docs/content/cli-commands/npm-logout.md
+lib/node_modules/npm/docs/content/cli-commands/npm-ls.md
+lib/node_modules/npm/docs/content/cli-commands/npm-org.md
+lib/node_modules/npm/docs/content/cli-commands/npm-outdated.md
+lib/node_modules/npm/docs/content/cli-commands/npm-owner.md
+lib/node_modules/npm/docs/content/cli-commands/npm-pack.md
+lib/node_modules/npm/docs/content/cli-commands/npm-ping.md
+lib/node_modules/npm/docs/content/cli-commands/npm-prefix.md
+lib/node_modules/npm/docs/content/cli-commands/npm-profile.md
+lib/node_modules/npm/docs/content/cli-commands/npm-prune.md
+lib/node_modules/npm/docs/content/cli-commands/npm-publish.md
+lib/node_modules/npm/docs/content/cli-commands/npm-rebuild.md
+lib/node_modules/npm/docs/content/cli-commands/npm-repo.md
+lib/node_modules/npm/docs/content/cli-commands/npm-restart.md
+lib/node_modules/npm/docs/content/cli-commands/npm-root.md
+lib/node_modules/npm/docs/content/cli-commands/npm-run-script.md
+lib/node_modules/npm/docs/content/cli-commands/npm-search.md
+lib/node_modules/npm/docs/content/cli-commands/npm-shrinkwrap.md
+lib/node_modules/npm/docs/content/cli-commands/npm-star.md
+lib/node_modules/npm/docs/content/cli-commands/npm-stars.md
+lib/node_modules/npm/docs/content/cli-commands/npm-start.md
+lib/node_modules/npm/docs/content/cli-commands/npm-stop.md
+lib/node_modules/npm/docs/content/cli-commands/npm-team.md
+lib/node_modules/npm/docs/content/cli-commands/npm-test.md
+lib/node_modules/npm/docs/content/cli-commands/npm-token.md
+lib/node_modules/npm/docs/content/cli-commands/npm-uninstall.md
+lib/node_modules/npm/docs/content/cli-commands/npm-unpublish.md
+lib/node_modules/npm/docs/content/cli-commands/npm-update.md
+lib/node_modules/npm/docs/content/cli-commands/npm-version.md
+lib/node_modules/npm/docs/content/cli-commands/npm-view.md
+lib/node_modules/npm/docs/content/cli-commands/npm-whoami.md
+lib/node_modules/npm/docs/content/cli-commands/npm.md
+lib/node_modules/npm/docs/content/configuring-npm/folders.md
+lib/node_modules/npm/docs/content/configuring-npm/install.md
+lib/node_modules/npm/docs/content/configuring-npm/npmrc.md
+lib/node_modules/npm/docs/content/configuring-npm/package-json.md
+lib/node_modules/npm/docs/content/configuring-npm/package-lock-json.md
+lib/node_modules/npm/docs/content/configuring-npm/package-locks.md
+lib/node_modules/npm/docs/content/configuring-npm/shrinkwrap-json.md
+lib/node_modules/npm/docs/content/using-npm/config.md
+lib/node_modules/npm/docs/content/using-npm/developers.md
+lib/node_modules/npm/docs/content/using-npm/disputes.md
+lib/node_modules/npm/docs/content/using-npm/orgs.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
+lib/node_modules/npm/docs/content/using-npm/scripts.md
+lib/node_modules/npm/docs/content/using-npm/semver.md
+lib/node_modules/npm/docs/gatsby-browser.js
+lib/node_modules/npm/docs/gatsby-config.js
+lib/node_modules/npm/docs/gatsby-node.js
+lib/node_modules/npm/docs/gatsby-ssr.js
+lib/node_modules/npm/docs/package-lock.json
+lib/node_modules/npm/docs/package.json
+lib/node_modules/npm/docs/src/components/Accordion.js
+lib/node_modules/npm/docs/src/components/Button.js
+lib/node_modules/npm/docs/src/components/DocLinks.js
+lib/node_modules/npm/docs/src/components/FoundTypo.js
+lib/node_modules/npm/docs/src/components/MobileSidebar.js
+lib/node_modules/npm/docs/src/components/Sidebar.js
+lib/node_modules/npm/docs/src/components/home/DarkBlock.js
+lib/node_modules/npm/docs/src/components/home/FeatureCard.js
+lib/node_modules/npm/docs/src/components/home/Features.js
+lib/node_modules/npm/docs/src/components/home/Footer.js
+lib/node_modules/npm/docs/src/components/home/Terminal.js
+lib/node_modules/npm/docs/src/components/home/Windows.js
+lib/node_modules/npm/docs/src/components/home/cubes.js
+lib/node_modules/npm/docs/src/components/home/hero.js
+lib/node_modules/npm/docs/src/components/layout.js
+lib/node_modules/npm/docs/src/components/links.js
+lib/node_modules/npm/docs/src/components/navbar.js
+lib/node_modules/npm/docs/src/components/scripts.js
+lib/node_modules/npm/docs/src/components/seo.js
+lib/node_modules/npm/docs/src/images/background-boxes.svg
+lib/node_modules/npm/docs/src/images/background-cubes.svg



Home | Main Index | Thread Index | Old Index