Skip to content

Update Octokit to v4 #329

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
wrslatz opened this issue Mar 10, 2025 · 0 comments
Open

Update Octokit to v4 #329

wrslatz opened this issue Mar 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@wrslatz
Copy link
Contributor

wrslatz commented Mar 10, 2025

Is your feature request related to a problem?

Update Octokit to v4. This is required to properly update transitive dependencies that are vulnerable.

Describe the solution you'd like

Octokit v4 migrates to ESM, which is a breaking change. The repo will need to be migrated to ESM (or upgraded to a Node.js version that supports ESM in CJS, which may have compatibility issues for consumers that package the app themselves). Migration to ESM should likely be its own issue.

As part of upgrading, the overrides for @octokit/plugin-paginate-rest added in #330 should be removed.

Describe alternatives you've considered

None. We eventually need to upgrade.

Additional context

No response

@wrslatz wrslatz added the enhancement New feature or request label Mar 10, 2025
@wrslatz wrslatz changed the title Update octokit to v4 Update Octokit to v4 Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant