From c87dfaca4ed6df1c270a3814ea455d16eb47bf73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:47:05 +0000 Subject: [PATCH] Update dependency eslint-plugin-n to v18 --- package-lock.json | 47 +++++++++++++++++------------------------------ package.json | 2 +- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 662569f1..4b9dec6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "eslint-config-xo": "0.46.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "62.5.4", - "eslint-plugin-n": "17.23.2", + "eslint-plugin-n": "18.2.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "63.0.0", "globals": "17.6.0", @@ -1645,9 +1645,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.23.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.2.tgz", - "integrity": "sha512-RhWBeb7YVPmNa2eggvJooiuehdL76/bbfj/OJewyoGT80qn5PXdz8zMOTO6YHOsI7byPt7+Ighh/i/4a5/v7hw==", + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz", + "integrity": "sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.5.0", @@ -1657,17 +1657,26 @@ "globals": "^15.11.0", "globrex": "^0.1.2", "ignore": "^5.3.2", - "semver": "^7.6.3", - "ts-declaration-location": "^1.0.6" + "semver": "^7.6.3" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" }, "peerDependencies": { - "eslint": ">=8.23.0" + "eslint": ">=8.57.1", + "ts-declaration-location": "^1.0.6", + "typescript": ">=5.0.0" + }, + "peerDependenciesMeta": { + "ts-declaration-location": { + "optional": true + }, + "typescript": { + "optional": true + } } }, "node_modules/eslint-plugin-n/node_modules/globals": { @@ -3580,28 +3589,6 @@ "typescript": ">=4.8.4" } }, - "node_modules/ts-declaration-location": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz", - "integrity": "sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==", - "funding": [ - { - "type": "ko-fi", - "url": "https://ko-fi.com/rebeccastevens" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/ts-declaration-location" - } - ], - "license": "BSD-3-Clause", - "dependencies": { - "picomatch": "^4.0.2" - }, - "peerDependencies": { - "typescript": ">=4.0.0" - } - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", diff --git a/package.json b/package.json index bb3400a8..b85a39d6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-config-xo": "0.46.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "62.5.4", - "eslint-plugin-n": "17.23.2", + "eslint-plugin-n": "18.2.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "63.0.0", "globals": "17.6.0",