Bump @octokit/plugin-rest-endpoint-methods from 17.0.0 to 18.0.0 - #4088
Bump @octokit/plugin-rest-endpoint-methods from 17.0.0 to 18.0.0#4088dependabot[bot] wants to merge 2 commits into
Conversation
175437e to
8cb223a
Compare
henrymercer
left a comment
There was a problem hiding this comment.
Reviewed the changelog. This is the coordinated octokit 2026-08-01 release that drops projects-classic endpoints (and legacy billing endpoints in the types packages). None of the removed endpoints are used in this repo, and the imports are type-only, so there's no impact on the bundled action.
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
8cb223a to
015aa96
Compare
Pull request was closed
Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 17.0.0 to 18.0.0. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](octokit/plugin-rest-endpoint-methods.js@v17.0.0...v18.0.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
015aa96 to
25694c0
Compare
Pull request was closed
`ApiClient` was hand-composed from `Octokit`, `Api` and `PaginateInterface`, imported directly from separately versioned Octokit packages. That asserted a shape matching what `@actions/github` actually returns, which held only while the versions happened to agree. `@octokit/plugin-rest-endpoint-methods` v18 adds twelve Actions cache-limit methods. `@actions/github` still depends on `^17.0.0`, so the client it constructs no longer satisfies the v18-derived alias and the build fails. Deriving the type from the constructor removes the assumption, so the alias tracks whatever `@actions/github` returns. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Bumps @octokit/plugin-rest-endpoint-methods from 17.0.0 to 18.0.0.
Release notes
Sourced from @octokit/plugin-rest-endpoint-methods's releases.
Commits
6b06331feat: drop projects-classic endpoints, add GitHub API endpoints: cache limits...197d78dchore(deps): update dependency prettier to v3.7.4 (#841)0f54295chore(deps): update dependency camelcase to v9 (#834)21a7ce2chore(deps): replace glob with tinyglobby (#839)c354dc9build(deps): bump glob (#838)b41f442chore(deps): update dependency@types/nodeto v24 (#830)1712586chore(deps): update vitest monorepo to v4 (major) (#829)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@octokit/plugin-rest-endpoint-methodssince your current version.