Skip to content

chore(deps): update octokit monorepo (major) #476

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/endpoint 9.0.6 -> 10.1.4 age adoption passing confidence
@octokit/plugin-paginate-rest 9.2.2 -> 12.0.0 age adoption passing confidence
@octokit/request 8.4.1 -> 9.2.3 age adoption passing confidence
@octokit/request-error 5.1.1 -> 6.1.8 age adoption passing confidence

Release Notes

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

v10.1.4

Compare Source

Bug Fixes

v10.1.3

Compare Source

Bug Fixes

v10.1.2

Compare Source

Bug Fixes
  • deps: bump @octokit/types to improve Deno compat (#​507) (15d700b)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • output ESM instead of CJS

  • fix(build): remove separate browser bundle

octokit/plugin-paginate-rest.js (@​octokit/plugin-paginate-rest)

v12.0.0

Compare Source

Features
  • add new org campaigns endpoints and remove deprecated endpoints (#​671) (65d3d50)
BREAKING CHANGES
  • remove deprecated copilot usage endpoints

v11.6.0

Compare Source

Features
  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints (#​666) (1f44b54)

v11.5.0

Compare Source

Features
  • new GET /orgs/{org}/actions/hosted-runners, GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners, GET /orgs/{org}/rulesets/{ruleset_id}/history, GET /orgs/{org}/settings/network-configurations, GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#​649) (ef30a05)

v11.4.3

Compare Source

Bug Fixes

v11.4.2

Compare Source

Bug Fixes

v11.4.1

Compare Source

Bug Fixes

v11.4.0

Compare Source

Features
  • new action runner groups endpoints, new code scanning alerts autofix endpoints, new sub-issues endpoints, new private registries enpoints, new code security endpoints, various description updates (#​646) (a73883f)

v11.3.6

Compare Source

Bug Fixes
  • types: bump @octokit/types to improve Deno compatibility (#​642) (acb6a6e)

v11.3.5

Compare Source

Bug Fixes
  • types: improve type extraction for namespaced responses and correct async iterator types (#​637) (e95444d)

v11.3.4

Compare Source

Bug Fixes

v11.3.3

Compare Source

This is the same release as v11.3.0

Bug Fixes

v11.3.1

Compare Source

**Special release to backport newer REST API to CJS users**

Reverts

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

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes

v9.2.1

Compare Source

Bug Fixes

v9.2.0

Compare Source

Features
  • correctly parse response bodies as JSON where the Content-Type is application/scim+json (#​731) (00bf316)

v9.1.4

Compare Source

Bug Fixes

v9.1.3

Compare Source

Bug Fixes

v9.1.2

Compare Source

Bug Fixes

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

v6.1.8

Compare Source

Bug Fixes

v6.1.7

Compare Source

Bug Fixes

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes
  • types: add explicit | undefined to optional fields (#​462) (43fc3bd)

v6.1.4

Compare Source

Bug Fixes

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • remove code and headers properties that were previously deprecated
  • switch package to ESM instead of CommonJS

Configuration

📅 Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Created by renovate label Apr 20, 2025
Copy link

changeset-bot bot commented Apr 20, 2025

⚠️ No Changeset found

Latest commit: c0ea542

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

✅ Snapshot test success

See the details: workflow run

Copy link

pkg-pr-new bot commented Apr 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@virtual-live-lab/eslint-config@476
npm i https://pkg.pr.new/@virtual-live-lab/prettier-config@476
npm i https://pkg.pr.new/@virtual-live-lab/stylelint-config@476
npm i https://pkg.pr.new/@virtual-live-lab/tsconfig@476

commit: c0ea542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Created by renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants