Skip to content

Commit

Permalink
Update dependency @octokit/graphql-schema to v14.9.0 (int128#627)
Browse files Browse the repository at this point in the history
* Update dependency @octokit/graphql-schema to v14.9.0

* Generated by GitHub Actions (ts / generate)

https://github.com/int128/hide-comment-action/actions/runs/5206770228

* Empty commit to trigger GitHub Actions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 8, 2023
1 parent abcb9cf commit c329794
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/import-types-preset": "2.2.6",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.0",
"@octokit/graphql-schema": "14.8.0",
"@octokit/graphql-schema": "14.9.0",
"@tsconfig/node16": "1.0.4",
"@types/jest": "29.5.2",
"@types/node": "16.18.34",
Expand Down
8 changes: 7 additions & 1 deletion src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8043,7 +8043,7 @@ export enum IpAllowListForInstalledAppsEnabledSettingValue {
export type IpAllowListOwner = App | Enterprise | Organization;

/** An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project. */
export type Issue = Assignable & Closable & Comment & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment & {
export type Issue = Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment & {
__typename?: 'Issue';
/** Reason that the conversation was locked. */
activeLockReason?: Maybe<LockReason>;
Expand Down Expand Up @@ -8149,6 +8149,8 @@ export type Issue = Assignable & Closable & Comment & Labelable & Lockable & Nod
userContentEdits?: Maybe<UserContentEditConnection>;
/** Indicates if the object can be closed by the viewer. */
viewerCanClose: Scalars['Boolean']['output'];
/** Check if the current viewer can delete this object. */
viewerCanDelete: Scalars['Boolean']['output'];
/** Can user react to this subject */
viewerCanReact: Scalars['Boolean']['output'];
/** Indicates if the object can be reopened by the viewer. */
Expand Down Expand Up @@ -14114,10 +14116,14 @@ export type OrganizationMigration = Node & {
export enum OrganizationMigrationState {
/** The Octoshift migration has failed. */
Failed = 'FAILED',
/** The Octoshift migration has invalid credentials. */
FailedValidation = 'FAILED_VALIDATION',
/** The Octoshift migration is in progress. */
InProgress = 'IN_PROGRESS',
/** The Octoshift migration has not started. */
NotStarted = 'NOT_STARTED',
/** The Octoshift migration needs to have its credentials validated. */
PendingValidation = 'PENDING_VALIDATION',
/** The Octoshift migration is performing post repository migrations. */
PostRepoMigration = 'POST_REPO_MIGRATION',
/** The Octoshift migration is performing pre repository migrations. */
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2010,10 +2010,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/graphql-schema@14.8.0":
version "14.8.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.8.0.tgz#1e8e431ef9ed70ab361d21c750b76c044a040d6f"
integrity sha512-bH1RJFRxFc47GXFmAj23Hmc32Wh7mrMme2onm4t+gxq1KT4RZ1B3qw7PaxDNg88DyzUsZoduSfYI4eU5dWApXQ==
"@octokit/graphql-schema@14.9.0":
version "14.9.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.9.0.tgz#c3cb76dd20034db633c8455fa27546fc31c771b6"
integrity sha512-AkbnSrNsZovG9UDHaDTlHOtjUWX0fqluzT7u5Ogd9EKzXm5uCwfNu/qf5WhVhn3He1RsuhfcsB3li96VnQ00zQ==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit c329794

Please sign in to comment.