Skip to content

Commit 55d1e28

Browse files
build(deps-dev): bump eslint-plugin-mdx from 2.0.2 to 2.0.3 (#6374)
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](mdx-js/eslint-mdx@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2dd9b9f commit 55d1e28

File tree

2 files changed

+46
-31
lines changed

2 files changed

+46
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint": "^8.23.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
96-
"eslint-plugin-mdx": "^2.0.2",
96+
"eslint-plugin-mdx": "^2.0.3",
9797
"eslint-plugin-react": "^7.31.1",
9898
"eslint-plugin-react-hooks": "^4.6.0",
9999
"front-matter": "^4.0.2",

yarn.lock

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,10 +2056,10 @@
20562056
"@parcel/css-linux-x64-musl" "1.13.1"
20572057
"@parcel/css-win32-x64-msvc" "1.13.1"
20582058

2059-
"@pkgr/utils@^2.3.0":
2060-
version "2.3.0"
2061-
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.0.tgz#3b8491f112a80839450498816767eb03b7db6139"
2062-
integrity sha512-7dIJ9CRVzBnqyEl7diUHPUFJf/oty2SeoVzcMocc5PeOUDK9KGzvgIBjGRRzzlRDaOjh3ADwH0WeibQvi3ls2Q==
2059+
"@pkgr/utils@^2.3.1":
2060+
version "2.3.1"
2061+
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03"
2062+
integrity sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==
20632063
dependencies:
20642064
cross-spawn "^7.0.3"
20652065
is-glob "^4.0.3"
@@ -2454,6 +2454,13 @@
24542454
dependencies:
24552455
"@types/estree" "*"
24562456

2457+
"@types/estree-jsx@^1.0.0":
2458+
version "1.0.0"
2459+
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.0.tgz#7bfc979ab9f692b492017df42520f7f765e98df1"
2460+
integrity sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==
2461+
dependencies:
2462+
"@types/estree" "*"
2463+
24572464
"@types/estree@*", "@types/estree@^0.0.51":
24582465
version "0.0.51"
24592466
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
@@ -4933,23 +4940,23 @@ eslint-config-prettier@^8.5.0:
49334940
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
49344941
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
49354942

4936-
eslint-mdx@^2.0.2:
4937-
version "2.0.2"
4938-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.2.tgz#ef7db81517459517f5f63b170c05ece10f59426f"
4939-
integrity sha512-MEVpk4Up8DNvabR9chGE2sKhInmSgSdtqEW9CueYTExZB0t+qaT3KGctbDjbcD5YkDbvYhgSCYo/J72ncIPIbw==
4943+
eslint-mdx@^2.0.3:
4944+
version "2.0.3"
4945+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.3.tgz#acf3aa9b55690be7d5489b7b8a97a44bfd302188"
4946+
integrity sha512-eHGJxe3jkY2NocfQ6IJGh159r2iFHHSyyBhEf9Whz3krBaF1xus/fwhLv7hy7HAu58yNkUrdrd1YSmu6cjOkXw==
49404947
dependencies:
49414948
acorn "^8.8.0"
49424949
acorn-jsx "^5.3.2"
49434950
cosmiconfig "^7.0.1"
4944-
espree "^9.3.2"
4945-
estree-util-visit "^1.1.0"
4946-
remark-mdx "^2.1.2"
4951+
espree "^9.4.0"
4952+
estree-util-visit "^1.2.0"
4953+
remark-mdx "^2.1.3"
49474954
remark-parse "^10.0.1"
49484955
remark-stringify "^10.0.2"
4949-
synckit "^0.8.1"
4956+
synckit "^0.8.4"
49504957
tslib "^2.4.0"
49514958
unified "^10.1.2"
4952-
unist-util-visit "^4.1.0"
4959+
unist-util-visit "^4.1.1"
49534960
uvu "^0.5.6"
49544961
vfile "^5.3.4"
49554962

@@ -4967,14 +4974,14 @@ eslint-plugin-markdown@^3.0.0:
49674974
dependencies:
49684975
mdast-util-from-markdown "^0.8.5"
49694976

4970-
eslint-plugin-mdx@^2.0.2:
4971-
version "2.0.2"
4972-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.2.tgz#df870d86db8924b23940c918407956fb17d35a46"
4973-
integrity sha512-9mHBCxfB15YaewEHRwmFZVOlnYn7CAWKA4F43oJ8UGYWERTxJjiEqZgfK3QL9wP3zOIubOWcq4gUKzNmGbolVg==
4977+
eslint-plugin-mdx@^2.0.3:
4978+
version "2.0.3"
4979+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.3.tgz#d7630349f54ea7a571f3e205c5959dd6e603260f"
4980+
integrity sha512-cZRsdIiwELS5NrElTAheAysIy/coGTWH4gZtSffGh7pY5Vk8VgFuRf39xI781G3pSO4p5sX/0K3YhYFZEwwy8g==
49744981
dependencies:
4975-
eslint-mdx "^2.0.2"
4982+
eslint-mdx "^2.0.3"
49764983
eslint-plugin-markdown "^3.0.0"
4977-
remark-mdx "^2.1.2"
4984+
remark-mdx "^2.1.3"
49784985
remark-parse "^10.0.1"
49794986
remark-stringify "^10.0.2"
49804987
tslib "^2.4.0"
@@ -5084,7 +5091,7 @@ eslint@^8.23.0:
50845091
strip-json-comments "^3.1.0"
50855092
text-table "^0.2.0"
50865093

5087-
espree@^9.3.2, espree@^9.4.0:
5094+
espree@^9.4.0:
50885095
version "9.4.0"
50895096
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
50905097
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
@@ -5147,14 +5154,22 @@ estree-util-is-identifier-name@^2.0.0:
51475154
resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.0.1.tgz#cf07867f42705892718d9d89eb2d85eaa8f0fcb5"
51485155
integrity sha512-rxZj1GkQhY4x1j/CSnybK9cGuMFQYFPLq0iNyopqf14aOVLFtMv7Esika+ObJWPWiOHuMOAHz3YkWoLYYRnzWQ==
51495156

5150-
estree-util-visit@^1.0.0, estree-util-visit@^1.1.0:
5157+
estree-util-visit@^1.0.0:
51515158
version "1.1.0"
51525159
resolved "https://registry.yarnpkg.com/estree-util-visit/-/estree-util-visit-1.1.0.tgz#c0ea7942c40ac7889a77b57a11e92f987744bc6f"
51535160
integrity sha512-3lXJ4Us9j8TUif9cWcQy81t9p5OLasnDuuhrFiqb+XstmKC1d1LmrQWYsY49/9URcfHE64mPypDBaNK9NwWDPQ==
51545161
dependencies:
51555162
"@types/estree-jsx" "^0.0.1"
51565163
"@types/unist" "^2.0.0"
51575164

5165+
estree-util-visit@^1.2.0:
5166+
version "1.2.0"
5167+
resolved "https://registry.yarnpkg.com/estree-util-visit/-/estree-util-visit-1.2.0.tgz#aa0311a9c2f2aa56e9ae5e8b9d87eac14e4ec8f8"
5168+
integrity sha512-wdsoqhWueuJKsh5hqLw3j8lwFqNStm92VcwtAOAny8g/KS/l5Y8RISjR4k5W6skCj3Nirag/WUCMS0Nfy3sgsg==
5169+
dependencies:
5170+
"@types/estree-jsx" "^1.0.0"
5171+
"@types/unist" "^2.0.0"
5172+
51585173
estree-walker@^1.0.1:
51595174
version "1.0.1"
51605175
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
@@ -10159,10 +10174,10 @@ remark-mdx@2.0.0-next.9:
1015910174
micromark-extension-mdx "^0.2.0"
1016010175
micromark-extension-mdxjs "^0.3.0"
1016110176

10162-
remark-mdx@^2.1.2:
10163-
version "2.1.2"
10164-
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.1.2.tgz#eea2784fa5697e14f6e0686700077986b88b8078"
10165-
integrity sha512-npQagPdczPAv0xN9F8GSi5hJfAe/z6nBjylyfOfjLOmz086ahWrIjlk4BulRfNhA+asutqWxyuT3DFVsxiTVHA==
10177+
remark-mdx@^2.1.3:
10178+
version "2.1.3"
10179+
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.1.3.tgz#6273e8b94d27ade35407a63bc8cdd04592f7be9f"
10180+
integrity sha512-3SmtXOy9+jIaVctL8Cs3VAQInjRLGOwNXfrBB9KCT+EpJpKD3PQiy0x8hUNGyjQmdyOs40BqgPU7kYtH9uoR6w==
1016610181
dependencies:
1016710182
mdast-util-mdx "^2.0.0"
1016810183
micromark-extension-mdxjs "^1.0.0"
@@ -11262,12 +11277,12 @@ symbol-tree@^3.2.4:
1126211277
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
1126311278
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
1126411279

11265-
synckit@^0.8.1:
11266-
version "0.8.1"
11267-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.1.tgz#697111240114a15a393fcb92786a4218bfead47f"
11268-
integrity sha512-rJEeygO5PNmcZICmrgnbOd2usi5zWE1ESc0Gn5tTmJlongoU8zCTwMFQtar2UgMSiR68vK9afPQ+uVs2lURSIA==
11280+
synckit@^0.8.4:
11281+
version "0.8.4"
11282+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.4.tgz#0e6b392b73fafdafcde56692e3352500261d64ec"
11283+
integrity sha512-Dn2ZkzMdSX827QbowGbU/4yjWuvNaCoScLLoMo/yKbu+P4GBR6cRGKZH27k6a9bRzdqcyd1DE96pQtQ6uNkmyw==
1126911284
dependencies:
11270-
"@pkgr/utils" "^2.3.0"
11285+
"@pkgr/utils" "^2.3.1"
1127111286
tslib "^2.4.0"
1127211287

1127311288
table-layout@^1.0.1:

0 commit comments

Comments
 (0)