From 4bc03db53a7b2a3f572fa2c559dbd19a928ae51e Mon Sep 17 00:00:00 2001 From: "balvajs-renovate[bot]" <147611899+balvajs-renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:16:36 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/graphql-schema to v14.55.0 (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@octokit/graphql-schema](https://togithub.com/octokit/graphql-schema) | devDependencies | minor | [`14.54.0` -> `14.55.0`](https://renovatebot.com/diffs/npm/@octokit%2fgraphql-schema/14.54.0/14.55.0) | --- ### Release Notes
octokit/graphql-schema (@​octokit/graphql-schema) ### [`v14.55.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v14.55.0) [Compare Source](https://togithub.com/octokit/graphql-schema/compare/v14.54.0...v14.55.0) ##### Features - `{PullRequest,PullRequestReview,PullRequestReviewComment}#fullDatabaseId`. Deprecation of `{PullRequest,PullRequestReview,PullRequestReviewComment}#databaseId` ([#​896](https://togithub.com/octokit/graphql-schema/issues/896)) ([859cb7e](https://togithub.com/octokit/graphql-schema/commit/859cb7e7a4d4c1ed764de201833922dce0ac0c8c))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b96bf2..45cb4bd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@graphql-codegen/typescript-operations": "4.1.2", "@octokit/action": "6.0.7", "@octokit/graphql": "7.0.2", - "@octokit/graphql-schema": "14.54.0", + "@octokit/graphql-schema": "14.55.0", "@octokit/plugin-paginate-graphql": "4.0.0", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/git": "10.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff8ea34..aabcd0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ devDependencies: specifier: 7.0.2 version: 7.0.2 '@octokit/graphql-schema': - specifier: 14.54.0 - version: 14.54.0 + specifier: 14.55.0 + version: 14.55.0 '@octokit/plugin-paginate-graphql': specifier: 4.0.0 version: 4.0.0(@octokit/core@5.0.1) @@ -2256,8 +2256,8 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/graphql-schema@14.54.0: - resolution: {integrity: sha512-hpRysmqbvsNl4DL9YGqc9+cJQCKocEYIZ1WWcXMAq9gyCbHrFW3LaK/us88cVHxK7dDvYyDKweu9NdgLQPub6g==} + /@octokit/graphql-schema@14.55.0: + resolution: {integrity: sha512-IJjs5rvfDB8kyh878CidoBszHFKfTNfT4vfYrayQi3/PUvOxhur5YANKq4d+kb5pRA5CQGc/jOD6td45UTxK7g==} dependencies: graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1)