Skip to content

ci: fix TS canary failures#753

Open
pranavosu wants to merge 1 commit into
mainfrom
fix/ts-canary-install-and-oom
Open

ci: fix TS canary failures#753
pranavosu wants to merge 1 commit into
mainfrom
fix/ts-canary-install-and-oom

Conversation

@pranavosu

@pranavosu pranavosu commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Problem

The scheduled Typescript Canary workflow has been failing on all three jobs (rc, next, latest) due to two issues introduced by newer TypeScript releases:

  1. rc install fails. typescript@rc now resolves to TypeScript 7.0, whose package layout no longer includes lib/_tsc.js. Yarn's built-in TypeScript compat patch hard-codes that path and aborts the install with ENOENT ... _tsc.js. The patch only matters under the PnP linker; this repo uses nodeLinker: node-modules, so it provides no value here.
  2. latest/next OOM. Suites pass, then a ts-jest worker exceeds V8's default (~4 GB) heap and crashes (JavaScript heap out of memory). Newer TS compilers use more memory type-checking this repo's generic-heavy types.

Changes

Both scoped to .github/workflows/callable-ts-version-unit-test.yml (used only by the canary). No source, dependencies, or published artifacts are affected.

Validation

Checklist

  • If this PR includes a functional change to the runtime or type-level behavior of the code, I have added or updated automated test coverage for this change. (N/A — CI/test-infra only.)
  • If this PR requires a docs update, I have linked to that docs PR above. (N/A)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@pranavosu pranavosu requested a review from a team as a code owner July 2, 2026 22:22
@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1cb1e5b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pranavosu pranavosu force-pushed the fix/ts-canary-install-and-oom branch from 4a9d2d3 to 1cb1e5b Compare July 2, 2026 22:40
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.

1 participant