[Pkg-javascript-devel] getting nodejs 12 in debian sid
Pirate Praveen
praveen at onenetbeyond.org
Sat Dec 14 03:37:22 GMT 2019
On 2019, ഡിസംബർ 14 1:34:29 AM IST, "shirish शिरीष" <shirishag75 at gmail.com> wrote:
>The numbering seems to be all over the place how is it that webpack
>4.7 = acorn 5 and webpack 4.30 is ok with acorn 6 ? Or is it webpack
>4.07 ok with acorn 5. Doesn't make much of a sense.
Look at package.json for each version of webpack. Webpack 4.30 is the first version that updated acorn dependency to 6.
>Although in a larger sense of things, wouldn't it make sense to have
>acorn 6 even if it means breakage of webpack so that eventually we get
>the version of webpack which sits right with acorn6 and nodejs 12
>builds correctly ?
Why do you want to break a large number of packages when you know webpack 4.30 is already fixed? That is not how transitions work. We wait for key packages to work with new versions. A lot of packages build depends on webpack. Breaking it will cause a lot of ftbfs and that is not OK.
>Also where is this webpack 4.7.0-3 coming from ?
>
>Upstream releases have
>
>https://github.com/webpack/webpack/releases
>
>and specifically
>https://github.com/webpack/webpack/releases/tag/v4.41.2 after which
>the beta 5 releases have started ?
4.0 < 4.1... 4.7 < 4.8.... < 4.10... < 4.30...
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
More information about the Pkg-javascript-devel
mailing list