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

ci: remove workaround for incompatibility between lerna@7 and npm@9 #398

Merged
merged 2 commits into from Jul 28, 2023

Conversation

Keith-CY
Copy link
Member

Lerna cannot bump versions due to incompatibility of the lock file, so it was ignored during the version bumping.

This workaround introduced a bug mentioned at #389

Now I've tried to bump versions without ignoring the lock file and it works, so the workaround is simply removed by this commit.

Ref: lerna/lerna#3418 (comment)

Lerna cannot bump versions due to incompatibility of the lock
file, so it was ignored during the version bumping.

This workaround introduced a bug mentioned at #389

Now I've tried to bump versions without ignoring the lock file
and it works, so the workaround is simply removed by this commit.

Ref: lerna/lerna#3418 (comment)
@codecov-commenter
Copy link

Codecov Report

Merging #398 (991aac5) into develop (6c3fcc1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #398   +/-   ##
========================================
  Coverage    62.39%   62.39%           
========================================
  Files           94       94           
  Lines         3101     3101           
  Branches       688      688           
========================================
  Hits          1935     1935           
  Misses        1057     1057           
  Partials       109      109           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c3fcc1...991aac5. Read the comment docs.

@Keith-CY Keith-CY added this pull request to the merge queue Jul 28, 2023
Merged via the queue into develop with commit 6820b80 Jul 28, 2023
2 checks passed
@Keith-CY Keith-CY deleted the remove-workaround-of-incompatibility branch July 28, 2023 02:10
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

4 participants