From bb03036ba8f7d7f1497ecac17b5e2f3e2951e214 Mon Sep 17 00:00:00 2001 From: reggi Date: Wed, 2 Oct 2024 13:27:15 -0400 Subject: [PATCH] chore: update npm-packlist@9.0.0 --- node_modules/.gitignore | 8 +-- .../ignore-walk => npm-packlist}/LICENSE | 0 .../npm-packlist/lib/index.js | 0 .../node_modules/ignore-walk}/LICENSE | 0 .../node_modules/ignore-walk/lib/index.js | 0 .../node_modules/ignore-walk/package.json | 0 .../npm-packlist/package.json | 0 package-lock.json | 53 +++++++------------ package.json | 2 +- 9 files changed, 25 insertions(+), 38 deletions(-) rename node_modules/{pacote/node_modules/ignore-walk => npm-packlist}/LICENSE (100%) rename node_modules/{pacote/node_modules => }/npm-packlist/lib/index.js (100%) rename node_modules/{pacote/node_modules/npm-packlist => npm-packlist/node_modules/ignore-walk}/LICENSE (100%) rename node_modules/{pacote => npm-packlist}/node_modules/ignore-walk/lib/index.js (100%) rename node_modules/{pacote => npm-packlist}/node_modules/ignore-walk/package.json (100%) rename node_modules/{pacote/node_modules => }/npm-packlist/package.json (100%) diff --git a/node_modules/.gitignore b/node_modules/.gitignore index 7cbaf913be5f2..4e5a559b95bdf 100644 --- a/node_modules/.gitignore +++ b/node_modules/.gitignore @@ -194,6 +194,10 @@ !/npm-bundled/node_modules/npm-normalize-package-bin !/npm-install-checks !/npm-package-arg +!/npm-packlist +!/npm-packlist/node_modules/ +/npm-packlist/node_modules/* +!/npm-packlist/node_modules/ignore-walk !/npm-pick-manifest !/npm-pick-manifest/node_modules/ /npm-pick-manifest/node_modules/* @@ -208,10 +212,6 @@ !/p-map !/package-json-from-dist !/pacote -!/pacote/node_modules/ -/pacote/node_modules/* -!/pacote/node_modules/ignore-walk -!/pacote/node_modules/npm-packlist !/parse-conflict-json !/path-key !/path-scurry diff --git a/node_modules/pacote/node_modules/ignore-walk/LICENSE b/node_modules/npm-packlist/LICENSE similarity index 100% rename from node_modules/pacote/node_modules/ignore-walk/LICENSE rename to node_modules/npm-packlist/LICENSE diff --git a/node_modules/pacote/node_modules/npm-packlist/lib/index.js b/node_modules/npm-packlist/lib/index.js similarity index 100% rename from node_modules/pacote/node_modules/npm-packlist/lib/index.js rename to node_modules/npm-packlist/lib/index.js diff --git a/node_modules/pacote/node_modules/npm-packlist/LICENSE b/node_modules/npm-packlist/node_modules/ignore-walk/LICENSE similarity index 100% rename from node_modules/pacote/node_modules/npm-packlist/LICENSE rename to node_modules/npm-packlist/node_modules/ignore-walk/LICENSE diff --git a/node_modules/pacote/node_modules/ignore-walk/lib/index.js b/node_modules/npm-packlist/node_modules/ignore-walk/lib/index.js similarity index 100% rename from node_modules/pacote/node_modules/ignore-walk/lib/index.js rename to node_modules/npm-packlist/node_modules/ignore-walk/lib/index.js diff --git a/node_modules/pacote/node_modules/ignore-walk/package.json b/node_modules/npm-packlist/node_modules/ignore-walk/package.json similarity index 100% rename from node_modules/pacote/node_modules/ignore-walk/package.json rename to node_modules/npm-packlist/node_modules/ignore-walk/package.json diff --git a/node_modules/pacote/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json similarity index 100% rename from node_modules/pacote/node_modules/npm-packlist/package.json rename to node_modules/npm-packlist/package.json diff --git a/package-lock.json b/package-lock.json index ef74bd1a6cbe8..89f63b6601708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -173,7 +173,7 @@ "cli-table3": "^0.6.4", "diff": "^5.2.0", "nock": "^13.4.0", - "npm-packlist": "^8.0.2", + "npm-packlist": "^9.0.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-github": "^11.2.4", @@ -10156,16 +10156,29 @@ } }, "node_modules/npm-packlist": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz", - "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==", - "dev": true, + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz", + "integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==", + "inBundle": true, "license": "ISC", "dependencies": { - "ignore-walk": "^6.0.4" + "ignore-walk": "^7.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-packlist/node_modules/ignore-walk": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz", + "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minimatch": "^9.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm-pick-manifest": { @@ -10896,32 +10909,6 @@ "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/pacote/node_modules/ignore-walk": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz", - "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minimatch": "^9.0.0" - }, - "engines": { - "node": "^18.17.0 || >=20.5.0" - } - }, - "node_modules/pacote/node_modules/npm-packlist": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz", - "integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ignore-walk": "^7.0.0" - }, - "engines": { - "node": "^18.17.0 || >=20.5.0" - } - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", diff --git a/package.json b/package.json index 7ba241b6dc7d2..f3579b8fd2433 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "cli-table3": "^0.6.4", "diff": "^5.2.0", "nock": "^13.4.0", - "npm-packlist": "^8.0.2", + "npm-packlist": "^9.0.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-github": "^11.2.4",