Provides the functionallity to convert Markdown-files to html, png, or pdf using vscode.
Bumps [website-scraper](https://github.com/website-scraper/node-website-scraper) from 4.2.3 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/website-scraper/node-website-scraper/releases">website-scraper's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h2>What's Changed</h2> <ul> <li>Bump cheerio from 1.0.0-rc.11 to 1.0.0-rc.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/pull/499">website-scraper/node-website-scraper#499</a></li> <li>Use encoding from resource text by <a href="https://github.com/s0ph1e"><code>@s0ph1e</code></a> in <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/pull/504">website-scraper/node-website-scraper#504</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/website-scraper/node-website-scraper/compare/v5.2.0...v5.3.0">https://github.com/website-scraper/node-website-scraper/compare/v5.2.0...v5.3.0</a></p> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>fix: non-english char encoding by <a href="https://github.com/phawxby"><code>@phawxby</code></a> in <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/pull/496">website-scraper/node-website-scraper#496</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/phawxby"><code>@phawxby</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/pull/496">website-scraper/node-website-scraper#496</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/website-scraper/node-website-scraper/compare/v5.1.0...v5.2.0">https://github.com/website-scraper/node-website-scraper/compare/v5.1.0...v5.2.0</a></p> <h2>v5.1.0 [deprecated]</h2> <h2>What's Changed</h2> <ul> <li>Fix encoding issue for non-English websites <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/pull/482">website-scraper/node-website-scraper#482</a></li> <li>Bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/pull/491">website-scraper/node-website-scraper#491</a></li> </ul> <h3>⚠️ Version 5.1.0 was deprecated because of bugs introduced by encoding changes <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/493">website-scraper/node-website-scraper#493</a>, failed tests in <a href="https://github.com/website-scraper/website-scraper-puppeteer">website-scraper-puppeteer</a></h3> <p><strong>Full Changelog</strong>: <a href="https://github.com/website-scraper/node-website-scraper/compare/v5.0.0...v5.1.0">https://github.com/website-scraper/node-website-scraper/compare/v5.0.0...v5.1.0</a></p> <h2>v5.0.0</h2> <h3>💥 Breaking changes</h3> <ul> <li>module requires nodejs version >= 14.14</li> <li>module is now pure ESM and cannot be <code>require</code>d from CommonJS module. <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">Read more about ESM modules</a></li> <li><code>options.request</code> may need to be changed, underlying http library was updates from <a href="https://github.com/request/request">request</a>(deprecated) to <a href="https://github.com/sindresorhus/got">got</a></li> <li><code>scrape.defaults</code> now can be imported with <code>import defaultOptions from 'website-scraper/defaultOptions';</code></li> <li><code>scrape.plugins</code> now can be imported with <code>import * as plugins from 'website-scraper/plugins';</code></li> <li>callback usage support was removed, now only promises and async/await are supported</li> </ul> <h3>🐛 Bug fixes</h3> <ul> <li>urlFilter is no longer applied for root resources <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/460">#460</a></li> <li>issue with wrong quotes in generated html is fixed <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/355">#355</a></li> </ul> <h3>🌵 Other changes</h3> <ul> <li><a href="https://github.com/cheeriojs/cheerio">cheerio</a> (underlying dependency for html parsing) was updated from version 0.22 to 1.0.0-rc.10</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/8d6b5aa99602d21a93dd5ead94966678a33f126a"><code>8d6b5aa</code></a> 5.3.0</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/6bb4e20a764a937f2d727298b886f146105d974d"><code>6bb4e20</code></a> Use encoding from resource text (<a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/504">#504</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/07c4c02248c286a13fbc270db5a1f551ec866cec"><code>07c4c02</code></a> Use codeclimate project id instead of secret</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/525dc507557e0469c1815505ac523b73d8068b50"><code>525dc50</code></a> Bump cheerio from 1.0.0-rc.11 to 1.0.0-rc.12 (<a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/499">#499</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/07e6858bee0a73e5da80cfdfc51138bbd978e091"><code>07e6858</code></a> Bump version 5.2.0</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/e8c6f9d29672c6835e0f787c2e8a65b8cf5ea83c"><code>e8c6f9d</code></a> fix: non-english char encoding, close <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/454">#454</a>, close <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/466">#466</a> (<a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/496">#496</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/3bd25551ae3676e08c6c42b001d922b1e798076b"><code>3bd2555</code></a> Revert encoding fix <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/482">#482</a> (<a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/495">#495</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/c6f60b8c15d5eb29c1a656bcf5f6d8218123d265"><code>c6f60b8</code></a> Remove link to gitter from CONTRIBUTING.md</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/087d9430b9eb561e0aeccd94a112ad136dfaea89"><code>087d943</code></a> Bump version 5.1.0</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/5a58f48352ed2830d5c9d6649784d75fc0eef6e1"><code>5a58f48</code></a> Fix encoding issue for non-English websites, closes <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/454">#454</a> <a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/466">#466</a> (<a href="https://github-redirect.dependabot.com/website-scraper/node-website-scraper/issues/482">#482</a>)</li> <li>Additional commits viewable in <a href="https://github.com/website-scraper/node-website-scraper/compare/v4.2.3...v5.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.