Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 authored Feb 28, 2024
1 parent e523678 commit 1f9a8fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 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": "3.0.0",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@octokit/graphql-schema": "14.57.0",
"@octokit/graphql-schema": "14.58.0",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
Expand Down
16 changes: 9 additions & 7 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9354,7 +9354,7 @@ export type LinkedBranch = Node & {
ref?: Maybe<Ref>;
};

/** The connection type for LinkedBranch. */
/** A list of branches linked to an issue. */
export type LinkedBranchConnection = {
__typename?: 'LinkedBranchConnection';
/** A list of edges. */
Expand Down Expand Up @@ -9463,7 +9463,7 @@ export type MannequinAvatarUrlArgs = {
size?: InputMaybe<Scalars['Int']['input']>;
};

/** The connection type for Mannequin. */
/** A list of mannequins. */
export type MannequinConnection = {
__typename?: 'MannequinConnection';
/** A list of edges. */
Expand Down Expand Up @@ -14682,7 +14682,7 @@ export enum OrganizationInvitationType {
User = 'USER'
}

/** The connection type for User. */
/** A list of users who belong to the organization. */
export type OrganizationMemberConnection = {
__typename?: 'OrganizationMemberConnection';
/** A list of edges. */
Expand Down Expand Up @@ -16248,6 +16248,8 @@ export type ProjectV2Item = Node & {
fieldValueByName?: Maybe<ProjectV2ItemFieldValue>;
/** The field values that are set on the item. */
fieldValues: ProjectV2ItemFieldValueConnection;
/** Identifies the primary key from the database as a BigInt. */
fullDatabaseId?: Maybe<Scalars['BigInt']['output']>;
/** The Node ID of the ProjectV2Item object */
id: Scalars['ID']['output'];
/** Whether the item is archived. */
Expand Down Expand Up @@ -21915,7 +21917,7 @@ export type RepositoryMigration = Migration & Node & {
warningsCount: Scalars['Int']['output'];
};

/** The connection type for RepositoryMigration. */
/** A list of migrations. */
export type RepositoryMigrationConnection = {
__typename?: 'RepositoryMigrationConnection';
/** A list of edges. */
Expand Down Expand Up @@ -23682,7 +23684,7 @@ export enum SponsorAndLifetimeValueOrderField {
SponsorRelevance = 'SPONSOR_RELEVANCE'
}

/** The connection type for Sponsor. */
/** A list of users and organizations sponsoring someone via GitHub Sponsors. */
export type SponsorConnection = {
__typename?: 'SponsorConnection';
/** A list of edges. */
Expand Down Expand Up @@ -24740,7 +24742,7 @@ export type Sponsorship = Node & {
tierSelectedAt?: Maybe<Scalars['DateTime']['output']>;
};

/** The connection type for Sponsorship. */
/** A list of sponsorships either from the subject or received by the subject. */
export type SponsorshipConnection = {
__typename?: 'SponsorshipConnection';
/** A list of edges. */
Expand Down Expand Up @@ -29102,7 +29104,7 @@ export type UserBlockedEvent = Node & {
subject?: Maybe<User>;
};

/** The connection type for User. */
/** A list of users. */
export type UserConnection = {
__typename?: 'UserConnection';
/** A list of edges. */
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2218,10 +2218,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/graphql-schema@14.57.0":
version "14.57.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.57.0.tgz#c262172199d0a2a579fe2ce639cff63bc54db6c9"
integrity sha512-DvUIxJkfboiQEOme4DOpF4+EtOh1qbYffm/hbcFdqAQzWFPV19Nkul9t/XnyKRPFyy26Nwf8QesCOeYw8os5rQ==
"@octokit/graphql-schema@14.58.0":
version "14.58.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.58.0.tgz#61caee52b88a505820dec701a164a7196ae9d6ef"
integrity sha512-89QSUV1Dgxzq90wqkv0Nmw7jHfFCAQ4K/fjp5ezvDEHqFFzMCn25TBQlm38WB8ams+hGxInRDbITCP0n7GTGlg==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit 1f9a8fb

Please sign in to comment.