From 52135f14eab56aedeee4d6aa60285bb08ba24adf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:31:01 +0000 Subject: [PATCH 1/2] chore(deps): update dependency octoflare to v0.26.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aeaa25..f5e94d3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@jill64/prettier-config": "1.0.0", "@jill64/unfurl": "2.0.6", "@playwright/test": "1.49.1", - "octoflare": "0.26.1", + "octoflare": "0.26.2", "prettier": "3.4.2", "typescanner": "0.5.3", "tsx": "4.19.2", From 16b3e017287c8fc84ac48134a61744e0e3f19c75 Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Tue, 31 Dec 2024 15:31:35 +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 4cfc1cc..fdfd467 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26036,14 +26036,14 @@ var unfurl = async (data, ...optional4) => { return Object.fromEntries(result); }; -// ../../node_modules/.pnpm/octoflare@0.26.1/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.26.2/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.26.1/node_modules/octoflare/dist/utils/limitStr.js +// ../../node_modules/.pnpm/octoflare@0.26.2/node_modules/octoflare/dist/utils/limitStr.js var limitStr = (str, num) => str.length > num ? `${str.substring(0, num)}...` : str; -// ../../node_modules/.pnpm/octoflare@0.26.1/node_modules/octoflare/dist/utils/errorLogging.js +// ../../node_modules/.pnpm/octoflare@0.26.2/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)}`; @@ -26090,7 +26090,7 @@ ${error3.stack} } }; -// ../../node_modules/.pnpm/octoflare@0.26.1/node_modules/octoflare/dist/utils/updateChecks.js +// ../../node_modules/.pnpm/octoflare@0.26.2/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, @@ -26106,7 +26106,7 @@ var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, detail } : void 0 }); -// ../../node_modules/.pnpm/octoflare@0.26.1/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.26.2/node_modules/octoflare/dist/action/action.js var action = async (handler, options) => { const { skipTokenRevocation } = options ?? {}; const payloadStr = import_core.default.getInput("payload", { required: true }); @@ -26183,7 +26183,7 @@ Cause on Action } }; -// ../../node_modules/.pnpm/octoflare@0.26.1/node_modules/octoflare/dist/re-exports/actions/core.js +// ../../node_modules/.pnpm/octoflare@0.26.2/node_modules/octoflare/dist/re-exports/actions/core.js var core_exports = {}; __reExport(core_exports, __toESM(require_core(), 1)); @@ -27240,7 +27240,7 @@ var apps = { assign }; -// ../../node_modules/.pnpm/octoflare@0.26.1/node_modules/octoflare/dist/re-exports/actions/github.js +// ../../node_modules/.pnpm/octoflare@0.26.2/node_modules/octoflare/dist/re-exports/actions/github.js var github_exports = {}; __reExport(github_exports, __toESM(require_github(), 1));