Skip to content

Commit da2d740

Browse files
chore(deps): update dependency eslint-mdx to v3.6.0 (#1243)
This PR contains the following updates: | Package | Change | Age | 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.5.0` -> `3.6.0`](https://renovatebot.com/diffs/npm/eslint-mdx/3.5.0/3.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-mdx/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-mdx/3.5.0/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mdx-js/eslint-mdx (eslint-mdx)</summary> ### [`v3.6.0`](https://redirect.github.com/mdx-js/eslint-mdx/releases/tag/eslint-plugin-mdx%403.6.0) [Compare Source](https://redirect.github.com/mdx-js/eslint-mdx/compare/[email protected]@3.6.0) ##### Minor Changes - [#&#8203;589](https://redirect.github.com/mdx-js/eslint-mdx/pull/589) [`7b5e748`](https://redirect.github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat: support specifying `remarkConfigPath` manually ##### Patch Changes - Updated dependencies \[[`7b5e748`](https://redirect.github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e)]: - [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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa0be12 commit da2d740

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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.35.1",
7777
"eslint": "^8.57.0",
7878
"eslint-config-prettier": "10.1.5",
79-
"eslint-mdx": "3.5.0",
79+
"eslint-mdx": "3.6.0",
8080
"eslint-plugin-check-file": "3.3.0",
8181
"eslint-plugin-import": "2.32.0",
8282
"eslint-plugin-jest": "27.9.0",

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6085,7 +6085,26 @@ eslint-import-resolver-node@^0.3.9:
60856085
is-core-module "^2.13.0"
60866086
resolve "^1.22.4"
60876087

6088-
[email protected], eslint-mdx@^3.5.0:
6088+
6089+
version "3.6.0"
6090+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.6.0.tgz#24558770be792eef17ecdbbf30c4a282f322a39c"
6091+
integrity sha512-D1YKiLODSJmNK5+zOGqk5gU4lXEXCImUgT8uChDFgcwZYFYNUT71r+sOyLc0tYhTbuHg+tTOSkgSxJUhVon1Yg==
6092+
dependencies:
6093+
acorn "^8.15.0"
6094+
acorn-jsx "^5.3.2"
6095+
espree "^9.6.1 || ^10.4.0"
6096+
estree-util-visit "^2.0.0"
6097+
remark-mdx "^3.1.0"
6098+
remark-parse "^11.0.0"
6099+
remark-stringify "^11.0.0"
6100+
synckit "^0.11.8"
6101+
unified "^11.0.5"
6102+
unified-engine "^11.2.2"
6103+
unist-util-visit "^5.0.0"
6104+
uvu "^0.5.6"
6105+
vfile "^6.0.3"
6106+
6107+
eslint-mdx@^3.5.0:
60896108
version "3.5.0"
60906109
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.5.0.tgz#20fc7ee7352049e1eb59abf45b6939b82d22290c"
60916110
integrity sha512-3iFgW201z26bnFJelrrG2D8YXx1jk9JzXBp2pN32EMIpg47ZBM20mkdneLXn2CBKp27ZMHTygEA1DJNpqMu4Pg==

0 commit comments

Comments
 (0)