Skip to content

Commit

Permalink
Merge pull request #207 from guardian/dependabot/npm_and_yarn/octokit…
Browse files Browse the repository at this point in the history
…/request-8.4.1
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
2 parents 0c5b19e + 087ad93 commit 49993b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20691,7 +20691,7 @@ var require_dist_node5 = __commonJS({
module2.exports = __toCommonJS2(dist_src_exports);
var import_endpoint = require_dist_node2();
var import_universal_user_agent = require_dist_node();
var VERSION = "8.4.0";
var VERSION = "8.4.1";
function isPlainObject(value) {
if (typeof value !== "object" || value === null)
return false;
Expand Down Expand Up @@ -20742,7 +20742,7 @@ var require_dist_node5 = __commonJS({
headers[keyAndValue[0]] = keyAndValue[1];
}
if ("deprecation" in headers) {
const matches = headers.link && headers.link.match(/<([^>]+)>; rel="deprecation"/);
const matches = headers.link && headers.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 ${headers.sunset}${deprecationLink ? `. See ${deprecationLink}` : ""}`
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49993b0

Please sign in to comment.