[PR #1172] [MERGED] Bump eslint-plugin-n from 17.0.0 to 17.1.0 #3113

Closed
opened 2026-03-07 20:12:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1172
Author: @dependabot[bot]
Created: 4/10/2024
Status: Merged
Merged: 4/10/2024
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-plugin-n-17.1.0


📝 Commits (1)

  • 0ca5fd1 Bump eslint-plugin-n from 17.0.0 to 17.1.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-n from 17.0.0 to 17.1.0.

Release notes

Sourced from eslint-plugin-n's releases.

v17.1.0

17.1.0 (2024-04-09)

🌟 Features

📚 Documentation

Changelog

Sourced from eslint-plugin-n's changelog.

17.1.0 (2024-04-09)

🌟 Features

📚 Documentation

17.0.0 (2024-04-08)

💥 Breaking changes:

  • feat!: drop eslint v7 & node.js < 18 (#161) (41ceed7)
  • feat!: Start using enhanced-resolve to improve ts support (#139) (dc9f473)
  • rename rule shebang => hashbang, deprecate rule shebang (#198)

Features

  • typescript (jsdoc) checking and definition generation (#169) (6d8ed14)
  • rename rule shebang => hashbang, deprecate rule shebang (#198) (cefdb1c), closes #196
  • shebang: add support for env's split-string option (#195) (b383b49)
  • Update ES Syntax (#189) (4778ae8)
  • feat: Update es-builtins (#174) (fbc9e7b)
  • feat(no-unsupported-features): Update to v21.6.1 of node (#180) (d24f645)
  • feat: Add n/prefer-node-protocol rule (#183) (88d1c37)
  • feat(shebang): Add options to ignore unpublished files (#172) (5609abb)

Bugfixes

  • prefer-node-protocol: not first target (#204) (caab777)
  • prefer-node-protocol: continue on version range check (#206) (14d2ea9)
  • prefer-node-prefix: pass moduleName (#203)
  • no-unsupported-features: Remove use of static as a variable (#190) (e31d868)
  • fix: Remove require("util") import in import-target (#181) (d32eff3)

Chores

  • use ts-ignore-import to lighten the dependencies (#219) (fb0aaae)
  • update dependency @​typescript-eslint/parser to v7 (#207) (0b8aeb3)
  • update dependency husky to v9 (#208) (e84d47b)
  • Enable global strict eslint rule (#191) (99fe387)
  • Migrate to manifest config (#192) (c8a87f3)
  • docs: improve wording of file-extension-in-import docs (#110) (3f178ab)
  • build: run test on eslint pre-releases (#171) (77de809)

... (truncated)

Commits

Dependabot compatibility score

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 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 <dependency name> 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/1172 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/10/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-n-17.1.0` --- ### 📝 Commits (1) - [`0ca5fd1`](https://github.com/DavidAnson/markdownlint/commit/0ca5fd1510dc86324771710e6e7301dd0306355d) Bump eslint-plugin-n from 17.0.0 to 17.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.0.0 to 17.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/releases">eslint-plugin-n's releases</a>.</em></p> <blockquote> <h2>v17.1.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0...v17.1.0">17.1.0</a> (2024-04-09)</h2> <h3>🌟 Features</h3> <ul> <li>add <code>name</code> to flat configs (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/224">#224</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/24512a0fe27bcb9b2a0ed20cd83bcbd3c0060d0b">24512a0</a>)</li> <li>remove &quot;is-builtin-module&quot; dependency (fixes <a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/232">#232</a>) (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/227">#227</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/03619eed4d24cb8ed79c467fe4a620bd58fea4cd">03619ee</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>add v17 changelog (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/223">#223</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/4fb36eb253536b694d16b72d31221c98f1012f9f">4fb36eb</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md">eslint-plugin-n's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0...v17.1.0">17.1.0</a> (2024-04-09)</h2> <h3>🌟 Features</h3> <ul> <li>add <code>name</code> to flat configs (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/224">#224</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/24512a0fe27bcb9b2a0ed20cd83bcbd3c0060d0b">24512a0</a>)</li> <li><strong>import-target:</strong> Add resolution error reason (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/ed7b25cf4ccb3f27bf89993a7fc8c706e3491ad5">ed7b25c</a>)</li> <li>remove &quot;is-builtin-module&quot; dependency (fixes <a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/232">#232</a>) (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/227">#227</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/03619eed4d24cb8ed79c467fe4a620bd58fea4cd">03619ee</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>add v17 changelog (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/223">#223</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/4fb36eb253536b694d16b72d31221c98f1012f9f">4fb36eb</a>)</li> </ul> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0...v17.0.0-8">17.0.0</a> (2024-04-08)</h2> <h2>💥 Breaking changes:</h2> <ul> <li>feat!: drop eslint v7 &amp; node.js &lt; 18 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/161">#161</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/41ceed7">41ceed7</a>)</li> <li>feat!: Start using <code>enhanced-resolve</code> to improve ts support (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/139">#139</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/dc9f473">dc9f473</a>)</li> <li>rename rule shebang =&gt; hashbang, deprecate rule shebang (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/198">#198</a>)</li> </ul> <h2>Features</h2> <ul> <li>typescript (jsdoc) checking and definition generation (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/169">#169</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/6d8ed14c186a814c3a258993fb6c986a02ed5568">6d8ed14</a>)</li> <li>rename rule shebang =&gt; hashbang, deprecate rule shebang (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/198">#198</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/cefdb1c26d856b544470e825daef2dfa5d0e4a30">cefdb1c</a>), closes <a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/196">#196</a></li> <li><strong>shebang:</strong> add support for env's split-string option (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/195">#195</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/b383b4971df4f4b67099655797b654b36d6a8fdf">b383b49</a>)</li> <li>Update ES Syntax (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/189">#189</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/4778ae86c398f90da13248c2d31bfc4a83cd2dea">4778ae8</a>)</li> <li>feat: Update es-builtins (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/174">#174</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/fbc9e7b">fbc9e7b</a>)</li> <li>feat(no-unsupported-features): Update to v21.6.1 of node (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/180">#180</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/d24f645">d24f645</a>)</li> <li>feat: Add n/prefer-node-protocol rule (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/183">#183</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/88d1c37">88d1c37</a>)</li> <li>feat(shebang): Add options to ignore unpublished files (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/172">#172</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/5609abb">5609abb</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>prefer-node-protocol: not first target (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/204">#204</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/caab77714ec9195c07290d4c212a95f11b48bb5f">caab777</a>)</li> <li><strong>prefer-node-protocol:</strong> continue on version range check (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/206">#206</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/14d2ea90c1609b49e95cc805105711c62bf6fd50">14d2ea9</a>)</li> <li>prefer-node-prefix: pass moduleName (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/203">#203</a>)</li> <li><strong>no-unsupported-features:</strong> Remove use of <code>static</code> as a variable (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/190">#190</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/e31d8683b65a6f982cb91634f951afd0fe5583ae">e31d868</a>)</li> <li>fix: Remove <code>require(&quot;util&quot;)</code> import in import-target (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/181">#181</a>) (d32eff3)</li> </ul> <h2>Chores</h2> <ul> <li>use <code>ts-ignore-import</code> to lighten the dependencies (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/219">#219</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/fb0aaae9a5d540542a4122fe333097c200b78b95">fb0aaae</a>)</li> <li>update dependency <code>@​typescript-eslint/parser</code> to v7 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/207">#207</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/0b8aeb3e8d8f1837a443d93a5bf55ad55bba085d">0b8aeb3</a>)</li> <li>update dependency husky to v9 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/208">#208</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/e84d47b98de65eb77ac96cef44af2adb901acac0">e84d47b</a>)</li> <li>Enable global strict eslint rule (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/191">#191</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/99fe38722d02de867f4bd8061a343b9754b62610">99fe387</a>)</li> <li>Migrate to manifest config (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/192">#192</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/c8a87f3ef99348e547259f3939274cdf4da72b08">c8a87f3</a>)</li> <li>docs: improve wording of file-extension-in-import docs (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/110">#110</a>) (3f178ab)</li> <li>build: run test on eslint pre-releases (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/171">#171</a>) (77de809)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/35042273322e2076ff66470100763be570c56315"><code>3504227</code></a> chore(master): release 17.1.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/225">#225</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/03619eed4d24cb8ed79c467fe4a620bd58fea4cd"><code>03619ee</code></a> feat: remove &quot;is-builtin-module&quot; dependency (fixes <a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/232">#232</a>) (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/227">#227</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/6bae8e5bcf4ef2ee6b5aeafdcecf0bd9b234eb6b"><code>6bae8e5</code></a> Revert &quot;feat(import-target): Add resolution error reason&quot;</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/ed7b25cf4ccb3f27bf89993a7fc8c706e3491ad5"><code>ed7b25c</code></a> feat(import-target): Add resolution error reason</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/3791d1143b0ff10eb200d30c9b4a9fb1af29eceb"><code>3791d11</code></a> ci: Add a little bit of colour to release notes (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/226">#226</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/4fb36eb253536b694d16b72d31221c98f1012f9f"><code>4fb36eb</code></a> docs: add v17 changelog (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/223">#223</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/24512a0fe27bcb9b2a0ed20cd83bcbd3c0060d0b"><code>24512a0</code></a> feat: add <code>name</code> to flat configs (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/224">#224</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/00225650a8e88bcc1d6b121d5cdb798d2f354cfc"><code>0022565</code></a> release-please v17 manifest</li> <li>See full diff in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0...v17.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-n&package-manager=npm_and_yarn&previous-version=17.0.0&new-version=17.1.0)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:12:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#3113
No description provided.