Skip to content

Commit 585f4ae

Browse files
fix(deps): update octokit monorepo (major) (#488)
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
1 parent 4818ae8 commit 585f4ae

File tree

2 files changed

+54
-18
lines changed

2 files changed

+54
-18
lines changed

package-lock.json

Lines changed: 52 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"author": "Gregor Martynus (https://github.com/gr2m)",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@octokit/request": "^7.0.1",
26-
"@octokit/types": "^10.0.0",
25+
"@octokit/request": "^8.0.0",
26+
"@octokit/types": "^11.0.0",
2727
"universal-user-agent": "^6.0.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)