Skip to content

Commit

Permalink
fix!: removes npm hook command
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The `npm hook` command has been removed
  • Loading branch information
reggi authored Oct 16, 2024
1 parent f75da94 commit 62c71e5
Show file tree
Hide file tree
Showing 29 changed files with 43 additions and 2,176 deletions.
119 changes: 0 additions & 119 deletions .github/workflows/ci-libnpmhook.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ tap-testdir*/
!/workspaces/libnpmdiff/
!/workspaces/libnpmexec/
!/workspaces/libnpmfund/
!/workspaces/libnpmhook/
!/workspaces/libnpmorg/
!/workspaces/libnpmpack/
!/workspaces/libnpmpublish/
Expand Down
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"workspaces/libnpmdiff": "7.0.0",
"workspaces/libnpmexec": "9.0.0",
"workspaces/libnpmfund": "6.0.0",
"workspaces/libnpmhook": "11.0.0",
"workspaces/libnpmorg": "7.0.0",
"workspaces/libnpmpack": "8.0.0",
"workspaces/libnpmpublish": "10.0.0",
Expand Down
1 change: 0 additions & 1 deletion DEPENDENCIES.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
[
"@npmcli/map-workspaces",
"@npmcli/run-script",
"libnpmhook",
"libnpmorg",
"libnpmsearch",
"libnpmteam",
Expand Down
13 changes: 1 addition & 12 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ graph LR;
libnpmfund-->npmcli-arborist["@npmcli/arborist"];
libnpmfund-->npmcli-eslint-config["@npmcli/eslint-config"];
libnpmfund-->npmcli-template-oss["@npmcli/template-oss"];
libnpmhook-->npm-registry-fetch;
libnpmhook-->npmcli-eslint-config["@npmcli/eslint-config"];
libnpmhook-->npmcli-template-oss["@npmcli/template-oss"];
libnpmorg-->npm-registry-fetch;
libnpmorg-->npmcli-eslint-config["@npmcli/eslint-config"];
libnpmorg-->npmcli-template-oss["@npmcli/template-oss"];
Expand Down Expand Up @@ -98,7 +95,6 @@ graph LR;
npm-->libnpmdiff;
npm-->libnpmexec;
npm-->libnpmfund;
npm-->libnpmhook;
npm-->libnpmorg;
npm-->libnpmpack;
npm-->libnpmpublish;
Expand Down Expand Up @@ -364,12 +360,6 @@ graph LR;
libnpmfund-->npmcli-eslint-config["@npmcli/eslint-config"];
libnpmfund-->npmcli-template-oss["@npmcli/template-oss"];
libnpmfund-->tap;
libnpmhook-->aproba;
libnpmhook-->nock;
libnpmhook-->npm-registry-fetch;
libnpmhook-->npmcli-eslint-config["@npmcli/eslint-config"];
libnpmhook-->npmcli-template-oss["@npmcli/template-oss"];
libnpmhook-->tap;
libnpmorg-->aproba;
libnpmorg-->minipass;
libnpmorg-->nock;
Expand Down Expand Up @@ -484,7 +474,6 @@ graph LR;
npm-->libnpmdiff;
npm-->libnpmexec;
npm-->libnpmfund;
npm-->libnpmhook;
npm-->libnpmorg;
npm-->libnpmpack;
npm-->libnpmpublish;
Expand Down Expand Up @@ -801,7 +790,7 @@ packages higher up the chain.
- @npmcli/arborist
- @npmcli/metavuln-calculator
- pacote, @npmcli/config, libnpmversion
- @npmcli/map-workspaces, @npmcli/run-script, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
- @npmcli/map-workspaces, @npmcli/run-script, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
- @npmcli/package-json, npm-registry-fetch
- @npmcli/git, make-fetch-happen
- @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
Expand Down
85 changes: 0 additions & 85 deletions docs/lib/content/commands/npm-hook.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/lib/content/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
- title: npm help-search
url: /commands/npm-help-search
description: Get help on npm
- title: npm hook
url: /commands/npm-hook
description: Manage registry hooks
- title: npm init
url: /commands/npm-init
description: Create a package.json file
Expand Down
109 changes: 0 additions & 109 deletions lib/commands/hook.js

This file was deleted.

Loading

0 comments on commit 62c71e5

Please sign in to comment.