Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 23a8698

Browse files
chore(deps): bump eslint-plugin-mdx from 3.2.0 to 3.3.1 (#1072)
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7e6cfc commit 23a8698

File tree

2 files changed

+32
-39
lines changed

2 files changed

+32
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-config-xo-typescript": "^7.0.0",
5151
"eslint-plugin-import": "^2.31.0",
5252
"eslint-plugin-jest": "^28.11.0",
53-
"eslint-plugin-mdx": "^3.2.0",
53+
"eslint-plugin-mdx": "^3.3.1",
5454
"eslint-plugin-n": "^17.16.2",
5555
"eslint-plugin-no-use-extend-native": "^0.7.2",
5656
"eslint-plugin-promise": "^7.1.0",

yarn.lock

Lines changed: 31 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -871,10 +871,10 @@ __metadata:
871871
languageName: node
872872
linkType: hard
873873

874-
"@pkgr/core@npm:^0.1.0":
875-
version: 0.1.1
876-
resolution: "@pkgr/core@npm:0.1.1"
877-
checksum: 10c0/3f7536bc7f57320ab2cf96f8973664bef624710c403357429fbf680a5c3b4843c1dbd389bb43daa6b1f6f1f007bb082f5abcb76bb2b5dc9f421647743b71d3d8
874+
"@pkgr/core@npm:^0.2.0":
875+
version: 0.2.0
876+
resolution: "@pkgr/core@npm:0.2.0"
877+
checksum: 10c0/29cb9c15f4788096b8b8b786b19c75b6398b6afe814a97189922c3046d8acb5d24f1217fd2537c3f8e42c04e48d572295e7ee56d77964ddc932c44eb5a615931
878878
languageName: node
879879
linkType: hard
880880

@@ -926,7 +926,7 @@ __metadata:
926926
eslint-config-xo-typescript: "npm:^7.0.0"
927927
eslint-plugin-import: "npm:^2.31.0"
928928
eslint-plugin-jest: "npm:^28.11.0"
929-
eslint-plugin-mdx: "npm:^3.2.0"
929+
eslint-plugin-mdx: "npm:^3.3.1"
930930
eslint-plugin-n: "npm:^17.16.2"
931931
eslint-plugin-no-use-extend-native: "npm:^0.7.2"
932932
eslint-plugin-promise: "npm:^7.1.0"
@@ -1633,7 +1633,7 @@ __metadata:
16331633
languageName: node
16341634
linkType: hard
16351635

1636-
"acorn@npm:^8.0.0, acorn@npm:^8.14.0, acorn@npm:^8.9.0":
1636+
"acorn@npm:^8.0.0, acorn@npm:^8.14.0":
16371637
version: 8.14.0
16381638
resolution: "acorn@npm:8.14.0"
16391639
bin:
@@ -3228,18 +3228,18 @@ __metadata:
32283228
languageName: node
32293229
linkType: hard
32303230

3231-
"eslint-mdx@npm:^3.2.0":
3232-
version: 3.2.0
3233-
resolution: "eslint-mdx@npm:3.2.0"
3231+
"eslint-mdx@npm:^3.3.1":
3232+
version: 3.3.1
3233+
resolution: "eslint-mdx@npm:3.3.1"
32343234
dependencies:
32353235
acorn: "npm:^8.14.1"
32363236
acorn-jsx: "npm:^5.3.2"
3237-
espree: "npm:^9.6.1"
3237+
espree: "npm:^9.6.1 || ^10.3.0"
32383238
estree-util-visit: "npm:^2.0.0"
32393239
remark-mdx: "npm:^3.1.0"
32403240
remark-parse: "npm:^11.0.0"
32413241
remark-stringify: "npm:^11.0.0"
3242-
synckit: "npm:^0.9.2"
3242+
synckit: "npm:^0.10.3"
32433243
tslib: "npm:^2.8.1"
32443244
unified: "npm:^11.0.5"
32453245
unified-engine: "npm:^11.2.2"
@@ -3248,7 +3248,11 @@ __metadata:
32483248
vfile: "npm:^6.0.3"
32493249
peerDependencies:
32503250
eslint: ">=8.0.0"
3251-
checksum: 10c0/973d63945aa2eabc78260d96ca2c0e0d055c46f9d6ba38b74f980d2f52abf74b04210dbe7b96d9cb6aa96de5b672e03d3b38354d14059238887cd5878af64c67
3251+
remark-lint-file-extension: "*"
3252+
peerDependenciesMeta:
3253+
remark-lint-file-extension:
3254+
optional: true
3255+
checksum: 10c0/84c5bceba94f8ab033914bab55d28b9d4670deef97e50dde915cc90afc11b7c958334790f9360c2037a9346a3ca7fac82044de963f0c9b044962fe63b3783ca3
32523256
languageName: node
32533257
linkType: hard
32543258

@@ -3324,22 +3328,22 @@ __metadata:
33243328
languageName: node
33253329
linkType: hard
33263330

3327-
"eslint-plugin-mdx@npm:^3.2.0":
3328-
version: 3.2.0
3329-
resolution: "eslint-plugin-mdx@npm:3.2.0"
3331+
"eslint-plugin-mdx@npm:^3.3.1":
3332+
version: 3.3.1
3333+
resolution: "eslint-plugin-mdx@npm:3.3.1"
33303334
dependencies:
3331-
eslint-mdx: "npm:^3.2.0"
3335+
eslint-mdx: "npm:^3.3.1"
33323336
mdast-util-from-markdown: "npm:^2.0.2"
33333337
remark-mdx: "npm:^3.1.0"
33343338
remark-parse: "npm:^11.0.0"
33353339
remark-stringify: "npm:^11.0.0"
3336-
synckit: "npm:^0.9.2"
3340+
synckit: "npm:^0.10.3"
33373341
tslib: "npm:^2.8.1"
33383342
unified: "npm:^11.0.5"
33393343
vfile: "npm:^6.0.3"
33403344
peerDependencies:
33413345
eslint: ">=8.0.0"
3342-
checksum: 10c0/cc1cff1deefbec76fc9dc0a4d0729019ac3fafaf42268c2546f10f82502dead81eb938a7a2cf45f9b2812333f8272af56b2ac3687a18139f32105c30040f0b42
3346+
checksum: 10c0/48dc8ae4254a0ad7bc1819301176e850fb573f72fb304a81f768a14e4ac73f5209c45a8fc2e43c3c92d2c6947887d5a230ce27b72d75bdfa77ae337e79cbbacb
33433347
languageName: node
33443348
linkType: hard
33453349

@@ -3459,7 +3463,7 @@ __metadata:
34593463
languageName: node
34603464
linkType: hard
34613465

3462-
"eslint-visitor-keys@npm:^3.4.1, eslint-visitor-keys@npm:^3.4.3":
3466+
"eslint-visitor-keys@npm:^3.4.3":
34633467
version: 3.4.3
34643468
resolution: "eslint-visitor-keys@npm:3.4.3"
34653469
checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820
@@ -3523,7 +3527,7 @@ __metadata:
35233527
languageName: node
35243528
linkType: hard
35253529

3526-
"espree@npm:^10.0.1, espree@npm:^10.3.0":
3530+
"espree@npm:^10.0.1, espree@npm:^10.3.0, espree@npm:^9.6.1 || ^10.3.0":
35273531
version: 10.3.0
35283532
resolution: "espree@npm:10.3.0"
35293533
dependencies:
@@ -3534,17 +3538,6 @@ __metadata:
35343538
languageName: node
35353539
linkType: hard
35363540

3537-
"espree@npm:^9.6.1":
3538-
version: 9.6.1
3539-
resolution: "espree@npm:9.6.1"
3540-
dependencies:
3541-
acorn: "npm:^8.9.0"
3542-
acorn-jsx: "npm:^5.3.2"
3543-
eslint-visitor-keys: "npm:^3.4.1"
3544-
checksum: 10c0/1a2e9b4699b715347f62330bcc76aee224390c28bb02b31a3752e9d07549c473f5f986720483c6469cf3cfb3c9d05df612ffc69eb1ee94b54b739e67de9bb460
3545-
languageName: node
3546-
linkType: hard
3547-
35483541
"esquery@npm:^1.5.0, esquery@npm:^1.6.0":
35493542
version: 1.6.0
35503543
resolution: "esquery@npm:1.6.0"
@@ -8679,13 +8672,13 @@ __metadata:
86798672
languageName: node
86808673
linkType: hard
86818674

8682-
"synckit@npm:^0.9.2":
8683-
version: 0.9.2
8684-
resolution: "synckit@npm:0.9.2"
8675+
"synckit@npm:^0.10.3":
8676+
version: 0.10.3
8677+
resolution: "synckit@npm:0.10.3"
86858678
dependencies:
8686-
"@pkgr/core": "npm:^0.1.0"
8687-
tslib: "npm:^2.6.2"
8688-
checksum: 10c0/e0c262817444e5b872708adb6f5ad37951ba33f6b2d1d4477d45db1f57573a784618ceed5e6614e0225db330632b1f6b95bb74d21e4d013e45ad4bde03d0cb59
8679+
"@pkgr/core": "npm:^0.2.0"
8680+
tslib: "npm:^2.8.1"
8681+
checksum: 10c0/9855d10231ae9b69c3aa08d46c96bd4befdcac33da44e29fb80e5c1430e453b5a33b8c073cdd25cfe9578f1d625c7d60c394ece1e202237116c1484def614041
86898682
languageName: node
86908683
linkType: hard
86918684

@@ -8875,7 +8868,7 @@ __metadata:
88758868
languageName: node
88768869
linkType: hard
88778870

8878-
"tslib@npm:^2.6.2, tslib@npm:^2.8.1":
8871+
"tslib@npm:^2.8.1":
88798872
version: 2.8.1
88808873
resolution: "tslib@npm:2.8.1"
88818874
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62

0 commit comments

Comments
 (0)