Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/openapi-types-ghec to v18 (#75)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removed defunct endpoints
  • Loading branch information
shubhbapna authored Aug 4, 2023
1 parent b36db09 commit c26ddc0
Show file tree
Hide file tree
Showing 6 changed files with 28,171 additions and 19,829 deletions.
188 changes: 116 additions & 72 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 @@ -49,7 +49,7 @@
"@vercel/ncc": "^0.34.0",
"axios": "^0.27.2",
"eslint": "^8.32.0",
"github-openapi-graphql-query": "^2.1.2",
"github-openapi-graphql-query": "^4.1.0",
"husky": "^8.0.3",
"jest": "^28.1.1",
"jest-sonar-reporter": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@octokit/openapi-types-ghec": "^14.0.0",
"@octokit/openapi-types-ghec": "^18.0.0",
"ajv": "^8.11.0",
"express": "^4.18.1",
"fast-glob": "^3.2.12",
Expand Down
2 changes: 1 addition & 1 deletion scripts/api-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const version = process.env.VERSION.replace(/^v/, "");

const QUERY = `
query ($version: String!, $ignoreChangesBefore: String!) {
endpoints(version: $version, ignoreChangesBefore: $ignoreChangesBefore, filter: { isGithubCloudOnly: false }) {
endpoints(version: $version, ignoreChangesBefore: $ignoreChangesBefore, ghecCompatibilityMode: true, filter: { isGithubCloudOnly: false }) {
name
scope(format: CAMELCASE)
id(format: CAMELCASE)
Expand Down
Loading

0 comments on commit c26ddc0

Please sign in to comment.