From e3e3167ffa319df5fd7bbe447d661e8055a200e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:20:28 +0000 Subject: [PATCH 1/3] Update dependency @octokit/graphql-schema to v14.32.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 47852167..f7b20043 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/import-types-preset": "2.2.6", "@graphql-codegen/typescript": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", - "@octokit/graphql-schema": "14.31.1", + "@octokit/graphql-schema": "14.32.0", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.5", "@types/node": "16.18.53", diff --git a/yarn.lock b/yarn.lock index 174d9980..d140dde4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2048,10 +2048,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.31.1": - version "14.31.1" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.31.1.tgz#d202d61b95de5a7346fa0467352bb244b2162b12" - integrity sha512-ZeXhIDmG4115K4VKXXiz+xNQag6ZlGSAmgpNyy+8GOkf/EBsHMyCZGWfN2z2Tn+ttZlp4aPht3E7OHRw6QTEFQ== +"@octokit/graphql-schema@14.32.0": + version "14.32.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.32.0.tgz#9e6d68b0bb8e7ba713b5f9515db030f0f83197ed" + integrity sha512-Cs43xO5TpJt5OnAqkmgxK3Yj4YlflatKbz7H6s/oiqSfyb3KMWpW5pcybdcIJKW7OpJZDQc/evMJFwI5OfS5yw== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3" From 8687e45c4f9f9d4f006613b59ee6c110065e8b7c Mon Sep 17 00:00:00 2001 From: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:21:09 +0000 Subject: [PATCH 2/3] Generated by GitHub Actions (ts / generate) https://github.com/int128/hide-comment-action/actions/runs/6276685596 --- src/generated/graphql-types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index b25af979..e0fbf5d0 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -5303,6 +5303,8 @@ export type Discussion = Closable & Comment & Deletable & Labelable & Lockable & id: Scalars['ID']['output']; /** Check if this comment was edited and includes an edit with the creation data */ includesCreatedEdit: Scalars['Boolean']['output']; + /** Only return answered/unanswered discussions */ + isAnswered?: Maybe; /** A list of labels associated with the object. */ labels?: Maybe; /** The moment the editor made the last edit */ @@ -20707,6 +20709,7 @@ export type RepositoryDiscussionCategoryArgs = { /** A repository contains the content for a project. */ export type RepositoryDiscussionsArgs = { after?: InputMaybe; + answered?: InputMaybe; before?: InputMaybe; categoryId?: InputMaybe; first?: InputMaybe; From 6dd914b1b644ae70a1987ea008a1eb4f57d4cace Mon Sep 17 00:00:00 2001 From: "int128-renovate-merge-bot[bot]" <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:07:30 +0000 Subject: [PATCH 3/3] Empty commit to trigger GitHub Actions