From 98633bdb27b09528c773f28a9f0c56cd7808c3e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:07:38 +0000 Subject: [PATCH 1/2] chore(deps): update dependency octoflare to v0.25.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1227c37..f9dd05f 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.45.2", - "octoflare": "0.25.2", + "octoflare": "0.25.3", "prettier": "3.3.3", "typescanner": "0.5.3", "tsx": "4.16.2", From 7e8cf2757f8c4c75dafbf5efa4419835b268f922 Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Fri, 19 Jul 2024 08:08:09 +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 63fe01b..5d8a5e9 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26206,14 +26206,14 @@ var unfurl = async (data, ...optional4) => { return Object.fromEntries(result); }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.25.3/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.25.2/node_modules/octoflare/dist/utils/limitStr.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/utils/limitStr.js var limitStr = (str, num) => str.length > num ? `${str.substring(0, num)}...` : str; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/utils/errorLogging.js +// ../../node_modules/.pnpm/octoflare@0.25.3/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)}`; @@ -26260,7 +26260,7 @@ ${error3.stack} } }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/utils/updateChecks.js +// ../../node_modules/.pnpm/octoflare@0.25.3/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, @@ -26276,7 +26276,7 @@ var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, detail } : void 0 }); -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/action/action.js var action = async (handler, options) => { const { skipTokenRevocation } = options ?? {}; const payloadStr = import_core.default.getInput("payload", { required: true }); @@ -26353,7 +26353,7 @@ Cause on Action } }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/re-exports/actions/core.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/re-exports/actions/core.js var core_exports = {}; __reExport(core_exports, __toESM(require_core(), 1)); @@ -27411,7 +27411,7 @@ var apps = { assign }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/re-exports/actions/github.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/re-exports/actions/github.js var github_exports = {}; __reExport(github_exports, __toESM(require_github(), 1));