You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the version checking doesn't allow for any of the preceding characters of semver, so if you have a ~ or or a ^ preceding the version number it is read incorrectly.
I downgraded ember-template-lint to 5, and then pinned it to the version explicitly (removing the preceding character) which works around the issue for now.
Ref: https://discord.com/channels/480462759797063690/483601670685720591/1309384978508939284
Samples:
https://github.com/arthur5005/ember-ts-lint-problems/blob/main/app/components/test.gts
Blueprint:
npx ember-cli@latest new my-app -b @embroider/app-blueprint --typescript --pnpm
gts exists in app/templates
The text was updated successfully, but these errors were encountered: