Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 17, 2023
1 parent d755a72 commit 39f831a
Show file tree
Hide file tree
Showing 3 changed files with 8 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.37.0",
"@octokit/graphql-schema": "14.38.0",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.5",
"@types/node": "16.18.58",
Expand Down
4 changes: 3 additions & 1 deletion src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21408,7 +21408,9 @@ export enum RepositoryLockReason {
/** The repository is locked due to a rename. */
Rename = 'RENAME',
/** The repository is locked due to a trade controls related reason. */
TradeRestriction = 'TRADE_RESTRICTION'
TradeRestriction = 'TRADE_RESTRICTION',
/** The repository is locked due to an ownership transfer. */
TransferringOwnership = 'TRANSFERRING_OWNERSHIP'
}

/** A GitHub Enterprise Importer (GEI) repository migration. */
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2068,10 +2068,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/graphql-schema@14.37.0":
version "14.37.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.37.0.tgz#e48493b4db11286a2ece4b8414984aafd302d9f1"
integrity sha512-rBohiXKzhhpEyfBdK5tE9FdljjFVGyUqs5NkoM9HaaHr3FdlYekzCI6ywq8WjfC7UUZcPVxVEWTh+Hee5ExNag==
"@octokit/graphql-schema@14.38.0":
version "14.38.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.38.0.tgz#7f4990d9ef3564a52b0eb849c1a536fbd7e5469c"
integrity sha512-IhMaTPvk9Z1HItrUrMdA8IWKrI8PnBBgladqKMqmoqeTyPpVwAuBjlNYl0I+kTnQWUc49XiMCng7pYUvGbFjyw==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit 39f831a

Please sign in to comment.