Skip to content

chore: bump Octokit#317632

Open
rzhao271 wants to merge 2 commits into
mainfrom
rzhao271/bump-octokit
Open

chore: bump Octokit#317632
rzhao271 wants to merge 2 commits into
mainfrom
rzhao271/bump-octokit

Conversation

@rzhao271
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 20, 2026 21:22
@rzhao271 rzhao271 added this to the 1.122.0 milestone May 20, 2026
@rzhao271 rzhao271 self-assigned this May 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the built-in GitHub-related extensions to use newer Octokit packages and replaces the legacy tunnel-based proxy handling with an undici/ProxyAgent approach that plugs into Octokit’s request.fetch.

Changes:

  • Bump @octokit/* dependencies (GitHub + configuration-editing) and remove the tunnel dependency.
  • Switch proxy support from https.Agent (tunnel) to undici ProxyAgent + custom fetch.
  • Update extension engines.vscode baselines to ^1.122.0.

Reviewed changes

Copilot reviewed 6 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
extensions/github/src/typings/ref.d.ts Removes tunnel module typing shim.
extensions/github/src/auth.ts Uses undici ProxyAgent and injects proxied fetch into Octokit/GraphQL clients.
extensions/github/package.json Bumps Octokit deps, replaces tunnel with undici, updates VS Code engine.
extensions/github/package-lock.json Lockfile updates for new Octokit/undici dependency graph.
extensions/configuration-editing/src/typings/ref.d.ts Removes tunnel module typing shim.
extensions/configuration-editing/src/node/net.ts Replaces exported proxy agent with a proxy-aware fetch built on undici.
extensions/configuration-editing/src/importExportProfiles.ts Injects request.fetch (instead of request.agent) into Octokit usage.
extensions/configuration-editing/src/browser/net.ts Provides browser build proxyFetch via globalThis.fetch.
extensions/configuration-editing/package.json Bumps Octokit dep, replaces tunnel with undici, updates VS Code engine.
extensions/configuration-editing/package-lock.json Lockfile updates for new Octokit/undici dependency graph.
Files not reviewed (2)
  • extensions/configuration-editing/package-lock.json: Language not supported
  • extensions/github/package-lock.json: Language not supported

Comment thread extensions/configuration-editing/src/node/net.ts
@rzhao271 rzhao271 marked this pull request as ready for review May 20, 2026 22:42
@rzhao271 rzhao271 requested review from chrmarti and lszomoru May 20, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants