Skip to content

Commit 511f2ae

Browse files
chore(deps): update dependency eslint-plugin-mdx to v3.5.0 (#1209)
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.2` -> `3.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-mdx/3.4.2/3.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-mdx/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-mdx/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-mdx/3.4.2/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-mdx/3.4.2/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mdx-js/eslint-mdx (eslint-plugin-mdx)</summary> ### [`v3.5.0`](https://redirect.github.com/mdx-js/eslint-mdx/releases/tag/eslint-plugin-mdx%403.5.0) [Compare Source](https://redirect.github.com/mdx-js/eslint-mdx/compare/[email protected]@3.5.0) ##### Minor Changes - [#&#8203;580](https://redirect.github.com/mdx-js/eslint-mdx/pull/580) [`27da917`](https://redirect.github.com/mdx-js/eslint-mdx/commit/27da91768c55979f6d65bd6d0226403f05ef5470) Thanks [@&#8203;renovate](https://redirect.github.com/apps/renovate) and [@&#8203;JounQin](https://redirect.github.com/JounQin)! - refactor: target `ES2022` and drop unnecessary `tslib` dependency ##### Patch Changes - [#&#8203;583](https://redirect.github.com/mdx-js/eslint-mdx/pull/583) [`8c9ef4b`](https://redirect.github.com/mdx-js/eslint-mdx/commit/8c9ef4beecd864a5083700021284af3a975681a1) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - fix: use unified `performSyncWork` for parsing with remark config - Updated dependencies \[[`27da917`](https://redirect.github.com/mdx-js/eslint-mdx/commit/27da91768c55979f6d65bd6d0226403f05ef5470)]: - [email protected] **Full Changelog**: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.5.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7614fe2 commit 511f2ae

File tree

2 files changed

+10
-53
lines changed

2 files changed

+10
-53
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.3.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
83-
"eslint-plugin-mdx": "3.4.2",
83+
"eslint-plugin-mdx": "3.5.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: 9 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,11 +2504,6 @@
25042504
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
25052505
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
25062506

2507-
"@pkgr/core@^0.2.3":
2508-
version "0.2.4"
2509-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c"
2510-
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
2511-
25122507
"@pkgr/core@^0.2.4":
25132508
version "0.2.7"
25142509
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
@@ -3742,7 +3737,7 @@ acorn-walk@^8.0.0:
37423737
dependencies:
37433738
acorn "^8.11.0"
37443739

3745-
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.14.0, acorn@^8.14.1:
3740+
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.14.0:
37463741
version "8.14.1"
37473742
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
37483743
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
@@ -6013,7 +6008,7 @@ eslint-import-resolver-node@^0.3.9:
60136008
is-core-module "^2.13.0"
60146009
resolve "^1.22.4"
60156010

6016-
6011+
[email protected], eslint-mdx@^3.5.0:
60176012
version "3.5.0"
60186013
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.5.0.tgz#20fc7ee7352049e1eb59abf45b6939b82d22290c"
60196014
integrity sha512-3iFgW201z26bnFJelrrG2D8YXx1jk9JzXBp2pN32EMIpg47ZBM20mkdneLXn2CBKp27ZMHTygEA1DJNpqMu4Pg==
@@ -6032,26 +6027,6 @@ [email protected]:
60326027
uvu "^0.5.6"
60336028
vfile "^6.0.3"
60346029

6035-
eslint-mdx@^3.4.2:
6036-
version "3.4.2"
6037-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.2.tgz#5b8f04da2e0854f6f980d002e97538b82244281c"
6038-
integrity sha512-NYNGuBClNzYzTJWbPzeYSh/eCl5m4BrX1MayNuGuvxn+cItTdNirE+ykos9q1CkYhHj+ZgQz6W+6EIaHMp7/jQ==
6039-
dependencies:
6040-
acorn "^8.14.1"
6041-
acorn-jsx "^5.3.2"
6042-
espree "^9.6.1 || ^10.3.0"
6043-
estree-util-visit "^2.0.0"
6044-
remark-mdx "^3.1.0"
6045-
remark-parse "^11.0.0"
6046-
remark-stringify "^11.0.0"
6047-
synckit "^0.11.4"
6048-
tslib "^2.8.1"
6049-
unified "^11.0.5"
6050-
unified-engine "^11.2.2"
6051-
unist-util-visit "^5.0.0"
6052-
uvu "^0.5.6"
6053-
vfile "^6.0.3"
6054-
60556030
eslint-module-utils@^2.12.0:
60566031
version "2.12.0"
60576032
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
@@ -6099,20 +6074,19 @@ [email protected]:
60996074
dependencies:
61006075
"@typescript-eslint/utils" "^5.10.0"
61016076

6102-
eslint-plugin-mdx@3.4.2:
6103-
version "3.4.2"
6104-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.2.tgz#130da53d3b7d9ca1a4832cebf0a794dfdc5eeb29"
6105-
integrity sha512-deXcJ4hTLkQ7F2JLto74UXeDkZYXu1Xtgvy0ZHlJ4CNwCYAZier3qNvTMBwE9VEnowxN+TgB18OhMLYyaR9hXA==
6077+
eslint-plugin-mdx@3.5.0:
6078+
version "3.5.0"
6079+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.5.0.tgz#6cea1aabe04bdf690006f4492f3dde4fe0296da1"
6080+
integrity sha512-pxXH/a2eH3Pxkmp1LSTqFfizIF1ZEUJjEm99gy+k/c+rK+SITEHg04LbPZBqG0T3Z4x0tPtY7zm9miqypcPxuw==
61066081
dependencies:
6107-
eslint-mdx "^3.4.2"
6082+
eslint-mdx "^3.5.0"
61086083
mdast-util-from-markdown "^2.0.2"
61096084
mdast-util-mdx "^3.0.0"
61106085
micromark-extension-mdxjs "^3.0.0"
61116086
remark-mdx "^3.1.0"
61126087
remark-parse "^11.0.0"
61136088
remark-stringify "^11.0.0"
6114-
synckit "^0.11.4"
6115-
tslib "^2.8.1"
6089+
synckit "^0.11.8"
61166090
unified "^11.0.5"
61176091
vfile "^6.0.3"
61186092

@@ -6200,15 +6174,6 @@ espree@^9.6.0, espree@^9.6.1:
62006174
acorn-jsx "^5.3.2"
62016175
eslint-visitor-keys "^3.4.1"
62026176

6203-
"espree@^9.6.1 || ^10.3.0":
6204-
version "10.3.0"
6205-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
6206-
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
6207-
dependencies:
6208-
acorn "^8.14.0"
6209-
acorn-jsx "^5.3.2"
6210-
eslint-visitor-keys "^4.2.0"
6211-
62126177
"espree@^9.6.1 || ^10.4.0":
62136178
version "10.4.0"
62146179
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
@@ -11921,14 +11886,6 @@ svgo@^3.0.2, svgo@^3.2.0:
1192111886
csso "^5.0.5"
1192211887
picocolors "^1.0.0"
1192311888

11924-
synckit@^0.11.4:
11925-
version "0.11.4"
11926-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.4.tgz#48972326b59723fc15b8d159803cf8302b545d59"
11927-
integrity sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==
11928-
dependencies:
11929-
"@pkgr/core" "^0.2.3"
11930-
tslib "^2.8.1"
11931-
1193211889
synckit@^0.11.8:
1193311890
version "0.11.8"
1193411891
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
@@ -12132,7 +12089,7 @@ tslib@^1.8.1:
1213212089
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1213312090
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1213412091

12135-
tslib@^2.0.3, tslib@^2.3.0, tslib@^2.6.0, tslib@^2.8.0, tslib@^2.8.1:
12092+
tslib@^2.0.3, tslib@^2.3.0, tslib@^2.6.0, tslib@^2.8.0:
1213612093
version "2.8.1"
1213712094
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
1213812095
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)