From af70d36536c1aba6f51a5b0b5dc75979d91472e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:17:19 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/graphql-schema to v14.30.0 (#82) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octokit/graphql-schema](https://togithub.com/octokit/graphql-schema) | [`14.29.0` -> `14.30.0`](https://renovatebot.com/diffs/npm/@octokit%2fgraphql-schema/14.29.0/14.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fgraphql-schema/14.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fgraphql-schema/14.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2fgraphql-schema/14.29.0/14.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octokit%2fgraphql-schema/14.29.0/14.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
octokit/graphql-schema (@​octokit/graphql-schema) ### [`v14.30.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v14.30.0) [Compare Source](https://togithub.com/octokit/graphql-schema/compare/v14.29.0...v14.30.0) ##### Features - `Repository#contributingGuidelines` ([#​824](https://togithub.com/octokit/graphql-schema/issues/824)) ([97c5816](https://togithub.com/octokit/graphql-schema/commit/97c58166995f3173b8ba7dabbcb2374b7b36f11c))
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Balvajs/delete-stale-branches). Co-authored-by: renovate[bot] <29139614+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 6fcf89a..342c4fa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@graphql-codegen/typescript-operations": "4.0.1", "@octokit/core": "5.0.0", "@octokit/graphql": "7.0.1", - "@octokit/graphql-schema": "14.29.0", + "@octokit/graphql-schema": "14.30.0", "@octokit/plugin-paginate-graphql": "4.0.0", "@semantic-release/commit-analyzer": "10.0.4", "@semantic-release/git": "10.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14fd2bc..b7169b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ devDependencies: specifier: 7.0.1 version: 7.0.1 '@octokit/graphql-schema': - specifier: 14.29.0 - version: 14.29.0 + specifier: 14.30.0 + version: 14.30.0 '@octokit/plugin-paginate-graphql': specifier: 4.0.0 version: 4.0.0(@octokit/core@5.0.0) @@ -2131,8 +2131,8 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/graphql-schema@14.29.0: - resolution: {integrity: sha512-FhNHcOTPhB7SeBLmbWHJ8OyA6LE8fD1S5oxFShQWxHq69WTrnpVmU8j9iNOh+NzsnZBNPfdJ7uOzGlTYL/3QzA==} + /@octokit/graphql-schema@14.30.0: + resolution: {integrity: sha512-AQ+uuREsxEgdMS1sF7RLn0aYhfRPOkitcBLfv3mL7f0DgfP/HUh+Ew2t1ZlVi0i72LHbTnQMFgvJ1rP6jZ/GhA==} dependencies: graphql: 16.8.0 graphql-tag: 2.12.6(graphql@16.8.0)