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

Fixes the Parcel E2E test #4400

Merged
merged 3 commits into from
Apr 26, 2022
Merged

Fixes the Parcel E2E test #4400

merged 3 commits into from
Apr 26, 2022

Conversation

arcanis
Copy link
Member

@arcanis arcanis commented Apr 26, 2022

What's the problem this PR addresses?

See parcel-bundler/parcel#7999

How did you fix it?

Adding @parcel/core to the dependencies. This way users can add it to their dep and unblock the parcelrc issue. However perhaps this should be added to the Parcel documentation?

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

@arcanis arcanis merged commit 0a2bb36 into master Apr 26, 2022
@arcanis arcanis deleted the mael/e2e-parcel branch April 26, 2022 19:53
Comment on lines +407 to +415
// If turning 1.0.0 into ^1.0.0 would cause it to resolve to something else
// (for example 1.1.0), then we don't add the modifier.
//
// This is to account for "weird" release strategies where things like
// prereleases are released as older versions than the latest available
// ones.
//
// Ex 1: https://github.com/parcel-bundler/parcel/issues/8010
// Ex 2: https://github.com/sveltejs/kit/discussions/4645
Copy link
Member

@merceyz merceyz Apr 26, 2022

Choose a reason for hiding this comment

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

We could probably revert #4395 with this change

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.

2 participants