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

Bump @crawlee/cheerio from 3.1.4 to 3.3.0 in /services/crawl/functions/crawl-urls #651

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps @crawlee/cheerio from 3.1.4 to 3.3.0.

Release notes

Sourced from @​crawlee/cheerio's releases.

v3.3.0

3.3.0 (2023-03-09)

Bug Fixes

  • add proxyUrl to DownloadListOfUrlsOptions (779be1e), closes #1780
  • CheerioCrawler: pass ixXml down to response parser (#1807) (af7a5c4), closes #1794
  • ignore invalid URLs in enqueueLinks in browser crawlers (#1803) (5ac336c)
  • MemoryStorage: request queues race conditions causing crashes (#1806) (083a9db), closes #1792
  • MemoryStorage: RequestQueue should respect forefront (#1816) (b68e86a), closes #1787
  • MemoryStorage: RequestQueue#handledRequestCount should update (#1817) (a775e4a), closes #1764

Features

v3.2.2

3.2.2 (2023-02-08)

Bug Fixes

  • MemoryStorage: request queues saved in the wrong place (#1779) (19409db)

v3.2.1

3.2.1 (2023-02-07)

Bug Fixes

  • add QueueOperationInfo export to the core package (5ec6c24)

v3.2.0

3.2.0 (2023-02-07)

Bug Fixes

  • allow userData option in enqueueLinksByClickingElements (#1749) (736f85d), closes #1617
  • clone request.userData when creating new request object (#1728) (222ef59), closes #1725
  • Correctly compute pendingRequestCount in request queue (#1765) (946535f)
  • declare missing dependency on tslib (27e96c8), closes #1747
  • ensure CrawlingContext interface is inferred correctly in route handlers (aa84633)
  • KeyValueStore: big buffers should not crash (#1734) (2f682f7), closes #1732 #1710

... (truncated)

Changelog

Sourced from @​crawlee/cheerio's changelog.

3.3.0 (2023-03-09)

Bug Fixes

  • add proxyUrl to DownloadListOfUrlsOptions (779be1e), closes #1780
  • CheerioCrawler: pass ixXml down to response parser (#1807) (af7a5c4), closes #1794
  • ignore invalid URLs in enqueueLinks in browser crawlers (#1803) (5ac336c)
  • MemoryStorage: request queues race conditions causing crashes (#1806) (083a9db), closes #1792
  • MemoryStorage: RequestQueue should respect forefront (#1816) (b68e86a), closes #1787
  • MemoryStorage: RequestQueue#handledRequestCount should update (#1817) (a775e4a), closes #1764

Features

  • add basic support for setStatusMessage (#1790) (c318980)
  • core: add exclude option to enqueueLinks (#1786) (2e833dc), closes #1785
  • move the status message implementation to Crawlee, noop in storage (#1808) (99c3fdc)

3.2.2 (2023-02-08)

Bug Fixes

  • MemoryStorage: request queues saved in the wrong place (#1779) (19409db)

3.2.1 (2023-02-07)

Bug Fixes

  • add QueueOperationInfo export to the core package (5ec6c24)

3.2.0 (2023-02-07)

Bug Fixes

... (truncated)

Commits
  • 2e820aa chore(release): v3.3.0
  • 2e833dc feat(core): add exclude option to enqueueLinks (#1786)
  • a775e4a fix(MemoryStorage): RequestQueue#handledRequestCount should update (#1817)
  • 4851cfd chore: try to fix docker image builds for puppeteer
  • 8151674 chore(deps): lock file maintenance (#1801)
  • 8ca32bd chore: bump Puppeteer version (19.7.3) (#1815)
  • f309d8e chore(deps): update node.js to v18.15.0
  • e0865da chore(deps): update patch/minor dependencies to v5.54.1
  • ef83f4b chore(MemoryStorage): always resolve to a new path when batchRemoveFiles is c...
  • af7a5c4 fix(CheerioCrawler): pass ixXml down to response parser (#1807)
  • 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 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 [@crawlee/cheerio](https://github.com/apify/crawlee) from 3.1.4 to 3.3.0.
- [Release notes](https://github.com/apify/crawlee/releases)
- [Changelog](https://github.com/apify/crawlee/blob/master/CHANGELOG.md)
- [Commits](apify/crawlee@v3.1.4...v3.3.0)

---
updated-dependencies:
- dependency-name: "@crawlee/cheerio"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants