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

typedoc dependency update errors #3768

Open
busma13 opened this issue Sep 24, 2024 · 0 comments
Open

typedoc dependency update errors #3768

busma13 opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@busma13
Copy link
Contributor

busma13 commented Sep 24, 2024

Updating typedoc from 0.25 to 0.26 causes yarn setup to fail.

Updated import statement: import type { BundledTheme } from "shiki" with { "resolution-mode": "import" };
Error produced: with statements are not allowed in strict mode

I created a test repo and discovered that this error does not occur with typescript 5.3.0, so we need to update typescript and then come back to this one.

typedoc-plugin-markdown needs typedoc 0.26, so that will have to wait as well.

@busma13 busma13 added the dependencies Pull requests that update a dependency file label Sep 24, 2024
@busma13 busma13 self-assigned this Sep 24, 2024
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
Projects
None yet
Development

No branches or pull requests

1 participant