Brad Overton
Brad Overton
Thanks, this was helpful and doing this terser minification config in the meantime until the plugin corrects the config > Check whether this is an unintended side-effect of classicEmberSupport(). It's...
should be resolved by https://github.com/embroider-build/embroider/pull/2462
Thanks for the feedback @rarkins - as requested I've put the refactoring here https://github.com/renovatebot/renovate/pull/36140 I hope you don't mind, I've force pushed this feature branch to rebase it onto that...
Ok this is updated with main, fixed up and good to go. Unfortunately the code coverage is complaining about _one line_, I believe it's this one; `const bodyLines = body.match(/^.*([\n\r]+|$)/gm)...
Friendly ping @rarkins - would like to get this across the line
Done 🚀 body.match() replaced for body.split() - way better. Updated from main. CI passing. thanks for your patience @rarkins
Experiencing the same issue, also on latest embroider/webpack etc. Running `pnpm why -r @ember/test-waiters` I could see that test-waiters v3 was being used by various addons still, so I added...
I got lucky and was able to update the projects I'm looking after to later versions of ember-data, from 5.3.3 -> 5.3.11, and I no longer have this issue. Big...
Thanks, will find some time to make that PR. Yeah I patched my project in the meantime 👍
PR here https://github.com/ember-intl/ember-intl/pull/1909