Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 Jan 27, 2024
1 parent 0c088a2 commit 5852ee2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.49.0",
"@octokit/graphql-schema": "14.50.0",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.11",
"@types/node": "20.11.7",
Expand Down
2 changes: 2 additions & 0 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6063,6 +6063,8 @@ export type Enterprise = AnnouncementBanner & Node & {
announcementUserDismissible?: Maybe<Scalars['Boolean']['output']>;
/** A URL pointing to the enterprise's public avatar. */
avatarUrl: Scalars['URI']['output'];
/** The enterprise's billing email. */
billingEmail?: Maybe<Scalars['String']['output']>;
/** Enterprise billing information visible to enterprise billing managers. */
billingInfo?: Maybe<EnterpriseBillingInfo>;
/** Identifies the date and time when the object was created. */
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/graphql-schema@14.49.0":
version "14.49.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.49.0.tgz#c2fc25566817a14daf256418bc2234f62f367890"
integrity sha512-GWWLKiFmY/1hl8KtHG+L1cYD4pOz2cZ8YKXkCCRVQ8ebVRN+QapohnTB4ZiBXaube9g8FwYrLzOr+AVwr6yqCQ==
"@octokit/graphql-schema@14.50.0":
version "14.50.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.50.0.tgz#089d258a85e2750bb0d56ddcc66e3ecdddf11479"
integrity sha512-OCwJckqgDeMk4kjydz7iS+FRlEvdRB10RY4+uiswpDlyDChg5kuDkPkkOfMIfPLMcGsVsswcpJwcCGbH2Ek8ZQ==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit 5852ee2

Please sign in to comment.