afch-rewrite icon indicating copy to clipboard operation
afch-rewrite copied to clipboard

"unsupported engine" warnings for devs running Node version 18

Open NovemLinguae opened this issue 2 years ago • 2 comments

We probably need to bump one of the version numbers of the packages in package.json.

image

NovemLinguae avatar Jun 17 '23 07:06 NovemLinguae

I've narrowed it down to "eslint-config-wikimedia": "^0.20.0",, which uses eslint-plugin-jsdoc as a dependency, which in turn uses @es-joy/jsdoccomment as a dependency.

NovemLinguae avatar Jun 17 '23 07:06 NovemLinguae

    "eslint": "^8.43.0",
    "eslint-config-wikimedia": "^0.25.1",
    "eslint-plugin-jsdoc": "^46.2.6",

Upgrading all the eslint stuff to the latest version in package.json + npm update was ineffective. Will file an upstream ticket. https://github.com/wikimedia/eslint-config-wikimedia/issues/510

NovemLinguae avatar Jun 17 '23 07:06 NovemLinguae