Closed pjonsson closed 3 weeks ago
yes, this needs updating the saas
and saas-loader
packages which needs webpack 5. We are looking to upgrade to webpack 5 soonish, Meanwhile we can pin these deps to a previous version that doesn't raise the warnings.
Ok, #7303 restricts the sass version to < 1.80.
Regarding upgrading to webpack 5: in May/June, I made PRs that upgraded loaders (#7130, #7138, and #7210) and webpack-dev-server (#7142) to more recent versions. My goal was security fixes rather than webpack 5, but from what I understand these PRs are also prerequisites for webpack 5. The mentioned PRs have been sitting without comments for 5-6 months, how do we move forward with them?
I'm not sure if babel is also intermingled with webpack 5, but if it is, then there's also #7131 and #7137.
The only upper bound for sass is
< 2
, so sass 1.80 will happily install but gives many deprecation warnings in the form of:and
I would run the auto-migrator myself and make a pull request, but I'm not sure how to get the terriajs-variables alias set up for it, so it would be nice if someone else could take a look at this.