Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 Nov 17, 2023
1 parent c9b0867 commit 4d94d0d
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.41.0",
"@octokit/graphql-schema": "14.42.0",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.8",
"@types/node": "20.9.1",
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 @@ -23351,6 +23351,8 @@ export type SponsorsActivity = Node & {
/** The sponsor's current privacy level. */
currentPrivacyLevel?: Maybe<SponsorshipPrivacy>;
id: Scalars['ID']['output'];
/** The platform that was used to pay for the sponsorship. */
paymentSource?: Maybe<SponsorshipPaymentSource>;
/** The tier that the sponsorship used to use, for tier change events. */
previousSponsorsTier?: Maybe<SponsorsTier>;
/** The user or organization who triggered this activity and was/is sponsoring the sponsorable. */
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.41.0":
version "14.41.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.41.0.tgz#f2d642f05ce6734680b650b32e24dfd5fa53c343"
integrity sha512-CWsEysYE02r+qXGDV9NAV/nNLcoHnd9Z++ITcD66IgrsU8Mu+X+1lv8xXqF6HVohpbvLXj1GEW0fA8+JUim6pQ==
"@octokit/graphql-schema@14.42.0":
version "14.42.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.42.0.tgz#cab29e00727d8effbb0b4dbf7382b7e5676b22bb"
integrity sha512-3hQygNXZlKxOuzK47YMZB4jBZjt4EPLZkfxVXiwanOESPd4f3AbzoZoXMg1qx/OGZvb7mgf0Tj14x7L0TQXOfQ==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit 4d94d0d

Please sign in to comment.