Skip to content

Commit f902157

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

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-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.31.0",
7777
"eslint": "^8.57.0",
7878
"eslint-config-prettier": "10.1.2",
79-
"eslint-mdx": "3.4.0",
79+
"eslint-mdx": "3.4.1",
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: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2471,6 +2471,11 @@
24712471
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
24722472
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
24732473

2474+
"@pkgr/core@^0.2.3":
2475+
version "0.2.4"
2476+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c"
2477+
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
2478+
24742479
"@pnpm/config.env-replace@^1.1.0":
24752480
version "1.1.0"
24762481
resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c"
@@ -6001,7 +6006,27 @@ eslint-import-resolver-node@^0.3.9:
60016006
is-core-module "^2.13.0"
60026007
resolve "^1.22.4"
60036008

6004-
[email protected], eslint-mdx@^3.4.0:
6009+
6010+
version "3.4.1"
6011+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.1.tgz#edcd5f7fdf442b4c3d99c51f1cda2a3b9d38bc9e"
6012+
integrity sha512-/Pt9D5TIAZwAUnCJA24i+uE9NuqulmLI58a1oU1eRb5jeUNOR23FpIt4xuBE9CFR50nd4FkLnuyox7dSNSZ5Tg==
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.0:
60056030
version "3.4.0"
60066031
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.0.tgz#73d767b19451aeaf8d5ccb9079c25730ff44a7e8"
60076032
integrity sha512-sNffDEvt3fAEkrCntX0Kk/IWhHkfp0fhQ7/n30gQuIRm/FeUjLMkKkgAwlOFqxIMD4XJ03Iidmkf18EC8zTyYw==
@@ -12006,6 +12031,14 @@ synckit@^0.11.2:
1200612031
"@pkgr/core" "^0.2.0"
1200712032
tslib "^2.8.1"
1200812033

12034+
synckit@^0.11.4:
12035+
version "0.11.4"
12036+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.4.tgz#48972326b59723fc15b8d159803cf8302b545d59"
12037+
integrity sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==
12038+
dependencies:
12039+
"@pkgr/core" "^0.2.3"
12040+
tslib "^2.8.1"
12041+
1200912042
tabbable@^6.0.0:
1201012043
version "6.2.0"
1201112044
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"

0 commit comments

Comments
 (0)