Skip to content

Commit 160ae82

Browse files
chore(deps-dev): bump markdownlint-cli2 from 0.17.1 to 0.17.2 (#124)
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.17.1 to 0.17.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md">markdownlint-cli2's changelog</a>.</em></p> <blockquote> <h2>0.17.2</h2> <ul> <li>Update dependencies (including <code>markdownlint</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/d174eb7a8f35e05d4065c82d375ad84aa0b32352"><code>d174eb7</code></a> Update to version 0.17.2.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/66210369d9d3bcbb3ded4c04856450f66c656310"><code>6621036</code></a> Stop using module.createRequire (problematic under webpack), replace resolveM...</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/0ef65fc76a5586a8e54cef0ff9e0e87ee0e68aea"><code>0ef65fc</code></a> Remove <code>@​iktakahiro/markdown-it-katex</code> dev dependency which warns of 2 vulnerab...</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/5d000b126f56a34807d63090ff3922ed023393ec"><code>5d000b1</code></a> Capture and verify (for regression purposes) the markdown-it token stream for...</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/6a515c00abd8d605e29ccac0518887d0fbe00945"><code>6a515c0</code></a> Update dependency: markdownlint to 0.37.4.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/5e1fbe998d7c4cb357926857ae6256d20b736f0e"><code>5e1fbe9</code></a> Update every-n-lines custom rule to not use outdated forEachLine helper.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/5ba87b85654fbcbdf6777c7ff831f8c7b49b972c"><code>5ba87b8</code></a> Bump <code>@​eslint/js</code> from 9.17.0 to 9.18.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/ee02ae5caf1f9de1607c716233c2dd70da7e3e8e"><code>ee02ae5</code></a> Bump <code>@​stylistic/eslint-plugin</code> from 2.12.1 to 2.13.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/086599a9533424ca5de85d8573d4a44d0c04e63c"><code>086599a</code></a> Bump eslint from 9.17.0 to 9.18.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/7c796b1f60f6cda0c97da0f0cad4d479a750b389"><code>7c796b1</code></a> Remove &quot;del&quot; dependency from tests, simplify use of &quot;cpy&quot; dependency in tests.</li> <li>See full diff in <a href="https://github.com/DavidAnson/markdownlint-cli2/compare/v0.17.1...v0.17.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint-cli2&package-manager=npm_and_yarn&previous-version=0.17.1&new-version=0.17.2)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf11f4e commit 160ae82

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-eslint-plugin": "^6.4.0",
9090
"eslint-plugin-import-x": "^4.6.1",
9191
"eslint-plugin-n": "^17.15.1",
92-
"markdownlint-cli2": "^0.17.1",
92+
"markdownlint-cli2": "^0.17.2",
9393
"rxjs": "^7.8.1",
9494
"tsup": "^8.3.6",
9595
"typescript": "~5.7.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,7 @@ __metadata:
21542154
eslint-plugin-eslint-plugin: "npm:^6.4.0"
21552155
eslint-plugin-import-x: "npm:^4.6.1"
21562156
eslint-plugin-n: "npm:^17.15.1"
2157-
markdownlint-cli2: "npm:^0.17.1"
2157+
markdownlint-cli2: "npm:^0.17.2"
21582158
rxjs: "npm:^7.8.1"
21592159
ts-api-utils: "npm:^2.0.0"
21602160
tslib: "npm:^2.1.0"
@@ -3166,25 +3166,25 @@ __metadata:
31663166
languageName: node
31673167
linkType: hard
31683168

3169-
"markdownlint-cli2@npm:^0.17.1":
3170-
version: 0.17.1
3171-
resolution: "markdownlint-cli2@npm:0.17.1"
3169+
"markdownlint-cli2@npm:^0.17.2":
3170+
version: 0.17.2
3171+
resolution: "markdownlint-cli2@npm:0.17.2"
31723172
dependencies:
31733173
globby: "npm:14.0.2"
31743174
js-yaml: "npm:4.1.0"
31753175
jsonc-parser: "npm:3.3.1"
3176-
markdownlint: "npm:0.37.3"
3176+
markdownlint: "npm:0.37.4"
31773177
markdownlint-cli2-formatter-default: "npm:0.0.5"
31783178
micromatch: "npm:4.0.8"
31793179
bin:
31803180
markdownlint-cli2: markdownlint-cli2-bin.mjs
3181-
checksum: 10c0/e7add987daf4eb3f7eb81e78d2a6094185d9673e638b75d37c42a7a944b08811bf6c9cdbe83d9996ab5a25d321881037ae0ccabe8971c444b45f58bfd6d2a93c
3181+
checksum: 10c0/dda9710adfa09c32f10b621e3d5fa691a7ff58d0aceeca5b751021953f56051f649e52132e55e076f1876683c8cdeb2448cad107d82ed95f8c127ce94b0b89eb
31823182
languageName: node
31833183
linkType: hard
31843184

3185-
"markdownlint@npm:0.37.3":
3186-
version: 0.37.3
3187-
resolution: "markdownlint@npm:0.37.3"
3185+
"markdownlint@npm:0.37.4":
3186+
version: 0.37.4
3187+
resolution: "markdownlint@npm:0.37.4"
31883188
dependencies:
31893189
markdown-it: "npm:14.1.0"
31903190
micromark: "npm:4.0.1"
@@ -3195,7 +3195,7 @@ __metadata:
31953195
micromark-extension-gfm-table: "npm:2.1.0"
31963196
micromark-extension-math: "npm:3.1.0"
31973197
micromark-util-types: "npm:2.0.1"
3198-
checksum: 10c0/55db705a9fe08d35876918cde4dc37efc15fc03a7abd4f5874b9cc2db699200c9ac7fde45d31ca846ae88c79ec264679f9f19fd8649d430a0a7cba488bec3dcc
3198+
checksum: 10c0/831c2aefac6b2386254eed371296d15944a9ca50abe057b46124727acee386f79bbb407d73447982269ec82b367f2d492ceb89dbc550eecf0f9e7c59a41efbc8
31993199
languageName: node
32003200
linkType: hard
32013201

0 commit comments

Comments
 (0)