From dc77fc1f76c61a9d71acb6bde2c3396573140458 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:18:56 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/graphql-schema to v14.29.0 (#79) 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.28.0` -> `14.29.0`](https://renovatebot.com/diffs/npm/@octokit%2fgraphql-schema/14.28.0/14.29.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fgraphql-schema/14.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fgraphql-schema/14.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2fgraphql-schema/14.28.0/14.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octokit%2fgraphql-schema/14.28.0/14.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
octokit/graphql-schema (@​octokit/graphql-schema) ### [`v14.29.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v14.29.0) [Compare Source](https://togithub.com/octokit/graphql-schema/compare/v14.28.0...v14.29.0) ##### Features - Organization#archivedAt ([#​823](https://togithub.com/octokit/graphql-schema/issues/823)) ([ca31517](https://togithub.com/octokit/graphql-schema/commit/ca31517617b4625147ffacd947d7e7add5457504))
--- ### 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 99be46a..1718b39 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.28.0", + "@octokit/graphql-schema": "14.29.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 39c0453..18e087c 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.28.0 - version: 14.28.0 + specifier: 14.29.0 + version: 14.29.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.28.0: - resolution: {integrity: sha512-+ca2OqGnR5OYoSR07us5CX6FPVLO/bSXGBZ8qAMiL0cZleKrX6UKExidoAFN6IfWc/biDKj5vbBf7zYn4nMzFQ==} + /@octokit/graphql-schema@14.29.0: + resolution: {integrity: sha512-FhNHcOTPhB7SeBLmbWHJ8OyA6LE8fD1S5oxFShQWxHq69WTrnpVmU8j9iNOh+NzsnZBNPfdJ7uOzGlTYL/3QzA==} dependencies: graphql: 16.8.0 graphql-tag: 2.12.6(graphql@16.8.0)