binary-collections 2.0.8 → 2.0.10
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 +43 -0
- package/{bin → binaries}/clean-nodemodule +0 -0
- package/binaries/clean-nodemodule.cjs +43 -0
- package/binaries/clean-nodemodule.cmd +4 -0
- package/{bin → binaries}/clean-nodemodules +0 -0
- package/binaries/clean-nodemodules.cjs +43 -0
- package/binaries/clean-nodemodules.cmd +5 -0
- package/{bin → binaries}/dev +0 -0
- package/binaries/dev.cjs +43 -0
- package/{bin → binaries}/empty +0 -0
- package/binaries/empty.cjs +43 -0
- package/{bin → binaries}/git-reduce-size +0 -0
- package/binaries/git-reduce-size.cjs +43 -0
- package/binaries/javakill.cjs +43 -0
- package/{bin → binaries}/javakill.cmd +0 -0
- package/{bin → binaries}/kill-process +0 -0
- package/binaries/kill-process.cjs +43 -0
- package/binaries/nodekill.cjs +43 -0
- package/{bin → binaries}/nodekill.ps1 +0 -0
- package/{bin → binaries}/prod +0 -0
- package/binaries/prod.cjs +43 -0
- package/{bin → binaries}/rmfind +0 -0
- package/binaries/rmfind.cjs +43 -0
- package/{bin → binaries}/rmx +0 -0
- package/binaries/rmx.cjs +43 -0
- package/{bin → binaries}/submodule-token +0 -0
- package/binaries/submodule-token.cjs +43 -0
- package/docs-src/clean-github-actions-caches.md +26 -0
- package/docs-src/free-chatgpt.md +26 -0
- package/lib/binary-collections-config.cjs +3 -2
- package/lib/binary-collections-config.mjs +2 -2
- package/lib/binary-collections.cjs +452 -87
- package/lib/binary-collections.mjs +247 -8
- package/lib/changelog.cjs +328 -0
- package/lib/changelog.mjs +205 -0
- package/lib/chunk-4EWQC6GZ.mjs +382 -0
- package/lib/chunk-4ZI7BQKQ.mjs +381 -0
- package/lib/chunk-5J2BEPY5.mjs +83 -0
- package/lib/{chunk-4BYBVEYC.mjs → chunk-66PAU5PS.mjs} +5 -4
- package/lib/chunk-6HHJRKFB.mjs +59 -0
- package/lib/chunk-6S4NXESK.mjs +26 -0
- package/lib/{chunk-ZYAQRPUL.mjs → chunk-7YD7IPFF.mjs} +2 -2
- package/lib/{chunk-SH3L6HHV.mjs → chunk-A2JQXI5Z.mjs} +2 -2
- package/lib/{chunk-EGSSKVDH.mjs → chunk-A3VUZEJK.mjs} +1 -1
- package/lib/chunk-AGZYRDC2.mjs +323 -0
- package/lib/{chunk-VVEZVNIV.mjs → chunk-AI4CVPJ7.mjs} +6 -6
- package/lib/chunk-BDCHCWHD.mjs +136 -0
- package/lib/chunk-BEZKJ25G.mjs +140 -0
- package/lib/chunk-DI5MDPSN.mjs +386 -0
- package/lib/{chunk-ONIBBBQ3.mjs → chunk-E6FDDAOO.mjs} +4 -3
- package/lib/chunk-FKI7IEB5.mjs +172 -0
- package/lib/chunk-GJTGHXRA.mjs +356 -0
- package/lib/{chunk-YV7DO3YV.mjs → chunk-HLGOWBEO.mjs} +1 -1
- package/lib/chunk-HMRMTYZM.mjs +40 -0
- package/lib/chunk-HN52G2YL.mjs +305 -0
- package/lib/chunk-HO6GHCOB.mjs +385 -0
- package/lib/chunk-LEM5OMRP.mjs +384 -0
- package/lib/{chunk-YX5U7XDR.mjs → chunk-M3YIYRHT.mjs} +6 -5
- package/lib/chunk-O6SWBEOQ.mjs +81 -0
- package/lib/{chunk-JGR2NW6D.mjs → chunk-PDSXF5HY.mjs} +3 -3
- package/lib/{chunk-AASHBCRW.mjs → chunk-QQ4A6DLD.mjs} +8 -0
- package/lib/chunk-RCP7DHVY.mjs +190 -0
- package/lib/chunk-SBNDSKG5.mjs +136 -0
- package/lib/chunk-U6SO4QEV.mjs +320 -0
- package/lib/{chunk-APBWENF6.mjs → chunk-V3N3JEUF.mjs} +3 -3
- package/lib/chunk-XD6BJK6Q.mjs +351 -0
- package/lib/chunk-XVBFFVCJ.mjs +209 -0
- package/lib/chunk-YXSFGA2D.mjs +383 -0
- package/lib/clean-github-actions-caches.cjs +243 -148
- package/lib/clean-github-actions-caches.mjs +4 -3
- package/lib/del-gradle.cjs +2 -2
- package/lib/del-gradle.js +1 -1
- package/lib/del-gradle.mjs +2 -2
- package/lib/del-node-modules.cjs +2 -2
- package/lib/del-node-modules.js +1 -1
- package/lib/del-node-modules.mjs +2 -2
- package/lib/del-ps.cjs +29 -8
- package/lib/del-ps.js +2 -2
- package/lib/del-ps.mjs +7 -5
- package/lib/del-yarn-caches.cjs +26 -5
- package/lib/del-yarn-caches.js +38 -3
- package/lib/del-yarn-caches.mjs +6 -6
- package/lib/find-node-modules-cli.cjs +5 -4
- package/lib/find-node-modules-cli.js +1 -1
- package/lib/find-node-modules-cli.mjs +2 -2
- package/lib/find-node-modules.cjs +4 -3
- package/lib/{find-node-modules.d.ts → find-node-modules.d.cts} +1 -1
- package/lib/find-node-modules.mjs +2 -2
- package/lib/free-chatgpt.cjs +548 -0
- package/lib/free-chatgpt.d.ts +1 -0
- package/lib/free-chatgpt.js +51 -0
- package/lib/free-chatgpt.mjs +50 -0
- package/lib/git/gitattributes.cjs +1 -1
- package/lib/git/{gitattributes.d.mts → gitattributes.d.cts} +5 -7
- package/lib/git/gitattributes.mjs +2 -2
- package/lib/git/line-endings.cjs +297 -64
- package/lib/git/line-endings.mjs +4 -4
- package/lib/git/normalize.cjs +26 -36
- package/lib/git/normalize.mjs +2 -2
- package/lib/git/permissions.cjs +77 -11
- package/lib/git/permissions.mjs +3 -3
- package/lib/git/pull-strategy.cjs +76 -9
- package/lib/git/pull-strategy.mjs +3 -3
- package/lib/git/user-config.cjs +266 -83
- package/lib/git/user-config.mjs +4 -4
- package/lib/git/utils.cjs +40 -60
- package/lib/git/utils.mjs +2 -2
- package/lib/git-diff-cli.cjs +651 -0
- package/lib/git-diff-cli.d.ts +1 -0
- package/lib/git-diff-cli.js +15 -0
- package/lib/git-diff-cli.mjs +16 -0
- package/lib/git-diff.cjs +657 -58
- package/lib/git-diff.d.ts +38 -83
- package/lib/git-diff.js +152 -0
- package/lib/git-diff.mjs +23 -85
- package/lib/git-fix.cjs +685 -97
- package/lib/git-fix.mjs +12 -11
- package/lib/git-purge.cjs +3 -3
- package/lib/git-purge.d.cts +1 -0
- package/lib/git-purge.mjs +43 -37
- package/lib/index.cjs +7 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -5
- package/lib/index.mjs +4 -4
- package/lib/npm-run-series.cjs +3 -3
- package/lib/npm-run-series.mjs +42 -36
- package/lib/package-resolutions-updater.cjs +174 -1
- package/lib/package-resolutions-updater.mjs +270 -290
- package/lib/print-directory-tree.cjs +275 -210
- package/lib/print-directory-tree.mjs +2 -2
- package/lib/ps/connected-domain.cjs +25 -2
- package/lib/ps/connected-domain.d.ts +10 -2
- package/lib/ps/connected-domain.js +5 -2
- package/lib/ps/connected-domain.mjs +8 -4
- package/lib/ps/index.cjs +345 -322
- package/lib/ps/index.d.mjs +1 -1
- package/lib/ps/index.js +1 -1
- package/lib/ps/index.mjs +179 -182
- package/lib/ps/isWin.cjs +24 -1
- package/lib/ps/isWin.d.ts +1 -1
- package/lib/ps/isWin.js +3 -1
- package/lib/ps/isWin.mjs +8 -4
- package/lib/ps/table-parser.cjs +167 -159
- package/lib/ps/table-parser.d.ts +5 -0
- package/lib/ps/table-parser.js +10 -4
- package/lib/ps/table-parser.mjs +9 -5
- package/lib/remove-module.cjs +262 -0
- package/lib/remove-module.d.mts +1 -0
- package/lib/remove-module.mjs +111 -0
- package/lib/rmpath.cjs +274 -0
- package/lib/rmpath.d.mts +3 -0
- package/lib/rmpath.mjs +108 -0
- package/lib/submodule-install.cjs +264 -85
- package/lib/submodule-install.mjs +56 -7
- package/lib/submodule-remove-cli.cjs +103 -0
- package/lib/submodule-remove-cli.d.ts +1 -0
- package/lib/submodule-remove-cli.js +31 -0
- package/lib/submodule-remove-cli.mjs +28 -0
- package/lib/submodule-remove.cjs +43 -0
- package/lib/submodule-remove.d.cts +2 -0
- package/lib/submodule-remove.mjs +6 -0
- package/lib/utils/chatgpt.cjs +383 -0
- package/lib/utils/chatgpt.d.ts +31 -0
- package/lib/utils/chatgpt.js +541 -0
- package/lib/utils/chatgpt.mjs +8 -0
- package/lib/{utils.cjs → utils/index.cjs} +1 -1
- package/lib/{utils.mjs → utils/index.mjs} +2 -2
- package/lib/yarn-reinstall.cjs +172 -38
- package/lib/yarn-reinstall.mjs +2 -2
- package/package.json +91 -71
- package/readme.md +43 -69
- package/releases/readme.md +36 -0
- package/test/README.md +101 -0
- package/test/package.json +2 -1
- package/test-project/readme.md +26 -0
- package/tmp/test-repo/README.md +35 -0
- package/tmp/typedoc/readme.md +320 -0
- package/bin/bash-dummy +0 -56
- package/bin/bash-dummy.cmd +0 -25
- package/bin/dir-tree.cmd +0 -7
- package/bin/git-diff +0 -4
- package/bin/git-diff.cmd +0 -7
- package/bin/git-fix +0 -36
- package/bin/git-fix.cmd +0 -7
- package/bin/rmpath +0 -70
- package/bin/submodule-install.txt +0 -118
- package/bin/submodule-remove +0 -46
- package/bin/submodule.txt +0 -172
- package/lib/binary-collections-config.d.mts +0 -18
- package/lib/binary-collections-config.js +0 -39
- package/lib/binary-collections.d.mts +0 -121
- package/lib/binary-collections.d.ts +0 -121
- package/lib/chunk-DPKAJKFO.mjs +0 -171
- package/lib/chunk-G3THLIDT.mjs +0 -200
- package/lib/chunk-W3ENOM53.mjs +0 -18
- package/lib/clean-github-actions-caches.d.mts +0 -169
- package/lib/clean-github-actions-caches.d.ts +0 -169
- package/lib/del-gradle.d.mts +0 -2
- package/lib/del-node-modules.d.mts +0 -2
- package/lib/del-ps.d.mts +0 -2
- package/lib/del-yarn-caches.d.mts +0 -2
- package/lib/find-node-modules-cli.d.mts +0 -1
- package/lib/find-node-modules.d.mts +0 -13
- package/lib/find-node-modules.js +0 -53
- package/lib/git/line-endings.d.mts +0 -83
- package/lib/git/line-endings.d.ts +0 -83
- package/lib/git/normalize.d.mts +0 -43
- package/lib/git/normalize.d.ts +0 -43
- package/lib/git/permissions.d.mts +0 -17
- package/lib/git/permissions.d.ts +0 -17
- package/lib/git/pull-strategy.d.mts +0 -15
- package/lib/git/pull-strategy.d.ts +0 -15
- package/lib/git/user-config.d.mts +0 -105
- package/lib/git/user-config.d.ts +0 -105
- package/lib/git/utils.d.mts +0 -69
- package/lib/git/utils.d.ts +0 -69
- package/lib/git-diff.d.mts +0 -84
- package/lib/git-fix.d.mts +0 -141
- package/lib/git-fix.d.ts +0 -141
- package/lib/git-purge.d.mts +0 -2
- package/lib/git-purge.js +0 -59
- package/lib/index.d.mts +0 -1
- package/lib/npm-run-series.d.mts +0 -1
- package/lib/npm-run-series.d.ts +0 -2
- package/lib/npm-run-series.js +0 -86
- package/lib/package-resolutions-updater.d.ts +0 -326
- package/lib/print-directory-tree.d.mts +0 -234
- package/lib/print-directory-tree.d.ts +0 -234
- package/lib/ps/connected-domain.d.mts +0 -3
- package/lib/ps/index.d.d.mts +0 -26
- package/lib/ps/index.d.d.ts +0 -26
- package/lib/ps/index.d.mts +0 -26
- package/lib/ps/isWin.d.mts +0 -3
- package/lib/ps/table-parser.d.mts +0 -3
- package/lib/submodule-install.d.mts +0 -121
- package/lib/submodule-install.d.ts +0 -121
- package/lib/utils.d.mts +0 -40
- package/lib/utils.js +0 -181
- package/lib/yarn-reinstall.d.mts +0 -49
- package/lib/yarn-reinstall.d.ts +0 -49
- package/src/package-resolutions-updater.mjs +0 -325
- package/src/print-directory-tree.cjs +0 -234
- package/src/ps/index.js +0 -286
- package/src/yarn-reinstall.cjs +0 -49
- /package/{bin → binaries}/nodekill +0 -0
- /package/{bin → binaries}/nodekill.cmd +0 -0
- /package/lib/{binary-collections-config.d.ts → binary-collections-config.d.cts} +0 -0
- /package/lib/{git-purge.d.ts → changelog.d.cts} +0 -0
- /package/lib/{git-diff.d.cts → npm-run-series.d.cts} +0 -0
- /package/lib/{utils.d.ts → utils/index.d.cts} +0 -0
|
@@ -1,162 +1,257 @@
|
|
|
1
|
-
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
1
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
2
|
+
var __esm = (fn, res) => function __init() {
|
|
3
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
4
|
+
};
|
|
5
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
6
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
7
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
|
|
9
|
+
// node_modules/tsup/assets/cjs_shims.js
|
|
10
|
+
var init_cjs_shims = __esm({
|
|
11
|
+
"node_modules/tsup/assets/cjs_shims.js"() {
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
// src/utils/index.cjs
|
|
16
|
+
var require_utils = __commonJS({
|
|
17
|
+
"src/utils/index.cjs"(exports2, module2) {
|
|
18
|
+
init_cjs_shims();
|
|
19
|
+
var fs2 = require("fs");
|
|
20
|
+
var path2 = require("upath");
|
|
21
|
+
var argv = require("minimist")(process.argv.slice(2));
|
|
22
|
+
var { exec } = require("child_process");
|
|
23
|
+
var { URL: URL2 } = require("url");
|
|
24
|
+
var { promisify } = require("util");
|
|
25
|
+
var execAsync = promisify(exec);
|
|
26
|
+
async function parseGitRemotes2() {
|
|
27
|
+
try {
|
|
28
|
+
const { stdout } = await execAsync("git remote -v");
|
|
29
|
+
const lines = stdout.split("\n");
|
|
30
|
+
const remotes = {};
|
|
31
|
+
lines.forEach((line) => {
|
|
32
|
+
const [name, url] = line.split(" ");
|
|
33
|
+
if (name && url) {
|
|
34
|
+
const [repoUrl] = url.split(" ");
|
|
35
|
+
try {
|
|
36
|
+
const parsedUrl = new URL2(repoUrl);
|
|
37
|
+
const pathParts = parsedUrl.pathname.split("/").filter(Boolean);
|
|
38
|
+
if (parsedUrl.hostname === "github.com" && pathParts.length === 2) {
|
|
39
|
+
let repoPath = pathParts.join("/");
|
|
40
|
+
if (repoPath.endsWith(".git")) {
|
|
41
|
+
repoPath = repoPath.slice(0, -4);
|
|
42
|
+
}
|
|
43
|
+
remotes[name] = repoPath;
|
|
44
|
+
}
|
|
45
|
+
} catch (e) {
|
|
46
|
+
console.error("URL Parsing Error:", e.message);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
return remotes;
|
|
51
|
+
} catch (error) {
|
|
52
|
+
console.error("Error:", error.message);
|
|
53
|
+
return {};
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
module2.exports.parseGitRemotes = parseGitRemotes2;
|
|
57
|
+
function joinPathPreserveDriveLetter(...segments) {
|
|
58
|
+
let fullPath = require("path").join(...segments);
|
|
59
|
+
if (/^[a-z]:\\/.test(fullPath)) {
|
|
60
|
+
fullPath = fullPath.charAt(0).toUpperCase() + fullPath.slice(1);
|
|
61
|
+
}
|
|
62
|
+
return fullPath;
|
|
63
|
+
}
|
|
64
|
+
module2.exports.joinPathPreserveDriveLetter = joinPathPreserveDriveLetter;
|
|
65
|
+
function getArgs() {
|
|
66
|
+
return argv;
|
|
67
|
+
}
|
|
68
|
+
module2.exports.getArgs = getArgs;
|
|
69
|
+
function del(fullPath) {
|
|
70
|
+
if (fs2.statSync(fullPath).isDirectory()) {
|
|
71
|
+
const subdir = fs2.readdirSync(fullPath).map((dirPath) => path2.resolve(fullPath, dirPath));
|
|
72
|
+
for (let i = 0; i < subdir.length; i++) {
|
|
73
|
+
del(subdir[i]);
|
|
74
|
+
}
|
|
75
|
+
} else {
|
|
76
|
+
try {
|
|
77
|
+
fs2.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
|
|
78
|
+
console.log("deleted", fullPath);
|
|
79
|
+
} catch (_) {
|
|
80
|
+
console.log("failed delete", fullPath);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
module2.exports.del = del;
|
|
85
|
+
function delStream(globStream) {
|
|
86
|
+
globStream.stream().on("data", (result) => {
|
|
87
|
+
const fullPath = path2.resolve(process.cwd(), result);
|
|
88
|
+
if (fs2.statSync(fullPath).isDirectory()) {
|
|
89
|
+
const subdir = fs2.readdirSync(fullPath).map((dirPath) => path2.resolve(fullPath, dirPath));
|
|
90
|
+
for (let i = 0; i < subdir.length; i++) {
|
|
91
|
+
del(subdir[i]);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
del(fullPath);
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
module2.exports.delStream = delStream;
|
|
98
|
+
function getFileTreeString(hashArray) {
|
|
99
|
+
const tree = {};
|
|
100
|
+
const hashMap = {};
|
|
101
|
+
for (const entry of hashArray) {
|
|
102
|
+
const [filePath, hash] = entry.split(" ");
|
|
103
|
+
hashMap[filePath] = hash;
|
|
104
|
+
const parts = filePath.split("/");
|
|
105
|
+
let current = tree;
|
|
106
|
+
for (let i = 0; i < parts.length; i++) {
|
|
107
|
+
const part = parts[i];
|
|
108
|
+
if (i === parts.length - 1) {
|
|
109
|
+
current[part] = null;
|
|
110
|
+
} else {
|
|
111
|
+
current[part] = current[part] || {};
|
|
112
|
+
current = current[part];
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
function printNode(node, prefix = "", parentPath = "") {
|
|
117
|
+
const keys = Object.keys(node).sort();
|
|
118
|
+
let lines = [];
|
|
119
|
+
keys.forEach((key, idx) => {
|
|
120
|
+
const isLast = idx === keys.length - 1;
|
|
121
|
+
const branch = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
|
|
122
|
+
const currentPath = parentPath ? parentPath + "/" + key : key;
|
|
123
|
+
if (node[key] === null) {
|
|
124
|
+
lines.push(prefix + branch + key + " [" + (hashMap[currentPath] || "") + "]");
|
|
125
|
+
} else {
|
|
126
|
+
lines.push(prefix + branch + key + "/");
|
|
127
|
+
lines = lines.concat(printNode(node[key], prefix + (isLast ? " " : "\u2502 "), currentPath));
|
|
128
|
+
}
|
|
129
|
+
});
|
|
130
|
+
return lines;
|
|
131
|
+
}
|
|
132
|
+
return printNode(tree, "", "").join("\n");
|
|
133
|
+
}
|
|
134
|
+
module2.exports.getFileTreeString = getFileTreeString;
|
|
135
|
+
var delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
136
|
+
module2.exports.delay = delay;
|
|
137
|
+
}
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
// src/clean-github-actions-caches.cjs
|
|
141
|
+
init_cjs_shims();
|
|
142
|
+
var axios = require("axios");
|
|
143
|
+
var { parseGitRemotes } = require_utils();
|
|
144
|
+
var path = require("upath");
|
|
145
|
+
var fs = require("fs");
|
|
146
|
+
var projectDir = process.cwd();
|
|
147
|
+
var envPath = path.join(projectDir, ".env");
|
|
18
148
|
if (fs.existsSync(envPath)) {
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
console.warn(`.env file not found at ${envPath}`);
|
|
149
|
+
require("dotenv").config({ path: envPath });
|
|
150
|
+
} else {
|
|
151
|
+
console.warn(`.env file not found at ${envPath}`);
|
|
23
152
|
}
|
|
24
|
-
|
|
25
|
-
|
|
153
|
+
require("dotenv").config({ path: path.join(process.cwd(), ".env") });
|
|
154
|
+
var ACCESS_TOKEN = process.env.GITHUB_TOKEN || process.env.ACCESS_TOKEN;
|
|
26
155
|
if (!ACCESS_TOKEN) {
|
|
27
|
-
|
|
156
|
+
throw new Error(
|
|
157
|
+
"Access token is not provided. Please set ACCESS_TOKEN or GITHUB_TOKEN in your environment variables."
|
|
158
|
+
);
|
|
28
159
|
}
|
|
29
|
-
/**
|
|
30
|
-
* Deletes a GitHub Actions cache.
|
|
31
|
-
* @param {string} GH_REPO - The GitHub repository in the format "owner/repo".
|
|
32
|
-
* @param {string} cacheId - The ID of the cache to delete.
|
|
33
|
-
* @returns {Promise} - A promise that resolves on success and rejects on error.
|
|
34
|
-
*/
|
|
35
160
|
function deleteGitHubActionsCache(GH_REPO, cacheId) {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
var _a;
|
|
55
|
-
console.error("Error deleting cache:", ((_a = error.response) === null || _a === void 0 ? void 0 : _a.data) || error.message || "Unknown error");
|
|
56
|
-
reject(error); // Reject with the error
|
|
57
|
-
});
|
|
161
|
+
return new Promise((resolve, reject) => {
|
|
162
|
+
const url = `https://api.github.com/repos/${GH_REPO}/actions/caches/${cacheId}`;
|
|
163
|
+
const token = ACCESS_TOKEN;
|
|
164
|
+
if (!token) {
|
|
165
|
+
return reject(new Error("Access token is not provided"));
|
|
166
|
+
}
|
|
167
|
+
axios.delete(url, {
|
|
168
|
+
headers: {
|
|
169
|
+
Authorization: `token ${token}`,
|
|
170
|
+
Accept: "application/vnd.github.v3+json"
|
|
171
|
+
}
|
|
172
|
+
}).then((response) => {
|
|
173
|
+
console.log(`Cache (${cacheId}) deleted successfully`, response.data);
|
|
174
|
+
resolve(response.data);
|
|
175
|
+
}).catch((error) => {
|
|
176
|
+
var _a;
|
|
177
|
+
console.error("Error deleting cache:", ((_a = error.response) == null ? void 0 : _a.data) || error.message || "Unknown error");
|
|
178
|
+
reject(error);
|
|
58
179
|
});
|
|
180
|
+
});
|
|
59
181
|
}
|
|
60
|
-
/**
|
|
61
|
-
* list github actions caches
|
|
62
|
-
* @param {string} GH_REPO
|
|
63
|
-
* @returns {Promise<Record<string, Record<string, any>[]>>}
|
|
64
|
-
*/
|
|
65
182
|
function get_caches(GH_REPO) {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
const prefix = getPrefix(item.key);
|
|
105
|
-
if (!acc[prefix]) {
|
|
106
|
-
acc[prefix] = [];
|
|
107
|
-
}
|
|
108
|
-
acc[prefix].push(item);
|
|
109
|
-
return acc;
|
|
110
|
-
}, {});
|
|
111
|
-
// Convert the grouped object into an array of arrays
|
|
112
|
-
// const result = Object.values(grouped);
|
|
113
|
-
resolve(grouped);
|
|
114
|
-
})
|
|
115
|
-
.catch((error) => {
|
|
116
|
-
console.error("Error fetching data:", error);
|
|
117
|
-
reject(error); // Reject the promise with the error
|
|
118
|
-
});
|
|
183
|
+
const url = `https://api.github.com/repos/${GH_REPO}/actions/caches`;
|
|
184
|
+
return new Promise((resolve, reject) => {
|
|
185
|
+
axios.get(url, {
|
|
186
|
+
headers: {
|
|
187
|
+
Accept: "application/vnd.github.v3+json",
|
|
188
|
+
Authorization: `token ${ACCESS_TOKEN}`
|
|
189
|
+
}
|
|
190
|
+
}).then((response) => {
|
|
191
|
+
const data = response.data.actions_caches;
|
|
192
|
+
const getPrefix = (key) => {
|
|
193
|
+
const split = key.split(/[-_]/);
|
|
194
|
+
if (split.length == 3) {
|
|
195
|
+
return `${split[0]}-${split[1]}`;
|
|
196
|
+
} else if (split.length > 3) {
|
|
197
|
+
return `${split[0]}-${split[1]}-${split[2]}`;
|
|
198
|
+
}
|
|
199
|
+
return split[0];
|
|
200
|
+
};
|
|
201
|
+
const grouped = data.reduce(
|
|
202
|
+
/**
|
|
203
|
+
* @param {Record<string, Record<string, any>[]>} acc
|
|
204
|
+
* @param {Record<string, any>} item
|
|
205
|
+
* @returns {Record<string, Record<string, any>[]>}
|
|
206
|
+
*/
|
|
207
|
+
(acc, item) => {
|
|
208
|
+
const prefix = getPrefix(item.key);
|
|
209
|
+
if (!acc[prefix]) {
|
|
210
|
+
acc[prefix] = [];
|
|
211
|
+
}
|
|
212
|
+
acc[prefix].push(item);
|
|
213
|
+
return acc;
|
|
214
|
+
},
|
|
215
|
+
{}
|
|
216
|
+
);
|
|
217
|
+
resolve(grouped);
|
|
218
|
+
}).catch((error) => {
|
|
219
|
+
console.error("Error fetching data:", error);
|
|
220
|
+
reject(error);
|
|
119
221
|
});
|
|
222
|
+
});
|
|
120
223
|
}
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
const
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
yield deleteGitHubActionsCache(GH_REPO, id);
|
|
143
|
-
}
|
|
144
|
-
catch (err) {
|
|
145
|
-
console.error(`Error deleting cache ${id}:`, err);
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
else {
|
|
150
|
-
console.log(`cache prefix ${key} no cache left`);
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
else {
|
|
154
|
-
console.log(`cache prefix ${key} only have 1 cache`);
|
|
155
|
-
}
|
|
224
|
+
(async () => {
|
|
225
|
+
try {
|
|
226
|
+
const remotes = await parseGitRemotes();
|
|
227
|
+
const GH_REPO = remotes.origin;
|
|
228
|
+
const caches = await get_caches(GH_REPO);
|
|
229
|
+
for (const key in caches) {
|
|
230
|
+
if (Object.hasOwnProperty.call(caches, key)) {
|
|
231
|
+
const items = caches[key].sort((a, b) => new Date(b.created_at) - new Date(a.created_at)).map((item) => ({
|
|
232
|
+
...item,
|
|
233
|
+
human_readable_date: new Date(item.created_at).toLocaleString()
|
|
234
|
+
}));
|
|
235
|
+
if (items.length > 1) {
|
|
236
|
+
const ids = items.map((o) => o.id);
|
|
237
|
+
ids.shift();
|
|
238
|
+
if (ids.length > 0) {
|
|
239
|
+
for (const id of ids) {
|
|
240
|
+
try {
|
|
241
|
+
await deleteGitHubActionsCache(GH_REPO, id);
|
|
242
|
+
} catch (err) {
|
|
243
|
+
console.error(`Error deleting cache ${id}:`, err);
|
|
244
|
+
}
|
|
156
245
|
}
|
|
246
|
+
} else {
|
|
247
|
+
console.log(`cache prefix ${key} no cache left`);
|
|
248
|
+
}
|
|
249
|
+
} else {
|
|
250
|
+
console.log(`cache prefix ${key} only have 1 cache`);
|
|
157
251
|
}
|
|
252
|
+
}
|
|
158
253
|
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
})
|
|
254
|
+
} catch (e) {
|
|
255
|
+
console.error(`Error: ${e}`);
|
|
256
|
+
}
|
|
257
|
+
})();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_utils
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-V3N3JEUF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__commonJS,
|
|
7
7
|
__require,
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QQ4A6DLD.mjs";
|
|
10
10
|
|
|
11
11
|
// src/clean-github-actions-caches.cjs
|
|
12
12
|
var require_clean_github_actions_caches = __commonJS({
|
|
@@ -23,7 +23,8 @@ var require_clean_github_actions_caches = __commonJS({
|
|
|
23
23
|
} else {
|
|
24
24
|
console.warn(`.env file not found at ${envPath}`);
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
__require("dotenv").config({ path: path.join(process.cwd(), ".env") });
|
|
27
|
+
var ACCESS_TOKEN = process.env.GITHUB_TOKEN || process.env.ACCESS_TOKEN;
|
|
27
28
|
if (!ACCESS_TOKEN) {
|
|
28
29
|
throw new Error(
|
|
29
30
|
"Access token is not provided. Please set ACCESS_TOKEN or GITHUB_TOKEN in your environment variables."
|
package/lib/del-gradle.cjs
CHANGED
|
@@ -12,9 +12,9 @@ var init_cjs_shims = __esm({
|
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
14
|
|
|
15
|
-
// src/utils.
|
|
15
|
+
// src/utils/index.cjs
|
|
16
16
|
var require_utils = __commonJS({
|
|
17
|
-
"src/utils.
|
|
17
|
+
"src/utils/index.cjs"(exports2, module2) {
|
|
18
18
|
init_cjs_shims();
|
|
19
19
|
var fs = require("fs");
|
|
20
20
|
var path2 = require("upath");
|
package/lib/del-gradle.js
CHANGED
package/lib/del-gradle.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_utils
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-V3N3JEUF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__require,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-QQ4A6DLD.mjs";
|
|
9
9
|
|
|
10
10
|
// src/del-gradle.js
|
|
11
11
|
init_esm_shims();
|
package/lib/del-node-modules.cjs
CHANGED
|
@@ -12,9 +12,9 @@ var init_cjs_shims = __esm({
|
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
14
|
|
|
15
|
-
// src/utils.
|
|
15
|
+
// src/utils/index.cjs
|
|
16
16
|
var require_utils = __commonJS({
|
|
17
|
-
"src/utils.
|
|
17
|
+
"src/utils/index.cjs"(exports2, module2) {
|
|
18
18
|
init_cjs_shims();
|
|
19
19
|
var fs = require("fs");
|
|
20
20
|
var path = require("upath");
|
package/lib/del-node-modules.js
CHANGED
package/lib/del-node-modules.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_utils
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-V3N3JEUF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__require,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-QQ4A6DLD.mjs";
|
|
9
9
|
|
|
10
10
|
// src/del-node-modules.js
|
|
11
11
|
init_esm_shims();
|
package/lib/del-ps.cjs
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
1
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
2
5
|
var __esm = (fn, res) => function __init() {
|
|
3
6
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
4
7
|
};
|
|
5
8
|
var __commonJS = (cb, mod) => function __require() {
|
|
6
9
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
7
10
|
};
|
|
11
|
+
var __export = (target, all) => {
|
|
12
|
+
for (var name in all)
|
|
13
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
14
|
+
};
|
|
15
|
+
var __copyProps = (to, from, except, desc) => {
|
|
16
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
17
|
+
for (let key of __getOwnPropNames(from))
|
|
18
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
19
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
20
|
+
}
|
|
21
|
+
return to;
|
|
22
|
+
};
|
|
23
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
8
24
|
|
|
9
25
|
// node_modules/tsup/assets/cjs_shims.js
|
|
10
26
|
var init_cjs_shims = __esm({
|
|
@@ -13,17 +29,22 @@ var init_cjs_shims = __esm({
|
|
|
13
29
|
});
|
|
14
30
|
|
|
15
31
|
// src/ps/isWin.js
|
|
16
|
-
var
|
|
17
|
-
|
|
32
|
+
var isWin_exports = {};
|
|
33
|
+
__export(isWin_exports, {
|
|
34
|
+
default: () => isWin_default
|
|
35
|
+
});
|
|
36
|
+
var isWin, isWin_default;
|
|
37
|
+
var init_isWin = __esm({
|
|
38
|
+
"src/ps/isWin.js"() {
|
|
18
39
|
init_cjs_shims();
|
|
19
|
-
|
|
20
|
-
|
|
40
|
+
isWin = process.platform === "win32";
|
|
41
|
+
isWin_default = isWin;
|
|
21
42
|
}
|
|
22
43
|
});
|
|
23
44
|
|
|
24
|
-
// src/utils.
|
|
45
|
+
// src/utils/index.cjs
|
|
25
46
|
var require_utils = __commonJS({
|
|
26
|
-
"src/utils.
|
|
47
|
+
"src/utils/index.cjs"(exports2, module2) {
|
|
27
48
|
init_cjs_shims();
|
|
28
49
|
var fs = require("fs");
|
|
29
50
|
var path = require("upath");
|
|
@@ -150,7 +171,7 @@ var require_utils = __commonJS({
|
|
|
150
171
|
init_cjs_shims();
|
|
151
172
|
var crossSpawn = require("cross-spawn");
|
|
152
173
|
var ps = require("ps-node");
|
|
153
|
-
var
|
|
174
|
+
var isWin2 = (init_isWin(), __toCommonJS(isWin_exports)).default;
|
|
154
175
|
var { getArgs } = require_utils();
|
|
155
176
|
getArgs()._.forEach((command) => {
|
|
156
177
|
ps.lookup(
|
|
@@ -164,7 +185,7 @@ getArgs()._.forEach((command) => {
|
|
|
164
185
|
}
|
|
165
186
|
resultList.forEach(function(process2) {
|
|
166
187
|
if (process2) {
|
|
167
|
-
if (!
|
|
188
|
+
if (!isWin2) {
|
|
168
189
|
crossSpawn.spawnAsync("kill", ["-9", process2.pid]).catch((e) => console.log(`kill failed ${e.message}`));
|
|
169
190
|
crossSpawn.spawnAsync("killall", ["-9", process2.pid]).catch((e) => console.log(`killall failed ${e.message}`));
|
|
170
191
|
} else {
|
package/lib/del-ps.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const crossSpawn = require("cross-spawn");
|
|
2
2
|
const ps = require("ps-node");
|
|
3
|
-
const isWin = require("./ps/isWin");
|
|
4
|
-
const { getArgs } = require("./utils.
|
|
3
|
+
const isWin = require("./ps/isWin.js").default;
|
|
4
|
+
const { getArgs } = require("./utils/index.cjs");
|
|
5
5
|
getArgs()._.forEach((command) => {
|
|
6
6
|
ps.lookup({
|
|
7
7
|
command,
|
package/lib/del-ps.mjs
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
init_isWin,
|
|
4
|
+
isWin_exports
|
|
5
|
+
} from "./chunk-6S4NXESK.mjs";
|
|
5
6
|
import {
|
|
6
7
|
require_utils
|
|
7
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-V3N3JEUF.mjs";
|
|
8
9
|
import {
|
|
9
10
|
__require,
|
|
11
|
+
__toCommonJS,
|
|
10
12
|
init_esm_shims
|
|
11
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QQ4A6DLD.mjs";
|
|
12
14
|
|
|
13
15
|
// src/del-ps.js
|
|
14
16
|
init_esm_shims();
|
|
15
17
|
var crossSpawn = __require("cross-spawn");
|
|
16
18
|
var ps = __require("ps-node");
|
|
17
|
-
var isWin =
|
|
19
|
+
var isWin = (init_isWin(), __toCommonJS(isWin_exports)).default;
|
|
18
20
|
var { getArgs } = require_utils();
|
|
19
21
|
getArgs()._.forEach((command) => {
|
|
20
22
|
ps.lookup(
|