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.
Files changed (250) hide show
  1. package/binaries/binary-executor.cjs +43 -0
  2. package/{bin → binaries}/clean-nodemodule +0 -0
  3. package/binaries/clean-nodemodule.cjs +43 -0
  4. package/binaries/clean-nodemodule.cmd +4 -0
  5. package/{bin → binaries}/clean-nodemodules +0 -0
  6. package/binaries/clean-nodemodules.cjs +43 -0
  7. package/binaries/clean-nodemodules.cmd +5 -0
  8. package/{bin → binaries}/dev +0 -0
  9. package/binaries/dev.cjs +43 -0
  10. package/{bin → binaries}/empty +0 -0
  11. package/binaries/empty.cjs +43 -0
  12. package/{bin → binaries}/git-reduce-size +0 -0
  13. package/binaries/git-reduce-size.cjs +43 -0
  14. package/binaries/javakill.cjs +43 -0
  15. package/{bin → binaries}/javakill.cmd +0 -0
  16. package/{bin → binaries}/kill-process +0 -0
  17. package/binaries/kill-process.cjs +43 -0
  18. package/binaries/nodekill.cjs +43 -0
  19. package/{bin → binaries}/nodekill.ps1 +0 -0
  20. package/{bin → binaries}/prod +0 -0
  21. package/binaries/prod.cjs +43 -0
  22. package/{bin → binaries}/rmfind +0 -0
  23. package/binaries/rmfind.cjs +43 -0
  24. package/{bin → binaries}/rmx +0 -0
  25. package/binaries/rmx.cjs +43 -0
  26. package/{bin → binaries}/submodule-token +0 -0
  27. package/binaries/submodule-token.cjs +43 -0
  28. package/docs-src/clean-github-actions-caches.md +26 -0
  29. package/docs-src/free-chatgpt.md +26 -0
  30. package/lib/binary-collections-config.cjs +3 -2
  31. package/lib/binary-collections-config.mjs +2 -2
  32. package/lib/binary-collections.cjs +452 -87
  33. package/lib/binary-collections.mjs +247 -8
  34. package/lib/changelog.cjs +328 -0
  35. package/lib/changelog.mjs +205 -0
  36. package/lib/chunk-4EWQC6GZ.mjs +382 -0
  37. package/lib/chunk-4ZI7BQKQ.mjs +381 -0
  38. package/lib/chunk-5J2BEPY5.mjs +83 -0
  39. package/lib/{chunk-4BYBVEYC.mjs → chunk-66PAU5PS.mjs} +5 -4
  40. package/lib/chunk-6HHJRKFB.mjs +59 -0
  41. package/lib/chunk-6S4NXESK.mjs +26 -0
  42. package/lib/{chunk-ZYAQRPUL.mjs → chunk-7YD7IPFF.mjs} +2 -2
  43. package/lib/{chunk-SH3L6HHV.mjs → chunk-A2JQXI5Z.mjs} +2 -2
  44. package/lib/{chunk-EGSSKVDH.mjs → chunk-A3VUZEJK.mjs} +1 -1
  45. package/lib/chunk-AGZYRDC2.mjs +323 -0
  46. package/lib/{chunk-VVEZVNIV.mjs → chunk-AI4CVPJ7.mjs} +6 -6
  47. package/lib/chunk-BDCHCWHD.mjs +136 -0
  48. package/lib/chunk-BEZKJ25G.mjs +140 -0
  49. package/lib/chunk-DI5MDPSN.mjs +386 -0
  50. package/lib/{chunk-ONIBBBQ3.mjs → chunk-E6FDDAOO.mjs} +4 -3
  51. package/lib/chunk-FKI7IEB5.mjs +172 -0
  52. package/lib/chunk-GJTGHXRA.mjs +356 -0
  53. package/lib/{chunk-YV7DO3YV.mjs → chunk-HLGOWBEO.mjs} +1 -1
  54. package/lib/chunk-HMRMTYZM.mjs +40 -0
  55. package/lib/chunk-HN52G2YL.mjs +305 -0
  56. package/lib/chunk-HO6GHCOB.mjs +385 -0
  57. package/lib/chunk-LEM5OMRP.mjs +384 -0
  58. package/lib/{chunk-YX5U7XDR.mjs → chunk-M3YIYRHT.mjs} +6 -5
  59. package/lib/chunk-O6SWBEOQ.mjs +81 -0
  60. package/lib/{chunk-JGR2NW6D.mjs → chunk-PDSXF5HY.mjs} +3 -3
  61. package/lib/{chunk-AASHBCRW.mjs → chunk-QQ4A6DLD.mjs} +8 -0
  62. package/lib/chunk-RCP7DHVY.mjs +190 -0
  63. package/lib/chunk-SBNDSKG5.mjs +136 -0
  64. package/lib/chunk-U6SO4QEV.mjs +320 -0
  65. package/lib/{chunk-APBWENF6.mjs → chunk-V3N3JEUF.mjs} +3 -3
  66. package/lib/chunk-XD6BJK6Q.mjs +351 -0
  67. package/lib/chunk-XVBFFVCJ.mjs +209 -0
  68. package/lib/chunk-YXSFGA2D.mjs +383 -0
  69. package/lib/clean-github-actions-caches.cjs +243 -148
  70. package/lib/clean-github-actions-caches.mjs +4 -3
  71. package/lib/del-gradle.cjs +2 -2
  72. package/lib/del-gradle.js +1 -1
  73. package/lib/del-gradle.mjs +2 -2
  74. package/lib/del-node-modules.cjs +2 -2
  75. package/lib/del-node-modules.js +1 -1
  76. package/lib/del-node-modules.mjs +2 -2
  77. package/lib/del-ps.cjs +29 -8
  78. package/lib/del-ps.js +2 -2
  79. package/lib/del-ps.mjs +7 -5
  80. package/lib/del-yarn-caches.cjs +26 -5
  81. package/lib/del-yarn-caches.js +38 -3
  82. package/lib/del-yarn-caches.mjs +6 -6
  83. package/lib/find-node-modules-cli.cjs +5 -4
  84. package/lib/find-node-modules-cli.js +1 -1
  85. package/lib/find-node-modules-cli.mjs +2 -2
  86. package/lib/find-node-modules.cjs +4 -3
  87. package/lib/{find-node-modules.d.ts → find-node-modules.d.cts} +1 -1
  88. package/lib/find-node-modules.mjs +2 -2
  89. package/lib/free-chatgpt.cjs +548 -0
  90. package/lib/free-chatgpt.d.ts +1 -0
  91. package/lib/free-chatgpt.js +51 -0
  92. package/lib/free-chatgpt.mjs +50 -0
  93. package/lib/git/gitattributes.cjs +1 -1
  94. package/lib/git/{gitattributes.d.mts → gitattributes.d.cts} +5 -7
  95. package/lib/git/gitattributes.mjs +2 -2
  96. package/lib/git/line-endings.cjs +297 -64
  97. package/lib/git/line-endings.mjs +4 -4
  98. package/lib/git/normalize.cjs +26 -36
  99. package/lib/git/normalize.mjs +2 -2
  100. package/lib/git/permissions.cjs +77 -11
  101. package/lib/git/permissions.mjs +3 -3
  102. package/lib/git/pull-strategy.cjs +76 -9
  103. package/lib/git/pull-strategy.mjs +3 -3
  104. package/lib/git/user-config.cjs +266 -83
  105. package/lib/git/user-config.mjs +4 -4
  106. package/lib/git/utils.cjs +40 -60
  107. package/lib/git/utils.mjs +2 -2
  108. package/lib/git-diff-cli.cjs +651 -0
  109. package/lib/git-diff-cli.d.ts +1 -0
  110. package/lib/git-diff-cli.js +15 -0
  111. package/lib/git-diff-cli.mjs +16 -0
  112. package/lib/git-diff.cjs +657 -58
  113. package/lib/git-diff.d.ts +38 -83
  114. package/lib/git-diff.js +152 -0
  115. package/lib/git-diff.mjs +23 -85
  116. package/lib/git-fix.cjs +685 -97
  117. package/lib/git-fix.mjs +12 -11
  118. package/lib/git-purge.cjs +3 -3
  119. package/lib/git-purge.d.cts +1 -0
  120. package/lib/git-purge.mjs +43 -37
  121. package/lib/index.cjs +7 -6
  122. package/lib/index.d.ts +1 -1
  123. package/lib/index.js +2 -5
  124. package/lib/index.mjs +4 -4
  125. package/lib/npm-run-series.cjs +3 -3
  126. package/lib/npm-run-series.mjs +42 -36
  127. package/lib/package-resolutions-updater.cjs +174 -1
  128. package/lib/package-resolutions-updater.mjs +270 -290
  129. package/lib/print-directory-tree.cjs +275 -210
  130. package/lib/print-directory-tree.mjs +2 -2
  131. package/lib/ps/connected-domain.cjs +25 -2
  132. package/lib/ps/connected-domain.d.ts +10 -2
  133. package/lib/ps/connected-domain.js +5 -2
  134. package/lib/ps/connected-domain.mjs +8 -4
  135. package/lib/ps/index.cjs +345 -322
  136. package/lib/ps/index.d.mjs +1 -1
  137. package/lib/ps/index.js +1 -1
  138. package/lib/ps/index.mjs +179 -182
  139. package/lib/ps/isWin.cjs +24 -1
  140. package/lib/ps/isWin.d.ts +1 -1
  141. package/lib/ps/isWin.js +3 -1
  142. package/lib/ps/isWin.mjs +8 -4
  143. package/lib/ps/table-parser.cjs +167 -159
  144. package/lib/ps/table-parser.d.ts +5 -0
  145. package/lib/ps/table-parser.js +10 -4
  146. package/lib/ps/table-parser.mjs +9 -5
  147. package/lib/remove-module.cjs +262 -0
  148. package/lib/remove-module.d.mts +1 -0
  149. package/lib/remove-module.mjs +111 -0
  150. package/lib/rmpath.cjs +274 -0
  151. package/lib/rmpath.d.mts +3 -0
  152. package/lib/rmpath.mjs +108 -0
  153. package/lib/submodule-install.cjs +264 -85
  154. package/lib/submodule-install.mjs +56 -7
  155. package/lib/submodule-remove-cli.cjs +103 -0
  156. package/lib/submodule-remove-cli.d.ts +1 -0
  157. package/lib/submodule-remove-cli.js +31 -0
  158. package/lib/submodule-remove-cli.mjs +28 -0
  159. package/lib/submodule-remove.cjs +43 -0
  160. package/lib/submodule-remove.d.cts +2 -0
  161. package/lib/submodule-remove.mjs +6 -0
  162. package/lib/utils/chatgpt.cjs +383 -0
  163. package/lib/utils/chatgpt.d.ts +31 -0
  164. package/lib/utils/chatgpt.js +541 -0
  165. package/lib/utils/chatgpt.mjs +8 -0
  166. package/lib/{utils.cjs → utils/index.cjs} +1 -1
  167. package/lib/{utils.mjs → utils/index.mjs} +2 -2
  168. package/lib/yarn-reinstall.cjs +172 -38
  169. package/lib/yarn-reinstall.mjs +2 -2
  170. package/package.json +91 -71
  171. package/readme.md +43 -69
  172. package/releases/readme.md +36 -0
  173. package/test/README.md +101 -0
  174. package/test/package.json +2 -1
  175. package/test-project/readme.md +26 -0
  176. package/tmp/test-repo/README.md +35 -0
  177. package/tmp/typedoc/readme.md +320 -0
  178. package/bin/bash-dummy +0 -56
  179. package/bin/bash-dummy.cmd +0 -25
  180. package/bin/dir-tree.cmd +0 -7
  181. package/bin/git-diff +0 -4
  182. package/bin/git-diff.cmd +0 -7
  183. package/bin/git-fix +0 -36
  184. package/bin/git-fix.cmd +0 -7
  185. package/bin/rmpath +0 -70
  186. package/bin/submodule-install.txt +0 -118
  187. package/bin/submodule-remove +0 -46
  188. package/bin/submodule.txt +0 -172
  189. package/lib/binary-collections-config.d.mts +0 -18
  190. package/lib/binary-collections-config.js +0 -39
  191. package/lib/binary-collections.d.mts +0 -121
  192. package/lib/binary-collections.d.ts +0 -121
  193. package/lib/chunk-DPKAJKFO.mjs +0 -171
  194. package/lib/chunk-G3THLIDT.mjs +0 -200
  195. package/lib/chunk-W3ENOM53.mjs +0 -18
  196. package/lib/clean-github-actions-caches.d.mts +0 -169
  197. package/lib/clean-github-actions-caches.d.ts +0 -169
  198. package/lib/del-gradle.d.mts +0 -2
  199. package/lib/del-node-modules.d.mts +0 -2
  200. package/lib/del-ps.d.mts +0 -2
  201. package/lib/del-yarn-caches.d.mts +0 -2
  202. package/lib/find-node-modules-cli.d.mts +0 -1
  203. package/lib/find-node-modules.d.mts +0 -13
  204. package/lib/find-node-modules.js +0 -53
  205. package/lib/git/line-endings.d.mts +0 -83
  206. package/lib/git/line-endings.d.ts +0 -83
  207. package/lib/git/normalize.d.mts +0 -43
  208. package/lib/git/normalize.d.ts +0 -43
  209. package/lib/git/permissions.d.mts +0 -17
  210. package/lib/git/permissions.d.ts +0 -17
  211. package/lib/git/pull-strategy.d.mts +0 -15
  212. package/lib/git/pull-strategy.d.ts +0 -15
  213. package/lib/git/user-config.d.mts +0 -105
  214. package/lib/git/user-config.d.ts +0 -105
  215. package/lib/git/utils.d.mts +0 -69
  216. package/lib/git/utils.d.ts +0 -69
  217. package/lib/git-diff.d.mts +0 -84
  218. package/lib/git-fix.d.mts +0 -141
  219. package/lib/git-fix.d.ts +0 -141
  220. package/lib/git-purge.d.mts +0 -2
  221. package/lib/git-purge.js +0 -59
  222. package/lib/index.d.mts +0 -1
  223. package/lib/npm-run-series.d.mts +0 -1
  224. package/lib/npm-run-series.d.ts +0 -2
  225. package/lib/npm-run-series.js +0 -86
  226. package/lib/package-resolutions-updater.d.ts +0 -326
  227. package/lib/print-directory-tree.d.mts +0 -234
  228. package/lib/print-directory-tree.d.ts +0 -234
  229. package/lib/ps/connected-domain.d.mts +0 -3
  230. package/lib/ps/index.d.d.mts +0 -26
  231. package/lib/ps/index.d.d.ts +0 -26
  232. package/lib/ps/index.d.mts +0 -26
  233. package/lib/ps/isWin.d.mts +0 -3
  234. package/lib/ps/table-parser.d.mts +0 -3
  235. package/lib/submodule-install.d.mts +0 -121
  236. package/lib/submodule-install.d.ts +0 -121
  237. package/lib/utils.d.mts +0 -40
  238. package/lib/utils.js +0 -181
  239. package/lib/yarn-reinstall.d.mts +0 -49
  240. package/lib/yarn-reinstall.d.ts +0 -49
  241. package/src/package-resolutions-updater.mjs +0 -325
  242. package/src/print-directory-tree.cjs +0 -234
  243. package/src/ps/index.js +0 -286
  244. package/src/yarn-reinstall.cjs +0 -49
  245. /package/{bin → binaries}/nodekill +0 -0
  246. /package/{bin → binaries}/nodekill.cmd +0 -0
  247. /package/lib/{binary-collections-config.d.ts → binary-collections-config.d.cts} +0 -0
  248. /package/lib/{git-purge.d.ts → changelog.d.cts} +0 -0
  249. /package/lib/{git-diff.d.cts → npm-run-series.d.cts} +0 -0
  250. /package/lib/{utils.d.ts → utils/index.d.cts} +0 -0
package/lib/utils.js DELETED
@@ -1,181 +0,0 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
10
- const fs = require("fs");
11
- const path = require("upath");
12
- const argv = require("minimist")(process.argv.slice(2));
13
- const { exec } = require("child_process");
14
- const { URL } = require("url");
15
- const { promisify } = require("util");
16
- /**
17
- * Promisified version of Node.js exec function for async shell command execution.
18
- * @type {(command: string) => Promise<{ stdout: string, stderr: string }>}
19
- */
20
- const execAsync = promisify(exec);
21
- function parseGitRemotes() {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- try {
24
- // Run the `git remote -v` command
25
- const { stdout } = yield execAsync("git remote -v");
26
- // Split the output into lines
27
- const lines = stdout.split("\n");
28
- // Object to hold the remotes
29
- const remotes = {};
30
- // Process each line
31
- lines.forEach((line) => {
32
- const [name, url] = line.split("\t");
33
- if (name && url) {
34
- const [repoUrl] = url.split(" ");
35
- try {
36
- // Parse the URL
37
- const parsedUrl = new URL(repoUrl);
38
- // Extract the path from the URL
39
- const pathParts = parsedUrl.pathname.split("/").filter(Boolean);
40
- // Check if the URL is from GitHub and has the username/repo format
41
- if (parsedUrl.hostname === "github.com" && pathParts.length === 2) {
42
- // Remove the `.git` suffix if present
43
- let repoPath = pathParts.join("/");
44
- if (repoPath.endsWith(".git")) {
45
- repoPath = repoPath.slice(0, -4); // Remove the `.git` suffix
46
- }
47
- remotes[name] = repoPath;
48
- }
49
- }
50
- catch (e) {
51
- console.error("URL Parsing Error:", e.message);
52
- }
53
- }
54
- });
55
- return remotes;
56
- }
57
- catch (error) {
58
- console.error("Error:", error.message);
59
- return {};
60
- }
61
- });
62
- }
63
- module.exports.parseGitRemotes = parseGitRemotes;
64
- /**
65
- * Joins all given path segments together and normalizes the resulting path.
66
- * Preserves the case of the drive letter on Windows.
67
- *
68
- * @param {...string} segments Path segments to join.
69
- * @returns {string} Normalized path with drive letter case preserved.
70
- */
71
- function joinPathPreserveDriveLetter(...segments) {
72
- let fullPath = require("path").join(...segments);
73
- // Check if the path starts with a drive letter (e.g., C:\)
74
- if (/^[a-z]:\\/.test(fullPath)) {
75
- // Convert the drive letter to uppercase
76
- fullPath = fullPath.charAt(0).toUpperCase() + fullPath.slice(1);
77
- }
78
- return fullPath;
79
- }
80
- module.exports.joinPathPreserveDriveLetter = joinPathPreserveDriveLetter;
81
- /**
82
- * Returns parsed command line arguments using minimist.
83
- * @returns {import('minimist').ParsedArgs} Parsed command line arguments
84
- */
85
- function getArgs() {
86
- return argv;
87
- }
88
- module.exports.getArgs = getArgs;
89
- /**
90
- * Recursively deletes a file or directory at the given path.
91
- * @param {string} fullPath Absolute path to the file or directory to delete.
92
- */
93
- function del(fullPath) {
94
- if (fs.statSync(fullPath).isDirectory()) {
95
- // delete all files each package directory
96
- const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
97
- for (let i = 0; i < subdir.length; i++) {
98
- del(subdir[i]);
99
- }
100
- }
101
- else {
102
- try {
103
- fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7000 });
104
- console.log("deleted", fullPath);
105
- }
106
- catch (_) {
107
- console.log("failed delete", fullPath);
108
- }
109
- }
110
- }
111
- module.exports.del = del;
112
- /**
113
- * Handles a glob stream to delete matched files and directories recursively.
114
- * @param {glob.Glob} globStream Glob stream object.
115
- */
116
- function delStream(globStream) {
117
- globStream.stream().on("data", (result) => {
118
- const fullPath = path.resolve(process.cwd(), result);
119
- if (fs.statSync(fullPath).isDirectory()) {
120
- // delete all files each package directory
121
- const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
122
- for (let i = 0; i < subdir.length; i++) {
123
- del(subdir[i]);
124
- }
125
- }
126
- del(fullPath);
127
- });
128
- }
129
- module.exports.delStream = delStream;
130
- /**
131
- * Creates a directory/file tree string from an array of file paths and hashes.
132
- * @param {string[]} hashArray Array of strings in the format 'relative/path/to/file hash'.
133
- * @returns {string} Directory/file tree as a string, with file hashes.
134
- */
135
- function getFileTreeString(hashArray) {
136
- const tree = {};
137
- // Map file paths to hashes for quick lookup
138
- const hashMap = {};
139
- for (const entry of hashArray) {
140
- const [filePath, hash] = entry.split(" ");
141
- hashMap[filePath] = hash;
142
- const parts = filePath.split("/");
143
- let current = tree;
144
- for (let i = 0; i < parts.length; i++) {
145
- const part = parts[i];
146
- if (i === parts.length - 1) {
147
- current[part] = null; // file
148
- }
149
- else {
150
- current[part] = current[part] || {};
151
- current = current[part];
152
- }
153
- }
154
- }
155
- function printNode(node, prefix = "", parentPath = "") {
156
- const keys = Object.keys(node).sort();
157
- let lines = [];
158
- keys.forEach((key, idx) => {
159
- const isLast = idx === keys.length - 1;
160
- const branch = isLast ? "└── " : "├── ";
161
- const currentPath = parentPath ? parentPath + "/" + key : key;
162
- if (node[key] === null) {
163
- lines.push(prefix + branch + key + " [" + (hashMap[currentPath] || "") + "]");
164
- }
165
- else {
166
- lines.push(prefix + branch + key + "/");
167
- lines = lines.concat(printNode(node[key], prefix + (isLast ? " " : "│ "), currentPath));
168
- }
169
- });
170
- return lines;
171
- }
172
- return printNode(tree, "", "").join("\n");
173
- }
174
- module.exports.getFileTreeString = getFileTreeString;
175
- /**
176
- * Creates an async delay for the specified number of milliseconds.
177
- * @param {number} ms Number of milliseconds to delay.
178
- * @returns {Promise<void>} Promise that resolves after the specified delay.
179
- */
180
- const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
181
- module.exports.delay = delay;
@@ -1,49 +0,0 @@
1
- const { execSync } = require("child_process");
2
- const { getArgs } = require("./utils.js");
3
- const args = getArgs();
4
- const positional = args._ || [];
5
-
6
- if (positional.length === 0) {
7
- console.error("Usage: yarn-reinstall <packageName> [--dev|-D|--peer|-P|--optional|-O]");
8
- process.exit(1);
9
- }
10
-
11
- const packageName = positional[0];
12
- const flags = positional.slice(1).concat(
13
- Object.keys(args)
14
- .filter((k) => k !== "_" && args[k] === true)
15
- .map((k) => `--${k}`)
16
- );
17
-
18
- if (!packageName) {
19
- console.error("Please provide a package name.");
20
- process.exit(1);
21
- }
22
-
23
- // Remove and add commands
24
- const removeCmd = `yarn remove ${packageName}`;
25
- const addCmd = `yarn add ${packageName} ${flags.join(" ")}`.trim();
26
-
27
- try {
28
- // Check if the package is installed before removing
29
- let isInstalled = false;
30
- try {
31
- const listOutput = execSync(`yarn list --pattern "${packageName}" --depth=0`, { encoding: "utf8" });
32
- isInstalled = listOutput.includes(packageName + "@");
33
- } catch (_e) {
34
- // If yarn list fails, assume not installed
35
- isInstalled = false;
36
- }
37
-
38
- if (isInstalled) {
39
- console.log(`Running: ${removeCmd}`);
40
- execSync(removeCmd, { stdio: "inherit" });
41
- } else {
42
- console.warn(`Package "${packageName}" was not installed or not referenced, skipping remove.`);
43
- }
44
-
45
- console.log(`Running: ${addCmd}`);
46
- execSync(addCmd, { stdio: "inherit" });
47
- } catch (err) {
48
- process.exit(err.status || 1);
49
- }
@@ -1,49 +0,0 @@
1
- const { execSync } = require("child_process");
2
- const { getArgs } = require("./utils.js");
3
- const args = getArgs();
4
- const positional = args._ || [];
5
-
6
- if (positional.length === 0) {
7
- console.error("Usage: yarn-reinstall <packageName> [--dev|-D|--peer|-P|--optional|-O]");
8
- process.exit(1);
9
- }
10
-
11
- const packageName = positional[0];
12
- const flags = positional.slice(1).concat(
13
- Object.keys(args)
14
- .filter((k) => k !== "_" && args[k] === true)
15
- .map((k) => `--${k}`)
16
- );
17
-
18
- if (!packageName) {
19
- console.error("Please provide a package name.");
20
- process.exit(1);
21
- }
22
-
23
- // Remove and add commands
24
- const removeCmd = `yarn remove ${packageName}`;
25
- const addCmd = `yarn add ${packageName} ${flags.join(" ")}`.trim();
26
-
27
- try {
28
- // Check if the package is installed before removing
29
- let isInstalled = false;
30
- try {
31
- const listOutput = execSync(`yarn list --pattern "${packageName}" --depth=0`, { encoding: "utf8" });
32
- isInstalled = listOutput.includes(packageName + "@");
33
- } catch (_e) {
34
- // If yarn list fails, assume not installed
35
- isInstalled = false;
36
- }
37
-
38
- if (isInstalled) {
39
- console.log(`Running: ${removeCmd}`);
40
- execSync(removeCmd, { stdio: "inherit" });
41
- } else {
42
- console.warn(`Package "${packageName}" was not installed or not referenced, skipping remove.`);
43
- }
44
-
45
- console.log(`Running: ${addCmd}`);
46
- execSync(addCmd, { stdio: "inherit" });
47
- } catch (err) {
48
- process.exit(err.status || 1);
49
- }
@@ -1,325 +0,0 @@
1
- /**
2
- * 📦 GitHub Package Resolver
3
- *
4
- * This script updates the commit hashes in `package.json`'s `resolutions` field
5
- * for GitHub tarball URLs (typically using `raw/branch-name/...`) to point to the
6
- * latest commit SHA of the corresponding repository and branch.
7
- *
8
- * 🔍 Features:
9
- * - Parses GitHub URLs to extract repository owner, name, and branch.
10
- * - Fetches the latest commit SHA across all branches using GitHub's API.
11
- * - Replaces the old branch or commit in the URL with the latest SHA.
12
- * - Overwrites `package.json` with the updated URLs.
13
- *
14
- * 🛠 Requirements:
15
- * - GitHub Personal Access Token (GITHUB_TOKEN) via `.env`
16
- * - ESM support (`type: "module"` in `package.json`)
17
- * - Node.js v18+ recommended for ESM and `fetch` fallback compatibility
18
- *
19
- * 🧩 Dependencies:
20
- * - `ansi-colors` – for styled terminal output
21
- * - `dotenv` – to load GitHub token from `.env`
22
- *
23
- * ✅ Use case:
24
- * - Ensures package resolutions always use immutable SHAs instead of mutable branch names.
25
- * - Helps achieve deterministic builds in monorepos or projects with internal GitHub packages.
26
- */
27
-
28
- import ansiColors from "ansi-colors";
29
- import * as dotenv from "dotenv";
30
- import fs from "fs";
31
- import https from "https";
32
- import os from "os";
33
- import path from "path";
34
-
35
- const projectDir = process.cwd();
36
- const envPath = path.join(projectDir, ".env");
37
-
38
- // Load the .env file using dotenv (ESM import)
39
- if (fs.existsSync(envPath)) dotenv.config({ path: envPath });
40
-
41
- // 📌 Static override rules
42
- const specialPackageOverrides = [
43
- // SBG packages
44
- { pkg: "sbg-utility", branch: "sbg-utility", repo: "static-blog-generator", owner: "dimaslanjaka" },
45
- { pkg: "sbg-api", branch: "sbg-api", repo: "static-blog-generator", owner: "dimaslanjaka" },
46
- { pkg: "instant-indexing", branch: "instant-indexing", repo: "static-blog-generator", owner: "dimaslanjaka" },
47
- { pkg: "sbg-server", branch: "master", repo: "static-blog-generator", owner: "dimaslanjaka" },
48
- { pkg: "sbg-cli", branch: "master", repo: "static-blog-generator", owner: "dimaslanjaka" },
49
- { pkg: "static-blog-generator", branch: "master", repo: "static-blog-generator", owner: "dimaslanjaka" },
50
- // Hexo family
51
- { pkg: "hexo", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
52
- { pkg: "hexo-util", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
53
- { pkg: "warehouse", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
54
- { pkg: "hexo-server", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
55
- { pkg: "hexo-log", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
56
- { pkg: "hexo-front-matter", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
57
- { pkg: "hexo-cli", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
58
- { pkg: "hexo-asset-link", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
59
- { pkg: "hexo-post-parser", branch: "pre-release", repo: "hexo-post-parser", owner: "dimaslanjaka" },
60
- { pkg: "hexo-seo", branch: "pre-release", repo: "hexo-seo", owner: "dimaslanjaka" },
61
- { pkg: "hexo-is", branch: "master", repo: "hexo-is", owner: "dimaslanjaka" },
62
- { pkg: "markdown-it", branch: "master", repo: "markdown-it", owner: "dimaslanjaka" },
63
- { pkg: "hexo-renderers", branch: "pre-release", repo: "hexo-renderers", owner: "dimaslanjaka" },
64
- { pkg: "hexo-shortcodes", branch: "pre-release", repo: "hexo-shortcodes", owner: "dimaslanjaka" },
65
- { pkg: "google-news-sitemap", branch: "master", repo: "google-news-sitemap", owner: "dimaslanjaka" },
66
- { pkg: "git-command-helper", branch: "pre-release", repo: "git-command-helper", owner: "dimaslanjaka" },
67
- {
68
- pkg: "nodejs-package-types",
69
- branch: "main",
70
- repo: "nodejs-package-types",
71
- owner: "dimaslanjaka"
72
- },
73
- { pkg: "cross-spawn", branch: "private", repo: "node-cross-spawn", owner: "dimaslanjaka" },
74
- { pkg: "hexo-generator-redirect", branch: "master", repo: "hexo-generator-redirect", owner: "dimaslanjaka" },
75
- { pkg: "binary-collections", branch: "master", repo: "bin", owner: "dimaslanjaka" },
76
- { pkg: "@types/hexo", branch: "monorepo-v7", repo: "hexo", owner: "dimaslanjaka" },
77
- { pkg: "@types/git-command-helper", branch: "pre-release", repo: "git-command-helper", owner: "dimaslanjaka" }
78
- ];
79
-
80
- // --- Optimized: Load package.json once at the top ---
81
- const pkgPath = path.join(process.cwd(), "package.json");
82
- let pkg;
83
- try {
84
- pkg = JSON.parse(fs.readFileSync(pkgPath, "utf-8"));
85
- } catch (e) {
86
- console.error(ansiColors.red(`Failed to read package.json: ${e.message}`));
87
- process.exit(1);
88
- }
89
-
90
- // --- Use a random User-Agent for GitHub API requests ---
91
- const GITHUB_USER_AGENTS = [
92
- "octokit-rest.js/19.0.7",
93
- "GitHub CLI/2.40.0",
94
- "Mozilla/5.0 (compatible; GitHubCopilot/1.0)",
95
- "PostmanRuntime/7.32.3",
96
- "binary-collections-resolver/1.0 (+https://github.com/dimaslanjaka/bin)"
97
- ];
98
-
99
- // --- User-Agent persistence in system temp folder ---
100
- const userAgentDir = path.join(os.tmpdir(), "nodejs");
101
- const userAgentFile = path.join(userAgentDir, "useragent.txt");
102
- let selectedUserAgent;
103
- try {
104
- if (!fs.existsSync(userAgentDir)) fs.mkdirSync(userAgentDir, { recursive: true });
105
- if (fs.existsSync(userAgentFile)) {
106
- const fileAgent = fs.readFileSync(userAgentFile, "utf-8").trim();
107
- if (GITHUB_USER_AGENTS.includes(fileAgent)) {
108
- selectedUserAgent = fileAgent;
109
- }
110
- }
111
- if (!selectedUserAgent) {
112
- selectedUserAgent = GITHUB_USER_AGENTS[Math.floor(Math.random() * GITHUB_USER_AGENTS.length)];
113
- fs.writeFileSync(userAgentFile, selectedUserAgent, "utf-8");
114
- }
115
- } catch (_e) {
116
- // fallback to random if any error
117
- selectedUserAgent = GITHUB_USER_AGENTS[Math.floor(Math.random() * GITHUB_USER_AGENTS.length)];
118
- }
119
-
120
- /**
121
- * Fetch JSON from a URL with GitHub headers.
122
- * @param {string} url
123
- * @returns {Promise<any>}
124
- */
125
- function fetchJson(url) {
126
- const headers = {
127
- "User-Agent": selectedUserAgent,
128
- Accept: "application/vnd.github.v3+json",
129
- "X-GitHub-Api-Version": "2022-11-28",
130
- ...(process.env.GITHUB_TOKEN ? { Authorization: `token ${process.env.GITHUB_TOKEN}` } : {})
131
- };
132
- return new Promise((resolve, reject) => {
133
- https
134
- .get(url, { headers }, (res) => {
135
- let data = "";
136
- res.on("data", (chunk) => (data += chunk));
137
- res.on("end", () => {
138
- try {
139
- const json = JSON.parse(data);
140
- if (res.statusCode < 200 || res.statusCode >= 300) {
141
- return reject(
142
- new Error(`GitHub API Error ${res.statusCode}: ${json.message || "Unknown error"}\nURL: ${url}`)
143
- );
144
- }
145
- resolve(json);
146
- } catch {
147
- reject(new Error(`Invalid JSON from: ${url}`));
148
- }
149
- });
150
- })
151
- .on("error", reject);
152
- });
153
- }
154
-
155
- /**
156
- * Get latest commit SHA from a specific branch.
157
- */
158
- async function getLatestCommit(owner, repo, branch = "main") {
159
- const url = `https://api.github.com/repos/${owner}/${repo}/commits/${branch}`;
160
- const json = await fetchJson(url);
161
-
162
- const sha = json.sha;
163
- const dateStr = json.commit?.committer?.date || json.commit?.author?.date;
164
-
165
- if (!sha || !dateStr) {
166
- console.log(json);
167
- throw new Error(`Missing SHA or date for ${owner}/${repo}@${branch}`);
168
- }
169
-
170
- return {
171
- owner,
172
- repo,
173
- branch,
174
- sha,
175
- date: new Date(dateStr).toISOString()
176
- };
177
- }
178
-
179
- /**
180
- * Get latest commit SHA from all branches and pick the latest.
181
- */
182
- async function getLatestCommitAcrossBranches(owner, repo) {
183
- const branches = await fetchJson(`https://api.github.com/repos/${owner}/${repo}/branches`);
184
-
185
- const commits = await Promise.all(
186
- branches.map(async ({ name, commit }) => {
187
- const commitSha = commit?.sha;
188
- if (!commitSha) {
189
- console.warn(`No commit SHA for '${owner}/${repo}' branch: ${name}`);
190
- return { branch: name, sha: "", date: new Date(0) };
191
- }
192
-
193
- try {
194
- const commitData = await fetchJson(`https://api.github.com/repos/${owner}/${repo}/commits/${commitSha}`);
195
- const dateStr = commitData.commit?.committer?.date || commitData.commit?.author?.date;
196
- const date = dateStr ? new Date(dateStr) : new Date(0);
197
- return { branch: name, sha: commitData.sha, date };
198
- } catch (e) {
199
- console.warn(`Failed to fetch commit for ${name}: ${e.message}`);
200
- return { branch: name, sha: commitSha, date: new Date(0) };
201
- }
202
- })
203
- );
204
-
205
- const latest = commits.reduce((a, b) => (a.date > b.date ? a : b), { date: new Date(0) });
206
-
207
- return {
208
- owner,
209
- repo,
210
- branch: latest.branch,
211
- sha: latest.sha,
212
- date: latest.date.toISOString()
213
- };
214
- }
215
-
216
- /**
217
- * Replace the branch or commit in a GitHub raw URL with the latest hash.
218
- */
219
- function replaceRawWithLatestHash(url, latestHash) {
220
- const match = url.match(/^https:\/\/github\.com\/([^/]+)\/([^/]+)\/raw\/([^/]+)\/(.+)$/);
221
- if (!match) throw new Error("Invalid GitHub raw URL");
222
-
223
- const [, owner, repo, _oldHash, path] = match;
224
- return `https://github.com/${owner}/${repo}/raw/${latestHash}/${path}`;
225
- }
226
-
227
- /**
228
- * Parse GitHub URLs and extract owner, repo, branch, and original URL.
229
- */
230
- function parseGitHubUrl(url) {
231
- const ghRepoRoot = /^https:\/\/github\.com\/([^/]+)\/([^/]+)\/?$/;
232
- const ghTreeOrBlob = /^https:\/\/github\.com\/([^/]+)\/([^/]+)\/(tree|blob)\/([^/]+(?:\/[^/]+)*)/;
233
- const ghRaw = /^https:\/\/raw\.githubusercontent\.com\/([^/]+)\/([^/]+)\/([^/]+)(\/.+)?$/;
234
- const ghDotComRaw = /^https:\/\/github\.com\/([^/]+)\/([^/]+)\/raw\/([^/]+)\/.+/;
235
-
236
- let match;
237
-
238
- if ((match = url.match(ghRaw))) {
239
- const [, owner, repo, branch] = match;
240
- return { owner, repo, branch, url };
241
- }
242
-
243
- if ((match = url.match(ghDotComRaw))) {
244
- const [, owner, repo, branch] = match;
245
- return { owner, repo, branch, url };
246
- }
247
-
248
- if ((match = url.match(ghTreeOrBlob))) {
249
- const [, owner, repo, , branchPath] = match;
250
- return { owner, repo, branch: branchPath, url };
251
- }
252
-
253
- if ((match = url.match(ghRepoRoot))) {
254
- const [, owner, repo] = match;
255
- return { owner, repo, url };
256
- }
257
-
258
- throw new Error(`Unsupported GitHub URL: ${url}`);
259
- }
260
-
261
- // --- Main logic ---
262
- (async () => {
263
- const entries = Object.entries(pkg.resolutions || {});
264
- if (entries.length === 0) {
265
- console.log(ansiColors.yellow("No resolutions found in package.json"));
266
- return;
267
- }
268
- console.log(`Processing ${entries.length} resolution(s)...`);
269
- const updates = [];
270
- for (const [currentPkgName, url] of entries) {
271
- // Validate if URL is a GitHub URL
272
- let repo;
273
- try {
274
- repo = parseGitHubUrl(url);
275
- console.log(`✅ Valid GitHub URL for ${ansiColors.cyan(currentPkgName)}: ${url}`);
276
- } catch (error) {
277
- console.log(`⏭️ Skipping ${ansiColors.yellow(currentPkgName)}: ${error.message}`);
278
- continue;
279
- }
280
- try {
281
- const override = specialPackageOverrides.find((p) => p.pkg === currentPkgName);
282
- const latest = override
283
- ? await getLatestCommit(override.owner, override.repo, override.branch)
284
- : await getLatestCommitAcrossBranches(repo.owner, repo.repo);
285
- const new_url = replaceRawWithLatestHash(url, latest.sha);
286
- updates.push({
287
- currentPkgName,
288
- url,
289
- new_url,
290
- repo,
291
- latest
292
- });
293
- } catch (error) {
294
- console.log(`❌ Failed to process ${ansiColors.red(currentPkgName)}: ${error.message}`);
295
- }
296
- }
297
- if (updates.length === 0) {
298
- console.log(ansiColors.yellow("No GitHub URLs were processed"));
299
- return;
300
- }
301
- console.log(`\n📝 Applying updates to ${updates.length} GitHub URL(s)...`);
302
- let changed = false;
303
- for (const { currentPkgName, url, new_url, repo, latest } of updates) {
304
- if (url !== new_url) {
305
- console.log(`\n${ansiColors.cyan(currentPkgName)}:`);
306
- console.log(" from:", url.replace(repo.branch, ansiColors.red(repo.branch)));
307
- console.log(" to:", new_url.replace(latest.sha, ansiColors.green(latest.sha)));
308
- pkg.resolutions[currentPkgName] = new_url;
309
- changed = true;
310
- } else {
311
- console.log(`\n${ansiColors.cyan(currentPkgName)}: ${ansiColors.gray("already up-to-date")}`);
312
- }
313
- }
314
- if (changed) {
315
- try {
316
- fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + "\n");
317
- console.log(`\n✅ package.json updated successfully`);
318
- } catch (e) {
319
- console.error(ansiColors.red(`Failed to write package.json: ${e.message}`));
320
- process.exit(1);
321
- }
322
- } else {
323
- console.log(ansiColors.green("No changes to package.json were necessary."));
324
- }
325
- })();