From fa3a6401da3b4c6ef32f31a6ec9309a50f133ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:31:48 +0000 Subject: [PATCH 1/3] Update dependency @octokit/graphql-schema to v15.14.0 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 46ba55d1..d83eb5cf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,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": "15.13.0", + "@octokit/graphql-schema": "15.14.0", "@tsconfig/node20": "20.1.4", "@types/jest": "29.5.12", "@types/node": "20.12.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f5dba30..3bb77720 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: 4.2.0 version: 4.2.0(graphql@16.8.1) '@octokit/graphql-schema': - specifier: 15.13.0 - version: 15.13.0 + specifier: 15.14.0 + version: 15.14.0 '@tsconfig/node20': specifier: 20.1.4 version: 20.1.4 @@ -855,8 +855,8 @@ packages: resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==} engines: {node: '>= 18'} - '@octokit/graphql-schema@15.13.0': - resolution: {integrity: sha512-sJSfthiICvYTrT9fG0YBmRiRGTuZajmphzEJ6dmbJ2dARcNx904atCWwjdFJWs5Il5YtPzsaa9GNa8oejDtbQw==} + '@octokit/graphql-schema@15.14.0': + resolution: {integrity: sha512-l3X8LUJoEiOUtNZd1DnUjL9J3vTAz7lOBrNp5vF4SumMkdpLcxvJ0Xital3gSZNkGg0iwblu4ixIzKffnOa37A==} '@octokit/graphql@7.0.2': resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==} @@ -4068,7 +4068,7 @@ snapshots: '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 - '@octokit/graphql-schema@15.13.0': + '@octokit/graphql-schema@15.14.0': dependencies: graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) From 9ba4953fe85a4a0ea5f3bfd4ed8ee64fb7331201 Mon Sep 17 00:00:00 2001 From: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:32:17 +0000 Subject: [PATCH 2/3] Generated by GitHub Actions (ts / generate) https://github.com/int128/hide-comment-action/actions/runs/8873342291 --- src/generated/graphql-types.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index 85b64fd5..13174f15 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -23286,6 +23286,8 @@ export type RepositoryRulesetBypassActor = Node & { actor?: Maybe; /** The mode for the bypass actor */ bypassMode?: Maybe; + /** This actor represents the ability for a deploy key to bypass */ + deployKey: Scalars['Boolean']['output']; /** The Node ID of the RepositoryRulesetBypassActor object */ id: Scalars['ID']['output']; /** This actor represents the ability for an organization owner to bypass */ @@ -23330,13 +23332,16 @@ export type RepositoryRulesetBypassActorEdge = { /** * Specifies the attributes for a new or updated ruleset bypass actor. Only one of - * `actor_id`, `repository_role_database_id`, or `organization_admin` should be specified. + * `actor_id`, `repository_role_database_id`, `organization_admin`, or `deploy_key` + * should be specified. */ export type RepositoryRulesetBypassActorInput = { /** For Team and Integration bypasses, the Team or Integration ID */ actorId?: InputMaybe; /** The bypass mode for this actor. */ bypassMode: RepositoryRulesetBypassActorBypassMode; + /** For deploy key bypasses, true. Can only use ALWAYS as the bypass mode */ + deployKey?: InputMaybe; /** For organization owner bypasses, true */ organizationAdmin?: InputMaybe; /** For role bypasses, the role database ID */ From ec28bd8f3d0057f5bd1f2fbbcb1d3fc4e8d940c1 Mon Sep 17 00:00:00 2001 From: "int128-renovate-merge-bot[bot]" <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:06:47 +0000 Subject: [PATCH 3/3] Empty commit to trigger GitHub Actions