From 9ed9c1d577d883106770ae579dfec1119497cf5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:47:59 +0000 Subject: [PATCH] fix(deps): Bump eslint-plugin-n from 17.15.0 to 17.15.1 (#349) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.15.0 to 17.15.1.
Release notes

Sourced from eslint-plugin-n's releases.

v17.15.1

17.15.1 (2024-12-20)

🩹 Fixes

Changelog

Sourced from eslint-plugin-n's changelog.

17.15.1 (2024-12-20)

🩹 Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-n&package-manager=npm_and_yarn&previous-version=17.15.0&new-version=17.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 10 ++++++---- package.json | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f480c25..4168d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jsdoc": "^50.5.0", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-n": "^17.15.0", + "eslint-plugin-n": "^17.15.1", "eslint-plugin-no-explicit-type-exports": "^0.12.1", "eslint-plugin-perfectionist": "^4.2.0", "eslint-plugin-promise": "^7.1.0", @@ -37,6 +37,7 @@ }, "peerDependencies": { "@eslint/js": "^9.16.0", + "@stylistic/eslint-plugin-js": "^2.12.1", "@stylistic/eslint-plugin-ts": "^2.12.0", "eslint": "^9.12.0", "eslint-import-resolver-typescript": "^3.6.3", @@ -47,6 +48,7 @@ "eslint-plugin-no-explicit-type-exports": "^0.12.1", "eslint-plugin-perfectionist": "^4.2.0", "eslint-plugin-promise": "^7.1.0", + "eslint-plugin-putout": "^23.3.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-sonarjs": "^2.0.3", @@ -6272,9 +6274,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.15.0.tgz", - "integrity": "sha512-xF3zJkOfLlFOm5TvmqmsnA9/fO+/z2pYs0dkuKXKN/ymS6UB1yEcaoIkqxLKQ9Dw/WmLX/Tdh6/5ZS5azVixFQ==", + "version": "17.15.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz", + "integrity": "sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA==", "dependencies": { "@eslint-community/eslint-utils": "^4.4.1", "enhanced-resolve": "^5.17.1", diff --git a/package.json b/package.json index 20260d6..04e65d1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jsdoc": "^50.5.0", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-n": "^17.15.0", + "eslint-plugin-n": "^17.15.1", "eslint-plugin-no-explicit-type-exports": "^0.12.1", "eslint-plugin-perfectionist": "^4.2.0", "eslint-plugin-promise": "^7.1.0", @@ -62,7 +62,7 @@ "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jsdoc": "^50.5.0", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-n": "^17.15.0", + "eslint-plugin-n": "^17.15.1", "eslint-plugin-no-explicit-type-exports": "^0.12.1", "eslint-plugin-perfectionist": "^4.2.0", "eslint-plugin-promise": "^7.1.0",