fix(deps): update dependency got-scraping to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
got-scraping | dependencies | major | ^3.2.15 -> ^4.0.0 |
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apify/got-scraping (got-scraping)
v4.0.4
What's Changed
- fix: pass the timeout to the
resolveProtocol
calls by @barjin in https://github.com/apify/got-scraping/pull/131
Full Changelog: https://github.com/apify/got-scraping/compare/v4.0.3...v4.0.4
v4.0.3
====================
- Fixed missing extended types for
gotScraping.stream
andgotScraping.paginate
- Fixed general type issues with
got-scraping
, including not reporting incorrect types for known properties likeproxyUrl
v4.0.2
====================
- Fixed runtime exceptions when using
got-scraping
in a project with older versions of node.js 16
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
====================
-
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 viaawait import('got-scraping');
- You will need to either migrate your projects to ESM, or import
- Update
got
to v13
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.