From cae6f8052c75949b1d091fe1987e5006f54da2da Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:01:16 +0100 Subject: [PATCH] fix --- bin/package.json | 1 + bin/patch-all.mjs | 3 +++ pnpm-lock.yaml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/bin/package.json b/bin/package.json index 137fcd700e..6fc3db6015 100644 --- a/bin/package.json +++ b/bin/package.json @@ -22,6 +22,7 @@ "tar": "^6.2.0" }, "devDependencies": { + "@types/fs-extra": "^11.0.4", "eslint": "^8.54.0", "esno": "^0.16.3" }, diff --git a/bin/patch-all.mjs b/bin/patch-all.mjs index 9ef3301ee6..f2d207578d 100644 --- a/bin/patch-all.mjs +++ b/bin/patch-all.mjs @@ -30,6 +30,9 @@ await writeFile('.release-plan.json', JSON.stringify(file, null, 2)); // This is temporary just fix the VM release, since it's a bit pressing. // Loneger term fix for this is happening // https://github.com/embroider-build/release-plan/pull/79 +/** + * @param {any} solution + */ function updateVersions(solution) { for (const entry of Object.values(solution)) { if (entry.impact) { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 495b9408dd..a92992112f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -296,6 +296,9 @@ importers: specifier: ^6.2.0 version: 6.2.0 devDependencies: + '@types/fs-extra': + specifier: ^11.0.4 + version: 11.0.4 eslint: specifier: ^8.54.0 version: 8.54.0