Skip to content

Commit c9fbe47

Browse files
committed
fix!: removes npm hooks command
BREAKING CHANGE: removes npm hooks command
1 parent 286739c commit c9fbe47

29 files changed

+44
-2159
lines changed

.github/workflows/ci-libnpmhook.yml

-119
This file was deleted.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ tap-testdir*/
5555
!/workspaces/libnpmdiff/
5656
!/workspaces/libnpmexec/
5757
!/workspaces/libnpmfund/
58-
!/workspaces/libnpmhook/
5958
!/workspaces/libnpmorg/
6059
!/workspaces/libnpmpack/
6160
!/workspaces/libnpmpublish/

.release-please-manifest.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"workspaces/libnpmdiff": "7.0.0",
66
"workspaces/libnpmexec": "9.0.0",
77
"workspaces/libnpmfund": "6.0.0",
8-
"workspaces/libnpmhook": "11.0.0",
98
"workspaces/libnpmorg": "7.0.0",
109
"workspaces/libnpmpack": "8.0.0",
1110
"workspaces/libnpmpublish": "10.0.0",

DEPENDENCIES.json

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
[
2929
"@npmcli/run-script",
3030
"@npmcli/map-workspaces",
31-
"libnpmhook",
3231
"libnpmorg",
3332
"libnpmsearch",
3433
"libnpmteam",

DEPENDENCIES.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ graph LR;
4444
libnpmfund-->npmcli-arborist["@npmcli/arborist"];
4545
libnpmfund-->npmcli-eslint-config["@npmcli/eslint-config"];
4646
libnpmfund-->npmcli-template-oss["@npmcli/template-oss"];
47-
libnpmhook-->npm-registry-fetch;
48-
libnpmhook-->npmcli-eslint-config["@npmcli/eslint-config"];
49-
libnpmhook-->npmcli-template-oss["@npmcli/template-oss"];
5047
libnpmorg-->npm-registry-fetch;
5148
libnpmorg-->npmcli-eslint-config["@npmcli/eslint-config"];
5249
libnpmorg-->npmcli-template-oss["@npmcli/template-oss"];
@@ -98,7 +95,6 @@ graph LR;
9895
npm-->libnpmdiff;
9996
npm-->libnpmexec;
10097
npm-->libnpmfund;
101-
npm-->libnpmhook;
10298
npm-->libnpmorg;
10399
npm-->libnpmpack;
104100
npm-->libnpmpublish;
@@ -363,12 +359,6 @@ graph LR;
363359
libnpmfund-->npmcli-eslint-config["@npmcli/eslint-config"];
364360
libnpmfund-->npmcli-template-oss["@npmcli/template-oss"];
365361
libnpmfund-->tap;
366-
libnpmhook-->aproba;
367-
libnpmhook-->nock;
368-
libnpmhook-->npm-registry-fetch;
369-
libnpmhook-->npmcli-eslint-config["@npmcli/eslint-config"];
370-
libnpmhook-->npmcli-template-oss["@npmcli/template-oss"];
371-
libnpmhook-->tap;
372362
libnpmorg-->aproba;
373363
libnpmorg-->minipass;
374364
libnpmorg-->nock;
@@ -483,7 +473,6 @@ graph LR;
483473
npm-->libnpmdiff;
484474
npm-->libnpmexec;
485475
npm-->libnpmfund;
486-
npm-->libnpmhook;
487476
npm-->libnpmorg;
488477
npm-->libnpmpack;
489478
npm-->libnpmpublish;
@@ -799,7 +788,7 @@ packages higher up the chain.
799788
- @npmcli/arborist
800789
- @npmcli/metavuln-calculator
801790
- pacote, @npmcli/config, libnpmversion
802-
- @npmcli/run-script, @npmcli/map-workspaces, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
791+
- @npmcli/run-script, @npmcli/map-workspaces, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
803792
- @npmcli/package-json, npm-registry-fetch
804793
- @npmcli/git, make-fetch-happen
805794
- npm-pick-manifest, @npmcli/installed-package-contents, cacache, promzard

docs/lib/content/commands/npm-hook.md

-85
This file was deleted.

docs/lib/content/nav.yml

-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@
7575
- title: npm help-search
7676
url: /commands/npm-help-search
7777
description: Get help on npm
78-
- title: npm hook
79-
url: /commands/npm-hook
80-
description: Manage registry hooks
8178
- title: npm init
8279
url: /commands/npm-init
8380
description: Create a package.json file

lib/commands/hook.js

-109
This file was deleted.

0 commit comments

Comments
 (0)