Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TypeScript]: compatibility issue with TS 5.5 #6250

Closed
1 task
Ayc0 opened this issue Apr 26, 2024 · 1 comment
Closed
1 task

[TypeScript]: compatibility issue with TS 5.5 #6250

Ayc0 opened this issue Apr 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ayc0
Copy link
Contributor

Ayc0 commented Apr 26, 2024

Self-service

  • I'd be willing to implement a fix

Describe the bug

package resolution in tsconfig crashes with yarn & TS 5.5

To reproduce

package.json:

{
  "name": "foo",
  "devDependencies": {
    "typescript": "5.5.0-beta"
   }
}

tsconfig.base.json:

{}

tsconfig.json:

{
  "extends": "foo/tsconfig.base.json" // uses "foo" in the resolution from Yarn
}

Environment

System:
    OS: macOS 14.4.1
    CPU: (10) arm64 Apple M1 Max
  Binaries:
    Node: 20.10.0 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-19f88e42/node
    Yarn: 4.1.1 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-19f88e42/yarn
    npm: 10.2.3 - ~/.volta/tools/image/node/20.10.0/bin/npm

Additional context

No response

@Ayc0 Ayc0 added the bug Something isn't working label Apr 26, 2024
@merceyz
Copy link
Member

merceyz commented May 1, 2024

Fixed in #6248

@merceyz merceyz closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants