Skip to content

Commit

Permalink
Bump the octokit-dependencies group with 2 updates (#790)
Browse files Browse the repository at this point in the history
* 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.14.0 to 15.15.0
- [Release notes](https://github.com/octokit/graphql-schema/releases)
- [Commits](octokit/graphql-schema@v15.14.0...v15.15.0)

Updates `@octokit/plugin-paginate-graphql` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/octokit/plugin-paginate-graphql.js/releases)
- [Commits](octokit/plugin-paginate-graphql.js@v5.2.1...v5.2.2)

---
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>
  • Loading branch information
dependabot[bot] and kachick authored May 7, 2024
1 parent 4c96aa9 commit 7d23ec0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28252,7 +28252,7 @@ var Octokit = class {
auth;
};

// 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
// node_modules/.pnpm/@octokit+plugin-paginate-graphql@5.2.2_@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.`;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/core": "^6.1.2",
"@octokit/graphql-schema": "^15.14.0",
"@octokit/plugin-paginate-graphql": "^5.2.1",
"@octokit/graphql-schema": "^15.15.0",
"@octokit/plugin-paginate-graphql": "^5.2.2",
"ansi-styles": "^6.2.1",
"zod": "^3.23.5"
},
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d23ec0

Please sign in to comment.