hanover-computing / canonicize-url

Get a stable, canonical version of any URL, with DNS and HTTPS checks, redirects, tracker stripping, and canonical link extraction!
GNU Lesser General Public License v3.0
12 stars 0 forks source link

Update dependency got-scraping to v4 #99

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
got-scraping ^3.2.3 -> ^4.0.0 age adoption passing confidence

Release Notes

apify/got-scraping (got-scraping) ### [`v4.0.3`](https://togithub.com/apify/got-scraping/blob/HEAD/CHANGELOG.md#403--20231211) [Compare Source](https://togithub.com/apify/got-scraping/compare/v4.0.2...v4.0.3) \==================== - Fixed missing extended types for `gotScraping.stream` and `gotScraping.paginate` - Fixed general type issues with `got-scraping`, including not reporting incorrect types for known properties like `proxyUrl` ### [`v4.0.2`](https://togithub.com/apify/got-scraping/blob/HEAD/CHANGELOG.md#402--20231129) [Compare Source](https://togithub.com/apify/got-scraping/compare/v4.0.1...v4.0.2) \==================== - Fixed runtime exceptions when using `got-scraping` in a project with older versions of node.js 16 ### [`v4.0.1`](https://togithub.com/apify/got-scraping/blob/HEAD/CHANGELOG.md#401--20231116) [Compare Source](https://togithub.com/apify/got-scraping/compare/v4.0.0...v4.0.1) \==================== - Fix compilation errors when this module is used in TypeScript with a project that isn't using `Node16`/`NodeNext` `module`/`moduleResolution` ### [`v4.0.0`](https://togithub.com/apify/got-scraping/blob/HEAD/CHANGELOG.md#400--20231107) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.15...v4.0.0) \==================== - **BREAKING**: This module is now ESM only. - You will need to either migrate your projects to ESM, or import `got-scraping` in an async context via `await import('got-scraping');` - Update `got` to v13 ### [`v3.2.15`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.15) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.13...v3.2.15) #### What's Changed - fix: proxies work correctly in Node v18.17 by [@​barjin](https://togithub.com/barjin) in [https://github.com/apify/got-scraping/pull/98](https://togithub.com/apify/got-scraping/pull/98) **Full Changelog**: https://github.com/apify/got-scraping/compare/v3.2.13...v3.2.15 ### [`v3.2.13`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.13) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.12...v3.2.13) #### What's Changed - fix: allow passing extra options like `proxyUrl` on type level by [@​vladfrangu](https://togithub.com/vladfrangu) in [https://github.com/apify/got-scraping/pull/88](https://togithub.com/apify/got-scraping/pull/88) #### New Contributors - [@​vladfrangu](https://togithub.com/vladfrangu) made their first contribution in [https://github.com/apify/got-scraping/pull/88](https://togithub.com/apify/got-scraping/pull/88) **Full Changelog**: https://github.com/apify/got-scraping/compare/v3.2.12...v3.2.13 ### [`v3.2.12`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.12) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.11...v3.2.12) - chore: update header-generator version ([#​80](https://togithub.com/apify/got-scraping/issues/80)) [`0b86797`](https://togithub.com/apify/got-scraping/commit/0b86797d58a5c76e51fc0b048f1d5322e89544cc) - chore: upgrade got-cjs to 12.5.4 [`15744b4`](https://togithub.com/apify/got-scraping/commit/15744b41a11a97069d232deeccd25d97e597dc6b) ### [`v3.2.11`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.11) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.10...v3.2.11) - feat: display status message on proxy error [`3d8dd79`](https://togithub.com/apify/got-scraping/commit/3d8dd793c1ba593014b43e0d15b66eeea0b9ac1d) ### [`v3.2.10`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.10) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.9...v3.2.10) - fix: accept default http ports for proxy [`130a3f0`](https://togithub.com/apify/got-scraping/commit/130a3f02ab47c01a70fbc38cae7465fc10f86969) - chore: update deps [`5e9b026`](https://togithub.com/apify/got-scraping/commit/5e9b026669186fb1d5862dd716f15d79b15588ea) [`8d9d4f1`](https://togithub.com/apify/got-scraping/commit/8d9d4f1e6f0144cfd7993c958fcc71e6c61c00ff) ### [`v3.2.9`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.9) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.8...v3.2.9) - fix: update header-generator [`a6227bf`](https://togithub.com/apify/got-scraping/commit/a6227bf28005f767074b8c683a43cfc4cab16261) ### [`v3.2.8`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.8) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.7...v3.2.8) - fix: be more lenient when decompressing ([#​64](https://togithub.com/apify/got-scraping/issues/64)) ### [`v3.2.7`](https://togithub.com/apify/got-scraping/releases/tag/v3.2.7) [Compare Source](https://togithub.com/apify/got-scraping/compare/v3.2.6...v3.2.7) Now using Got v12

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.