jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eslint and Prettier are out of date

mraible opened this issue · comments

Overview of the issue

If I run npx npm-check-updates, it says that Eslint, Prettier, and others need updating.

 eslint                             8.52.0  →   8.57.0
 eslint-config-prettier              9.0.0  →    9.1.0
 eslint-plugin-import               2.29.0  →   2.29.1
 eslint-plugin-mocha                10.0.3  →   10.3.0
 eslint-plugin-prettier              5.0.1  →    5.1.3
 expect                             27.5.1  →   29.7.0
 mocha                               9.2.2  →   10.3.0
 mocha-expect-snapshot               3.1.0  →    7.0.1
 prettier                            3.0.3  →    3.2.5
 prettier-plugin-java                1.6.1  →    2.6.0
 prettier-plugin-packagejson        2.2.17  →   2.4.12
 vitest                             0.34.6  →    1.3.1
 yeoman-test                  >=8.0.0-rc.1  →  >=8.2.0

If I update them, tests fail to pass:

TypeError: process.chdir() is not supported in workers
Reproduce the error
npx npm-check-updates -u
npm i
npm test