Skip to content

Commit a65ae8c

Browse files
chore(deps): update dependency eslint-plugin-mdx to v3.4.2 (#1169)
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.4.1` -> `3.4.2`](https://renovatebot.com/diffs/npm/eslint-plugin-mdx/3.4.1/3.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-mdx/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-mdx/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-mdx/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-mdx/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mdx-js/eslint-mdx (eslint-plugin-mdx)</summary> ### [`v3.4.2`](https://redirect.github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.4.1...d9dad32cc92a5bb627a106a6640a27920a82033d) [Compare Source](https://redirect.github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67d46d3 commit a65ae8c

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-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.2.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
83-
"eslint-plugin-mdx": "3.4.1",
83+
"eslint-plugin-mdx": "3.4.2",
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: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6006,7 +6006,7 @@ eslint-import-resolver-node@^0.3.9:
60066006
is-core-module "^2.13.0"
60076007
resolve "^1.22.4"
60086008

6009-
6009+
[email protected], eslint-mdx@^3.4.2:
60106010
version "3.4.2"
60116011
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.2.tgz#5b8f04da2e0854f6f980d002e97538b82244281c"
60126012
integrity sha512-NYNGuBClNzYzTJWbPzeYSh/eCl5m4BrX1MayNuGuvxn+cItTdNirE+ykos9q1CkYhHj+ZgQz6W+6EIaHMp7/jQ==
@@ -6026,26 +6026,6 @@ [email protected]:
60266026
uvu "^0.5.6"
60276027
vfile "^6.0.3"
60286028

6029-
eslint-mdx@^3.4.1:
6030-
version "3.4.1"
6031-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.1.tgz#edcd5f7fdf442b4c3d99c51f1cda2a3b9d38bc9e"
6032-
integrity sha512-/Pt9D5TIAZwAUnCJA24i+uE9NuqulmLI58a1oU1eRb5jeUNOR23FpIt4xuBE9CFR50nd4FkLnuyox7dSNSZ5Tg==
6033-
dependencies:
6034-
acorn "^8.14.1"
6035-
acorn-jsx "^5.3.2"
6036-
espree "^9.6.1 || ^10.3.0"
6037-
estree-util-visit "^2.0.0"
6038-
remark-mdx "^3.1.0"
6039-
remark-parse "^11.0.0"
6040-
remark-stringify "^11.0.0"
6041-
synckit "^0.11.4"
6042-
tslib "^2.8.1"
6043-
unified "^11.0.5"
6044-
unified-engine "^11.2.2"
6045-
unist-util-visit "^5.0.0"
6046-
uvu "^0.5.6"
6047-
vfile "^6.0.3"
6048-
60496029
eslint-module-utils@^2.12.0:
60506030
version "2.12.0"
60516031
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
@@ -6093,12 +6073,12 @@ [email protected]:
60936073
dependencies:
60946074
"@typescript-eslint/utils" "^5.10.0"
60956075

6096-
6097-
version "3.4.1"
6098-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.1.tgz#4981e0d345e321f95c1dee36f09c6ad051b74600"
6099-
integrity sha512-dfQ7LthK/Kmfw2d5XrR4CS1ScmFOa1S9vPjBUxtKgCEl6mNnYVfA/yg50xLyab0pI/GEfGEmvlajs2biDHJBsA==
6076+
6077+
version "3.4.2"
6078+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.2.tgz#130da53d3b7d9ca1a4832cebf0a794dfdc5eeb29"
6079+
integrity sha512-deXcJ4hTLkQ7F2JLto74UXeDkZYXu1Xtgvy0ZHlJ4CNwCYAZier3qNvTMBwE9VEnowxN+TgB18OhMLYyaR9hXA==
61006080
dependencies:
6101-
eslint-mdx "^3.4.1"
6081+
eslint-mdx "^3.4.2"
61026082
mdast-util-from-markdown "^2.0.2"
61036083
mdast-util-mdx "^3.0.0"
61046084
micromark-extension-mdxjs "^3.0.0"

0 commit comments

Comments
 (0)