From b91dc34ce261f91ed531dee2e9a6d8500391793f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:06:27 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/graphql-schema to v14.39.2 (#884) * chore(deps): update dependency @octokit/graphql-schema to v14.39.2 * Generated by GitHub Actions (ts / generate) https://github.com/int128/datadog-actions-metrics/actions/runs/6736060381 * 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> --- package.json | 2 +- src/generated/graphql-types.ts | 2 -- yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 92abaa18..a0dc28da 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/import-types-preset": "3.0.0", "@graphql-codegen/typescript": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", - "@octokit/graphql-schema": "14.39.1", + "@octokit/graphql-schema": "14.39.2", "@octokit/webhooks-examples": "7.3.1", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.7", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index fdbd9118..16e4ec9c 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -21684,8 +21684,6 @@ export enum RepositoryRuleType { Creation = 'CREATION', /** Only allow users with bypass permissions to delete matching refs. */ Deletion = 'DELETION', - /** File path pattern */ - FilePathPattern = 'FILE_PATH_PATTERN', /** Branch is read-only. Users cannot push to the branch. */ LockBranch = 'LOCK_BRANCH', /** Max ref updates */ diff --git a/yarn.lock b/yarn.lock index 45b518b8..3bc55cbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2053,10 +2053,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.39.1": - version "14.39.1" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.1.tgz#9f54a22d542af374095bcfb5ae43fc3f7cc0840a" - integrity sha512-QF4i1ZxE86dgzRCLGASPJiJwf21UyNxcVW++toCAPukU+0xYrnRk3Ben7I8EO/MT05nmR5d6CCpmcZieLdSC2g== +"@octokit/graphql-schema@14.39.2": + version "14.39.2" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.2.tgz#fd93eeaf54a5974744d7bb472f797773032cd3cd" + integrity sha512-BwUKefIANJKKE6WqTLNvymb70i6z5ERoixBympTUubG+SXD2aSJTzPP5DB1jb4GQhA1LZ0XiKmRGxRVGZg7oWA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"