Skip to content

Commit feac87c

Browse files
committedOct 2, 2024
deps: update @npmcli/map-workspaces@4.0.1
1 parent dd90f9e commit feac87c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+6764
-55
lines changed
 

‎DEPENDENCIES.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ graph LR;
207207
npmcli-installed-package-contents-->npm-bundled;
208208
npmcli-installed-package-contents-->npm-normalize-package-bin;
209209
npmcli-map-workspaces-->npmcli-name-from-folder["@npmcli/name-from-folder"];
210-
npmcli-map-workspaces-->read-package-json-fast;
210+
npmcli-map-workspaces-->npmcli-package-json["@npmcli/package-json"];
211211
npmcli-metavuln-calculator-->cacache;
212212
npmcli-metavuln-calculator-->json-parse-even-better-errors;
213213
npmcli-metavuln-calculator-->pacote;
@@ -655,7 +655,7 @@ graph LR;
655655
npmcli-map-workspaces-->glob;
656656
npmcli-map-workspaces-->minimatch;
657657
npmcli-map-workspaces-->npmcli-name-from-folder["@npmcli/name-from-folder"];
658-
npmcli-map-workspaces-->read-package-json-fast;
658+
npmcli-map-workspaces-->npmcli-package-json["@npmcli/package-json"];
659659
npmcli-metavuln-calculator-->cacache;
660660
npmcli-metavuln-calculator-->json-parse-even-better-errors;
661661
npmcli-metavuln-calculator-->pacote;
@@ -794,10 +794,10 @@ packages higher up the chain.
794794
- @npmcli/mock-registry, libnpmdiff, libnpmfund, libnpmpack
795795
- @npmcli/arborist
796796
- @npmcli/metavuln-calculator
797-
- pacote, libnpmversion
798-
- @npmcli/run-script, @npmcli/config, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
797+
- pacote, @npmcli/config, libnpmversion
798+
- @npmcli/map-workspaces, @npmcli/run-script, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
799799
- @npmcli/package-json, npm-registry-fetch
800800
- @npmcli/git, make-fetch-happen
801-
- @npmcli/installed-package-contents, @npmcli/map-workspaces, cacache, npm-pick-manifest, promzard
802-
- @npmcli/docs, @npmcli/fs, npm-bundled, read-package-json-fast, unique-filename, npm-install-checks, npm-package-arg, normalize-package-data, npm-packlist, bin-links, nopt, parse-conflict-json, @npmcli/mock-globals, read
803-
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/promise-spawn, ini, hosted-git-info, proc-log, validate-npm-package-name, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
801+
- @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
802+
- @npmcli/docs, @npmcli/fs, npm-bundled, npm-install-checks, npm-package-arg, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, @npmcli/mock-globals, read
803+
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, @npmcli/promise-spawn, ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate

‎node_modules/.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
!/@npmcli/git
2121
!/@npmcli/installed-package-contents
2222
!/@npmcli/map-workspaces
23+
!/@npmcli/map-workspaces/node_modules/
24+
/@npmcli/map-workspaces/node_modules/*
25+
!/@npmcli/map-workspaces/node_modules/@npmcli/
26+
/@npmcli/map-workspaces/node_modules/@npmcli/*
27+
!/@npmcli/map-workspaces/node_modules/@npmcli/git
28+
!/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder
29+
!/@npmcli/map-workspaces/node_modules/@npmcli/package-json
30+
!/@npmcli/map-workspaces/node_modules/@npmcli/promise-spawn
31+
!/@npmcli/map-workspaces/node_modules/hosted-git-info
32+
!/@npmcli/map-workspaces/node_modules/ini
33+
!/@npmcli/map-workspaces/node_modules/isexe
34+
!/@npmcli/map-workspaces/node_modules/json-parse-even-better-errors
35+
!/@npmcli/map-workspaces/node_modules/normalize-package-data
36+
!/@npmcli/map-workspaces/node_modules/npm-install-checks
37+
!/@npmcli/map-workspaces/node_modules/npm-normalize-package-bin
38+
!/@npmcli/map-workspaces/node_modules/npm-package-arg
39+
!/@npmcli/map-workspaces/node_modules/npm-pick-manifest
40+
!/@npmcli/map-workspaces/node_modules/proc-log
41+
!/@npmcli/map-workspaces/node_modules/validate-npm-package-name
42+
!/@npmcli/map-workspaces/node_modules/which
2343
!/@npmcli/metavuln-calculator
2444
!/@npmcli/name-from-folder
2545
!/@npmcli/node-gyp

0 commit comments

Comments
 (0)
Please sign in to comment.