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: pin @crawlee/* packages versions in crawlee metapackage #2040

Merged
merged 1 commit into from Aug 21, 2023

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented Aug 21, 2023

When users want to use a specific version of crawlee, pinning the crawlee metapackage is not enough, as it uses version ranges for the @crawlee/* packages, resulting in the use of the latest version regardless of what crawlee metapackage version you install. This PR pins all the @crawlee/* packages in there, so installing crawlee@3.5.0 will result in using v3.5.0 of all the child packages as well.

Also adds reexport of the @crawlee/browser-pool package.

Related: #2002 (comment)

Copy link
Contributor

@barjin barjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable 👍️

@B4nan B4nan merged commit 61f91c7 into master Aug 21, 2023
12 checks passed
@B4nan B4nan deleted the pin-crawlee-packages-versions branch August 21, 2023 12:10
B4nan added a commit that referenced this pull request Aug 21, 2023
B4nan added a commit that referenced this pull request Aug 21, 2023
B4nan added a commit that referenced this pull request Aug 21, 2023
B4nan added a commit that referenced this pull request Aug 21, 2023
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.

None yet

3 participants