Skip to content

Commit 415a601

Browse files
octokitbotgr2m
andauthoredOct 13, 2022
fix(deps): bump @octokit/types to v8 (#533)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
1 parent ee132a9 commit 415a601

File tree

4 files changed

+341
-21
lines changed

4 files changed

+341
-21
lines changed
 

‎package-lock.json

+210-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Simon Grondin (http://github.com/SGrondin)",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@octokit/types": "^7.0.0",
23+
"@octokit/types": "^8.0.0",
2424
"bottleneck": "^2.15.3"
2525
},
2626
"peerDependencies": {
@@ -37,7 +37,7 @@
3737
"@types/jest": "^29.0.0",
3838
"@types/node": "^16.0.0",
3939
"fetch-mock": "^9.0.0",
40-
"github-openapi-graphql-query": "^2.0.0",
40+
"github-openapi-graphql-query": "^3.0.0",
4141
"jest": "^29.0.0",
4242
"npm-run-all": "^4.1.5",
4343
"prettier": "2.7.1",

‎scripts/update-endpoints/fetch-json.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const version = process.env.VERSION.replace(/^v/, "");
1111

1212
const QUERY = `
1313
query($version: String) {
14-
endpoints(version: $version) {
14+
endpoints(version: $version, ghecCompatibilityMode: true) {
1515
url
1616
triggersNotification
1717
}

0 commit comments

Comments
 (0)
Please sign in to comment.