You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bossp888 opened this issue
Feb 19, 2025
· 1 comment
Labels
featureIssues that represent new features or improvements to existing features.t-toolingIssues with this label are in the ownership of the tooling team.
Which package is the feature request for? If unsure which one to select, leave blank
@crawlee/cheerio (CheerioCrawler)
Feature
Hi crawlee team,
I noticed that crawlee currently depends on cheerio v1.0.0-rc.12, which was released on Jun 26, 2022. The latest stable version of cheerio, v1.0.0, was released on Aug 10, 2024.
I'd like to request an upgrade to the cheerio dependency.
Motivation
I'd like to request an upgrade to the cheerio dependency. Using the latest version offers several potential benefits, including:
Bug fixes: The newer version likely includes fixes for bugs present in the older release candidate.
Performance improvements: Optimizations and performance enhancements may have been implemented in the newer version.
Security updates: Security vulnerabilities identified in the older version may have been addressed in the latest release.
New features: The latest version might introduce new features or functionalities that could be beneficial to crawlee.
Ideal solution or implementation, and any additional constraints
The ideal solution would be to update the cheerio dependency in crawlee to the latest stable version (v1.0.0 or later). This can be achieved by modifying the package.json file and running the appropriate dependency update command (e.g., npm install cheerio@latest or yarn upgrade cheerio).
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
bossp888
added
the
feature
Issues that represent new features or improvements to existing features.
label
Feb 19, 2025
featureIssues that represent new features or improvements to existing features.t-toolingIssues with this label are in the ownership of the tooling team.
Which package is the feature request for? If unsure which one to select, leave blank
@crawlee/cheerio (CheerioCrawler)
Feature
Hi crawlee team,
I noticed that crawlee currently depends on cheerio v1.0.0-rc.12, which was released on Jun 26, 2022. The latest stable version of cheerio, v1.0.0, was released on Aug 10, 2024.
I'd like to request an upgrade to the cheerio dependency.
Motivation
I'd like to request an upgrade to the cheerio dependency. Using the latest version offers several potential benefits, including:
Ideal solution or implementation, and any additional constraints
The ideal solution would be to update the cheerio dependency in crawlee to the latest stable version (v1.0.0 or later). This can be achieved by modifying the package.json file and running the appropriate dependency update command (e.g., npm install cheerio@latest or yarn upgrade cheerio).
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: