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
ember-crumbly is no longer maintained and it keeps us from upgrading to Node 16 (because it depends on an old version of ember-cli-babel which depends on an old version of broccoli-babel-transpiler which depends on an old version of workerpool which has a bug in Node 16).
The source code of ember-crumbly doesn't look that complicated, right? Or am i missing something?
Edit: nvm, theres one component with some heavy logic it seems. Nevertheless, why is the babel dependency an issue? If nothing else, we can copy the implementation into our project and update our babel version, right?
ember-crumbly
is no longer maintained and it keeps us from upgrading to Node 16 (because it depends on an old version ofember-cli-babel
which depends on an old version ofbroccoli-babel-transpiler
which depends on an old version ofworkerpool
which has a bug in Node 16).ember-crumbly
#651 when it is replaced, remove lineamber-ui/package.json
Line 116 in fca9816
The text was updated successfully, but these errors were encountered: