Currently, minimum supported node.js version for nuxt@2 is 8.x which EOL since Jan 2020 and not receiving any security updates. Since more and more dependencies are upgrading to minimum of 10.x it makes sense we upgrade minimum version support in a minor release for nuxt2.
(here is full list of ignored dependencies:)
Below dependencies that need node@10 are listed. They have also other breaking changes so should check one by one to ensure nuxt breaking nuxt projects by upgrade.
Hello 馃槃 I was wondering why to upgrade to Node 10 since it will not be longer supported in 5 months (2021-04-30). Node 12 will enter Maintenance LTS at the end of this month (2020-11-30). Just asking because I saw the Node schedule page a few days ago, I haven't checked the compatibility of the dependencies or the changes required to it. Good job in bringing this PR 馃殌
Hey @Tragio. Actually it is a totally right point. Also dependencies like tailwind are requiring 12+. This issue tracker is only for core package and all dependencies above require 10+ so there is no point of forcing users by engine
field (unless being necessary in the future). Environments like CSB may still use node 10 by default now.
Waiting Upgrading. Tried to upgrade sass to 10 version got an error
Most helpful comment
Hey @Tragio. Actually it is a totally right point. Also dependencies like tailwind are requiring 12+. This issue tracker is only for core package and all dependencies above require 10+ so there is no point of forcing users by
engine
field (unless being necessary in the future). Environments like CSB may still use node 10 by default now.