-
Notifications
You must be signed in to change notification settings - Fork 9
fix(deps): update octokit monorepo (major) #132
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
Draft
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-octokit-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68c6fde to
5be7f3a
Compare
abfc520 to
5cb365a
Compare
5cb365a to
ff527aa
Compare
This was referenced Mar 2, 2024
ff527aa to
c000edf
Compare
bjohansebas
reviewed
Feb 13, 2025
package.json
Outdated
| "@octokit/graphql": "^4.5.0", | ||
| "@octokit/rest": "^18.0.0", | ||
| "@octokit/graphql": "^8.0.0", | ||
| "@octokit/rest": "^21.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since in version 21 it became an ESM-only package, it can't be used in this repository that easily yet.
Suggested change
| "@octokit/rest": "^21.0.0", | |
| "@octokit/rest": "^20.0.0", |
bjohansebas
reviewed
Feb 13, 2025
package.json
Outdated
| "dependencies": { | ||
| "@octokit/graphql": "^4.5.0", | ||
| "@octokit/rest": "^18.0.0", | ||
| "@octokit/graphql": "^8.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, the package became ESM-only.
Suggested change
| "@octokit/graphql": "^8.0.0", | |
| "@octokit/graphql": "^7.0.0", |
c000edf to
8ffb8ce
Compare
8ffb8ce to
6a498d1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.5.0->^9.0.0^18.0.0->^22.0.0Release Notes
octokit/graphql.js (@octokit/graphql)
v9.0.3Compare Source
Bug Fixes
v9.0.2Compare Source
Bug Fixes
v9.0.1Compare Source
Bug Fixes
v9.0.0Compare Source
Continuous Integration
BREAKING CHANGES
Drop support for NodeJS v18
build: set minimal node version in build script to v20
ci: stop testing against NodeJS v18
v8.2.2Compare Source
Bug Fixes
v8.2.1Compare Source
Bug Fixes
v8.2.0Compare Source
Features
operationNamein multi-operation queries (#629) (9a1787e)v8.1.2Compare Source
Bug Fixes
v8.1.1Compare Source
Bug Fixes
defaultfallback andtypesexport (#565) (9de1ef8)v8.1.0Compare Source
Features
v8.0.2Compare Source
Bug Fixes
v8.0.1Compare Source
Bug Fixes
mainentry point (#551) (d3ada54), closes octokit/core.js#662v8.0.0Compare Source
Features
BREAKING CHANGES
this package is now ESM
fix: add missing file extension in relative file path import
v7.1.1Compare Source
Bug Fixes
v7.1.0Compare Source
Bug Fixes
@octokit/types(981171f)Features
v7.0.2Compare Source
Bug Fixes
v7.0.1Compare Source
Bug Fixes
@octokit/request(#489) (631531d)v7.0.0Compare Source
Bug Fixes
BREAKING CHANGES
v6.0.1Compare Source
Bug Fixes
@octokit/requestto get fixed version of@octokit/endpoint(#486) (c067d9c), closes #485v6.0.0Compare Source
Features
BREAKING CHANGES
v5.0.6Compare Source
Bug Fixes
v5.0.5Compare Source
Bug Fixes
v5.0.4Compare Source
Bug Fixes
Authorizationheader in the README, notAuthentication(#418) (f4e8019)v5.0.3Compare Source
Bug Fixes
v5.0.2Compare Source
Bug Fixes
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
Bug Fixes
Continuous Integration
BREAKING CHANGES
octokit/rest.js (@octokit/rest)
v22.0.1Compare Source
v22.0.0Compare Source
Bug Fixes
BREAKING CHANGES
v21.1.1Compare Source
Bug Fixes
v21.1.0Compare Source
Features
v21.0.2Compare Source
Bug Fixes
v21.0.1Compare Source
Bug Fixes
v21.0.0Compare Source
Features
BREAKING CHANGES
v20.1.2Compare Source
Bug Fixes
devDependencies(#487) (711f2ee), closes #486v20.1.1Compare Source
Bug Fixes
v20.1.0Compare Source
Features
v20.0.2Compare Source
Bug Fixes
v20.0.1Compare Source
Bug Fixes
v20.0.0Compare Source
Features
BREAKING CHANGES
octokit.request()v19.0.13Compare Source
Bug Fixes
v19.0.12Compare Source
Bug Fixes
v19.0.11Compare Source
Bug Fixes
@octokit/*packages (#300) (f1b3579)v19.0.10Compare Source
Bug Fixes
RestEndpointMethodTypes(#299) (11f8e63), closes #298v19.0.9Compare Source
Bug Fixes
v19.0.8Compare Source
Bug Fixes
v19.0.7Compare Source
Bug Fixes
v19.0.6Compare Source
Bug Fixes
v19.0.5Compare Source
Bug Fixes
@octokit/plugin-paginate-restto v5 (#220) (9debac2)v19.0.4Compare Source
Bug Fixes
v19.0.3Compare Source
Bug Fixes
v19.0.2Compare Source
Bug Fixes
v19.0.1Compare Source
Bug Fixes
v19.0.0Compare Source
Continuous Integration
BREAKING CHANGES
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.
This PR was generated by Mend Renovate. View the repository job log.