typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
109 stars 51 forks source link

Fix deps, (because re-rolling the lockfile breaks everything) #680

Closed NullVoxPopuli closed 8 months ago

NullVoxPopuli commented 8 months ago

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/*