Skip to content

Commit 67d46d3

Browse files
chore(deps): update dependency eslint-mdx to v3.4.2 (#1168)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-mdx](https://redirect.github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx) ([source](https://redirect.github.com/mdx-js/eslint-mdx)) | [`3.4.1` -> `3.4.2`](https://renovatebot.com/diffs/npm/eslint-mdx/3.4.1/3.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-mdx/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-mdx/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-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-mdx/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mdx-js/eslint-mdx (eslint-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 a3269d4 commit 67d46d3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@typescript-eslint/eslint-plugin": "8.32.1",
7777
"eslint": "^8.57.0",
7878
"eslint-config-prettier": "10.1.5",
79-
"eslint-mdx": "3.4.1",
79+
"eslint-mdx": "3.4.2",
8080
"eslint-plugin-check-file": "3.2.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",

yarn.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6006,7 +6006,27 @@ eslint-import-resolver-node@^0.3.9:
60066006
is-core-module "^2.13.0"
60076007
resolve "^1.22.4"
60086008

6009-
[email protected], eslint-mdx@^3.4.1:
6009+
6010+
version "3.4.2"
6011+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.2.tgz#5b8f04da2e0854f6f980d002e97538b82244281c"
6012+
integrity sha512-NYNGuBClNzYzTJWbPzeYSh/eCl5m4BrX1MayNuGuvxn+cItTdNirE+ykos9q1CkYhHj+ZgQz6W+6EIaHMp7/jQ==
6013+
dependencies:
6014+
acorn "^8.14.1"
6015+
acorn-jsx "^5.3.2"
6016+
espree "^9.6.1 || ^10.3.0"
6017+
estree-util-visit "^2.0.0"
6018+
remark-mdx "^3.1.0"
6019+
remark-parse "^11.0.0"
6020+
remark-stringify "^11.0.0"
6021+
synckit "^0.11.4"
6022+
tslib "^2.8.1"
6023+
unified "^11.0.5"
6024+
unified-engine "^11.2.2"
6025+
unist-util-visit "^5.0.0"
6026+
uvu "^0.5.6"
6027+
vfile "^6.0.3"
6028+
6029+
eslint-mdx@^3.4.1:
60106030
version "3.4.1"
60116031
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.1.tgz#edcd5f7fdf442b4c3d99c51f1cda2a3b9d38bc9e"
60126032
integrity sha512-/Pt9D5TIAZwAUnCJA24i+uE9NuqulmLI58a1oU1eRb5jeUNOR23FpIt4xuBE9CFR50nd4FkLnuyox7dSNSZ5Tg==

0 commit comments

Comments
 (0)