Skip to content

Commit

Permalink
Remove the @octokit/graphql dependency (#38883)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Jul 11, 2023
1 parent fa38406 commit 6b7c570
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions-scripts/fr-add-docs-reviewers-requests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { graphql } from '@octokit/graphql'

import {
Expand Down
1 change: 1 addition & 0 deletions .github/actions-scripts/projects.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { graphql } from '@octokit/graphql'

// Shared functions for managing projects (memex)
Expand Down
1 change: 1 addition & 0 deletions .github/actions-scripts/ready-for-docs-review.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { graphql } from '@octokit/graphql'

import {
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
"@graphql-inspector/core": "^5.0.0",
"@graphql-tools/load": "^8.0.0",
"@jest/globals": "29.5.0",
"@octokit/graphql": "5.0.4",
"@octokit/rest": "^19.0.4",
"@playwright/test": "1.35.0",
"@types/imurmurhash": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ghes-releases/scripts/sync-automated-pipeline-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ await cp(
`data/graphql/ghes-${currentReleaseNumber}`,
{
recursive: true,
}
},
)

// The allVersions object uses the 'api-versions' data stored in the
Expand Down

0 comments on commit 6b7c570

Please sign in to comment.