embroider
embroider copied to clipboard
[stable] Update release deps
Followup to https://github.com/embroider-build/embroider/pull/2068 Currently still exploring what combination of things could be causing something I'm seeing locally.
I don't know how the bootstrap tests were ever passing.
[BABEL]: Cannot find module '@babel/helper-module-imports'
Require stack:
- <output>/node_modules/ember-bootstrap/node_modules/ember-concurrency/lib/babel-plugin-transform-ember-concurrency-async-tasks.js
ember-bootstrap v5 depends on ember-concurrency ^2.1.2 -- and even on the latest v2, @babel/helper-module-imports is not provided in dependencies:
https://github.com/machty/ember-concurrency/blob/2.3.7/package.json#L104-L112
With Vite, I was actually able to debug some of this: https://github.com/embroider-build/embroider/pull/2070