chore: bump octokit and engine versions#317359
Merged
Merged
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @lszomoruMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the GitHub-related @octokit/* dependencies and the engines.vscode minimum across several extensions, aligning them with the current VS Code version (1.122.0) and the latest Octokit major releases (rest@22, graphql@9, graphql-schema@15, types@16).
Changes:
- Upgrade
@octokit/rest21 → 22,@octokit/graphql8 → 9 (andgraphql-schema14 → 15) in thegithub,configuration-editing, andvscode-pr-pingerextensions, with correspondingpackage-lock.jsonregenerations. - Upgrade
@octokit/types14 → 16 in thecopilotextension andcopilot/chat-lib. - Raise
engines.vscodeto^1.122.0ingithub,configuration-editing, andvscode-pr-pinger(previously^1.41.0,^1.0.0,^1.67.0).
Reviewed changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| extensions/github/package.json | Bump octokit deps and engines.vscode to 1.122.0 |
| extensions/github/package-lock.json | Regenerated lockfile for the octokit bumps |
| extensions/copilot/package.json | Bump @octokit/types to ^16.0.0 |
| extensions/copilot/package-lock.json | Lockfile update for @octokit/types 16 / openapi-types 27 |
| extensions/copilot/chat-lib/package.json | Bump @octokit/types to ^16.0.0 |
| extensions/configuration-editing/package.json | Bump @octokit/rest to ^22.0.1 and engines.vscode to 1.122.0 |
| extensions/configuration-editing/package-lock.json | Regenerated lockfile reflecting the octokit major bumps |
| .vscode/extensions/vscode-pr-pinger/package.json | Bump @octokit/graphql to ^9.0.3 and engines.vscode to 1.122.0 |
| .vscode/extensions/vscode-pr-pinger/package-lock.json | Lockfile updates for @octokit/graphql 9 transitive deps |
Files not reviewed (5)
- .vscode/extensions/vscode-pr-pinger/package-lock.json: Language not supported
- extensions/configuration-editing/package-lock.json: Language not supported
- extensions/copilot/chat-lib/package-lock.json: Language not supported
- extensions/copilot/package-lock.json: Language not supported
- extensions/github/package-lock.json: Language not supported
| "@octokit/rest": "21.1.0", | ||
| "@octokit/graphql": "9.0.3", | ||
| "@octokit/graphql-schema": "15.26.1", | ||
| "@octokit/rest": "22.0.1", |
| }, | ||
| "dependencies": { | ||
| "@octokit/rest": "^21.1.1", | ||
| "@octokit/rest": "^22.0.1", |
roblourens
approved these changes
May 19, 2026
rzhao271
added a commit
that referenced
this pull request
May 19, 2026
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
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.
No description provided.