From 7cd8aae6343d7b53a99aa1699532168ef5c2e606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:52:57 +0000 Subject: [PATCH 1/2] Bump the octokit-dependencies group with 2 updates Bumps the octokit-dependencies group with 2 updates: [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) and [@octokit/plugin-paginate-graphql](https://github.com/octokit/plugin-paginate-graphql.js). Updates `@octokit/graphql-schema` from 15.12.0 to 15.14.0 - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v15.12.0...v15.14.0) Updates `@octokit/plugin-paginate-graphql` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/octokit/plugin-paginate-graphql.js/releases) - [Commits](https://github.com/octokit/plugin-paginate-graphql.js/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit-dependencies - dependency-name: "@octokit/plugin-paginate-graphql" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: octokit-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9123e5a7..0cf8d99c 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/core": "^6.1.2", - "@octokit/graphql-schema": "^15.12.0", - "@octokit/plugin-paginate-graphql": "^5.2.0", + "@octokit/graphql-schema": "^15.14.0", + "@octokit/plugin-paginate-graphql": "^5.2.1", "ansi-styles": "^6.2.1", "zod": "^3.23.5" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd20bb26..7002130c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,11 +15,11 @@ dependencies: specifier: ^6.1.2 version: 6.1.2 '@octokit/graphql-schema': - specifier: ^15.12.0 - version: 15.12.0 + specifier: ^15.14.0 + version: 15.14.0 '@octokit/plugin-paginate-graphql': - specifier: ^5.2.0 - version: 5.2.0(@octokit/core@6.1.2) + specifier: ^5.2.1 + version: 5.2.1(@octokit/core@6.1.2) ansi-styles: specifier: ^6.2.1 version: 6.2.1 @@ -543,8 +543,8 @@ packages: universal-user-agent: 6.0.1 dev: false - /@octokit/graphql-schema@15.12.0: - resolution: {integrity: sha512-YiONgXzmQi4MVQBdJsCF7fgSAhnZySstDchw9bxkBYJRwNVwpwz7fjmOQVJbvIpqKtJ0vpZMgodZj3A3L9YwDw==} + /@octokit/graphql-schema@15.14.0: + resolution: {integrity: sha512-l3X8LUJoEiOUtNZd1DnUjL9J3vTAz7lOBrNp5vF4SumMkdpLcxvJ0Xital3gSZNkGg0iwblu4ixIzKffnOa37A==} dependencies: graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) @@ -576,8 +576,8 @@ packages: resolution: {integrity: sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==} dev: false - /@octokit/plugin-paginate-graphql@5.2.0(@octokit/core@6.1.2): - resolution: {integrity: sha512-nrv3qH8gyLXxl6MdQMG8EV4+y5IfFCHQy+MxDk52flg6N9mMkTuTdMiedh9fccD3g/6X560jaQFJk88IBZqCtw==} + /@octokit/plugin-paginate-graphql@5.2.1(@octokit/core@6.1.2): + resolution: {integrity: sha512-FQp8osY1PmMzEKfqpZXEdO18HqjfMT/QYtck6NGb8W8L4H9/tn7lKyhgN+dgLxcKyRffi+XH0ZJc9IMHcprEZw==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' From 3b84fac7493a5a2d66697e846ec99cf5d239365c Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 1 May 2024 03:23:26 +0900 Subject: [PATCH 2/2] `pnpm install && pnpm run build` --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 19830a4c..028b1b70 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28252,7 +28252,7 @@ var Octokit = class { auth; }; -// node_modules/.pnpm/@octokit+plugin-paginate-graphql@5.2.0_@octokit+core@6.1.2/node_modules/@octokit/plugin-paginate-graphql/dist-bundle/index.js +// node_modules/.pnpm/@octokit+plugin-paginate-graphql@5.2.1_@octokit+core@6.1.2/node_modules/@octokit/plugin-paginate-graphql/dist-bundle/index.js var generateMessage = (path, cursorValue) => `The cursor at "${path.join( "," )}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`;