Skip to content

Commit b2f9b6c

Browse files
Bump remark-rehype from 11.1.1 to 11.1.2 in the markdown group (#566)
Bumps the markdown group with 1 update: [remark-rehype](https://github.com/remarkjs/remark-rehype). Updates `remark-rehype` from 11.1.1 to 11.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/remark-rehype/releases">remark-rehype's releases</a>.</em></p> <blockquote> <h2>11.1.2</h2> <h4>Types</h4> <ul> <li>eefd5f1 Fix types for bridge mode with missing overload</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2">https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remarkjs/remark-rehype/commit/b5a2e5bb0f14607b6fc79ccbfdf0d518a4f304de"><code>b5a2e5b</code></a> 11.1.2</li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/3866b5f3b6cbd6ec315419174b37e4c33a2ed0e0"><code>3866b5f</code></a> Refactor docs</li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/eefd5f1bd54d76cb579914b4a8319f3487329cb5"><code>eefd5f1</code></a> Fix types for bridge mode with missing overload</li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/c76ab4bb8b22f2f2c98e11ed56bf1caf85a94824"><code>c76ab4b</code></a> Refactor some code</li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/d4f2303d8c269ae5fdca3f1f6005547f3d467e4d"><code>d4f2303</code></a> Refactor <code>package.json</code></li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/dc2265fb535283a0959e80374292a2c915378e7f"><code>dc2265f</code></a> Refactor <code>.gitignore</code></li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/c94b14b373a501349d36104f7270ca31ecdc42f6"><code>c94b14b</code></a> Refactor <code>.editorconfig</code></li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/1be279e3a25183fd3e5ef94708c38193a054a8aa"><code>1be279e</code></a> Update actions</li> <li><a href="https://github.com/remarkjs/remark-rehype/commit/ea811e92529582091faed2f837203f53eb811c48"><code>ea811e9</code></a> Update dev-dependencies</li> <li>See full diff in <a href="https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=remark-rehype&package-manager=npm_and_yarn&previous-version=11.1.1&new-version=11.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent d3a8c88 commit b2f9b6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rehype-sanitize": "^6.0.0",
4242
"remark-gfm": "^4.0.1",
4343
"remark-parse": "^11.0.0",
44-
"remark-rehype": "^11.1.1",
44+
"remark-rehype": "^11.1.2",
4545
"unified": "^11.0.5"
4646
},
4747
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ __metadata:
835835
rehype-sanitize: "npm:^6.0.0"
836836
remark-gfm: "npm:^4.0.1"
837837
remark-parse: "npm:^11.0.0"
838-
remark-rehype: "npm:^11.1.1"
838+
remark-rehype: "npm:^11.1.2"
839839
sort-package-json: "npm:^3.0.0"
840840
ts-jest: "npm:^29.3.1"
841841
ts-node: "npm:^10.9.2"
@@ -6107,16 +6107,16 @@ __metadata:
61076107
languageName: node
61086108
linkType: hard
61096109

6110-
"remark-rehype@npm:^11.1.1":
6111-
version: 11.1.1
6112-
resolution: "remark-rehype@npm:11.1.1"
6110+
"remark-rehype@npm:^11.1.2":
6111+
version: 11.1.2
6112+
resolution: "remark-rehype@npm:11.1.2"
61136113
dependencies:
61146114
"@types/hast": "npm:^3.0.0"
61156115
"@types/mdast": "npm:^4.0.0"
61166116
mdast-util-to-hast: "npm:^13.0.0"
61176117
unified: "npm:^11.0.0"
61186118
vfile: "npm:^6.0.0"
6119-
checksum: 68f986e8ee758d415e93babda2a0d89477c15b7c200edc23b8b1d914dd6e963c5fc151a11cbbbcfa7dd237367ff3ef86e302be90f31f37a17b0748668bd8c65b
6119+
checksum: f9eccacfb596d9605581dc05bfad28635d6ded5dd0a18e88af5fd4df0d3fcf9612e1501d4513bc2164d833cfe9636dab20400080b09e53f155c6e1442a1231fb
61206120
languageName: node
61216121
linkType: hard
61226122

0 commit comments

Comments
 (0)