binary-collections 2.0.12 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binaries/binary-executor.cjs +89 -13
- package/binaries/clean-nodemodule.cjs +89 -13
- package/binaries/clean-nodemodules.cjs +89 -13
- package/binaries/dev.cjs +89 -13
- package/binaries/empty.cjs +89 -13
- package/binaries/git-reduce-size.cjs +89 -13
- package/binaries/javakill.cjs +89 -13
- package/binaries/kill-process.cjs +89 -13
- package/binaries/nodekill.cjs +89 -13
- package/binaries/prod.cjs +89 -13
- package/binaries/py.cjs +89 -13
- package/binaries/rmfind.cjs +89 -13
- package/binaries/rmx.cjs +89 -13
- package/binaries/submodule-token.cjs +89 -13
- package/binaries/test-cjs.cjs +89 -13
- package/binaries/test-esm.cjs +89 -13
- package/binaries/yarn-clean.cjs +89 -13
- package/binaries/yc +22 -1
- package/binaries/yc.cjs +89 -13
- package/binaries/ycw +256 -0
- package/binaries/ycw.cjs +254 -0
- package/docs-src/binary-collections.md +34 -0
- package/docs-src/changelog.md +26 -0
- package/docs-src/clean-github-actions-caches.md +115 -0
- package/docs-src/copy-move-file.md +59 -0
- package/docs-src/del-gradle.md +17 -0
- package/docs-src/del-ps.md +28 -0
- package/docs-src/downloader.md +62 -0
- package/docs-src/env-helpers.md +29 -0
- package/docs-src/find-node-modules.md +17 -0
- package/docs-src/free-chatgpt.md +26 -0
- package/docs-src/git-diff.md +33 -0
- package/docs-src/git-fix.md +34 -0
- package/docs-src/git-purge.md +17 -0
- package/docs-src/git-reduce-size.md +17 -0
- package/docs-src/git-undo.md +21 -0
- package/docs-src/kill-night-crows.md +26 -0
- package/docs-src/node-cache-cleaner.md +182 -0
- package/docs-src/node-executor.md +50 -0
- package/docs-src/node-package-packer.md +48 -0
- package/docs-src/npm-run-series.md +43 -0
- package/docs-src/package-resolutions-updater.md +22 -0
- package/docs-src/php-cs-fixer-staged.md +19 -0
- package/docs-src/print-directory-tree.md +35 -0
- package/docs-src/print-tarball-tree.md +55 -0
- package/docs-src/py.md +19 -0
- package/docs-src/remove-module.md +32 -0
- package/docs-src/rmfind-rmx.md +21 -0
- package/docs-src/rmpath.md +38 -0
- package/docs-src/run-by-checksum.md +87 -0
- package/docs-src/submodule-install.md +31 -0
- package/docs-src/submodule-remove.md +22 -0
- package/docs-src/submodule-token.md +17 -0
- package/docs-src/test-runners.md +21 -0
- package/docs-src/yarn-install.md +31 -0
- package/docs-src/yarn-reinstall.md +27 -0
- package/lib/binary-collections/config.cjs +1 -1
- package/lib/binary-collections/config.mjs +1 -1
- package/lib/binary-collections/findScript.cjs +35 -10
- package/lib/binary-collections/findScript.mjs +2 -2
- package/lib/binary-collections/listScript.cjs +35 -10
- package/lib/binary-collections/listScript.mjs +2 -2
- package/lib/binary-collections.cjs +45 -25
- package/lib/binary-collections.mjs +11 -11
- package/lib/changelog.cjs +7 -12
- package/lib/changelog.mjs +2 -2
- package/lib/{chunk-SPTECFE5.mjs → chunk-2MN4VPV2.mjs} +86 -20
- package/lib/{chunk-V2IBPCEV.mjs → chunk-6C7KTYGZ.mjs} +3 -1
- package/lib/{chunk-5RTXZVCW.mjs → chunk-6RK5UCTP.mjs} +5 -10
- package/lib/{chunk-FB2WKVJD.mjs → chunk-CD3HF3LK.mjs} +67 -35
- package/lib/{chunk-6PU7BAHB.mjs → chunk-FLYSZFLW.mjs} +1 -1
- package/lib/chunk-KLKAIFKI.mjs +40 -0
- package/lib/chunk-LVSPEFU2.mjs +86 -0
- package/lib/{chunk-2LSRSEXF.mjs → chunk-MGPYPKIE.mjs} +2 -2
- package/lib/{chunk-ZOWVMII3.mjs → chunk-NQXUYO67.mjs} +35 -10
- package/lib/{chunk-C6D2TTYU.mjs → chunk-OBXLTXFJ.mjs} +4 -2
- package/lib/chunk-QD4T255Z.mjs +40 -0
- package/lib/{chunk-XPJGCDOD.mjs → chunk-QII2EKCS.mjs} +14 -2
- package/lib/chunk-RDGDLSPD.mjs +76 -0
- package/lib/{chunk-NCZPTKDV.mjs → chunk-RDN6HF5Z.mjs} +1 -1
- package/lib/chunk-RJKTSUAX.mjs +123 -0
- package/lib/{chunk-66KDU4TX.mjs → chunk-TBWXE7ST.mjs} +36 -61
- package/lib/{chunk-M3YIYRHT.mjs → chunk-UY5VUEA3.mjs} +1 -1
- package/lib/chunk-WSHVPGNM.mjs +44 -0
- package/lib/{chunk-G5UUEWUO.mjs → chunk-X2B3X7D4.mjs} +1 -1
- package/lib/clean-github-actions-caches-cli.cjs +255 -213
- package/lib/clean-github-actions-caches-cli.mjs +25 -7
- package/lib/clean-github-actions-caches.cjs +231 -35
- package/lib/clean-github-actions-caches.d.cts +39 -1
- package/lib/clean-github-actions-caches.mjs +2 -1
- package/lib/cross-env/command.cjs +2 -2
- package/lib/cross-env/command.js +2 -2
- package/lib/cross-env/command.mjs +2 -2
- package/lib/cross-env/index.cjs +2 -2
- package/lib/cross-env/index.mjs +3 -3
- package/lib/cross-env/variable.mjs +2 -2
- package/lib/del-gradle.cjs +6 -11
- package/lib/del-gradle.mjs +1 -1
- package/lib/del-node-modules.cjs +185 -3
- package/lib/del-node-modules.js +3 -3
- package/lib/del-node-modules.mjs +6 -3
- package/lib/{del-ps.cjs → del-ps-cli.cjs} +36 -41
- package/lib/del-ps-cli.mjs +44 -0
- package/lib/del-yarn-caches.cjs +6 -11
- package/lib/del-yarn-caches.mjs +1 -1
- package/lib/downloader-cli.cjs +256 -0
- package/lib/downloader-cli.d.cts +2 -0
- package/lib/downloader-cli.mjs +90 -0
- package/lib/file/copy-cli.cjs +183 -2
- package/lib/file/copy-cli.mjs +6 -2
- package/lib/file/move-cli.cjs +183 -2
- package/lib/file/move-cli.mjs +6 -2
- package/lib/find-node-modules-cli.cjs +1 -1
- package/lib/find-node-modules-cli.mjs +1 -1
- package/lib/find-node-modules.cjs +1 -1
- package/lib/find-node-modules.mjs +1 -1
- package/lib/free-chatgpt.cjs +6 -11
- package/lib/free-chatgpt.mjs +1 -1
- package/lib/git/user-config.cjs +7 -12
- package/lib/git/user-config.mjs +2 -2
- package/lib/git-diff-cli.cjs +91 -30
- package/lib/git-diff-cli.mjs +3 -3
- package/lib/git-diff.cjs +91 -30
- package/lib/git-diff.js +85 -28
- package/lib/git-diff.mjs +3 -3
- package/lib/git-fix.cjs +7 -12
- package/lib/git-fix.mjs +2 -2
- package/lib/git-purge.cjs +7 -12
- package/lib/git-purge.mjs +2 -2
- package/lib/index.cjs +1 -1
- package/lib/index.mjs +1 -1
- package/lib/node-cache-cleaner-cli.cjs +185 -2
- package/lib/node-cache-cleaner-cli.js +2 -5
- package/lib/node-cache-cleaner-cli.mjs +8 -4
- package/lib/node-executor.cjs +183 -2
- package/lib/node-executor.mjs +5 -2
- package/lib/node-package-packer/build-readme.cjs +150 -0
- package/lib/node-package-packer/build-readme.d.mts +10 -0
- package/lib/node-package-packer/build-readme.mjs +10 -0
- package/lib/node-package-packer/build-tarball.cjs +495 -0
- package/lib/node-package-packer/build-tarball.d.mts +33 -0
- package/lib/node-package-packer/build-tarball.mjs +175 -0
- package/lib/node-package-packer-cli.cjs +525 -0
- package/lib/node-package-packer-cli.d.mts +1 -0
- package/lib/node-package-packer-cli.mjs +34 -0
- package/lib/npm-run-series.cjs +7 -12
- package/lib/npm-run-series.mjs +2 -2
- package/lib/package-resolutions-updater-cli.cjs +73 -76
- package/lib/package-resolutions-updater-cli.mjs +4 -3
- package/lib/package-resolutions-updater.cjs +71 -74
- package/lib/package-resolutions-updater.d.mts +34 -0
- package/lib/package-resolutions-updater.mjs +3 -2
- package/lib/php-cs-fixer-staged.cjs +1 -1
- package/lib/php-cs-fixer-staged.mjs +1 -1
- package/lib/print-directory-tree.cjs +16 -18
- package/lib/print-directory-tree.mjs +11 -8
- package/lib/print-tarball-tree.cjs +262 -0
- package/lib/print-tarball-tree.d.mts +1 -0
- package/lib/print-tarball-tree.mjs +68 -0
- package/lib/ps/index.cjs +10 -10
- package/lib/ps/index.mjs +4 -4
- package/lib/ps/table-parser.d.ts +3 -4
- package/lib/ps/table-parser.js +9 -16
- package/lib/remove-module.cjs +17 -22
- package/lib/remove-module.mjs +2 -2
- package/lib/rm-node-module-cli.cjs +171 -4
- package/lib/rm-node-module-cli.mjs +7 -4
- package/lib/rmpath-cli.cjs +285 -0
- package/lib/rmpath-cli.d.mts +1 -0
- package/lib/rmpath-cli.mjs +23 -0
- package/lib/rmpath.cjs +6 -217
- package/lib/rmpath.mjs +5 -101
- package/lib/run-by-checksum/cache.cjs +69 -0
- package/lib/run-by-checksum/cache.d.ts +19 -0
- package/lib/run-by-checksum/cache.js +50 -0
- package/lib/run-by-checksum/cache.mjs +12 -0
- package/lib/run-by-checksum/hash.cjs +72 -0
- package/lib/run-by-checksum/hash.d.ts +14 -0
- package/lib/run-by-checksum/hash.js +85 -0
- package/lib/{ps/isWin.mjs → run-by-checksum/hash.mjs} +5 -5
- package/lib/run-by-checksum/run.cjs +169 -0
- package/lib/run-by-checksum/run.d.ts +22 -0
- package/lib/run-by-checksum/run.js +93 -0
- package/lib/run-by-checksum/run.mjs +10 -0
- package/lib/run-by-checksum-cli.cjs +382 -0
- package/lib/run-by-checksum-cli.d.ts +2 -0
- package/lib/run-by-checksum-cli.js +43 -0
- package/lib/run-by-checksum-cli.mjs +56 -0
- package/lib/submodule-install.cjs +8 -13
- package/lib/submodule-install.mjs +3 -3
- package/lib/submodule-remove-cli.cjs +169 -2
- package/lib/submodule-remove-cli.js +2 -2
- package/lib/submodule-remove-cli.mjs +5 -2
- package/lib/utils/fetchResponse.cjs +24 -0
- package/lib/utils/fetchResponse.d.cts +25 -0
- package/lib/utils/fetchResponse.mjs +6 -0
- package/lib/utils/index.cjs +5 -10
- package/lib/utils/index.d.cts +2 -9
- package/lib/utils/index.mjs +1 -1
- package/lib/utils/isWindows.mjs +3 -1
- package/lib/utils/runBash.cjs +1 -1
- package/lib/utils/runBash.mjs +1 -1
- package/lib/yarn-per-branch-lock-installer.cjs +202 -11
- package/lib/yarn-per-branch-lock-installer.mjs +24 -11
- package/lib/yarn-reinstall.cjs +6 -11
- package/lib/yarn-reinstall.mjs +1 -1
- package/package.json +35 -10
- package/readme.html +2 -2
- package/readme.md +5 -5
- package/releases/readme.md +6 -3
- package/tmp/test-repo-runChecksum/test-complex-glob/README.md +1 -0
- package/tmp/test-repo-runChecksum/test-mixed-args/README.md +1 -0
- package/.opencode/package.json +0 -5
- package/lib/chunk-6S4NXESK.mjs +0 -26
- package/lib/del-ps.js +0 -32
- package/lib/del-ps.mjs +0 -43
- package/lib/ps/isWin.cjs +0 -26
- package/lib/ps/isWin.d.ts +0 -2
- package/lib/ps/isWin.js +0 -4
- package/test/package.json +0 -20
- package/test-project/package.json +0 -22
- package/test-project/workspaces/workspace-a/package.json +0 -135
- package/test-project/workspaces/workspace-a/test/demo/package.json +0 -25
- package/test-project/workspaces/workspace-b/package.json +0 -139
- package/test-project/workspaces/workspace-b/test/sample-project/package.json +0 -7
- package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/package.json +0 -96
- package/tmp/rm-node-modules-test-project/package.json +0 -17
- package/tmp/rm-node-modules-test-project/packages/workspace-a/package.json +0 -16
- package/tmp/rm-node-modules-test-project/packages/workspace-b/package.json +0 -16
- package/tmp/test-repo/package.json +0 -17
- /package/lib/{del-ps.d.ts → del-ps-cli.d.mts} +0 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
init_esm_shims
|
|
4
|
+
} from "./chunk-QQ4A6DLD.mjs";
|
|
5
|
+
|
|
6
|
+
// src/node-package-packer/build-readme.mjs
|
|
7
|
+
init_esm_shims();
|
|
8
|
+
import fs from "fs-extra";
|
|
9
|
+
import path from "upath";
|
|
10
|
+
import * as crossSpawn from "cross-spawn";
|
|
11
|
+
import { gitCommandHelper as gch } from "git-command-helper";
|
|
12
|
+
async function buildReadme(dirname, packagejson, releaseDir, argv, isCI) {
|
|
13
|
+
if (!fs.existsSync(path.join(dirname, ".git"))) {
|
|
14
|
+
console.log("Not a git repository, skipping readme creation");
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
const spawnAsync = crossSpawn && typeof crossSpawn.async === "function" ? crossSpawn.async : crossSpawn;
|
|
18
|
+
if (isCI) {
|
|
19
|
+
await spawnAsync("git", ["config", "--global", "user.name", "dimaslanjaka"], {
|
|
20
|
+
cwd: dirname,
|
|
21
|
+
stdio: "inherit"
|
|
22
|
+
});
|
|
23
|
+
await spawnAsync("git", ["config", "--global", "user.email", "dimaslanjaka@gmail.com"], {
|
|
24
|
+
cwd: dirname,
|
|
25
|
+
stdio: "inherit"
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
const git = new gch(dirname);
|
|
29
|
+
const branch = (await git.getbranch()).filter((o) => o.active)[0].branch;
|
|
30
|
+
const gitlatest = await git.latestCommit();
|
|
31
|
+
const tarballs = fs.readdirSync(releaseDir).filter((str) => str.endsWith("tgz")).map((str) => {
|
|
32
|
+
return {
|
|
33
|
+
absolute: path.resolve(releaseDir, str),
|
|
34
|
+
relative: path.resolve(releaseDir, str).replace(path.toUnix(dirname), "")
|
|
35
|
+
};
|
|
36
|
+
}).filter((o) => fs.statSync(o.absolute).isFile());
|
|
37
|
+
let md = `# Release \`${packagejson.name}\` tarball
|
|
38
|
+
`;
|
|
39
|
+
md += "## Releases\n";
|
|
40
|
+
md += "| version | tarball url |\n";
|
|
41
|
+
md += "| :--- | :--- |\n";
|
|
42
|
+
for (let i = 0; i < tarballs.length; i++) {
|
|
43
|
+
const tarball = tarballs[i];
|
|
44
|
+
const relativeTarball = tarball.relative.replace(/^\/+/, "");
|
|
45
|
+
if (!fs.existsSync(tarball.absolute)) {
|
|
46
|
+
console.log(tarball.relative, "not found");
|
|
47
|
+
continue;
|
|
48
|
+
}
|
|
49
|
+
await spawnAsync("git", ["update-index", "--untracked-cache"]);
|
|
50
|
+
if (argv["commit"]) {
|
|
51
|
+
const checkIgnore = await git.isIgnored(relativeTarball, { cwd: dirname });
|
|
52
|
+
if (checkIgnore) {
|
|
53
|
+
console.log(relativeTarball, "ignored by .gitignore");
|
|
54
|
+
continue;
|
|
55
|
+
} else {
|
|
56
|
+
await git.add(relativeTarball);
|
|
57
|
+
const args = ["status", "-uno", "--porcelain", "--", relativeTarball, "|", "wc", "-l"];
|
|
58
|
+
const isChanged = parseInt(
|
|
59
|
+
(await spawnAsync("git", args, {
|
|
60
|
+
cwd: dirname,
|
|
61
|
+
shell: true
|
|
62
|
+
})).output.trim()
|
|
63
|
+
) > 0;
|
|
64
|
+
if (isChanged) {
|
|
65
|
+
await git.commit("chore(tarball): update " + gitlatest, "-m", { stdio: "pipe" });
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
const hash = await git.latestCommit(tarball.relative.replace(/^\/+/, ""));
|
|
70
|
+
const raw = await git.getGithubRepoUrl(tarball.relative.replace(/^\/+/, ""));
|
|
71
|
+
let tarballUrl;
|
|
72
|
+
const dev = raw.rawURL;
|
|
73
|
+
const prod = raw.rawURL.replace("/raw/" + branch, "/raw/" + hash);
|
|
74
|
+
let ver = path.basename(tarball.relative, ".tgz").replace(`${packagejson.name}-`, "");
|
|
75
|
+
if (typeof hash === "string") {
|
|
76
|
+
if (isNaN(parseFloat(ver))) {
|
|
77
|
+
ver = "latest";
|
|
78
|
+
tarballUrl = dev;
|
|
79
|
+
md += `| ${ver} | ${prod} |
|
|
80
|
+
`;
|
|
81
|
+
} else {
|
|
82
|
+
tarballUrl = prod;
|
|
83
|
+
}
|
|
84
|
+
md += `| ${ver} | ${tarballUrl} |
|
|
85
|
+
`;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
md += `
|
|
89
|
+
use this tarball with \`resolutions\`:
|
|
90
|
+
`;
|
|
91
|
+
md += '```json\n{\n "resolutions": {\n "' + packagejson.name + '": "<url of tarball>"\n }\n}\n```\n\n## Releases\n\n ';
|
|
92
|
+
fs.writeFileSync(
|
|
93
|
+
path.join(releaseDir, "readme.md"),
|
|
94
|
+
(md + `
|
|
95
|
+
|
|
96
|
+
## Get URL of \`${packagejson.name}\` Release Tarball
|
|
97
|
+
- select tarball file
|
|
98
|
+

|
|
99
|
+
- copy raw url
|
|
100
|
+

|
|
101
|
+
- or copy download url
|
|
102
|
+

|
|
103
|
+
- then run installation from command line
|
|
104
|
+
|
|
105
|
+
\`\`\`bash
|
|
106
|
+
npm i https://....url-tgz
|
|
107
|
+
\`\`\`
|
|
108
|
+
for example
|
|
109
|
+
\`\`\`bash
|
|
110
|
+
npm i https://github.com/dimaslanjaka/nodejs-package-types/raw/main/release/nodejs-package-types.tgz
|
|
111
|
+
\`\`\`
|
|
112
|
+
|
|
113
|
+
## URL Parts Explanations
|
|
114
|
+
> https://github.com/github-username/github-repo-name/raw/github-branch-name/path-to-file-with-extension
|
|
115
|
+
`).trim() + "\n"
|
|
116
|
+
);
|
|
117
|
+
}
|
|
118
|
+
var build_readme_default = buildReadme;
|
|
119
|
+
|
|
120
|
+
export {
|
|
121
|
+
buildReadme,
|
|
122
|
+
build_readme_default
|
|
123
|
+
};
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
require_fetchResponse
|
|
4
|
+
} from "./chunk-KLKAIFKI.mjs";
|
|
2
5
|
import {
|
|
3
6
|
require_findEnvFiles
|
|
4
7
|
} from "./chunk-H44UWUFY.mjs";
|
|
5
8
|
import {
|
|
6
9
|
require_utils
|
|
7
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-6RK5UCTP.mjs";
|
|
8
11
|
import {
|
|
9
12
|
__toESM,
|
|
10
13
|
init_esm_shims
|
|
@@ -13,14 +16,13 @@ import {
|
|
|
13
16
|
// src/package-resolutions-updater.mjs
|
|
14
17
|
init_esm_shims();
|
|
15
18
|
var utils = __toESM(require_utils(), 1);
|
|
19
|
+
var import_fetchResponse = __toESM(require_fetchResponse(), 1);
|
|
16
20
|
var import_findEnvFiles = __toESM(require_findEnvFiles(), 1);
|
|
17
21
|
import * as dotenv from "dotenv";
|
|
18
22
|
import fs from "fs";
|
|
19
|
-
import https from "https";
|
|
20
23
|
import os from "os";
|
|
21
|
-
import path from "
|
|
24
|
+
import path from "upath";
|
|
22
25
|
import { parseGitHubUrl } from "git-command-helper";
|
|
23
|
-
import axios from "axios";
|
|
24
26
|
var projectDir = process.cwd();
|
|
25
27
|
var envPath = path.join(projectDir, ".env");
|
|
26
28
|
var args = utils.getArgs();
|
|
@@ -36,7 +38,7 @@ if (!fs.existsSync(envPath)) {
|
|
|
36
38
|
if (fs.existsSync(envPath)) {
|
|
37
39
|
dotenv.config({ path: envPath, quiet: true, override: true });
|
|
38
40
|
}
|
|
39
|
-
var ACCESS_TOKEN = process.env.
|
|
41
|
+
var ACCESS_TOKEN = process.env.ACCESS_TOKEN || process.env.GITHUB_TOKEN;
|
|
40
42
|
if (args.help || args.h) {
|
|
41
43
|
showHelp();
|
|
42
44
|
}
|
|
@@ -94,33 +96,23 @@ try {
|
|
|
94
96
|
} catch (_e) {
|
|
95
97
|
selectedUserAgent = GITHUB_USER_AGENTS[Math.floor(Math.random() * GITHUB_USER_AGENTS.length)];
|
|
96
98
|
}
|
|
97
|
-
function fetchJson(url) {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
res.on("data", (chunk) => data += chunk);
|
|
108
|
-
res.on("end", () => {
|
|
109
|
-
try {
|
|
110
|
-
const json = JSON.parse(data);
|
|
111
|
-
if (res.statusCode < 200 || res.statusCode >= 300) {
|
|
112
|
-
return reject(
|
|
113
|
-
new Error(`GitHub API Error ${res.statusCode}: ${json.message || "Unknown error"}
|
|
114
|
-
URL: ${url}`)
|
|
115
|
-
);
|
|
116
|
-
}
|
|
117
|
-
resolve(json);
|
|
118
|
-
} catch {
|
|
119
|
-
reject(new Error(`Invalid JSON from: ${url}`));
|
|
120
|
-
}
|
|
121
|
-
});
|
|
122
|
-
}).on("error", reject);
|
|
99
|
+
async function fetchJson(url) {
|
|
100
|
+
var _a;
|
|
101
|
+
const response = await (0, import_fetchResponse.default)(url, {
|
|
102
|
+
headers: {
|
|
103
|
+
"User-Agent": selectedUserAgent,
|
|
104
|
+
Accept: "application/vnd.github.v3+json",
|
|
105
|
+
"X-GitHub-Api-Version": "2022-11-28",
|
|
106
|
+
...ACCESS_TOKEN ? { Authorization: `token ${ACCESS_TOKEN}` } : {}
|
|
107
|
+
},
|
|
108
|
+
responseType: "json"
|
|
123
109
|
});
|
|
110
|
+
if (response.status < 200 || response.status >= 300) {
|
|
111
|
+
const message = ((_a = response.data) == null ? void 0 : _a.message) || "Unknown error";
|
|
112
|
+
throw new Error(`GitHub API Error ${response.status}: ${message}
|
|
113
|
+
URL: ${url}`);
|
|
114
|
+
}
|
|
115
|
+
return response.data;
|
|
124
116
|
}
|
|
125
117
|
async function getLatestCommit(owner, repo, branch = "main") {
|
|
126
118
|
var _a, _b, _c, _d;
|
|
@@ -206,34 +198,8 @@ async function resolvePackageResolutionUpdates(resolutions, specialPackageOverri
|
|
|
206
198
|
const override = specialPackageOverrides.find((p) => p.pkg === currentPkgName);
|
|
207
199
|
const latest = override ? await getLatestCommit(override.owner, override.repo, override.branch) : await getLatestCommitAcrossBranches(repo.owner, repo.repo);
|
|
208
200
|
const new_url = replaceRawWithLatestHash(url, latest.sha);
|
|
209
|
-
await
|
|
210
|
-
|
|
211
|
-
"User-Agent": selectedUserAgent,
|
|
212
|
-
Accept: "application/vnd.github.v3+json",
|
|
213
|
-
"X-GitHub-Api-Version": "2022-11-28",
|
|
214
|
-
...ACCESS_TOKEN ? { Authorization: `token ${ACCESS_TOKEN}` } : {}
|
|
215
|
-
}
|
|
216
|
-
}).then((response) => {
|
|
217
|
-
if (response.status < 200 || response.status >= 300) {
|
|
218
|
-
updates.push({
|
|
219
|
-
failed: true,
|
|
220
|
-
currentPkgName,
|
|
221
|
-
url,
|
|
222
|
-
new_url,
|
|
223
|
-
repo,
|
|
224
|
-
latest,
|
|
225
|
-
error: new Error(`New URL is not accessible, status code: ${response.status}`)
|
|
226
|
-
});
|
|
227
|
-
return;
|
|
228
|
-
}
|
|
229
|
-
updates.push({
|
|
230
|
-
currentPkgName,
|
|
231
|
-
url,
|
|
232
|
-
new_url,
|
|
233
|
-
repo,
|
|
234
|
-
latest
|
|
235
|
-
});
|
|
236
|
-
}).catch((e) => {
|
|
201
|
+
const response = await (0, import_fetchResponse.default)(new_url);
|
|
202
|
+
if (response.status < 200 || response.status >= 300) {
|
|
237
203
|
updates.push({
|
|
238
204
|
failed: true,
|
|
239
205
|
currentPkgName,
|
|
@@ -241,9 +207,18 @@ async function resolvePackageResolutionUpdates(resolutions, specialPackageOverri
|
|
|
241
207
|
new_url,
|
|
242
208
|
repo,
|
|
243
209
|
latest,
|
|
244
|
-
error: new Error(`New URL
|
|
210
|
+
error: new Error(`New URL not accessible (status ${response.status}).
|
|
211
|
+
original: ${url}
|
|
212
|
+
new: ${new_url}`)
|
|
245
213
|
});
|
|
246
|
-
|
|
214
|
+
continue;
|
|
215
|
+
}
|
|
216
|
+
updates.push({
|
|
217
|
+
currentPkgName,
|
|
218
|
+
url,
|
|
219
|
+
new_url,
|
|
220
|
+
repo,
|
|
221
|
+
latest
|
|
247
222
|
});
|
|
248
223
|
} catch (error) {
|
|
249
224
|
updates.push({
|
|
@@ -10,7 +10,7 @@ var require_find_node_modules = __commonJS({
|
|
|
10
10
|
"src/find-node-modules.cjs"(exports, module) {
|
|
11
11
|
init_esm_shims();
|
|
12
12
|
var glob = __require("glob");
|
|
13
|
-
var path = __require("
|
|
13
|
+
var path = __require("upath");
|
|
14
14
|
function findNodeModules(dir = process.cwd(), callback = null) {
|
|
15
15
|
const finalDir = typeof dir === "string" ? dir : process.cwd();
|
|
16
16
|
return new Promise((resolve, reject) => {
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
init_esm_shims
|
|
4
|
+
} from "./chunk-QQ4A6DLD.mjs";
|
|
5
|
+
|
|
6
|
+
// src/run-by-checksum/hash.js
|
|
7
|
+
init_esm_shims();
|
|
8
|
+
import fs from "fs-extra";
|
|
9
|
+
import * as glob from "glob";
|
|
10
|
+
import upath from "upath";
|
|
11
|
+
import path from "upath";
|
|
12
|
+
import crypto from "crypto";
|
|
13
|
+
function getAllFiles({ patterns, ignore, cwd }) {
|
|
14
|
+
const files = /* @__PURE__ */ new Set();
|
|
15
|
+
const root = cwd || process.cwd();
|
|
16
|
+
for (const pattern of patterns) {
|
|
17
|
+
const matched = glob.sync(pattern, {
|
|
18
|
+
cwd: root,
|
|
19
|
+
nodir: true,
|
|
20
|
+
ignore
|
|
21
|
+
});
|
|
22
|
+
for (const f of matched) {
|
|
23
|
+
files.add(upath.normalize(path.resolve(root, f)));
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
return [...files].sort();
|
|
27
|
+
}
|
|
28
|
+
function hashFile(file) {
|
|
29
|
+
const content = fs.readFileSync(file);
|
|
30
|
+
return crypto.createHash("sha256").update(content).digest("hex");
|
|
31
|
+
}
|
|
32
|
+
function buildChecksum(files) {
|
|
33
|
+
const hash = crypto.createHash("sha256");
|
|
34
|
+
for (const file of files) {
|
|
35
|
+
hash.update(file);
|
|
36
|
+
hash.update(hashFile(file));
|
|
37
|
+
}
|
|
38
|
+
return hash.digest("hex");
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export {
|
|
42
|
+
getAllFiles,
|
|
43
|
+
buildChecksum
|
|
44
|
+
};
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
var require_config = __commonJS({
|
|
13
13
|
"src/binary-collections/config.cjs"(exports, module) {
|
|
14
14
|
init_esm_shims();
|
|
15
|
-
var path = __require("
|
|
15
|
+
var path = __require("upath");
|
|
16
16
|
var { findEnvWithToken } = require_findEnvFiles();
|
|
17
17
|
__require("dotenv").config({ path: findEnvWithToken(), quiet: true, overwrite: true });
|
|
18
18
|
function getTempDir() {
|