From 46229220d82cbf6ee46171d172cac269f078953b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:30:48 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to v17.11.1 (#825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-n](https://redirect.github.com/eslint-community/eslint-plugin-n) | [`17.10.3` -> `17.11.1`](https://renovatebot.com/diffs/npm/eslint-plugin-n/17.10.3/17.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-n/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-n/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-n/17.10.3/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-n/17.10.3/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.11.1`](https://redirect.github.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#17111-2024-10-09) [Compare Source](https://redirect.github.com/eslint-community/eslint-plugin-n/compare/v17.11.0...v17.11.1) ##### 🩹 Fixes - **no-deprecated-api:** dedeprecate `process.nextTick` ([#​350](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/350)) ([dd889ab](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/dd889ab9301a72deea32b9f3cf6497864919ff66)) ### [`v17.11.0`](https://redirect.github.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#17110-2024-10-09) [Compare Source](https://redirect.github.com/eslint-community/eslint-plugin-n/compare/v17.10.3...v17.11.0) ##### 🌟 Features - **no-missing-import:** Add `ignoreTypeImport` options ([#​344](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/344)) ([e022aba](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/e022abad91701660ffd3bf52693ae2749a5131ee)) - **no-process-env:** Allow users to exclude specific variables ([#​345](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/345)) ([b16a475](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/b16a4753c111271325f6dced4936bc9da6162138)) - Update no-unsupported to node v22.9.0 ([#​342](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/342)) ([87fb484](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/87fb4849ecb52164b24c5ae840fff0b699241fa4)) ##### 🩹 Fixes - **no-missing-import:** Ignore node builtins in package.json `imports` ([#​346](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/346)) ([148e47e](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/148e47e7502c3784b1f2b86aae594c7fc58b31a3)) - **no-missing-import:** Resolve tsconfig paths relative to the tsconfig ([#​343](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/343)) ([6cd7954](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/6cd7954ff91818c3bb4d3c2d7a316f2716720276)) ##### 📚 Documentation - Explain the transitive dependency case for no-extraneous-\* ([#​347](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/347)) ([8c0a2cc](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/8c0a2cc515e4541883e1d8aba85fa71d3a865891))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/console-fail-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6e003c87..86ddda0c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-jsdoc": "50.4.3", "eslint-plugin-jsonc": "2.16.0", "eslint-plugin-markdown": "5.1.0", - "eslint-plugin-n": "17.10.3", + "eslint-plugin-n": "17.11.1", "eslint-plugin-package-json": "0.15.4", "eslint-plugin-perfectionist": "2.11.0", "eslint-plugin-regexp": "2.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63d8dd3d..5410a8f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: 5.1.0 version: 5.1.0(eslint@8.57.1) eslint-plugin-n: - specifier: 17.10.3 - version: 17.10.3(eslint@8.57.1) + specifier: 17.11.1 + version: 17.11.1(eslint@8.57.1) eslint-plugin-package-json: specifier: 0.15.4 version: 0.15.4(eslint@8.57.1)(jsonc-eslint-parser@2.4.0) @@ -1724,8 +1724,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-n@17.10.3: - resolution: {integrity: sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==} + eslint-plugin-n@17.11.1: + resolution: {integrity: sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -5263,7 +5263,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-n@17.10.3(eslint@8.57.1): + eslint-plugin-n@17.11.1(eslint@8.57.1): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) enhanced-resolve: 5.17.1