-
Notifications
You must be signed in to change notification settings - Fork 51
[API] Warning: Plugin uses .read/.rebuild API: TemplateLinter #345
Comments
Thank you for reporting! |
And now the next Broccoli version. When I attempt to run
|
This is fixed on master and will soon be released as 1.0.0-beta.1 (had to drop some Node versions)... |
I have updated one of our projects to 1.0.0-beta.1 and the warnings still show. I can provide you with access to the repository if that would help, but it's not public. |
Same as @pichfl. We updated https://github.com/ilios/frontend to |
Hmm. I really do not grok what’s going on. I explicitly added tests in Broccoli 2 land and all pass without error or warning. Can someone help me with a reproduction? |
Is ilios/frontend a good place to poke around? |
Yes. It's probably a lot more reproduction than you need but you're more than welcome to poke around there. |
An update: just upgraded
|
Ok, thanks for the reminder. Will dig in here, to see what is going on... |
AHA! I just cloned ilios/frontend and dug into the problem. It turns out that the console warnings that you are still seeing are actually coming from ember-cli-deprecation-workflow which ironically calls its broccoli plugin base class Confirmed by removing Will close this issue and track over in ember-cli/ember-cli-deprecation-workflow#52. |
@rwjblue Can you please explain how you found that out? I have a few errors like this and I am not sure exactly from which package they come from |
This happens when running ember-cli-template-lint in a project with ember-cli > 3.2.0.
The text was updated successfully, but these errors were encountered: