[PR #724] [MERGED] Bump c8 from 7.12.0 to 7.13.0 #973

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/724
Author: @dependabot[bot]
Created: 2/17/2023
Status: Merged
Merged: 2/17/2023
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/c8-7.13.0


📝 Commits (1)

  • 8a3e923 Bump c8 from 7.12.0 to 7.13.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps c8 from 7.12.0 to 7.13.0.

Release notes

Sourced from c8's releases.

v7.13.0

7.13.0 (2023-02-14)

Features

  • add skipFull and excludeNodeModules to type definitions (#417) (b93b9c0)
  • support passing reporter options (#423) (bc347a9)
  • types: add typings for reporterOptions (#446) (3646e6e)
Changelog

Sourced from c8's changelog.

7.13.0 (2023-02-14)

Features

  • add skipFull and excludeNodeModules to type definitions (#417) (b93b9c0)
  • support passing reporter options (#423) (bc347a9)
  • types: add typings for reporterOptions (#446) (3646e6e)
Commits
  • 2f36fe9 chore(main): release 7.13.0 (#428)
  • 8e56b23 docs: use Github actions official badge
  • d17d02a chore(deps): update dependency @​types/node to v18 (#430)
  • 7263c8d docs: add --per-file (#435)
  • 2a3d0c7 build(deps): bump json5 from 1.0.1 to 1.0.2 (#445)
  • 3646e6e feat(types): add typings for reporterOptions (#446)
  • bc347a9 feat: support passing reporter options (#423)
  • b93b9c0 feat: add skipFull and excludeNodeModules to type definitions (#417)
  • 4ab9fba docs: change 'master' to 'main' in git commands and links (#418)
  • 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 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/724 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/17/2023 **Status:** ✅ Merged **Merged:** 2/17/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/c8-7.13.0` --- ### 📝 Commits (1) - [`8a3e923`](https://github.com/DavidAnson/markdownlint/commit/8a3e923ee87e32a6598233e947441712ce4cdc41) Bump c8 from 7.12.0 to 7.13.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [c8](https://github.com/bcoe/c8) from 7.12.0 to 7.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bcoe/c8/releases">c8's releases</a>.</em></p> <blockquote> <h2>v7.13.0</h2> <h2><a href="https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0">7.13.0</a> (2023-02-14)</h2> <h3>Features</h3> <ul> <li>add <code>skipFull</code> and <code>excludeNodeModules</code> to type definitions (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/417">#417</a>) (<a href="https://github.com/bcoe/c8/commit/b93b9c06b2efb4b894406b9aa3cfdf4c8bef419e">b93b9c0</a>)</li> <li>support passing reporter options (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/423">#423</a>) (<a href="https://github.com/bcoe/c8/commit/bc347a91f06a3fea7b7425c4affd66d7f8b9d416">bc347a9</a>)</li> <li><strong>types:</strong> add typings for reporterOptions (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/446">#446</a>) (<a href="https://github.com/bcoe/c8/commit/3646e6eb3762574d8f70907d7637e47dd9dfac25">3646e6e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bcoe/c8/blob/main/CHANGELOG.md">c8's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0">7.13.0</a> (2023-02-14)</h2> <h3>Features</h3> <ul> <li>add <code>skipFull</code> and <code>excludeNodeModules</code> to type definitions (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/417">#417</a>) (<a href="https://github.com/bcoe/c8/commit/b93b9c06b2efb4b894406b9aa3cfdf4c8bef419e">b93b9c0</a>)</li> <li>support passing reporter options (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/423">#423</a>) (<a href="https://github.com/bcoe/c8/commit/bc347a91f06a3fea7b7425c4affd66d7f8b9d416">bc347a9</a>)</li> <li><strong>types:</strong> add typings for reporterOptions (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/446">#446</a>) (<a href="https://github.com/bcoe/c8/commit/3646e6eb3762574d8f70907d7637e47dd9dfac25">3646e6e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bcoe/c8/commit/2f36fe9d00bf2f3b869ce890ed11416304c903fe"><code>2f36fe9</code></a> chore(main): release 7.13.0 (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/428">#428</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/8e56b23d007c30432ca9956aaee91a00cb8dd4c0"><code>8e56b23</code></a> docs: use Github actions official badge</li> <li><a href="https://github.com/bcoe/c8/commit/d17d02a15863b03b464b5f77722c368fd7a1273f"><code>d17d02a</code></a> chore(deps): update dependency <code>@​types/node</code> to v18 (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/430">#430</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/7263c8d027d02b22340b69994b8a6f939e56ba3a"><code>7263c8d</code></a> docs: add <code>--per-file</code> (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/435">#435</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/2a3d0c7347c77165962de8deca214b077c9166e2"><code>2a3d0c7</code></a> build(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/445">#445</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/3646e6eb3762574d8f70907d7637e47dd9dfac25"><code>3646e6e</code></a> feat(types): add typings for reporterOptions (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/446">#446</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/bc347a91f06a3fea7b7425c4affd66d7f8b9d416"><code>bc347a9</code></a> feat: support passing reporter options (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/423">#423</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/b93b9c06b2efb4b894406b9aa3cfdf4c8bef419e"><code>b93b9c0</code></a> feat: add <code>skipFull</code> and <code>excludeNodeModules</code> to type definitions (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/417">#417</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/4ab9fba03d01f727c37d4aa6ad6d1236f4c77a11"><code>4ab9fba</code></a> docs: change 'master' to 'main' in git commands and links (<a href="https://github-redirect.dependabot.com/bcoe/c8/issues/418">#418</a>)</li> <li>See full diff in <a href="https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=c8&package-manager=npm_and_yarn&previous-version=7.12.0&new-version=7.13.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 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:01:19 +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#973
No description provided.