Skip to content

Commit

Permalink
fix(deps): update octokit monorepo (major) (#488)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

BREAKING CHANGE: Remove ability to pass custom request options, except from method, headers, body, signal, data
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent 4818ae8 commit 585f4ae
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
68 changes: 52 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/request": "^7.0.1",
"@octokit/types": "^10.0.0",
"@octokit/request": "^8.0.0",
"@octokit/types": "^11.0.0",
"universal-user-agent": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 585f4ae

Please sign in to comment.