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

chore: fix build on main, resolve babel deps #10548

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

svidgen
Copy link
Member

@svidgen svidgen commented Oct 27, 2022

Description of changes

The build started failing on numerous babel deps, each looking for a isTSSatisfiesExpression function that doesn't exist.

Added three bad deps (each updated within the last few hours of this PR) to resolutions.

Issue #, if available

Description of how you validated changes

rm -rf node_modules && rm -rf packages/*/node_modules && yarn && yarn clean && yarn setup-dev

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@svidgen svidgen requested a review from a team as a code owner October 27, 2022 15:15
Copy link
Contributor

@jimblanc jimblanc left a comment

Choose a reason for hiding this comment

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

This looks good to me, thanks for making the fix.

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.

3 participants