From 90f0ba383e33e493c6c1ea33a1415e0935a7f10d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:45:59 +0000 Subject: [PATCH 1/2] chore(deps): update dependency octoflare to v0.24.39 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f877881..aebeec70 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@jill64/prettier-config": "1.0.0", "@jill64/unfurl": "2.0.5", "@playwright/test": "1.44.1", - "octoflare": "0.24.38", + "octoflare": "0.24.39", "prettier": "3.2.5", "typescanner": "0.5.3", "tsx": "4.11.0", From e8aaff07caef00b84010de096d7596d1c7054876 Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Thu, 30 May 2024 08:46:31 +0000 Subject: [PATCH 2/2] chore: regenerate artifact --- packages/action/dist/index.cjs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/action/dist/index.cjs b/packages/action/dist/index.cjs index b801329e..41db5004 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26188,14 +26188,14 @@ var unfurl = async (data, ...optional4) => { return Object.fromEntries(result); }; -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/action/action.js var import_core = __toESM(require_core(), 1); var import_github = __toESM(require_github(), 1); -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/utils/limitStr.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/utils/limitStr.js var limitStr = (str, num) => str.length > num ? `${str.substring(0, num)}...` : str; -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/utils/errorLogging.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/utils/errorLogging.js var errorLogging = async ({ octokit, repo, owner, error: error3, info: info6 }) => { try { const errorTitle = `Octoflare Error: ${limitStr(error3.message, 64)}`; @@ -26242,7 +26242,7 @@ ${error3.stack} } }; -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/utils/updateChecks.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/utils/updateChecks.js var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, details_url, status }) => kit.rest.checks.update({ check_run_id, owner, @@ -26258,7 +26258,7 @@ var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, detail } : void 0 }); -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/action/action.js var action = async (handler, options) => { const { skipTokenRevocation } = options ?? {}; const payloadStr = import_core.default.getInput("payload", { required: true }); @@ -26335,7 +26335,7 @@ Cause on Action } }; -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/re-exports/actions/core.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/re-exports/actions/core.js var core_exports = {}; __reExport(core_exports, __toESM(require_core(), 1)); @@ -27393,7 +27393,7 @@ var apps = { assign }; -// ../../node_modules/.pnpm/octoflare@0.24.38/node_modules/octoflare/dist/re-exports/actions/github.js +// ../../node_modules/.pnpm/octoflare@0.24.39/node_modules/octoflare/dist/re-exports/actions/github.js var github_exports = {}; __reExport(github_exports, __toESM(require_github(), 1));