You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that Angular 16 supports node 16, this means that such projects using node 16 will be broken, which is not great.
Storybook for Angular also introduces compodoc for documentation, and Storybook also supports node 16.
Reproduce the error
Install compodoc@latest on a node 16 project
Suggest a Fix
I don't have context to suggest a fix other than downgrading marked back to version 4 or rollback this change in a patch release then make a breaking release of compodoc that introduces marked v5
The text was updated successfully, but these errors were encountered:
Overview of the issue
From this commit,
marked
was updated to 5.0.0, and when checking their release, they mention that Node 16 support was removed.Unfortunately, this means that a patch release of compodoc ends up introducing a breaking change for users:
When using Yarn classic, the node restriction will halt installation:
For context, it seems like marked v5 does work with Node 16, but the engine requirement in package.json makes it break. SvelteKit had to stick to v4 too because of that reason
Operating System, Node.js, npm, compodoc version(s)
Yarn 1.22.19
Node 16
compodoc 1.1.20
If possible sourcecode of the file where it breaks
38bc0e5
Motivation for or Use Case
Given that Angular 16 supports node 16, this means that such projects using node 16 will be broken, which is not great.
Storybook for Angular also introduces compodoc for documentation, and Storybook also supports node 16.
Reproduce the error
Install compodoc@latest on a node 16 project
Suggest a Fix
I don't have context to suggest a fix other than downgrading
marked
back to version 4 or rollback this change in a patch release then make a breaking release of compodoc that introduces marked v5The text was updated successfully, but these errors were encountered: