Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 May 21, 2024
1 parent 1f98b4f commit e11e418
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.7",
"@graphql-codegen/typescript-operations": "4.2.1",
"@octokit/graphql-schema": "15.16.0",
"@octokit/graphql-schema": "15.17.0",
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ export type AddedToProjectEvent = Node & {
export type AnnouncementBanner = {
/** The text of the announcement */
announcement?: Maybe<Scalars['String']['output']>;
/** The date the announcement was created */
announcementCreatedAt?: Maybe<Scalars['DateTime']['output']>;
/** The expiration date of the announcement, if any */
announcementExpiresAt?: Maybe<Scalars['DateTime']['output']>;
/** Whether the announcement can be dismissed by the user */
Expand Down Expand Up @@ -6507,6 +6509,8 @@ export type Enterprise = AnnouncementBanner & Node & {
__typename?: 'Enterprise';
/** The text of the announcement */
announcement?: Maybe<Scalars['String']['output']>;
/** The date the announcement was created */
announcementCreatedAt?: Maybe<Scalars['DateTime']['output']>;
/** The expiration date of the announcement, if any */
announcementExpiresAt?: Maybe<Scalars['DateTime']['output']>;
/** Whether the announcement can be dismissed by the user */
Expand Down Expand Up @@ -14820,6 +14824,8 @@ export type Organization = Actor & AnnouncementBanner & MemberStatusable & Node
__typename?: 'Organization';
/** The text of the announcement */
announcement?: Maybe<Scalars['String']['output']>;
/** The date the announcement was created */
announcementCreatedAt?: Maybe<Scalars['DateTime']['output']>;
/** The expiration date of the announcement, if any */
announcementExpiresAt?: Maybe<Scalars['DateTime']['output']>;
/** Whether the announcement can be dismissed by the user */
Expand Down

0 comments on commit e11e418

Please sign in to comment.