embroider icon indicating copy to clipboard operation
embroider copied to clipboard

[stable] Update release deps

Open NullVoxPopuli opened this issue 1 year ago • 2 comments

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.

NullVoxPopuli avatar Aug 21 '24 20:08 NullVoxPopuli

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

NullVoxPopuli avatar Aug 21 '24 20:08 NullVoxPopuli

With Vite, I was actually able to debug some of this: https://github.com/embroider-build/embroider/pull/2070

NullVoxPopuli avatar Aug 21 '24 21:08 NullVoxPopuli