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

Core: 7.4.x TypeScript peer dependency issue #1806

Open
ZebraFlesh opened this issue Jan 9, 2025 · 2 comments · May be fixed by #1886
Open

Core: 7.4.x TypeScript peer dependency issue #1806

ZebraFlesh opened this issue Jan 9, 2025 · 2 comments · May be fixed by #1886
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Milestone

Comments

@ZebraFlesh
Copy link

What are the steps to reproduce this issue?

  1. pnpm install -D [email protected] [email protected]

What happens?

dependencies:
+ orval 7.4.1

 WARN  Issues with peer dependencies found
.
└─┬ typedoc 0.26.11
  └── ✕ unmet peer typescript@"4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x": found 5.7.3

What were you expecting to happen?

Install without issue

Any logs, error output, etc?

See above

Any other comments?

This appears to be solved by updating typedoc to 0.27.x and typedoc-plugin-markdown to 4.3.0 or later.

What versions are you using?

System:
OS: macOS 15.2
CPU: (12) arm64 Apple M2 Max
Memory: 4.28 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
npmPackages:
@tanstack/react-query: ^5.62.12 => 5.62.12
axios: ^1.7.9 => 1.7.9
msw: ^2.7.0 => 2.7.0
orval: 7.3.0 => 7.3.0
react: 18.3.1 => 18.3.1
swr: ^2.3.0 => 2.3.0

@melloware melloware added the dependencies Pull requests that update a dependency file label Jan 9, 2025
@melloware
Copy link
Collaborator

care to submit a PR?

@melloware melloware self-assigned this Jan 10, 2025
@melloware melloware added this to the 7.4.2 milestone Jan 10, 2025
@melloware
Copy link
Collaborator

Submitted a PR but looks like the TypeDoc 26 to 27 is breaking something in Orval.

@melloware melloware removed their assignment Jan 10, 2025
@melloware melloware removed this from the 7.4.2 milestone Jan 10, 2025
@melloware melloware added the javascript Pull requests that update Javascript code label Jan 31, 2025
@melloware melloware changed the title orval 7.4.x peer dependency issue Core: 7.4.x TypeScript peer dependency issue Jan 31, 2025
@melloware melloware linked a pull request Feb 7, 2025 that will close this issue
3 tasks
@melloware melloware added this to the 7.6.0 milestone Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
2 participants