Webpack version got downgraded in 6.3.0 #913
Unanswered
dmitriy-kudelko
asked this question in
Q&A
Replies: 1 comment
-
This is extremely confusing, and completely agreed a major dependency downgrade is most unusual and not something I had anticipated. This completely breaks a plugin's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Today we saw a bunch of renovate bot PRs in our repos suggesting to upgrade
@twilio/flex-plugin
and@twilio/flex-plugin-scripts
packages from6.2.3
to6.3.0
all of which miserably failed on the CI (well, only the ones upgrading@twilio/flex-plugin-scripts
strictly speaking).I started investigating build errors some of which were seemingly related to Webpack being unable to find some modules, and looked at
@twilio/flex-plugin-webpack
dependencies. And it turned out thatwebpack
version was dropped from 5 to 4.We migrated our repos to webpack 5 a long ago, and didn't expect such a thing to happen at all - that a major version of some dependency (actually lots of dependencies) may drop.
So, my question is how did this happen? :)) But also are you aware of it, and when is it gonna be fixed?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions