Skip to content

Commit

Permalink
docs: clarify Node v10 official deprecation
Browse files Browse the repository at this point in the history
Clarify that Node v10 is officially dropped in mermaid-cli 8.10.2,
but unofficially, it stills seems to work.
  • Loading branch information
aloisklink committed Jun 16, 2022
1 parent 86b695f commit 8b229df
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Deprecated

- Our `dependencies` contain `"@mermaid-js/mermaid-cli": ^8.9.2"`, however v8.10.2 of mermaid-cli
updated to [puppeteer v10.0.0](https://github.com/mermaid-js/mermaid-cli/pull/128),
which officially dropped Node v10 support. However, it still seems to work with Node v10,
it's just unsupported.

If you encounter issues while running on Node v10, please pin `remark-mermaid-dataurl` to
`1.1.0`.
- **Node v10 support is officially dropped in mermaid-cli 8.10.2**,
but unofficially, it stills seems to work.

Our `dependencies` contain `"@mermaid-js/mermaid-cli": ^8.9.2"`,
however v8.10.2 of mermaid-cli updated to
[puppeteer v10.0.0](https://github.com/mermaid-js/mermaid-cli/pull/128),
which officially dropped Node v10 support. However, it still seems to work
with Node v10, it's just unsupported.

If you encounter issues while running on Node v10, please pin
`remark-mermaid-dataurl` to `1.1.0`.

## [1.1.0] - 2022-06-09

Expand Down

0 comments on commit 8b229df

Please sign in to comment.