Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @octokit/graphql-schema to v13 #110

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/graphql-schema ^10.74.1 -> ^13.0.0 age adoption passing confidence

Release Notes

octokit/graphql-schema

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
  • sponsors updates. "Single Select" and Iteration fields for projects (#​705) (42c5159)
BREAKING CHANGES
  • Deprecated projectNext* nodes have been removed. Use projectV2* nodes instead.

v12.41.1

Compare Source

Bug Fixes
  • deps: downgrade execa to v5 due to incompatibility with esm (#​704) (3810557)

v12.41.0

Compare Source

Features

v12.40.0

Compare Source

Features

v12.39.0

Compare Source

Features
  • deprecate PackageType#RUBYGEMS and PackageType#MAVEN (#​693) (ab62d42)

v12.38.0

Compare Source

Features

v12.37.0

Compare Source

Features
  • introducing new objects such as Claimable, CreateAttributionInvitationInput, CreateAttributionInvitationPayload. rebrand from Octoshift to GitHub Enterprise Importer (#​689) (ca77a12)

v12.36.0

Compare Source

Features
  • createSponsorsListing mutation, SponsorsTierAdminInfo#{isDraft,isPublished,isRetired} (#​688) (cb70899)

v12.35.1

Compare Source

Bug Fixes
  • WorkflowRun implements UniformResourceLocatable, deprecate NPM and NUGET in PackageType enum (#​687) (bb763b2)

v12.35.0

Compare Source

Features

v12.34.0

Compare Source

Features

v12.33.0

Compare Source

Features

v12.32.0

Compare Source

Features

v12.31.0

Compare Source

Features

v12.30.1

Compare Source

Bug Fixes

v12.30.0

Compare Source

Features
  • {Organization,Sponsorable,User}#includeAsSponsor, SponsorsListing#featuredItems (#​676) (8324440)

v12.29.0

Compare Source

Features

v12.28.0

Compare Source

Features
  • CreateProjectV2Input#teamId, {Organization,User}#sponsorshipsAsSponsor(maintainerLogins), SponsorsListing#contactEmailAddress, {Submodule,TreeEntry}#{nameRaw,pathRaw} (#​674) (0fdc126)

v12.27.0

Compare Source

Features
  • SponsorsListing#{billingCountryOrRegion,residenceCountryOrRegion}, deprecates Repository#squashPrTitleUsedAsDefault, use Repository#squashMergeCommitTitle instead (#​673) (19071bb)

v12.26.1

Compare Source

Bug Fixes

v12.26.0

Compare Source

Features
  • CreateProjectV2Input#repositoryId, filterBy option for #projectsV2 connections, Mutations: linkProjectV2ToTeam(), unlinkProjectV2FromTeam() (#​669) (c99fea5), closes #projectsV2

v12.25.0

Compare Source

Features

v12.24.0

Compare Source

Features
  • OrganizationSponsorsActivitiesArgs#since, OrganizationSponsorsActivitiesArgs#until (#​667) (0d965b6)

v12.23.0

Compare Source

Features

v12.22.0

Compare Source

Features
  • archiveProjectV2Item, unarchiveProjectV2Item, linkProjectV2ToRepository, unlinkProjectV2FromRepository (#​661) (65d08f1)

v12.21.0

Compare Source

Features
  • ProjectNextFieldType#TRACKED_BY, Repository#hasDiscussionsEnabled (#​659) (ca0b6ed)

v12.20.0

Compare Source

Features

v12.19.0

Compare Source

Features

v12.18.0

Compare Source

Features
  • BranchProtectionRule#{lockAllowsFetchAndMerge,lockBranch} (#​655) (2dd3d54)

v12.17.0

Compare Source

Features

v12.16.0

Compare Source

Features

v12.15.1

Compare Source

Bug Fixes

v12.15.0

Compare Source

Features

v12.14.0

Compare Source

Features

v12.13.1

Compare Source

Bug Fixes
  • doc comment updates for EnablePullRequestAutoMergeInput (#​648) (3195058)

v12.13.0

Compare Source

Features

v12.12.0

Compare Source

Features
  • ProjectV2View#sortByFields, ProjectV2View#verticalGroupByFields. Deprecates: ProjectV2View#sortBy, ProjectV2View#verticalGroupBy. (#​646) (d65df62)

v12.11.0

Compare Source

Features
  • ProjectV2View#groupByFields. Deprecates ProjectV2View#groupBy (#​643) (5fe795c)

v12.10.0

Compare Source

Features
  • Dart packages (PUB) added to security advisories and dependency graph (#​642) (f348bb0)

v12.9.1

Compare Source

Bug Fixes

v12.9.0

Compare Source

Features

v12.8.1

Compare Source

Bug Fixes
  • bump removal date for ProjectNext* nodes to 2023-01-01 (#​637) (73fa641)

v12.8.0

Compare Source

Features

v12.7.1

Compare Source

Bug Fixes
  • update types to reflect GraphQL schema changes in v12.7.0 (#​632) (7fbbc78)

v12.7.0

Compare Source

  • feat: add new ClearProjectV2ItemFieldValue mutation to schema
  • feat: add new pullRequestReviewComment field on the DeletePullRequestReviewCommentPayload returned from the DeletePullRequestReviewComment mutation, showing the deleted comment
  • feat: allow filtering by twoFactorEnabled when accessing the members of an Enterprise
  • feat: add new databaseId field on Migrations with the primary key ID of the record
  • feat: add fields connection on ProjectV2Views
  • fix: mark the visibleFields connection on ProjectV2View as deprecated (in favour of fields)

v12.6.0

Compare Source

Features
  • expose new checkRunCount, checkRunCountsByState, statusContextCount and statusContextCountsByState fields on StatusCheckRollupContextConnection (#​626) (ac7ffdd)

v12.5.0

Compare Source

Features
  • add new diffSide, line, startDiffSide and startLine fields to PullRequestThread (#​625) (30b5d3f)

v12.4.1

Compare Source

Bug Fixes

v12.4.0

Compare Source

  • feat: allow check runs to be filtered by conclusions and statuses
  • feat: allow fetching a paginated list of runs on a workflow
  • feat: add new changedFilesIfAvailable field to Commit
  • fix: deprecate the changedFiles field on Commit in favour of the new changedFilesIfAvailable field
  • feat: add new allowPrivateRepositoryForkingSettingPolicyValue field (with EnterpriseAllowPrivateRepositoryForkingPolicyValue) enum to the EnterpriseOwnerInfo type
  • feat: add new policyValue input param for the UpdateEnterpriseAllowPrivateRepositoryForkingSetting mutation

v12.3.0

Compare Source

Features
  • allow check runs to be filtered by conclusions and statuses and add support for fetching a paginated list of runs on a workflow (#​620) (cd11406)

v12.2.0

Compare Source

Features

v12.1.0

Compare Source

Features
  • add new mergeCommitMessage, mergeCommitTitle, squashMergeCommitMessage and squashMergeCommitTitle fields on Repository (#​616) (a25f0c1)

v12.0.0

Compare Source

Bug Fixes
  • drop support for GITHUB and GITLAB in MigrationSourceType enum (#​613) (82b6160)
BREAKING CHANGES
  • This removes GITHUB and GITLAB from the MigrationSourceType enum. These values stopped being supported back in June 2022, but the GraphQL schema was not updated. The GitHub Enterprise Importer - including these APIs - is in public beta and not subject to our normal deprecation process.

v11.2.0

Compare Source

Features
  • add optional createLabelsIfMissing boolean input to TransferIssue mutation (#​612) (cb27eb4)

v11.1.1

Compare Source

Bug Fixes
  • improve description of minimizedReason field to list values and clarify differences from MinimizeComment mutation inputs (#​611) (cd45830)

v11.1.0

Compare Source

Features
  • schema: add Organzation#updateOrganizationWebCommitSignoffSetting and Repository#lockSource (#​607) (16379bb)

v11.0.0

Compare Source

Features
  • schema: update ProjectV2 and other minor schema changes (f357e46)
BREAKING CHANGES
  • schema: removed support for
  • Enterprise#userAccounts
  • {ProjectNextField,ProjectNextFieldCommon}#dataType -> ProjectNextFieldType.TRACKS
  • {ProjectV2FieldCommon,ProjectV2Field,ProjectV2IterationField}#dataType -> ProjectV2FieldType.TRACKS
  • ProjectV2View#items
  • build: schema.json and schema.d.ts updated

  • feat(schema): add StartRepositoryMigration#targetRepoVisibility

  • feat(schema): add 'DiscussionCategory#slug' and 'Repository#discussionCategory({slug})'

  • build(schema): schema.json and schema.d.ts updated

  • feat(schema): add 'UNAFFILIATED' value on 'EnterpriseUserAccountMembershipRole' enum

  • build(schema): schema.json and schema.d.ts updated

  • feat(schema): restored 'TRACKS' for 'ProjectNextFieldType' enum

  • feat(schema): add 'dismissComment' to 'RepositoryVulnerabilityAlert'

  • feat(schema): Updated description for 'updateBranchProtectionRule'

  • feat(schema): update description for 'query' in 'respositories()'

  • build(schema): schema.json and schema.d.ts updated

  • feat(schema): updated description

Co-authored-by: Octokit Bot octokitbot@martynus.net
Co-authored-by: Oscar Dominguez dominguez.celada@gmail.com


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@benjdlambert benjdlambert merged commit b95ff79 into main Jan 30, 2023
@benjdlambert benjdlambert deleted the renovate/octokit-graphql-schema-13.x branch January 30, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants