Skip to content

Commit

Permalink
Update dependency @octokit/graphql-schema to v14.39.1 (#768)
Browse files Browse the repository at this point in the history
* Update dependency @octokit/graphql-schema to v14.39.1

* Generated by GitHub Actions (ts / generate)

https://github.com/int128/hide-comment-action/actions/runs/6701975159

* Empty commit to trigger GitHub Actions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 1c46988 commit a6d6865
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@octokit/graphql-schema": "14.39.0",
"@octokit/graphql-schema": "14.39.1",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.7",
"@types/node": "20.8.9",
Expand Down
2 changes: 1 addition & 1 deletion src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21139,7 +21139,7 @@ export type RepositoryConnection = {
pageInfo: PageInfo;
/** Identifies the total count of items in the connection. */
totalCount: Scalars['Int']['output'];
/** The total size in kilobytes of all repositories in the connection. */
/** The total size in kilobytes of all repositories in the connection. Value will never be larger than max 32-bit signed integer. */
totalDiskUsage: Scalars['Int']['output'];
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2079,10 +2079,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/[email protected].0":
version "14.39.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.0.tgz#12ac60d54e1da5e64ac65aa03e32cfddae9181b4"
integrity sha512-UIFmdqr25M3wrFKMiGSnr0TgAKBeiOMWBAKqK8FEf8OspVx6W9zJr6sYO37EUXJh57V2BbKrKeFgkw568XRaGQ==
"@octokit/[email protected].1":
version "14.39.1"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.1.tgz#9f54a22d542af374095bcfb5ae43fc3f7cc0840a"
integrity sha512-QF4i1ZxE86dgzRCLGASPJiJwf21UyNxcVW++toCAPukU+0xYrnRk3Ben7I8EO/MT05nmR5d6CCpmcZieLdSC2g==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit a6d6865

Please sign in to comment.