Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 2, 2023
1 parent 5373a65 commit 1d2ebeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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.1",
"@octokit/graphql-schema": "14.39.2",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.7",
"@types/node": "20.8.10",
Expand Down
2 changes: 0 additions & 2 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21684,8 +21684,6 @@ export enum RepositoryRuleType {
Creation = 'CREATION',
/** Only allow users with bypass permissions to delete matching refs. */
Deletion = 'DELETION',
/** File path pattern */
FilePathPattern = 'FILE_PATH_PATTERN',
/** Branch is read-only. Users cannot push to the branch. */
LockBranch = 'LOCK_BRANCH',
/** Max ref updates */
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].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==
"@octokit/[email protected].2":
version "14.39.2"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.2.tgz#fd93eeaf54a5974744d7bb472f797773032cd3cd"
integrity sha512-BwUKefIANJKKE6WqTLNvymb70i6z5ERoixBympTUubG+SXD2aSJTzPP5DB1jb4GQhA1LZ0XiKmRGxRVGZg7oWA==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
Expand Down

0 comments on commit 1d2ebeb

Please sign in to comment.