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) - autoclosed #589

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/auth-action ^4.0.0 -> ^5.0.0 age adoption passing confidence
@octokit/core ^5.0.0 -> ^6.0.0 age adoption passing confidence
@octokit/plugin-paginate-rest ^9.0.0 -> ^11.0.0 age adoption passing confidence
@octokit/plugin-rest-endpoint-methods ^10.0.0 -> ^13.0.0 age adoption passing confidence
@octokit/tsconfig ^2.0.0 -> ^3.0.0 age adoption passing confidence
@octokit/types ^12.0.0 -> ^13.0.0 age adoption passing confidence

Release Notes

octokit/auth-action.js (@​octokit/auth-action)

v5.1.0

Compare Source

Features

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM

  • fix(docs): update for ESM

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

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

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • migrate to ESM settings
octokit/types.ts (@​octokit/types)

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

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 added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Feb 17, 2024
Copy link
Member

@wolfy1339 wolfy1339 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires ESM due to verbatimModuleSyntax

@wolfy1339 wolfy1339 added Status: Blocked Some technical or requirement is blocking the issue Type: Breaking change Used to note any change that requires a major version bump labels Feb 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency @octokit/tsconfig to v3 fix(deps): update octokit monorepo (major) Feb 25, 2024
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 533a0d3 to fd5a7da Compare February 27, 2024 18:40
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 096456a to b202ddd Compare March 5, 2024 19:56
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 4 times, most recently from a96d9c2 to 366b2ee Compare April 9, 2024 14:58
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 1522adc to 3ecd4a3 Compare April 16, 2024 17:42
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 3ecd4a3 to 1d3f9ca Compare April 23, 2024 17:07
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 1d3f9ca to 1c71e96 Compare May 8, 2024 10:12
@renovate renovate bot changed the title fix(deps): update octokit monorepo (major) fix(deps): update octokit monorepo (major) - autoclosed May 9, 2024
@renovate renovate bot closed this May 9, 2024
@renovate renovate bot deleted the renovate/major-octokit-monorepo branch May 9, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Blocked Some technical or requirement is blocking the issue Type: Breaking change Used to note any change that requires a major version bump Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant