From bb8a241f5467940ecda4c441b5fa781d86f7f9c1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Feb 2025 23:06:53 +0000 Subject: [PATCH] deno task bundle --- dist/post.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dist/post.js b/dist/post.js index 151a087..40c08ad 100644 --- a/dist/post.js +++ b/dist/post.js @@ -20151,7 +20151,7 @@ var require_dist_node2 = __commonJS({ }); module2.exports = __toCommonJS(dist_src_exports); var import_universal_user_agent5 = require_dist_node(); - var VERSION11 = "9.0.5"; + var VERSION11 = "9.0.6"; var userAgent2 = `octokit-endpoint.js/${VERSION11} ${(0, import_universal_user_agent5.getUserAgent)()}`; var DEFAULTS2 = { method: "GET", @@ -20240,9 +20240,9 @@ var require_dist_node2 = __commonJS({ return `${name}=${encodeURIComponent(parameters[name])}`; }).join("&"); } - var urlVariableRegex2 = /\{[^}]+\}/g; + var urlVariableRegex2 = /\{[^{}}]+\}/g; function removeNonChars2(variableName) { - return variableName.replace(/^\W+|\W+$/g, "").split(/,/); + return variableName.replace(/(?:^\W+)|(?:(? { const format2 = options.mediaType.format ? `.${options.mediaType.format}` : "+json"; return `application/vnd.github.${preview}-preview${format2}`; @@ -20622,7 +20622,7 @@ var require_dist_node4 = __commonJS({ if (options.request.headers.authorization) { requestCopy.headers = Object.assign({}, options.request.headers, { authorization: options.request.headers.authorization.replace( - / .*$/, + /(? { const format2 = options.mediaType.format ? `.${options.mediaType.format}` : "+json"; return `application/vnd.github.${preview}-preview${format2}`; @@ -36125,7 +36125,7 @@ var RequestError = class extends Error { if (options.request.headers.authorization) { requestCopy.headers = Object.assign({}, options.request.headers, { authorization: options.request.headers.authorization.replace( - / .*$/, + /(?]+)>; rel="deprecation"/); + const matches = responseHeaders.link && responseHeaders.link.match(/<([^<>]+)>; rel="deprecation"/); const deprecationLink = matches && matches.pop(); log.warn( `[@octokit/request] "${requestOptions.method} ${requestOptions.url}" is deprecated. It is scheduled to be removed on ${responseHeaders.sunset}${deprecationLink ? `. See ${deprecationLink}` : ""}` @@ -36462,7 +36462,7 @@ var createTokenAuth = function createTokenAuth2(token) { }; // npm/node_modules/@octokit/core/dist-src/version.js -var VERSION4 = "6.1.3"; +var VERSION4 = "6.1.4"; // npm/node_modules/@octokit/core/dist-src/index.js var noop = () => { @@ -36661,7 +36661,7 @@ function iterator(octokit, route, parameters) { const response = await requestMethod({ method, url, headers }); const normalizedResponse = normalizePaginatedListResponse(response); url = ((normalizedResponse.headers.link || "").match( - /<([^>]+)>;\s*rel="next"/ + /<([^<>]+)>;\s*rel="next"/ ) || [])[1]; return { value: normalizedResponse }; } catch (error) { @@ -38933,7 +38933,7 @@ function legacyRestEndpointMethods(octokit) { legacyRestEndpointMethods.VERSION = VERSION7; // npm/node_modules/@octokit/rest/dist-src/version.js -var VERSION8 = "21.1.0"; +var VERSION8 = "21.1.1"; // npm/node_modules/@octokit/rest/dist-src/index.js var Octokit2 = Octokit.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults(