Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

deps(deps): bump unist-util-visit from 5.0.0 to 5.1.0 in the markdown group

Bumps the markdown group with 1 update: [unist-util-visit](https://github.com/syntax-tree/unist-util-visit).

Updates `unist-util-visit` from 5.0.0 to 5.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/syntax-tree/unist-util-visit/releases">unist-util-visit's releases</a>.</em></p>
<blockquote>
<h2>5.1.0</h2>
<h4>Types</h4>
<ul>
<li>8607d64 Refactor to use <code>@import</code>s</li>
<li>efbed8a Add declaration maps</li>
<li>639c0e5 Fix type support for readonly arrays
by <a href="https://github.com/JounQin"><code>@​JounQin</code></a> in <a href="https://redirect.github.com/syntax-tree/unist-util-visit/pull/40">syntax-tree/unist-util-visit#40</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/syntax-tree/unist-util-visit/compare/5.0.0...5.1.0">https://github.com/syntax-tree/unist-util-visit/compare/5.0.0...5.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/5d601df684ca7341646d6b57eb0f20fdfe277bc2"><code>5d601df</code></a> 5.1.0</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/7b42d0e46667fa74d8d8f6a266ed0d5c7164fbcd"><code>7b42d0e</code></a> Update node in actions</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/1b1859dc7a9fe441857c725e762517224a6a4963"><code>1b1859d</code></a> Update actions</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/2d88456d5538965899bba93f798e326d3ecf9f3c"><code>2d88456</code></a> Update dev-dependencies</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/8607d6461107ba5f2168ef4d95de2103f07f7f97"><code>8607d64</code></a> Refactor to use <code>@import</code>s</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/efbed8aebd36936aad4d0f2a2a000ad1d29d0b4b"><code>efbed8a</code></a> Add declaration maps</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/f80cf39f2571ee4e9b8a0005aea5413903caebdc"><code>f80cf39</code></a> Add <code>.tsbuildinfo</code> to <code>.gitignore</code></li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/639c0e5eb00178fc9285c247bd07da8bd3573259"><code>639c0e5</code></a> Fix type support for readonly arrays</li>
<li><a href="https://github.com/syntax-tree/unist-util-visit/commit/9121f9910c315867bd9a0c960ef5e95715790c2a"><code>9121f99</code></a> Update dev-dependencies</li>
<li>See full diff in <a href="https://github.com/syntax-tree/unist-util-visit/compare/5.0.0...5.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unist-util-visit&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=5.1.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 <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>

authored by

dependabot[bot] and committed by
GitHub
69a03e0b 37c19cd1

+17 -17
+1 -1
package.json
··· 36 36 "remark-math": "^6.0.0", 37 37 "sanitize-html": "^2.17.0", 38 38 "sharp": "^0.34.5", 39 - "unist-util-visit": "^5.0.0" 39 + "unist-util-visit": "^5.1.0" 40 40 }, 41 41 "devDependencies": { 42 42 "@eslint/js": "^9.39.2",
+16 -16
pnpm-lock.yaml
··· 66 66 specifier: ^0.34.5 67 67 version: 0.34.5 68 68 unist-util-visit: 69 - specifier: ^5.0.0 70 - version: 5.0.0 69 + specifier: ^5.1.0 70 + version: 5.1.0 71 71 devDependencies: 72 72 '@eslint/js': 73 73 specifier: ^9.39.2 ··· 3768 3768 unist-util-visit-parents@6.0.2: 3769 3769 resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==} 3770 3770 3771 - unist-util-visit@5.0.0: 3772 - resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} 3771 + unist-util-visit@5.1.0: 3772 + resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==} 3773 3773 3774 3774 unixify@1.0.0: 3775 3775 resolution: {integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==} ··· 4087 4087 smol-toml: 1.6.0 4088 4088 unified: 11.0.5 4089 4089 unist-util-remove-position: 5.0.0 4090 - unist-util-visit: 5.0.0 4090 + unist-util-visit: 5.1.0 4091 4091 unist-util-visit-parents: 6.0.2 4092 4092 vfile: 6.0.3 4093 4093 transitivePeerDependencies: ··· 4107 4107 remark-gfm: 4.0.1 4108 4108 remark-smartypants: 3.0.2 4109 4109 source-map: 0.7.6 4110 - unist-util-visit: 5.0.0 4110 + unist-util-visit: 5.1.0 4111 4111 vfile: 6.0.3 4112 4112 transitivePeerDependencies: 4113 4113 - supports-color ··· 4609 4609 unified: 11.0.5 4610 4610 unist-util-position-from-estree: 2.0.0 4611 4611 unist-util-stringify-position: 4.0.0 4612 - unist-util-visit: 5.0.0 4612 + unist-util-visit: 5.1.0 4613 4613 vfile: 6.0.3 4614 4614 transitivePeerDependencies: 4615 4615 - supports-color ··· 5696 5696 tsconfck: 3.1.6(typescript@5.9.3) 5697 5697 ultrahtml: 1.6.0 5698 5698 unifont: 0.7.3 5699 - unist-util-visit: 5.0.0 5699 + unist-util-visit: 5.1.0 5700 5700 unstorage: 1.17.4(@netlify/blobs@10.5.0) 5701 5701 vfile: 6.0.3 5702 5702 vite: 6.4.1(@types/node@25.0.9)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) ··· 6649 6649 mdast-util-to-hast: 13.2.1 6650 6650 parse5: 7.3.0 6651 6651 unist-util-position: 5.0.0 6652 - unist-util-visit: 5.0.0 6652 + unist-util-visit: 5.1.0 6653 6653 vfile: 6.0.3 6654 6654 web-namespaces: 2.0.1 6655 6655 zwitch: 2.0.4 ··· 7099 7099 dependencies: 7100 7100 '@types/mdast': 4.0.4 7101 7101 '@types/unist': 3.0.3 7102 - unist-util-visit: 5.0.0 7102 + unist-util-visit: 5.1.0 7103 7103 7104 7104 mdast-util-directive@3.1.0: 7105 7105 dependencies: ··· 7271 7271 micromark-util-sanitize-uri: 2.0.1 7272 7272 trim-lines: 3.0.1 7273 7273 unist-util-position: 5.0.0 7274 - unist-util-visit: 5.0.0 7274 + unist-util-visit: 5.1.0 7275 7275 vfile: 6.0.3 7276 7276 7277 7277 mdast-util-to-markdown@2.1.2: ··· 7283 7283 mdast-util-to-string: 4.0.0 7284 7284 micromark-util-classify-character: 2.0.1 7285 7285 micromark-util-decode-string: 2.0.1 7286 - unist-util-visit: 5.0.0 7286 + unist-util-visit: 5.1.0 7287 7287 zwitch: 2.0.4 7288 7288 7289 7289 mdast-util-to-string@4.0.0: ··· 8141 8141 retext: 9.0.0 8142 8142 retext-smartypants: 6.2.0 8143 8143 unified: 11.0.5 8144 - unist-util-visit: 5.0.0 8144 + unist-util-visit: 5.1.0 8145 8145 8146 8146 remark-stringify@11.0.0: 8147 8147 dependencies: ··· 8193 8193 dependencies: 8194 8194 '@types/nlcst': 2.0.3 8195 8195 nlcst-to-string: 4.0.0 8196 - unist-util-visit: 5.0.0 8196 + unist-util-visit: 5.1.0 8197 8197 8198 8198 retext-stringify@4.0.0: 8199 8199 dependencies: ··· 8606 8606 unist-util-remove-position@5.0.0: 8607 8607 dependencies: 8608 8608 '@types/unist': 3.0.3 8609 - unist-util-visit: 5.0.0 8609 + unist-util-visit: 5.1.0 8610 8610 8611 8611 unist-util-stringify-position@4.0.0: 8612 8612 dependencies: ··· 8621 8621 '@types/unist': 3.0.3 8622 8622 unist-util-is: 6.0.1 8623 8623 8624 - unist-util-visit@5.0.0: 8624 + unist-util-visit@5.1.0: 8625 8625 dependencies: 8626 8626 '@types/unist': 3.0.3 8627 8627 unist-util-is: 6.0.1