fix tests for later node versions master
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 2 Dec 2024 19:03:45 +0000 (11:03 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 2 Dec 2024 19:03:45 +0000 (11:03 -0800)
eslint.config.js
package-lock.json
package.json

index ec1d5c106aac2cedfd6e056bf27e3cef4bdaabb9..c33e182dc8c15845bb80b01ae9d3f9196a53e81c 100644 (file)
@@ -109,6 +109,7 @@ module.exports = [
     },
     rules: {
       'n/no-unpublished-require': 'off',
     },
     rules: {
       'n/no-unpublished-require': 'off',
+      'n/no-unsupported-features/node-builtins': 'warn',
       'jsdoc/require-jsdoc': 'off',
       'sonarjs/no-duplicate-string': 'off',
     },
       'jsdoc/require-jsdoc': 'off',
       'sonarjs/no-duplicate-string': 'off',
     },
index 9838bf5e9909b706432673bdf75b5918465a80c3..e1ade1ab56d581f06e26b7e780d93cbf7055ddbb 100644 (file)
@@ -22,7 +22,7 @@
         "nyc": "^17"
       },
       "engines": {
         "nyc": "^17"
       },
       "engines": {
-        "node": ">=20"
+        "node": ">=20.13.0"
       },
       "peerDependencies": {
         "eslint": ">= 9"
       },
       "peerDependencies": {
         "eslint": ">= 9"
       }
     },
     "node_modules/globals": {
       }
     },
     "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"
       },
       "engines": {
         "node": ">=18"
       },
index 8b09371005965eb90661389f244d42c7446f982a..85aabe69af52dff3642797f3d3ce8f2e1f4604c7 100644 (file)
@@ -16,8 +16,8 @@
     "coverage": "nyc npm test",
     "coverage-check": "nyc check-coverage",
     "eslint": "eslint .",
     "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": [
     "prepare": "husky"
   },
   "keywords": [