Skip to content

fix(deps): update dependency got-scraping to v4

Renovate requested to merge renovate/got-scraping-4.x into v2

This MR contains the following updates:

Package Type Update Change
got-scraping dependencies major ^3.2.15 -> ^4.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apify/got-scraping (got-scraping)

v4.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/apify/got-scraping/compare/v4.0.3...v4.0.4

v4.0.3

Compare Source

====================

  • 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

Compare Source

====================

  • Fixed runtime exceptions when using got-scraping in a project with older versions of node.js 16

v4.0.1

Compare Source

====================

  • Fix compilation errors when this module is used in TypeScript with a project that isn't using Node16/NodeNext module/moduleResolution

v4.0.0

Compare Source

====================

  • 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

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports