Skip to content

Commit 4a1bc9b

Browse files
chore(deps-dev): bump eslint-mdx from 3.4.0 to 3.4.1 (#6839)
Bumps [eslint-mdx](https://github.com/mdx-js/eslint-mdx) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/eslint-mdx/releases">eslint-mdx's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/569">#569</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/c101877715455bd7663510459a4623086091df20"><code>c101877</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: <code>types</code> field should point to <code>.d.cts</code></p> </li> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/571">#571</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/5b965b3b603af656c782f95c63126c1c5c4dfcc0"><code>5b965b3</code></a> Thanks <a href="https://github.com/lopenchi"><code>@​lopenchi</code></a>! - fix: pass <code>cwd</code> into <code>getRemarkConfig</code> from <code>getRemarkProcessor</code></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/870a3a649213a3efba7b40633669564548e2681f"><code>870a3a6</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/572">#572</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/209a3500fbe6ef1daac83cf949b837676e354518"><code>209a350</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/573">#573</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/c101877715455bd7663510459a4623086091df20"><code>c101877</code></a> fix: <code>types</code> field should point to <code>.d.cts</code> (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/569">#569</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/5b965b3b603af656c782f95c63126c1c5c4dfcc0"><code>5b965b3</code></a> fix: pass <code>cwd</code> into <code>getRemarkConfig</code> from <code>getRemarkProcessor</code> (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/571">#571</a>)</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-mdx&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=3.4.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 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>
1 parent bdca382 commit 4a1bc9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"astro-og-canvas": "^0.7.0",
3333
"canvaskit-wasm": "^0.40.0",
3434
"eslint": "^8.57.0",
35-
"eslint-mdx": "^3.4.0",
35+
"eslint-mdx": "^3.4.1",
3636
"eslint-plugin-astro": "^1.3.1",
3737
"eslint-plugin-mdx": "^3.4.0",
3838
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)