[PR #1031] [MERGED] Bump eslint-plugin-n from 16.2.0 to 16.3.0 #1175

Closed
opened 2026-03-03 02:02:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1031
Author: @dependabot[bot]
Created: 11/8/2023
Status: Merged
Merged: 11/8/2023
Merged by: @DavidAnson

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


📝 Commits (2)

  • c7115d5 Bump eslint-plugin-n from 16.2.0 to 16.3.0
  • 44a73ed Remove deprecated ESLint rules after version update, sort rules by name.

📊 Changes

3 files changed (+14 additions, -17 deletions)

View changed files

📝 .eslintrc.json (+13 -12)
📝 package.json (+1 -1)
📝 test/markdownlint-test.js (+0 -4)

📄 Description

Bumps eslint-plugin-n from 16.2.0 to 16.3.0.

Release notes

Sourced from eslint-plugin-n's releases.

Release 16.3.0

Features:

  • feat: Export the moduleType from ImportTarget (#132) (ff01930)

Chores:

  • chore: Remove unused "meta.docs.category" property (#133) (22ba54c)
  • docs: Fix spelling in no-callback-literal.md (#135) (79c8afd)
  • docs: change rule desc input to textarea in new-rule template (446e744)
  • docs: add issue templates (#130) (2200c43)
  • docs: Fix grammatically incorrect Additional ESLint's rules (#129) (fba650a)
Commits
  • 5343efd Release 16.3.0
  • 22ba54c chore: Remove unused "meta.docs.category" property (#133)
  • ff01930 feat: Export the moduleType from ImportTarget (#132)
  • 79c8afd docs: Fix spelling in no-callback-literal.md (#135)
  • 446e744 docs: change rule desc input to textarea in new-rule template
  • 2200c43 docs: add issue templates (#130)
  • fba650a docs: Fix grammatically incorrect Additional ESLint's rules (#129)
  • 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/1031 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/8/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-n-16.3.0` --- ### 📝 Commits (2) - [`c7115d5`](https://github.com/DavidAnson/markdownlint/commit/c7115d5b963c3532edf86962660886f55f2ba3cd) Bump eslint-plugin-n from 16.2.0 to 16.3.0 - [`44a73ed`](https://github.com/DavidAnson/markdownlint/commit/44a73ed7750ed4736f03f28d82f6fc97c35f7b82) Remove deprecated ESLint rules after version update, sort rules by name. ### 📊 Changes **3 files changed** (+14 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.json` (+13 -12) 📝 `package.json` (+1 -1) 📝 `test/markdownlint-test.js` (+0 -4) </details> ### 📄 Description Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.2.0 to 16.3.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>Release 16.3.0</h2> <p>Features:</p> <ul> <li>feat: Export the moduleType from ImportTarget (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/132">#132</a>) (ff01930)</li> </ul> <p>Chores:</p> <ul> <li>chore: Remove unused &quot;meta.docs.category&quot; property (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/133">#133</a>) (22ba54c)</li> <li>docs: Fix spelling in no-callback-literal.md (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/135">#135</a>) (79c8afd)</li> <li>docs: change rule desc input to textarea in new-rule template (446e744)</li> <li>docs: add issue templates (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/130">#130</a>) (2200c43)</li> <li>docs: Fix grammatically incorrect <code>Additional ESLint's rules</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/129">#129</a>) (fba650a)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/5343efd80be3fd43e39aeccdec16db18a8f462ce"><code>5343efd</code></a> Release 16.3.0</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/22ba54c07d956ab47edf1999ae5c6d090bc56c01"><code>22ba54c</code></a> chore: Remove unused &quot;meta.docs.category&quot; property (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/133">#133</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/ff019309acf0078ba827769bdb4a6bf58becfbb4"><code>ff01930</code></a> feat: Export the moduleType from ImportTarget (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/132">#132</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/79c8afd4eb5e7b36e4ddf3aa6674898fdc9cb6c2"><code>79c8afd</code></a> docs: Fix spelling in no-callback-literal.md (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/135">#135</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/446e7441ce85031761648a45100025f4e3d79b0c"><code>446e744</code></a> docs: change rule desc input to textarea in new-rule template</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/2200c433aaadf5547e5c7af7160088d2d1fe9f7e"><code>2200c43</code></a> docs: add issue templates (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/130">#130</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/fba650aaea2b54abc60a43b370b9f5d9525f1047"><code>fba650a</code></a> docs: Fix grammatically incorrect <code>Additional ESLint's rules</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/129">#129</a>)</li> <li>See full diff in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/16.2.0...16.3.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=16.2.0&new-version=16.3.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-03 02:02:16 +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#1175
No description provided.