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) #1979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/core ^5.0.2 -> ^6.0.0 age adoption passing confidence
@octokit/plugin-enterprise-compatibility ^4.0.1 -> ^5.0.0 age adoption passing confidence
@octokit/plugin-paginate-rest ^9.1.4 -> ^11.0.0 age adoption passing confidence
@octokit/plugin-rest-endpoint-methods ^10.1.5 -> ^13.0.0 age adoption passing confidence
@octokit/plugin-retry ^6.0.1 -> ^7.0.0 age adoption passing confidence
@octokit/plugin-throttling ^8.1.3 -> ^9.0.0 age adoption passing confidence
@octokit/request ^8.1.6 -> ^9.0.0 age adoption passing confidence
@octokit/types ^12.3.0 -> ^13.0.0 age adoption passing confidence
@octokit/webhooks ^12.0.10 -> ^13.0.0 age adoption passing confidence
@octokit/webhooks-methods ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

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

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
octokit/plugin-enterprise-compatibility.js (@​octokit/plugin-enterprise-compatibility)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
octokit/plugin-paginate-rest.js (@​octokit/plugin-paginate-rest)

v11.3.0

Compare Source

Features

v11.2.0

Compare Source

Features

v11.1.1

Compare Source

Bug Fixes

v11.1.0

Compare Source

Features

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • require owner/repo instead of repository_id for environment secrets and variables endpoints

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
octokit/plugin-rest-endpoint-methods.js (@​octokit/plugin-rest-endpoint-methods)

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features

v13.1.1

Compare Source

Bug Fixes
  • pkg: correct path in default export fallback to point to the JS and not the types (#​736) (817060b)

v13.1.0

Compare Source

Features

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
  • remove deprecated migration import endpoints and reorder bypass_actors.actor_type enum values to be in alphabetical order (#​731) (85bf1df)
BREAKING CHANGES
  • Remove deprecated migration import endpoints

v12.2.2

Compare Source

Bug Fixes

v12.2.1

Compare Source

Bug Fixes

v12.2.0

Compare Source

Features

v12.1.0

Compare Source

Features

v12.0.0

Compare Source

Features
  • Environment(all endpoints have been updated from scheme repositories/{repository_id} to /repos/{owner}/{repo}), adds field repository.security.advisory (checkPrivateVulnerabilityReporting), docs(various resource docs have been updated and added) (#​721) (4a9125f)
BREAKING CHANGES
  • Updates multiple endpoints to use owner + repo in place of repository_id

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM

  • build: remove bundle, package is already small

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

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

Features

v7.0.4

Compare Source

Bug Fixes

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
octokit/plugin-throttling.js (@​octokit/plugin-throttling)

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/request.js (@​octokit/request)

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Bug Fixes
Features

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • Output a single ESM bundle
octokit/types.ts (@​octokit/types)

v13.5.0

Compare Source

Features
  • add Copilot operations, bump openapi-types version (#​638) (69c7f34)

v13.4.1

Compare Source

Bug Fixes

v13.4.0

Compare Source

Features

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features
  • Updates @​octokit/openapi-types to 22.0.0 (which had breaking changes). BREAKING CHANGES: Renames [repository-rule-params-code-scanning-threshold to repository-rule-params-code-scanning-tool, security_alerts to security_alerts_threshold], renames fields[repository-rule-params-code-scanning-threshold.alerts to repository-rule-params-code-scanning-tool.alerts_threshold, repository-rule-params-code-scanning-threshold.security_alerts to repository-rule-params-code-scanning-tool.security_alerts_threshold] (#​629) (d32a77f)
  • updates @​octokit/openapi-types to v21.2.0 (#​627) (a5bfb8f)

v13.1.0

Compare Source

Features

v13.0.0

Compare Source

Features
  • Updates openapi-types to v21.0.0 (which had breaking changes), BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place of repository_id (#​625) (ad024fe)
BREAKING CHANGES
  • Updates multiple endpoints to use owner + repo in place of repository_id
octokit/webhooks.js (@​octokit/webhooks)

v13.2.6

Compare Source

Bug Fixes
  • types: type updates from @octokit/openapi-webhooks-types v8.2.1 (#​1008) (88595a9)

v13.2.5

Compare Source

Bug Fixes
  • types: upgrade @octokit/openapi-webhooks-types to v8.2.0 (#​1006) (ee06df5)

v13.2.4

Compare Source

Bug Fixes

v13.2.3

Compare Source

Bug Fixes
  • types: update @octokit/openapi-types to v8.1.1 - No relevant changes (#​1002) (9635fd9)

v13.2.2

Compare Source

Bug Fixes
  • types: updates to custom_property.created event types (#​998) (fdfd062)

v13.2.1

Compare Source

Bug Fixes
  • types: update from @octokit/openapi-webhook-types (#​996) (d160d2b)

v13.2.0

Compare Source

Features

v13.1.1

Compare Source

Bug Fixes
  • types: Adds repository-rule-params-thresholds, repository-rule.role_name, created.git-ref-only (#​986) (6566aaf)

v13.1.0

Compare Source

Features
  • types: adds platform_chat, cli, renames copilot_chat > ide_chat in copilot-organization-details, updates docs (#​982) (25db027)

v13.0.2

Compare Source

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
BREAKING CHANGES
  • use GitHub's OpenAPI spec
  • Output ESM instead of CJS
  • Switch from @octokit/webhooks-types to @octokit/openapi-webhooks-types due to the transition to using GitHub's OpenAPI schema
octokit/webhooks-methods.js (@​octokit/webhooks-methods)

v5.1.0

Compare Source

Features

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • output ESM instead of CommonJS
  • remove SHA1 support
  • The verify() and sign() methods no longer accept an options object

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 23, 2024 22:26
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 5bd50cc to 1870f99 Compare February 24, 2024 19:26
@renovate renovate bot changed the title chore(deps): update dependency @octokit/webhooks-methods to v5 fix(deps): update octokit monorepo (major) Feb 24, 2024
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 4 times, most recently from d2b67ef to 0426048 Compare February 27, 2024 16:24
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from d4da4dd to cbd1c6e Compare March 5, 2024 06:43
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from cbd1c6e to 92261b9 Compare March 19, 2024 08:30
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 92261b9 to 44d5caf Compare March 26, 2024 19:59
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 7c71a61 to 5311201 Compare April 6, 2024 19:12
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 4e2fa97 to cdc58cf Compare April 16, 2024 16:53
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 4 times, most recently from 52acf79 to 2aa7d85 Compare April 30, 2024 22:41
@wolfy1339
Copy link
Collaborator

All Octokit packages used in Probot are now ESM

@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 2aa7d85 to e2b4f0d Compare May 7, 2024 04:23
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.

None yet

1 participant