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

fix(deps): update octokit monorepo (major) #496

Closed

Conversation

app-token-issuer-releng-renovate[bot]
Copy link
Contributor

@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot commented Jul 5, 2024

This PR contains the following updates:

Package Type Update Change
@octokit/graphql dependencies major ^7.1.0 -> ^8.0.0
@octokit/graphql-schema devDependencies major ^14.58.0 -> ^15.0.0
@octokit/plugin-throttling dependencies major ^8.2.0 -> ^9.0.0
octokit dependencies major ^3.2.1 -> ^4.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

octokit/graphql.js (@​octokit/graphql)

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • this package is now ESM

  • fix: add missing file extension in relative file path import

octokit/graphql-schema (@​octokit/graphql-schema)

v15.25.0

Compare Source

Features
  • minPermissionLevel filter for projects connections (#​969) (503d8f1)

v15.24.0

Compare Source

Features
  • remove org verifiedDomainsList and defer keyword, add specifiedBy keyword (#​967) (ee111b5)

v15.23.0

Compare Source

Features

v15.22.0

Compare Source

Features
  • convertProjectV2DraftIssueItemToIssue() mutation (#​962) (d345d19)

v15.21.0

Compare Source

Features
  • ProjectV2#statusUpdates(), Mutations: createProjectV2StatusUpdate(), updateProjectV2StatusUpdate(), deleteProjectV2StatusUpdate(). (#​961) (fc3abe0)

v15.20.0

Compare Source

Features

v15.19.0

Compare Source

Features
  • Query#enterpriseMemberInvitation, enterpriseMemberInvitationByToken, EnterpriseOwnerInfo#pendingUnaffiliatedMemberInvitations. Mutations: acceptEnterpriseMemberInvitation, cancelEnterpriseMemberInvitation, inviteEnterpriseMember (#​958) (4b94ff4)

v15.18.1

Compare Source

Bug Fixes

v15.18.0

Compare Source

Features

v15.17.0

Compare Source

Features
  • Adds property AnnouncementBanner.announcementCreatedAt (#​947) (4f1108e)

v15.16.0

Compare Source

Features
  • Environment#{isPinned,latestCompletedDeployment,pinnedPosition}, mutations: pinEnvironment(), reorderEnvironment() (#​946) (5b662f5)

v15.15.0

Compare Source

Features

v15.14.0

Compare Source

Features

v15.13.0

Compare Source

Features
  • repository rules: fileExtensionRestriction, filePathRestriction, maxFilePathLength, maxFileSize (#​937) (518bd2c)

v15.12.0

Compare Source

Features
  • DeploymentStatus#environment, createDeployment and createDeploymentStatus mutations (#​935) (366d727)

v15.11.0

Compare Source

Features

v15.10.0

Compare Source

Features

v15.9.0

Compare Source

Features

v15.8.0

Compare Source

Features
  • PullRequest#{canBeRebased,mergeStateStatus}, {AddedToProjectEvent,ConvertedNoteToIssueEvent,MovedColumnsInProjectEvent,RemovedFromProjectEvent}#{project,projectCard,projectColumnName}, importProject mutation (#​931) (cf756e1)

v15.7.0

Compare Source

Features
  • Team#{reviewRequestDelegationAlgorithm,reviewRequestDelegationEnabled,reviewRequestDelegationMemberCount,reviewRequestDelegationNotifyTeam}. Mutations: createLabel, deleteLabel, deletePackageVersion, updateLabel, updateTeamReviewAssignment (#​930) (a844003)

v15.6.0

Compare Source

Features

v15.5.1

Compare Source

Bug Fixes
  • remove PropertyTargetDefinition#PropertyTargetDefinition again ... nothing to see here 🤣 (#​926) (6df361c)

v15.5.0

Compare Source

Features
  • Repository#planFeatures, PropertyTargetDefinition#source (#​916) (09b963e)

v15.4.2

Compare Source

Bug Fixes

v15.4.1

Compare Source

Bug Fixes

v15.4.0

Compare Source

Features

v15.3.0

Compare Source

Features

v15.2.0

Compare Source

Features
  • mutation: optional recurring argument for createSponsorship() (#​913) (9d08d51)

v15.1.2

Compare Source

Bug Fixes

v15.1.1

Compare Source

Bug Fixes

v15.1.0

Compare Source

Features

v15.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM

  • fix(deps): bump execa

  • fix: correct fs import

  • fix: replace usage of require()

  • style: prettier

  • fix: update execa import

  • test: remove default export tests

octokit/plugin-throttling.js (@​octokit/plugin-throttling)

v9.3.1

Compare Source

Bug Fixes

v9.3.0

Compare Source

Features

v9.2.1

Compare Source

Bug Fixes

v9.2.0

Compare Source

Features
  • routes changed from repository_id to nwo and enterprise groups now includes the enterprise in route (#​684) (734bcba)

v9.1.0

Compare Source

Features

v9.0.4

Compare Source

Bug Fixes

v9.0.3

Compare Source

Bug Fixes

v9.0.2

Compare Source

Bug Fixes

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
octokit/octokit.js (octokit)

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes
  • docs: remove NodeJS 10 and add callout for conditional exports (#​2675) (c99ff62)

v4.0.0

Compare Source

BREAKING CHANGES
  • package is now ESM
  • remove authentication type "oauth" that was previously deprecated
  • Switch from @octokit/webhooks-types to @octokit/openapi-webhooks-types due to the transition to using GitHub's OpenAPI schema

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot requested a review from a team as a code owner July 5, 2024 00:02
@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 652dbf7 to 1fc2611 Compare July 10, 2024 00:03
@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot force-pushed the renovate/major-octokit-monorepo branch from 1fc2611 to bdefd7c Compare July 13, 2024 00:02
@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 8c7a92f to 646d47a Compare July 23, 2024 00:04
@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot force-pushed the renovate/major-octokit-monorepo branch from 646d47a to f40d3ad Compare July 24, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant