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 CI #9404

Merged
merged 2 commits into from
Nov 25, 2023
Merged

Fix CI #9404

merged 2 commits into from
Nov 25, 2023

Conversation

mischnic
Copy link
Member

@mischnic mischnic commented Nov 24, 2023

Revert #9401 and bump only lightningcss. Bumping all deps had caused:

  • In the tests, we somehow do watcher.getEventsSince(dirThatDoesntExist). @parcel/watcher@>=2.3.0 throws an error here. The dir in question is e.g. parcel/packages/core/integration-tests/test/input/cbong0yqey6
  • Bumping @swc/helpers breaks some assertions that do output.includes("=>")
  • potentially more

We should bump the whole lockfile at some point anyway though

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, 🤦 - I missed that this file had changed so significantly when reviewing the change because GH didn't show the diff. Nice catch! Explains why everything was failing on my branch too since I had merged these changes in.

@marcins marcins merged commit d1d24bf into v2 Nov 25, 2023
13 of 16 checks passed
@marcins marcins deleted the fix-ci branch November 25, 2023 00:51
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

2 participants