embroider-build / embroider

Compiling Ember apps into spec-compliant, modern Javascript.
MIT License
329 stars 137 forks source link

don't use babel-plugin-module-resolver@5.0.1 #1884

Closed mansona closed 1 month ago

mansona commented 1 month ago

babel-plugin-module-resover released an update yesterday that bumped some dependencies, but it was released as a patch but the dependencies were major bumps (that dropped support for Node 16 🙈 )

I have opened a PR upstream to fix the issue https://github.com/tleunen/babel-plugin-module-resolver/pull/446

but for now this PR to pin will fix our CI. I have limited it to only the bad version so that we can still get the next release and hopefully it will have fixed the issue. If not then we can widen the version range to pin all bad versions 👍