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 deps, (because re-rolling the lockfile breaks everything) #680

Merged
merged 7 commits into from
Jan 14, 2024

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Jan 13, 2024

All PRs / etc will have failing floating deps tests, due to something like this: https://github.com/typed-ember/glint/actions/runs/7513622017/job/20455581720?pr=680 (in the first run of this PR).

This PR narrows the @glimmer/* versions to something that works for CJS, as newer @glimmer/* is ESM only.

I deleted the lockfile and re-ran yarn, since that was the failing scenario on PRs.

yarn@v1 treats ^ on pre-1.0 versions the same as post-1.0, which is dangerous for @glimmer/*

@NullVoxPopuli NullVoxPopuli changed the title Does CI have failing jobs right now? Fix deps, (because re-rolling the lockfile breaks everything) Jan 13, 2024
@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review January 13, 2024 21:55
@NullVoxPopuli NullVoxPopuli merged commit ea64ec5 into main Jan 14, 2024
4 checks passed
@NullVoxPopuli NullVoxPopuli deleted the test-ci branch January 14, 2024 00:32
@NullVoxPopuli NullVoxPopuli added the internal Changes that don't impact the published packages label Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes that don't impact the published packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant