Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency crawlee to v3.12.1 #278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
crawlee (source) 3.9.1 -> 3.12.1 age adoption passing confidence

Release Notes

apify/crawlee (crawlee)

v3.12.1

Compare Source

Bug Fixes
  • log status message timeouts to debug level (55ee44a)
  • social: support new URL formats for Facebook, YouTube and X (#​2758) (4c95847), closes #​525
Features

v3.12.0

Compare Source

Bug Fixes
Features

3.11.5 (2024-10-04)

Bug Fixes

3.11.4 (2024-09-23)

Bug Fixes

3.11.3 (2024-09-03)

Bug Fixes
  • improve FACEBOOK_REGEX to match older style page URLs (#​2650) (a005e69), closes #​2216
  • RequestQueueV2: reset recently handled cache too if the queue is pending for too long (#​2656) (51a69bc)

3.11.2 (2024-08-28)

Bug Fixes
  • RequestQueueV2: remove inProgress cache, rely solely on locked states (#​2601) (57fcb08)
  • use namespace imports for cheerio to be compatible with v1 (#​2641) (f48296f)
  • Use the correct mutex in memory storage RequestQueueClient (#​2623) (2fa8a29)
Features

3.11.1 (2024-07-24)

Bug Fixes

v3.11.5

Compare Source

Bug Fixes

v3.11.4

Compare Source

Bug Fixes

v3.11.3

Compare Source

Bug Fixes
  • improve FACEBOOK_REGEX to match older style page URLs (#​2650) (a005e69), closes #​2216
  • RequestQueueV2: reset recently handled cache too if the queue is pending for too long (#​2656) (51a69bc)

v3.11.2

Compare Source

Bug Fixes
  • RequestQueueV2: remove inProgress cache, rely solely on locked states (#​2601) (57fcb08)
  • use namespace imports for cheerio to be compatible with v1 (#​2641) (f48296f)
  • Use the correct mutex in memory storage RequestQueueClient (#​2623) (2fa8a29)
Features

v3.11.1

Compare Source

Bug Fixes

v3.11.0

Compare Source

Features

3.10.5 (2024-06-12)

Bug Fixes
  • allow creating new adaptive crawler instance without any parameters (9b7f595)
  • declare missing peer dependencies in @crawlee/browser package (#​2532) (3357c7f)
  • fix detection of HTTP site when using the useState in adaptive crawler (#​2530) (7e195c1)
  • mark context.request.loadedUrl and id as required inside the request handler (#​2531) (2b54660)

3.10.4 (2024-06-11)

Bug Fixes
  • add waitForAllRequestsToBeAdded option to enqueueLinks helper (925546b), closes #​2318
  • add missing useState implementation into crawling context (eec4a71)
  • make crawler.log publicly accessible (#​2526) (3e9e665)
  • playwright: allow passing new context options in launchOptions on type level (0519d40), closes #​1849
  • respect crawler.log when creating child logger for Statistics (0a0d75d), closes #​2412

3.10.3 (2024-06-07)

Bug Fixes
  • adaptive-crawler: log only once for the committed request handler execution (#​2524) (533bd3f)
  • increase timeout for retiring inactive browsers (#​2523) (195f176)
  • respect implicit router when no requestHandler is provided in AdaptiveCrawler (#​2518) (31083aa)
  • revert the scaling steps back to 5% (5bf32f8)
Features
  • add waitForSelector context helper + parseWithCheerio in adaptive crawler (#​2522) (6f88e73)
  • log desired concurrency in the default status message (9f0b796)

3.10.2 (2024-06-03)

Bug Fixes
Features

3.10.1 (2024-05-23)

Bug Fixes

v3.10.5

Compare Source

Bug Fixes
  • allow creating new adaptive crawler instance without any parameters (9b7f595)
  • declare missing peer dependencies in @crawlee/browser package (#​2532) (3357c7f)
  • fix detection of HTTP site when using the useState in adaptive crawler (#​2530) (7e195c1)
  • mark context.request.loadedUrl and id as required inside the request handler (#​2531) (2b54660)

v3.10.4

Compare Source

Bug Fixes
  • add waitForAllRequestsToBeAdded option to enqueueLinks helper (925546b), closes #​2318
  • add missing useState implementation into crawling context (eec4a71)
  • make crawler.log publicly accessible (#​2526) (3e9e665)
  • playwright: allow passing new context options in launchOptions on type level (0519d40), closes #​1849
  • respect crawler.log when creating child logger for Statistics (0a0d75d), closes #​2412

v3.10.3

Compare Source

Bug Fixes
  • adaptive-crawler: log only once for the committed request handler execution (#​2524) (533bd3f)
  • increase timeout for retiring inactive browsers (#​2523) (195f176)
  • respect implicit router when no requestHandler is provided in AdaptiveCrawler (#​2518) (31083aa)
  • revert the scaling steps back to 5% (5bf32f8)
Features
  • add waitForSelector context helper + parseWithCheerio in adaptive crawler (#​2522) (6f88e73)
  • log desired concurrency in the default status message (9f0b796)

v3.10.2

Compare Source

Bug Fixes
Features

v3.10.1

Compare Source

Bug Fixes

v3.10.0

Compare Source

Bug Fixes
Features
Performance Improvements

3.9.2 (2024-04-17)

Bug Fixes
Features

3.9.1 (2024-04-11)

Features

v3.9.2

Compare Source

Bug Fixes
Features

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (rebase) April 17, 2024 13:35
Copy link

codesandbox bot commented Apr 17, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.9.2 fix(deps): update dependency crawlee to v3.10.0 May 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.10.0 fix(deps): update dependency crawlee to v3.10.1 May 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.10.1 fix(deps): update dependency crawlee to v3.10.2 Jun 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.10.2 fix(deps): update dependency crawlee to v3.10.3 Jun 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.10.3 fix(deps): update dependency crawlee to v3.10.4 Jun 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.10.4 fix(deps): update dependency crawlee to v3.10.5 Jun 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.10.5 fix(deps): update dependency crawlee to v3.11.0 Jul 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.11.0 fix(deps): update dependency crawlee to v3.11.1 Jul 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.11.1 fix(deps): update dependency crawlee to v3.11.2 Aug 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.11.2 fix(deps): update dependency crawlee to v3.11.3 Sep 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.11.3 fix(deps): update dependency crawlee to v3.11.4 Sep 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.11.4 fix(deps): update dependency crawlee to v3.11.5 Oct 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.11.5 fix(deps): update dependency crawlee to v3.12.0 Nov 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency crawlee to v3.12.0 fix(deps): update dependency crawlee to v3.12.1 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants