chore(deps): bump website-scraper from 4.2.3 to 5.3.1 #2

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/website-scraper-5.3.1 into main
dependabot[bot] commented 2023-10-24 17:34:11 +08:00 (Migrated from github.com)

Bumps website-scraper from 4.2.3 to 5.3.1.

Release notes

Sourced from website-scraper's releases.

v5.3.1

What's Changed

Full Changelog: https://github.com/website-scraper/node-website-scraper/compare/v5.3.0...v5.3.1

v5.3.0

What's Changed

Full Changelog: https://github.com/website-scraper/node-website-scraper/compare/v5.2.0...v5.3.0

v5.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/website-scraper/node-website-scraper/compare/v5.1.0...v5.2.0

v5.1.0 [deprecated]

What's Changed

⚠️ Version 5.1.0 was deprecated because of bugs introduced by encoding changes website-scraper/node-website-scraper#493, failed tests in website-scraper-puppeteer

Full Changelog: https://github.com/website-scraper/node-website-scraper/compare/v5.0.0...v5.1.0

v5.0.0

💥 Breaking changes

  • module requires nodejs version >= 14.14
  • module is now pure ESM and cannot be required from CommonJS module. Read more about ESM modules
  • options.request may need to be changed, underlying http library was updates from request(deprecated) to got
  • scrape.defaults now can be imported with import defaultOptions from 'website-scraper/defaultOptions';
  • scrape.plugins now can be imported with import * as plugins from 'website-scraper/plugins';
  • callback usage support was removed, now only promises and async/await are supported

🐛 Bug fixes

  • urlFilter is no longer applied for root resources #460
  • issue with wrong quotes in generated html is fixed #355

🌵 Other changes

  • cheerio (underlying dependency for html parsing) was updated from version 0.22 to 1.0.0-rc.10
Commits
  • 76383d9 Bump version 5.3.1
  • f7b5c66 Fix ENOENT when running from working directory without package.json (#516)
  • 6c5cfc5 Revert "RFC: Refactor builtin plugins to expose class properties (#506)" (#509)
  • b845fb0 Remove lodash from dependencies (#508)
  • 5dde8ec RFC: Refactor builtin plugins to expose class properties (#506)
  • c6ff84e Remove demo link from the README
  • 8d6b5aa 5.3.0
  • 6bb4e20 Use encoding from resource text (#504)
  • 07c4c02 Use codeclimate project id instead of secret
  • 525dc50 Bump cheerio from 1.0.0-rc.11 to 1.0.0-rc.12 (#499)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [website-scraper](https://github.com/website-scraper/node-website-scraper) from 4.2.3 to 5.3.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/f7b5c66e04651871797750bbe68bc7ddf728faf1">Fix ENOENT when running from working directory without package.json</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/website-scraper/node-website-scraper/compare/v5.3.0...v5.3.1">https://github.com/website-scraper/node-website-scraper/compare/v5.3.0...v5.3.1</a></p> <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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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 &gt;= 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://redirect.github.com/website-scraper/node-website-scraper/issues/460">#460</a></li> <li>issue with wrong quotes in generated html is fixed <a href="https://redirect.github.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/76383d988750e2fbc5579f7c541a2dceb269db43"><code>76383d9</code></a> Bump version 5.3.1</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/f7b5c66e04651871797750bbe68bc7ddf728faf1"><code>f7b5c66</code></a> Fix ENOENT when running from working directory without package.json (<a href="https://redirect.github.com/website-scraper/node-website-scraper/issues/516">#516</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/6c5cfc5590d8f1222a18272e030ec6fe4d00a0b5"><code>6c5cfc5</code></a> Revert &quot;RFC: Refactor builtin plugins to expose class properties (<a href="https://redirect.github.com/website-scraper/node-website-scraper/issues/506">#506</a>)&quot; (<a href="https://redirect.github.com/website-scraper/node-website-scraper/issues/509">#509</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/b845fb0dc4fb3c457473535f41c2532dac5e009e"><code>b845fb0</code></a> Remove lodash from dependencies (<a href="https://redirect.github.com/website-scraper/node-website-scraper/issues/508">#508</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/5dde8ec21fdf234fa5abdf72dfb9ae4949f5ff0f"><code>5dde8ec</code></a> RFC: Refactor builtin plugins to expose class properties (<a href="https://redirect.github.com/website-scraper/node-website-scraper/issues/506">#506</a>)</li> <li><a href="https://github.com/website-scraper/node-website-scraper/commit/c6ff84e698764faf8b9a36649c19c63b4db1c418"><code>c6ff84e</code></a> Remove demo link from the README</li> <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://redirect.github.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://redirect.github.com/website-scraper/node-website-scraper/issues/499">#499</a>)</li> <li>Additional commits viewable in <a href="https://github.com/website-scraper/node-website-scraper/compare/v4.2.3...v5.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=website-scraper&package-manager=npm_and_yarn&previous-version=4.2.3&new-version=5.3.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
dependabot[bot] commented 2023-10-24 17:35:36 +08:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Commenting is not possible because the repository is archived.
No description provided.