Skip to content

Bug: unmet dependency when using typescript 5.9.2 #79

@neilenns

Description

@neilenns

Prerequisites

Describe the issue

This project has a dependency on @typescript-eslint/parser 8.38.0, which requires typescript >=4.8.4 <5.9.0.

I have typescript 5.9.2 installed, however, so I get this warning every time I do pnpm install:

@kinde-oss/kinde-typescript-sdk 2.12.0
    └─┬ @typescript-eslint/parser 8.38.0
      ├── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
      └─┬ @typescript-eslint/typescript-estree 8.38.0
        ├── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
        └─┬ @typescript-eslint/project-service 8.38.0
          ├── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2
          └─┬ @typescript-eslint/tsconfig-utils 8.38.0
            └── ✕ unmet peer typescript@">=4.8.4 <5.9.0": found 5.9.2

Library URL

https://github.com/kinde-oss/kinde-typescript-sdk/

Library version

2.12.0

Operating system(s)

Windows

Operating system version(s)

Windows 11

Further environment details

No response

Reproducible test case URL

No response

Additional information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions