[PR #1376] [MERGED] Bump eslint-plugin-n from 17.10.3 to 17.11.1 #3273

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e40fa52 Bump eslint-plugin-n from 17.10.3 to 17.11.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-n from 17.10.3 to 17.11.1.

Release notes

Sourced from eslint-plugin-n's releases.

v17.11.1

17.11.1 (2024-10-09)

🩹 Fixes

  • no-deprecated-api: dedeprecate process.nextTick (#350) (dd889ab)

v17.11.0

17.11.0 (2024-10-09)

🌟 Features

  • no-missing-import: Add ignoreTypeImport options (#344) (e022aba)
  • no-process-env: Allow users to exclude specific variables (#345) (b16a475)
  • Update no-unsupported to node v22.9.0 (#342) (87fb484)

🩹 Fixes

  • no-missing-import: Ignore node builtins in package.json imports (#346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)

📚 Documentation

  • Explain the transitive dependency case for no-extraneous-* (#347) (8c0a2cc)
Changelog

Sourced from eslint-plugin-n's changelog.

17.11.1 (2024-10-09)

🩹 Fixes

  • no-deprecated-api: dedeprecate process.nextTick (#350) (dd889ab)

17.11.0 (2024-10-09)

🌟 Features

  • no-missing-import: Add ignoreTypeImport options (#344) (e022aba)
  • no-process-env: Allow users to exclude specific variables (#345) (b16a475)
  • Update no-unsupported to node v22.9.0 (#342) (87fb484)

🩹 Fixes

  • no-missing-import: Ignore node builtins in package.json imports (#346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)

📚 Documentation

  • Explain the transitive dependency case for no-extraneous-* (#347) (8c0a2cc)
Commits
  • 23d0e84 chore(master): release 17.11.1 (#352)
  • dd889ab fix(no-deprecated-api): dedeprecate process.nextTick (#350)
  • 4d5078f chore(master): release 17.11.0 (#348)
  • e022aba feat(no-missing-import): Add ignoreTypeImport options (#344)
  • b16a475 feat(no-process-env): Allow users to exclude specific variables (#345)
  • 148e47e fix(no-missing-import): Ignore node builtins in package.json imports (#346)
  • 6cd7954 fix(no-missing-import): Resolve tsconfig paths relative to the tsconfig (#343)
  • 87fb484 feat: Update no-unsupported to node v22.9.0 (#342)
  • 8c0a2cc docs: Explain the transitive dependency case for no-extraneous-* (#347)
  • See full diff in compare view

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/1376 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-n-17.11.1` --- ### 📝 Commits (1) - [`e40fa52`](https://github.com/DavidAnson/markdownlint/commit/e40fa5293960e471c755b6df30b0051a4188b283) Bump eslint-plugin-n from 17.10.3 to 17.11.1 ### 📊 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.10.3 to 17.11.1. <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.11.1</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.0...v17.11.1">17.11.1</a> (2024-10-09)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>no-deprecated-api:</strong> dedeprecate <code>process.nextTick</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/350">#350</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/dd889ab9301a72deea32b9f3cf6497864919ff66">dd889ab</a>)</li> </ul> <h2>v17.11.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.3...v17.11.0">17.11.0</a> (2024-10-09)</h2> <h3>🌟 Features</h3> <ul> <li><strong>no-missing-import:</strong> Add <code>ignoreTypeImport</code> options (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/344">#344</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/e022abad91701660ffd3bf52693ae2749a5131ee">e022aba</a>)</li> <li><strong>no-process-env:</strong> Allow users to exclude specific variables (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/345">#345</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/b16a4753c111271325f6dced4936bc9da6162138">b16a475</a>)</li> <li>Update no-unsupported to node v22.9.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/342">#342</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/87fb4849ecb52164b24c5ae840fff0b699241fa4">87fb484</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>no-missing-import:</strong> Ignore node builtins in package.json <code>imports</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/346">#346</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/148e47e7502c3784b1f2b86aae594c7fc58b31a3">148e47e</a>)</li> <li><strong>no-missing-import:</strong> Resolve tsconfig paths relative to the tsconfig (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/343">#343</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/6cd7954ff91818c3bb4d3c2d7a316f2716720276">6cd7954</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>Explain the transitive dependency case for no-extraneous-* (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/347">#347</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/8c0a2cc515e4541883e1d8aba85fa71d3a865891">8c0a2cc</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.11.0...v17.11.1">17.11.1</a> (2024-10-09)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>no-deprecated-api:</strong> dedeprecate <code>process.nextTick</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/350">#350</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/dd889ab9301a72deea32b9f3cf6497864919ff66">dd889ab</a>)</li> </ul> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.3...v17.11.0">17.11.0</a> (2024-10-09)</h2> <h3>🌟 Features</h3> <ul> <li><strong>no-missing-import:</strong> Add <code>ignoreTypeImport</code> options (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/344">#344</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/e022abad91701660ffd3bf52693ae2749a5131ee">e022aba</a>)</li> <li><strong>no-process-env:</strong> Allow users to exclude specific variables (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/345">#345</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/b16a4753c111271325f6dced4936bc9da6162138">b16a475</a>)</li> <li>Update no-unsupported to node v22.9.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/342">#342</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/87fb4849ecb52164b24c5ae840fff0b699241fa4">87fb484</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>no-missing-import:</strong> Ignore node builtins in package.json <code>imports</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/346">#346</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/148e47e7502c3784b1f2b86aae594c7fc58b31a3">148e47e</a>)</li> <li><strong>no-missing-import:</strong> Resolve tsconfig paths relative to the tsconfig (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/343">#343</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/6cd7954ff91818c3bb4d3c2d7a316f2716720276">6cd7954</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>Explain the transitive dependency case for no-extraneous-* (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/347">#347</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/8c0a2cc515e4541883e1d8aba85fa71d3a865891">8c0a2cc</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/23d0e846e9dbfb68ccf7f410a83457514d432263"><code>23d0e84</code></a> chore(master): release 17.11.1 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/352">#352</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/dd889ab9301a72deea32b9f3cf6497864919ff66"><code>dd889ab</code></a> fix(no-deprecated-api): dedeprecate <code>process.nextTick</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/350">#350</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/4d5078f9919de1a798e3c044ffd4b70cf4bb5d9e"><code>4d5078f</code></a> chore(master): release 17.11.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/348">#348</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/e022abad91701660ffd3bf52693ae2749a5131ee"><code>e022aba</code></a> feat(no-missing-import): Add <code>ignoreTypeImport</code> options (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/344">#344</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/b16a4753c111271325f6dced4936bc9da6162138"><code>b16a475</code></a> feat(no-process-env): Allow users to exclude specific variables (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/345">#345</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/148e47e7502c3784b1f2b86aae594c7fc58b31a3"><code>148e47e</code></a> fix(no-missing-import): Ignore node builtins in package.json <code>imports</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/346">#346</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/6cd7954ff91818c3bb4d3c2d7a316f2716720276"><code>6cd7954</code></a> fix(no-missing-import): Resolve tsconfig paths relative to the tsconfig (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/343">#343</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/87fb4849ecb52164b24c5ae840fff0b699241fa4"><code>87fb484</code></a> feat: Update no-unsupported to node v22.9.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/342">#342</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/8c0a2cc515e4541883e1d8aba85fa71d3a865891"><code>8c0a2cc</code></a> docs: Explain the transitive dependency case for no-extraneous-* (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/347">#347</a>)</li> <li>See full diff in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.3...v17.11.1">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.10.3&new-version=17.11.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) --- <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:56 +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#3273
No description provided.