From: Justin Wind Date: Mon, 2 Dec 2024 19:03:45 +0000 (-0800) Subject: fix tests for later node versions X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;p=squeep-eslint-config fix tests for later node versions --- diff --git a/eslint.config.js b/eslint.config.js index ec1d5c1..c33e182 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -109,6 +109,7 @@ module.exports = [ }, rules: { 'n/no-unpublished-require': 'off', + 'n/no-unsupported-features/node-builtins': 'warn', 'jsdoc/require-jsdoc': 'off', 'sonarjs/no-duplicate-string': 'off', }, diff --git a/package-lock.json b/package-lock.json index 9838bf5..e1ade1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "nyc": "^17" }, "engines": { - "node": ">=20" + "node": ">=20.13.0" }, "peerDependencies": { "eslint": ">= 9" @@ -1567,9 +1567,10 @@ } }, "node_modules/globals": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", - "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", + "version": "15.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", + "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 8b09371..85aabe6 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint .", - "test": "node --test test", - "test:watch": "node --test --watch test", + "test": "node --test", + "test:watch": "node --test --watch", "prepare": "husky" }, "keywords": [