markdown
markdown copied to clipboard
ReadMe's flavored Markdown parser and React-based rendering engine.
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Updates `tough-cookie` from 4.1.2 to 4.1.3 Release notes Sourced from tough-cookie's releases. 4.1.3 Security...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.1 to 6.8.1. Release notes Sourced from css-loader's releases. v6.8.1 6.8.1 (2023-05-28) Bug Fixes use cause for original errors and warnings (#1526) (ae3d8ae) v6.8.0 6.8.0 (2023-05-27) Features...
Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 6.1.1 to 9.0.0. Release notes Sourced from jest-puppeteer's releases. v9.0.0 Bug Fixes expect-puppeteer: fix addSnapshotSerializer usage (826fd31), closes #552 jest-dev-server: no default host (c35e403) jest-dev-server: properly detect...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.6.1 to 2.7.6. Release notes Sourced from mini-css-extract-plugin's releases. v2.7.6 2.7.6 (2023-05-19) Bug Fixes compatibility with built-in CSS support (#1035) (f576ed6) v2.7.5 2.7.5 (2023-03-16) Bug Fixes don't...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [graphql-config](https://github.com/kamilkisiela/graphql-config), [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) and [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together. Removes `yaml` Updates `graphql-config` from 4.3.3 to 4.5.0...
Bumps [@semantic-release/changelog](https://github.com/semantic-release/changelog) from 6.0.1 to 6.0.3. Release notes Sourced from @semantic-release/changelog's releases. v6.0.3 6.0.3 (2023-03-23) Bug Fixes deps: update dependency fs-extra to v11.1.1 (#309) (47045b3) v6.0.2 6.0.2 (2022-11-29) Bug Fixes...
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining) from 7.18.9 to 7.21.0. Release notes Sourced from @babel/plugin-proposal-optional-chaining's releases. v7.21.0 (2023-02-20) Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs! :rocket: New Feature babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties,...
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.10 to 0.13.11. Commits e4b592a Bump regenerator-runtime patch version to 0.13.11. 2ca572e Bump uglify-js from 3.17.3 to 3.17.4 (#621) f64df74 Bump @babel/plugin-transform-modules-commonjs from 7.18.6 to 7.19.6 (#619)...
Our engineers are looking to create docs with diagrams and would like to use mermaid js (https://mermaid.js.org/). Is there any plans to add mermaid support to readme's markdorn engine or...
| [![PR App][icn]][demo] | | :--------------------: | ## 🧰 Changes Adds support for [mermaid diagrams](https://mermaid.js.org/) Example: ```` ```mermaid-render-svg graph LR A --> B ``` ```` I've used `mermaid-render-svg` so as...