From 7ada9c7c4f5edec36608943107871a23936bcc0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 04:08:16 +0000 Subject: [PATCH] Update dependency @octokit/graphql-schema to v15.18.0 (#958) * Update dependency @octokit/graphql-schema to v15.18.0 * Generated by GitHub Actions (ts / generate) https://github.com/int128/hide-comment-action/actions/runs/9217395343 * 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 +- pnpm-lock.yaml | 11 ++++++----- src/generated/graphql-types.ts | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d4d5aedf..94a92371 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@graphql-codegen/import-types-preset": "3.0.0", "@graphql-codegen/typescript": "4.0.7", "@graphql-codegen/typescript-operations": "4.2.1", - "@octokit/graphql-schema": "15.17.0", + "@octokit/graphql-schema": "15.18.0", "@tsconfig/node20": "20.1.4", "@types/jest": "29.5.12", "@types/node": "20.12.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d8a189c..072ca69c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: 4.2.1 version: 4.2.1(graphql@16.8.1) '@octokit/graphql-schema': - specifier: 15.17.0 - version: 15.17.0 + specifier: 15.18.0 + version: 15.18.0 '@tsconfig/node20': specifier: 20.1.4 version: 20.1.4 @@ -865,8 +865,8 @@ packages: resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==} engines: {node: '>= 18'} - '@octokit/graphql-schema@15.17.0': - resolution: {integrity: sha512-YfDILnC5GTWJPQVnT8etOr0TV2VGWFUreJA8GedAdEG98IVZyPtzT9TbWulx/dINhvO1H2hVKiwuK4wzLx8wXQ==} + '@octokit/graphql-schema@15.18.0': + resolution: {integrity: sha512-XA2Qw0WrWs+0tvaVpXM4sLr9lGZAEQMyj1Ai4LhjRWtCZ1+bXegOLdY6P/Kx1UOPJ/4lrE2z/8RkOK6/5L1oTA==} '@octokit/graphql@7.0.2': resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==} @@ -1804,6 +1804,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -4104,7 +4105,7 @@ snapshots: '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 - '@octokit/graphql-schema@15.17.0': + '@octokit/graphql-schema@15.18.0': dependencies: graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index cde6a241..b8c728ee 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -3459,6 +3459,19 @@ export type ConvertedToDiscussionEvent = Node & { id: Scalars['ID']['output']; }; +/** Copilot endpoint information */ +export type CopilotEndpoints = { + __typename?: 'CopilotEndpoints'; + /** Copilot API endpoint */ + api: Scalars['String']['output']; + /** Copilot origin tracker endpoint */ + originTracker: Scalars['String']['output']; + /** Copilot proxy endpoint */ + proxy: Scalars['String']['output']; + /** Copilot telemetry endpoint */ + telemetry: Scalars['String']['output']; +}; + /** Autogenerated input type of CopyProjectV2 */ export type CopyProjectV2Input = { /** A unique identifier for the client performing the mutation. */ @@ -29884,6 +29897,8 @@ export type User = Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & P companyHTML: Scalars['HTML']['output']; /** The collection of contributions this user has made to different repositories. */ contributionsCollection: ContributionsCollection; + /** The user's Copilot endpoint information */ + copilotEndpoints?: Maybe; /** Identifies the date and time when the object was created. */ createdAt: Scalars['DateTime']['output']; /** Identifies the primary key from the database. */