-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Failed dependency update
Package: @typescript/native-preview
From: 7.0.0-dev.20260303.1 → To: 7.0.0-dev.20260310.1
Error
Step 2a (Linting / typecheck) failed:
eslint.config.ts(11,47): error TS2339: Property 'dirname' does not exist on type 'ImportMeta'.
The new version of tsgo (7.0.0-dev.20260310.1) no longer resolves import.meta.dirname from @types/node in the workspace root tsconfig, despite @types/node/web-globals/importmeta.d.ts defining it. The previous version (7.0.0-dev.20260303.1) worked correctly.
What was tried
- Confirmed the error is in
tsgo(the native TypeScript preview compiler), not in standardtsc - Verified
@types/node/web-globals/importmeta.d.tscorrectly declaresImportMeta.dirname - Reverted to previous version as the fix requires investigation of tsgo internals
Workflow run
https://github.com/workleap/wl-telemetry/actions/runs/22907051147
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels