Skip to content

misc: migrate typescript moduleResolution to bundler#17061

Merged
connorjclark merged 1 commit into
mainfrom
ts-6-no-deprec
Jun 4, 2026
Merged

misc: migrate typescript moduleResolution to bundler#17061
connorjclark merged 1 commit into
mainfrom
ts-6-no-deprec

Conversation

@connorjclark

Copy link
Copy Markdown
Collaborator

To address the deprecation of moduleResolution=node10 in TypeScript 6+, this
commit modernizes our configuration by moving to "bundler" resolution. This
strategy correctly enforces package exports maps.

Specific changes to support this strict resolution:

  • Updated firebase to v12 and @types/pg to latest, as these newer versions
    correctly ship type exports that "bundler" resolution requires.
  • Fixed the rxjs import in types/internal/rxjs.d.ts to use the standard
    'rxjs' entry point instead of reaching into rxjs/index.js.
  • Enabled "skipLibCheck": true to avoid unrelated type-checking failures in
    third-party libraries (such as puppeteer-core's vendored rxjs types).

@connorjclark connorjclark requested a review from a team as a code owner June 4, 2026 21:50
@connorjclark connorjclark requested review from paulirish and removed request for a team June 4, 2026 21:50
Base automatically changed from ts-6 to main June 4, 2026 22:12
@connorjclark connorjclark merged commit 47c5bd6 into main Jun 4, 2026
37 of 38 checks passed
@connorjclark connorjclark deleted the ts-6-no-deprec branch June 4, 2026 22:31
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