Skip to content

Commit 1e47d5e

Browse files
Bump the octokit-dependencies group with 2 updates (#783)
* 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](octokit/graphql-schema@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](octokit/plugin-paginate-graphql.js@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] <support@github.com> * `pnpm install && pnpm run build` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
1 parent 5c9cc4d commit 1e47d5e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28252,7 +28252,7 @@ var Octokit = class {
2825228252
auth;
2825328253
};
2825428254

28255-
// 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
28255+
// 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
2825628256
var generateMessage = (path, cursorValue) => `The cursor at "${path.join(
2825728257
","
2825828258
)}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@actions/core": "^1.10.1",
2727
"@actions/github": "^6.0.0",
2828
"@octokit/core": "^6.1.2",
29-
"@octokit/graphql-schema": "^15.12.0",
30-
"@octokit/plugin-paginate-graphql": "^5.2.0",
29+
"@octokit/graphql-schema": "^15.14.0",
30+
"@octokit/plugin-paginate-graphql": "^5.2.1",
3131
"ansi-styles": "^6.2.1",
3232
"zod": "^3.23.5"
3333
},

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)