[PR #1822] [MERGED] Bump @stylistic/eslint-plugin from 5.4.0 to 5.5.0 #1731

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

📋 Pull Request Information

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

Base: nextHead: dependabot/npm_and_yarn/next/stylistic/eslint-plugin-5.5.0


📝 Commits (1)

  • 121597d Bump @stylistic/eslint-plugin from 5.4.0 to 5.5.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps @stylistic/eslint-plugin from 5.4.0 to 5.5.0.

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.5.0

5.5.0 (2025-10-18)

Features

  • comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#996) (2b5a39f)
  • new rule list-style (#895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
  • update deps (#1011) (9d5085c)

Bug Fixes

  • indent: correctly indent NewExpression in ConditionalExpression (#994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#1004) (f3faa54)

Documentation

  • contribute: add guide to run the document site (#1001) (37a64c5)
  • object-curly-spacing: introduce overrides (#998) (6452b52)

Chores

  • no-extra-parens: remove useless logic (#1013) (8e34765)
  • remove TestCaseError#type (#1005) (83d00c5)
  • replace Object.prototype.hasOwnProperty.call with Object.hasOwn (#992) (97193e1)
Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

5.5.0 (2025-10-18)

Features

  • comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#996) (2b5a39f)
  • new rule list-style (#895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
  • update deps (#1011) (9d5085c)

Bug Fixes

  • indent: correctly indent NewExpression in ConditionalExpression (#994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#1004) (f3faa54)

Documentation

  • contribute: add guide to run the document site (#1001) (37a64c5)
  • object-curly-spacing: introduce overrides (#998) (6452b52)

Chores

  • no-extra-parens: remove useless logic (#1013) (8e34765)
  • remove TestCaseError#type (#1005) (83d00c5)
  • replace Object.prototype.hasOwnProperty.call with Object.hasOwn (#992) (97193e1)
Commits
  • ad0c6a9 chore: release v5.5.0 (main) (#995)
  • ba930e7 feat(comma-dangle): support TSTypeParameterInstantiation (#1016)
  • b3a3acf feat(padding-line-between-statements): narrow report range to reduce noise (#...
  • cd3776f feat(comma-dangle): support TSFunctionType and TSDeclareFunction (#1015)
  • 8e34765 refactor(no-extra-parens): remove useless logic (#1013)
  • 9d5085c feat: update deps (#1011)
  • f2837b1 feat(indent): deprecate offsetTernaryExpressionsOffsetCallExpressions via `...
  • 85ef5bc feat(object-curly-spacing): add emptyObjects option to control spacing in e...
  • a9ec0de feat: new rule list-style (#895)
  • 2b5a39f feat(indent): introduce NewExpression and AwaitExpression in `offsetTerna...
  • Additional commits viewable 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/1822 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-5.5.0` --- ### 📝 Commits (1) - [`121597d`](https://github.com/DavidAnson/markdownlint/commit/121597d36169f6632949894a298923ed54953fd5) Bump @stylistic/eslint-plugin from 5.4.0 to 5.5.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.4.0 to 5.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.4.0...v5.5.0">5.5.0</a> (2025-10-18)</h2> <h3>Features</h3> <ul> <li><strong>comma-dangle:</strong> support <code>TSFunctionType</code> and <code>TSDeclareFunction</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1015">#1015</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859">cd3776f</a>)</li> <li><strong>comma-dangle:</strong> support <code>TSTypeParameterInstantiation</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1016">#1016</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c">ba930e7</a>)</li> <li><strong>indent:</strong> deprecate <code>offsetTernaryExpressionsOffsetCallExpressions</code> via <code>offsetTernaryExpressions.CallExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/997">#997</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0">f2837b1</a>)</li> <li><strong>indent:</strong> introduce <code>NewExpression</code> and <code>AwaitExpression</code> in <code>offsetTernaryExpressions</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/996">#996</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281">2b5a39f</a>)</li> <li>new rule list-style (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/895">#895</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed">a9ec0de</a>)</li> <li><strong>object-curly-spacing:</strong> add <code>emptyObjects</code> option to control spacing in empty objects (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1002">#1002</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb">85ef5bc</a>)</li> <li><strong>padding-line-between-statements:</strong> narrow report range to reduce noise (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1017">#1017</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98">b3a3acf</a>)</li> <li>update deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1011">#1011</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d">9d5085c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent:</strong> correctly indent <code>NewExpression</code> in <code>ConditionalExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/994">#994</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/01cec33474304bcb0365ab7d9ca8f4b504529e82">01cec33</a>)</li> <li>replace <code>context.getSourceCode()</code> with <code>context.sourceCode</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1004">#1004</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f3faa54295621c5eddbbefbf4630974770f60a69">f3faa54</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>contribute:</strong> add guide to run the document site (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1001">#1001</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/37a64c5b9c1edd3c184d9d112e1539d06ddc08dc">37a64c5</a>)</li> <li><strong>object-curly-spacing:</strong> introduce <code>overrides</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/998">#998</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6452b523a48f4f21a3c1d37ca70c6246ce9fa897">6452b52</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>no-extra-parens:</strong> remove useless logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1013">#1013</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6">8e34765</a>)</li> <li>remove <code>TestCaseError#type</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1005">#1005</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/83d00c5735a3ac5a69fc053c3714cd8ca14ab5f4">83d00c5</a>)</li> <li>replace <code>Object.prototype.hasOwnProperty.call</code> with <code>Object.hasOwn</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/992">#992</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/97193e14d60d9e46b9c9a5cde3be5f2f35e9c251">97193e1</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@​stylistic/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.4.0...v5.5.0">5.5.0</a> (2025-10-18)</h2> <h3>Features</h3> <ul> <li><strong>comma-dangle:</strong> support <code>TSFunctionType</code> and <code>TSDeclareFunction</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1015">#1015</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859">cd3776f</a>)</li> <li><strong>comma-dangle:</strong> support <code>TSTypeParameterInstantiation</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1016">#1016</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c">ba930e7</a>)</li> <li><strong>indent:</strong> deprecate <code>offsetTernaryExpressionsOffsetCallExpressions</code> via <code>offsetTernaryExpressions.CallExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/997">#997</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0">f2837b1</a>)</li> <li><strong>indent:</strong> introduce <code>NewExpression</code> and <code>AwaitExpression</code> in <code>offsetTernaryExpressions</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/996">#996</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281">2b5a39f</a>)</li> <li>new rule list-style (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/895">#895</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed">a9ec0de</a>)</li> <li><strong>object-curly-spacing:</strong> add <code>emptyObjects</code> option to control spacing in empty objects (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1002">#1002</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb">85ef5bc</a>)</li> <li><strong>padding-line-between-statements:</strong> narrow report range to reduce noise (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1017">#1017</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98">b3a3acf</a>)</li> <li>update deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1011">#1011</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d">9d5085c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent:</strong> correctly indent <code>NewExpression</code> in <code>ConditionalExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/994">#994</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/01cec33474304bcb0365ab7d9ca8f4b504529e82">01cec33</a>)</li> <li>replace <code>context.getSourceCode()</code> with <code>context.sourceCode</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1004">#1004</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f3faa54295621c5eddbbefbf4630974770f60a69">f3faa54</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>contribute:</strong> add guide to run the document site (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1001">#1001</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/37a64c5b9c1edd3c184d9d112e1539d06ddc08dc">37a64c5</a>)</li> <li><strong>object-curly-spacing:</strong> introduce <code>overrides</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/998">#998</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6452b523a48f4f21a3c1d37ca70c6246ce9fa897">6452b52</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>no-extra-parens:</strong> remove useless logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1013">#1013</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6">8e34765</a>)</li> <li>remove <code>TestCaseError#type</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1005">#1005</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/83d00c5735a3ac5a69fc053c3714cd8ca14ab5f4">83d00c5</a>)</li> <li>replace <code>Object.prototype.hasOwnProperty.call</code> with <code>Object.hasOwn</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/992">#992</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/97193e14d60d9e46b9c9a5cde3be5f2f35e9c251">97193e1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ad0c6a9432b23058a46d7f68840c2755c1284263"><code>ad0c6a9</code></a> chore: release v5.5.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/995">#995</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c"><code>ba930e7</code></a> feat(comma-dangle): support <code>TSTypeParameterInstantiation</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1016">#1016</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98"><code>b3a3acf</code></a> feat(padding-line-between-statements): narrow report range to reduce noise (#...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859"><code>cd3776f</code></a> feat(comma-dangle): support <code>TSFunctionType</code> and <code>TSDeclareFunction</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1015">#1015</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6"><code>8e34765</code></a> refactor(no-extra-parens): remove useless logic (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1013">#1013</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d"><code>9d5085c</code></a> feat: update deps (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1011">#1011</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0"><code>f2837b1</code></a> feat(indent): deprecate <code>offsetTernaryExpressionsOffsetCallExpressions</code> via `...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb"><code>85ef5bc</code></a> feat(object-curly-spacing): add <code>emptyObjects</code> option to control spacing in e...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed"><code>a9ec0de</code></a> feat: new rule list-style (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/895">#895</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281"><code>2b5a39f</code></a> feat(indent): introduce <code>NewExpression</code> and <code>AwaitExpression</code> in `offsetTerna...</li> <li>Additional commits viewable in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.5.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stylistic/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.4.0&new-version=5.5.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:04:52 +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#1731
No description provided.