Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 10, 2024
1 parent 3ed2959 commit f568769
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 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.4",
"@graphql-codegen/typescript-operations": "4.1.2",
"@octokit/graphql-schema": "14.55.0",
"@octokit/graphql-schema": "14.55.1",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
Expand Down
21 changes: 18 additions & 3 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17202,14 +17202,19 @@ export type PullRequest = Assignable & Closable & Comment & Labelable & Lockable
createdAt: Scalars['DateTime']['output'];
/** Check if this comment was created via an email reply. */
createdViaEmail: Scalars['Boolean']['output'];
/** Identifies the primary key from the database. */
/**
* Identifies the primary key from the database.
* @deprecated `databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC.
*/
databaseId?: Maybe<Scalars['Int']['output']>;
/** The number of deletions in this pull request. */
deletions: Scalars['Int']['output'];
/** The actor who edited this pull request's body. */
editor?: Maybe<Actor>;
/** Lists the files changed within this pull request. */
files?: Maybe<PullRequestChangedFileConnection>;
/** Identifies the primary key from the database as a BigInt. */
fullDatabaseId?: Maybe<Scalars['BigInt']['output']>;
/** Identifies the head Ref associated with the pull request. */
headRef?: Maybe<Ref>;
/** Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted. */
Expand Down Expand Up @@ -17810,10 +17815,15 @@ export type PullRequestReview = Comment & Deletable & Minimizable & Node & React
createdAt: Scalars['DateTime']['output'];
/** Check if this comment was created via an email reply. */
createdViaEmail: Scalars['Boolean']['output'];
/** Identifies the primary key from the database. */
/**
* Identifies the primary key from the database.
* @deprecated `databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC.
*/
databaseId?: Maybe<Scalars['Int']['output']>;
/** The actor who edited the comment. */
editor?: Maybe<Actor>;
/** Identifies the primary key from the database as a BigInt. */
fullDatabaseId?: Maybe<Scalars['BigInt']['output']>;
/** The Node ID of the PullRequestReview object */
id: Scalars['ID']['output'];
/** Check if this comment was edited and includes an edit with the creation data */
Expand Down Expand Up @@ -17919,14 +17929,19 @@ export type PullRequestReviewComment = Comment & Deletable & Minimizable & Node
createdAt: Scalars['DateTime']['output'];
/** Check if this comment was created via an email reply. */
createdViaEmail: Scalars['Boolean']['output'];
/** Identifies the primary key from the database. */
/**
* Identifies the primary key from the database.
* @deprecated `databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC.
*/
databaseId?: Maybe<Scalars['Int']['output']>;
/** The diff hunk to which the comment applies. */
diffHunk: Scalars['String']['output'];
/** Identifies when the comment was created in a draft state. */
draftedAt: Scalars['DateTime']['output'];
/** The actor who edited the comment. */
editor?: Maybe<Actor>;
/** Identifies the primary key from the database as a BigInt. */
fullDatabaseId?: Maybe<Scalars['BigInt']['output']>;
/** The Node ID of the PullRequestReviewComment object */
id: Scalars['ID']['output'];
/** Check if this comment was edited and includes an edit with the creation data */
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2180,10 +2180,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/[email protected].0":
version "14.55.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.55.0.tgz#95365159779f1c31db6fa69b3c4a0bbe50b3a5d7"
integrity sha512-IJjs5rvfDB8kyh878CidoBszHFKfTNfT4vfYrayQi3/PUvOxhur5YANKq4d+kb5pRA5CQGc/jOD6td45UTxK7g==
"@octokit/[email protected].1":
version "14.55.1"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.55.1.tgz#e00eadd9948f37b8ceca889de0608d1a6c651509"
integrity sha512-2D+ozyxfsbOdGeiLj/9wfBFVODj8eTQ8qeTwr9wOPyhIYtVcGPFJJTt8u/9Tfj+rImkg0xQg6fyFDO+In6Jb8Q==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit f568769

Please sign in to comment.