Alois Klink
Alois Klink
Suppresses the CMake CMP0042 OLD deprecation warning (closes #1094) The CMP0042 NEW behaviour sets the target property `MACOSX_RPATH` to TRUE by default. However, this behaviour can also be controlled by...
## :bookmark_tabs: Summary Lints this project using [`standard`](https://standardjs.com/). I've added running `standard` to the `package.json#scripts#test` (in https://github.com/mermaid-js/mermaid-cli/commit/87c83014a15f7cf7c2ab430cd1dc6b4fa07fefc6), since that's what it says in `CONTRIBUTING.md`: https://github.com/mermaid-js/mermaid-cli/blob/6fa464418488ead911faa2537ed4e2c33fc267f1/CONTRIBUTING.md?plain=1#L23 I've also added a GitHub...
The README.md file on the GitHub repo homepage (https://github.com/gajus/eslint-plugin-jsdoc) is getting truncated to 512kB. This cuts off the `valid-types` section. You can test this by looking at the table of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior [`bundledDependencies`](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#bundleddependencies) does not work when using NPM's new [workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) feature. The...
## Description Add support for Jest v29. Jest v29 drops support for Node v12/v17, so I've updated the package.json to contain the same Node support as Jest. The only other...
[Version 0.6.0 of convert-svg][1] introduced a fix for CVE-2021-23631. Unfortunately, this fix also breaks some mermaid SVGs. I don't expect this to be fixed (I'm guessing the mermaid SVGs have...
GFM output is currently broken (since v13.2.2), which prevents tables from being written to markdown. For example, trying to use `documentation ./__tests__/fixture/html/nest.input.js -f md` will throw an `Error: Cannot handle...
Add support for CommonJS files loaded with `@rollup/plugin-commonjs`. If try to run rollup-plugin-preserve-shebang on a CommonJS file (e.g. one that uses `const x = require("...");` syntax instead of `import`), [@rollup/plugin-commonjs](https://www.npmjs.com/package/@rollup/plugin-commonjs)...
Not really a major issue, since it's in an error handler, but the variable `kwarg` should be `kwargs`. _Edit: Looks like it might be a bit more major, other people...
**Note:** Leaving this as a draft pull request until the style changes in #19 has been merged, since currently, the changes are mixed up with the style changes. Adds the...