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

HAL-1972 Upgrade parcel version from 2.11.0 to 2.12.0 #1104

Closed
wants to merge 1 commit into from

Conversation

hanjeongsang
Copy link

@hanjeongsang hanjeongsang commented Apr 2, 2024

issue :
Parcel build fails with below output

[INFO] @parcel/package-manager: Could not find module "@parcel/transformer-less" satisfying 2.11.0.
[INFO]   /root/HAL_TEST/console/app/package.json:24:5
[INFO]     23 |     "@parcel/reporter-cli": "^2.12.0",
[INFO]   > 24 |     "@parcel/transformer-less": "^2.12.0",
[INFO]   >    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ Found this conflicting local requirement.
[INFO]     25 |     "copyfiles": "^2.4.1",
[INFO]     26 |     "parcel": "^2.11.0",

cause :
According to the dependency of @parcel/transformer-less, the version of @parcel/plugin is specified as 2.12.0.

fix :
Upgrade parcel version from 2.11.0 to 2.12.0

result :
Build goes well

report:
https://issues.redhat.com/browse/HAL-1972

@hanjeongsang hanjeongsang requested a review from a team as a code owner April 2, 2024 02:20
@hanjeongsang hanjeongsang changed the title Upgrade parcel to 2.12.0 HAL-1972 Upgrade parcel to 2.12.0 Apr 3, 2024
@hanjeongsang hanjeongsang changed the title HAL-1972 Upgrade parcel to 2.12.0 HAL-1972 Upgrade parcel from 2.11.0 to 2.12.0 Apr 3, 2024
@hanjeongsang hanjeongsang changed the title HAL-1972 Upgrade parcel from 2.11.0 to 2.12.0 HAL-1972 Upgrade parcel version from 2.11.0 to 2.12.0 Apr 3, 2024
@hanjeongsang
Copy link
Author

hanjeongsang commented Apr 5, 2024

the force push was made to modify Author(root -> hanjeongsang) in the commit log.

Copy link
Member

@hpehl hpehl left a comment

Choose a reason for hiding this comment

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

I've updated Parcel to 2.12.0 in the meantime.

@hpehl hpehl closed this Apr 17, 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
2 participants