Skip to content

Commit 2bc5f3a

Browse files
chore(deps): bump mdx2vast from 0.3.0 to 0.3.1 (#2044)
Bumps [mdx2vast](https://github.com/jdkato/mdx2vast) from 0.3.0 to 0.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jdkato/mdx2vast/releases">mdx2vast's releases</a>.</em></p> <blockquote> <h2>v0.3.1</h2> <h2>What's Changed</h2> <ul> <li>remove unnecessary fs dependency by <a href="https://github.com/frarillotta"><code>@​frarillotta</code></a> in <a href="https://github.com/jdkato/mdx2vast/pull/2">jdkato/mdx2vast#2</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/frarillotta"><code>@​frarillotta</code></a> made their first contribution in <a href="https://github.com/jdkato/mdx2vast/pull/2">jdkato/mdx2vast#2</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jdkato/mdx2vast/compare/v0.3.0...v0.3.1">https://github.com/jdkato/mdx2vast/compare/v0.3.0...v0.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jdkato/mdx2vast/commit/8b295936003a964e32f91b249d6daeed96a5f634"><code>8b29593</code></a> Merge pull request <a href="https://github.com/jdkato/mdx2vast/issues/2">#2</a> from frarillotta/remove-fs-dependency</li> <li><a href="https://github.com/jdkato/mdx2vast/commit/2932da2ce6d77b17e82a84edc14bce842f970976"><code>2932da2</code></a> update pckage lock</li> <li><a href="https://github.com/jdkato/mdx2vast/commit/c47bc9291eacc449b2dc29e9eb2a918fe0e5746f"><code>c47bc92</code></a> bump version</li> <li><a href="https://github.com/jdkato/mdx2vast/commit/c322a5915dcd35f0614432fd27f3b95865e47f58"><code>c322a59</code></a> remove unnecessary fs dependency</li> <li>See full diff in <a href="https://github.com/jdkato/mdx2vast/compare/v0.3.0...v0.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mdx2vast&package-manager=npm_and_yarn&previous-version=0.3.0&new-version=0.3.1)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e91ff88 commit 2bc5f3a

File tree

2 files changed

+36
-83
lines changed

2 files changed

+36
-83
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gray-matter": "^4.0.3",
2323
"js-yaml": "^4.1.1",
2424
"mint": "^4.2.426",
25-
"mdx2vast": "^0.3.0",
25+
"mdx2vast": "^0.3.1",
2626
"react": "^19.1.1",
2727
"react-markdown": "^10.1.0"
2828
}

0 commit comments

Comments
 (0)