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 prepack step to unblock release #551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jelhan
Copy link
Contributor

@jelhan jelhan commented Dec 17, 2024

ember ts:precompile failed with the following error:

error TS2688: Cannot find type definition file for 'ember__test-helpers'.
  The file is in the program because:
    Entry point for implicit type library 'ember__test-helpers'


Found 1 error.

This is caused by @types/ember__test-helpers version 2.9.3 being a stub without including any actual types. Users should use the types provided by @ember/test-helpers. But those types are not provided by the old version used in this project.

ember ts:precompile is used as prepack step. This blocks releasing a new version.

@jelhan jelhan marked this pull request as ready for review December 17, 2024 19:47
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.

1 participant