Skip to content

Commit 1d6a516

Browse files
chore(deps): update dependency eslint-plugin-mdx to v3.4.0 (#1096)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-mdx](https://redirect.github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx) ([source](https://redirect.github.com/mdx-js/eslint-mdx)) | [`3.3.2` -> `3.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-mdx/3.3.2/3.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-mdx/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-mdx/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-mdx/3.3.2/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-mdx/3.3.2/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mdx-js/eslint-mdx (eslint-plugin-mdx)</summary> ### [`v3.4.0`](https://redirect.github.com/mdx-js/eslint-mdx/releases/tag/eslint-plugin-mdx%403.4.0) [Compare Source](https://redirect.github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.0) ##### Minor Changes - [#&#8203;562](https://redirect.github.com/mdx-js/eslint-mdx/pull/562) [`3aa0f20`](https://redirect.github.com/mdx-js/eslint-mdx/commit/3aa0f20174361adce25f969bfb48a4fc214fcdff) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - refactor: remove unnecessary `loadEsmModule` helper, use native `import()` instead - [#&#8203;564](https://redirect.github.com/mdx-js/eslint-mdx/pull/564) [`2672044`](https://redirect.github.com/mdx-js/eslint-mdx/commit/267204411119fd25d498ceb727d54e94e2eafd26) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat: check nested code blocks without blank lines - [#&#8203;564](https://redirect.github.com/mdx-js/eslint-mdx/pull/564) [`2672044`](https://redirect.github.com/mdx-js/eslint-mdx/commit/267204411119fd25d498ceb727d54e94e2eafd26) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat: support mdx comments as ESLint directives ##### Patch Changes - [#&#8203;567](https://redirect.github.com/mdx-js/eslint-mdx/pull/567) [`68b2028`](https://redirect.github.com/mdx-js/eslint-mdx/commit/68b202867f20587bb3d8dc8e0cd4706080e2f42b) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - fix: code block filename regexp group names missed - Updated dependencies \[[`3aa0f20`](https://redirect.github.com/mdx-js/eslint-mdx/commit/3aa0f20174361adce25f969bfb48a4fc214fcdff)]: - [email protected] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de7091f commit 1d6a516

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-check-file": "3.1.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
83-
"eslint-plugin-mdx": "3.3.2",
83+
"eslint-plugin-mdx": "3.4.0",
8484
"fs-extra": "11.3.0",
8585
"markdownlint-cli2": "^0.17.2",
8686
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",

yarn.lock

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6000,7 +6000,7 @@ eslint-import-resolver-node@^0.3.9:
60006000
is-core-module "^2.13.0"
60016001
resolve "^1.22.4"
60026002

6003-
6003+
[email protected], eslint-mdx@^3.4.0:
60046004
version "3.4.0"
60056005
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.0.tgz#73d767b19451aeaf8d5ccb9079c25730ff44a7e8"
60066006
integrity sha512-sNffDEvt3fAEkrCntX0Kk/IWhHkfp0fhQ7/n30gQuIRm/FeUjLMkKkgAwlOFqxIMD4XJ03Iidmkf18EC8zTyYw==
@@ -6020,26 +6020,6 @@ [email protected]:
60206020
uvu "^0.5.6"
60216021
vfile "^6.0.3"
60226022

6023-
eslint-mdx@^3.3.2:
6024-
version "3.3.2"
6025-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.3.2.tgz#52f9df9ccabe4b254430a14372845645512305ee"
6026-
integrity sha512-GFeLoM2S5Jx0iTXYvsp/do/UNTzV+vRNfNxRglelXb9ZNSfUFGHsq60ZcHyUvpxy2crPebCX4gzT/FRu/LJRbA==
6027-
dependencies:
6028-
acorn "^8.14.1"
6029-
acorn-jsx "^5.3.2"
6030-
espree "^9.6.1 || ^10.3.0"
6031-
estree-util-visit "^2.0.0"
6032-
remark-mdx "^3.1.0"
6033-
remark-parse "^11.0.0"
6034-
remark-stringify "^11.0.0"
6035-
synckit "^0.11.2"
6036-
tslib "^2.8.1"
6037-
unified "^11.0.5"
6038-
unified-engine "^11.2.2"
6039-
unist-util-visit "^5.0.0"
6040-
uvu "^0.5.6"
6041-
vfile "^6.0.3"
6042-
60436023
eslint-module-utils@^2.12.0:
60446024
version "2.12.0"
60456025
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
@@ -6087,13 +6067,15 @@ [email protected]:
60876067
dependencies:
60886068
"@typescript-eslint/utils" "^5.10.0"
60896069

6090-
eslint-plugin-mdx@3.3.2:
6091-
version "3.3.2"
6092-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.3.2.tgz#25c431952f9cbd321f96c10fa500b80626259cc2"
6093-
integrity sha512-zBvxCiKzahbTRvWPONDZups1As5clGjv1OLOLnX/p+OwdrZdcwJ3tiBihu6xeZuem9u6iwMkr9kHVurcuzbTCg==
6070+
eslint-plugin-mdx@3.4.0:
6071+
version "3.4.0"
6072+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.0.tgz#328a0b4eab39178e46a18e3a8dd6383d9b76d767"
6073+
integrity sha512-f/ot8rSp/telkW1joqe0y9XQigTrE99sQHqyqLYYVgGLtQvl54suDidepbiGsDF7Z5V9uyQPWpmY0Qu/ZMRzmg==
60946074
dependencies:
6095-
eslint-mdx "^3.3.2"
6075+
eslint-mdx "^3.4.0"
60966076
mdast-util-from-markdown "^2.0.2"
6077+
mdast-util-mdx "^3.0.0"
6078+
micromark-extension-mdxjs "^3.0.0"
60976079
remark-mdx "^3.1.0"
60986080
remark-parse "^11.0.0"
60996081
remark-stringify "^11.0.0"

0 commit comments

Comments
 (0)