Skip to content

Update TypeScript to v6#648

Merged
abraham merged 3 commits into
mainfrom
copilot/update-typescript-to-v6
May 10, 2026
Merged

Update TypeScript to v6#648
abraham merged 3 commits into
mainfrom
copilot/update-typescript-to-v6

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

Bumps TypeScript from v5 to v6. TypeScript 6 removes console, process, __dirname, and other globals from the default ES lib files (previously in lib.es5.d.ts), requiring explicit opt-in via the types compiler option.

Changes

  • package.json: typescript^6.0.0
  • tsconfig.json: Added "types": ["node", "jest"] to restore Node.js and Jest globals no longer included by default in TS6

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:

  • devblogs.microsoft.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • otel.cloud.redocly.com
    • Triggering command: /opt/hostedtoolcache/node/24.14.1/x64/bin/node node /home/REDACTED/work/mastodon-openapi/mastodon-openapi/node_modules/.bin/redocly lint --format=github-actions dist/schema.json (dns block)

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

Copilot AI linked an issue May 6, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update TypeScript to version 6 Update TypeScript to v6 May 6, 2026
Copilot finished work on behalf of abraham May 6, 2026 23:20
Copilot AI requested a review from abraham May 6, 2026 23:20
@abraham abraham marked this pull request as ready for review May 10, 2026 00:53
@abraham abraham merged commit a3d33c6 into main May 10, 2026
1 check passed
@abraham abraham deleted the copilot/update-typescript-to-v6 branch May 10, 2026 00:53
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.

Update typescript to v6

2 participants