We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pnpm install -D [email protected] [email protected]
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
Install without issue
See above
This appears to be solved by updating typedoc to 0.27.x and typedoc-plugin-markdown to 4.3.0 or later.
typedoc
0.27.x
typedoc-plugin-markdown
4.3.0
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
The text was updated successfully, but these errors were encountered:
care to submit a PR?
Sorry, something went wrong.
Submitted a PR but looks like the TypeDoc 26 to 27 is breaking something in Orval.
Successfully merging a pull request may close this issue.
What are the steps to reproduce this issue?
pnpm install -D [email protected] [email protected]
What happens?
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
to0.27.x
andtypedoc-plugin-markdown
to4.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
The text was updated successfully, but these errors were encountered: