Skip to content

Update got to v15 and bump picomatch to 4.0.4#2353

Draft
Copilot wants to merge 6 commits into
mainfrom
copilot/update-got-to-v15
Draft

Update got to v15 and bump picomatch to 4.0.4#2353
Copilot wants to merge 6 commits into
mainfrom
copilot/update-got-to-v15

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

Summary

  • update got to v15.0.5 and bump direct picomatch to 4.0.4
  • make the gulp l10n download task compatible with got's ESM-only package
  • migrate the root TypeScript config to use ESM-aware resolution instead of relying on a local got type shim
  • adjust request cancellation/TLS handling for got v15 and make the small typing/export fixes needed for the new TS module settings

Validation

  • npm run compile ✅ (the build completes, but documentReadme logs a sandbox DNS failure while trying to download a dprint plugin)
  • npm run test:types
  • npm run test:lint ⚠️ blocked in the sandbox by the same dprint plugin download DNS failure
  • npm run test:unit ⚠️ fails in this environment with Cannot find module 'vscode'

Copilot AI and others added 5 commits May 14, 2026 17:00
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/97e7c80f-b461-49cc-bc49-54251e27ac41

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/97e7c80f-b461-49cc-bc49-54251e27ac41

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/97e7c80f-b461-49cc-bc49-54251e27ac41

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/97e7c80f-b461-49cc-bc49-54251e27ac41

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/97e7c80f-b461-49cc-bc49-54251e27ac41

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
@rzhao271
Copy link
Copy Markdown
Collaborator

@copilot Migrate tsconfig to use ESM.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 14, 2026

@copilot Migrate tsconfig to use ESM.

Addressed in c966cac by switching the root tsconfig to ESM-aware resolution and removing the temporary got shim, with the small follow-up typing/export fixes needed for tsc --noEmit to pass.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • plugins.dprint.dev
    • Triggering command: /home/REDACTED/work/vscode-js-debug/vscode-js-debug/node_modules/dprint/dprint /home/REDACTED/work/vscode-js-debug/vscode-js-debug/node_modules/dprint/dprint fmt OPTIONS.md (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

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