Skip to content

Commit 8921874

Browse files
chore(deps-dev): bump markdownlint-cli2 from 0.4.0 to 0.10.0
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.4.0 to 0.10.0. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint-cli2@v0.4.0...v0.10.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 149d54d commit 8921874

2 files changed

Lines changed: 74 additions & 62 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"instant.page": "^5.1",
5353
"katex": "^0.16",
5454
"lazysizes": "^5.3",
55-
"markdownlint-cli2": "^0.4.0",
55+
"markdownlint-cli2": "^0.10.0",
5656
"mermaid": "^8.14",
5757
"postcss": "^8.4",
5858
"postcss-cli": "^9.1",

yarn.lock

Lines changed: 73 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ brace-expansion@^1.1.7:
14031403
balanced-match "^1.0.0"
14041404
concat-map "0.0.1"
14051405

1406-
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
1406+
braces@^3.0.2, braces@~3.0.2:
14071407
version "3.0.2"
14081408
resolved "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
14091409
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -2418,10 +2418,10 @@ entities@^2.0.0:
24182418
resolved "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
24192419
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
24202420

2421-
entities@~2.1.0:
2422-
version "2.1.0"
2423-
resolved "https://registry.npmmirror.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
2424-
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
2421+
entities@~3.0.1:
2422+
version "3.0.1"
2423+
resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4"
2424+
integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==
24252425

24262426
error-ex@^1.3.1:
24272427
version "1.3.2"
@@ -2574,6 +2574,17 @@ fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9:
25742574
merge2 "^1.3.0"
25752575
micromatch "^4.0.4"
25762576

2577+
fast-glob@^3.3.0:
2578+
version "3.3.1"
2579+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
2580+
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
2581+
dependencies:
2582+
"@nodelib/fs.stat" "^2.0.2"
2583+
"@nodelib/fs.walk" "^1.2.3"
2584+
glob-parent "^5.1.2"
2585+
merge2 "^1.3.0"
2586+
micromatch "^4.0.4"
2587+
25772588
fast-json-stable-stringify@^2.0.0:
25782589
version "2.1.0"
25792590
resolved "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2802,15 +2813,14 @@ globals@^13.19.0:
28022813
dependencies:
28032814
type-fest "^0.20.2"
28042815

2805-
globby@12.1.0:
2806-
version "12.1.0"
2807-
resolved "https://registry.npmmirror.com/globby/-/globby-12.1.0.tgz#471757d6d9d25651b655b1da3eae1e25209f86a5"
2808-
integrity sha512-YULDaNwsoUZkRy9TWSY/M7Obh0abamTKoKzTfOI3uU+hfpX2FZqOq8LFDxsjYheF1RH7ITdArgbQnsNBFgcdBA==
2816+
globby@13.2.2:
2817+
version "13.2.2"
2818+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592"
2819+
integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
28092820
dependencies:
2810-
array-union "^3.0.1"
28112821
dir-glob "^3.0.1"
2812-
fast-glob "^3.2.7"
2813-
ignore "^5.1.9"
2822+
fast-glob "^3.3.0"
2823+
ignore "^5.2.4"
28142824
merge2 "^1.4.1"
28152825
slash "^4.0.0"
28162826

@@ -3013,6 +3023,11 @@ ignore@^5.1.9, ignore@^5.2.0:
30133023
resolved "https://registry.npmmirror.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
30143024
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
30153025

3026+
ignore@^5.2.4:
3027+
version "5.2.4"
3028+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
3029+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
3030+
30163031
import-fresh@^3.0.0, import-fresh@^3.2.1:
30173032
version "3.3.0"
30183033
resolved "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3295,10 +3310,10 @@ lines-and-columns@^1.1.6:
32953310
resolved "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
32963311
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
32973312

3298-
linkify-it@^3.0.1:
3299-
version "3.0.3"
3300-
resolved "https://registry.npmmirror.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
3301-
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
3313+
linkify-it@^4.0.1:
3314+
version "4.0.1"
3315+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
3316+
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
33023317
dependencies:
33033318
uc.micro "^1.0.1"
33043319

@@ -3387,46 +3402,46 @@ map-obj@^4.0.0:
33873402
resolved "https://registry.npmmirror.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
33883403
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
33893404

3390-
markdown-it@12.3.2:
3391-
version "12.3.2"
3392-
resolved "https://registry.npmmirror.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
3393-
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
3405+
markdown-it@13.0.1:
3406+
version "13.0.1"
3407+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430"
3408+
integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==
33943409
dependencies:
33953410
argparse "^2.0.1"
3396-
entities "~2.1.0"
3397-
linkify-it "^3.0.1"
3411+
entities "~3.0.1"
3412+
linkify-it "^4.0.1"
33983413
mdurl "^1.0.1"
33993414
uc.micro "^1.0.5"
34003415

3401-
markdownlint-cli2-formatter-default@0.0.3:
3402-
version "0.0.3"
3403-
resolved "https://registry.npmmirror.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.3.tgz#5aecd6e576ad18801b76e58bbbaf0e916c583ab8"
3404-
integrity sha512-QEAJitT5eqX1SNboOD+SO/LNBpu4P4je8JlR02ug2cLQAqmIhh8IJnSK7AcaHBHhNADqdGydnPpQOpsNcEEqCw==
3416+
markdownlint-cli2-formatter-default@0.0.4:
3417+
version "0.0.4"
3418+
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.4.tgz#81e26b0a50409c0357c6f0d38d8246946b236fab"
3419+
integrity sha512-xm2rM0E+sWgjpPn1EesPXx5hIyrN2ddUnUwnbCsD/ONxYtw3PX6LydvdH6dciWAoFDpwzbHM1TO7uHfcMd6IYg==
34053420

3406-
markdownlint-cli2@^0.4.0:
3407-
version "0.4.0"
3408-
resolved "https://registry.npmmirror.com/markdownlint-cli2/-/markdownlint-cli2-0.4.0.tgz#9e29150278fd3f1fe31a05fc46bd95d2370e8758"
3409-
integrity sha512-EcwP5tAbyzzL3ACI0L16LqbNctmh8wNX56T+aVvIxWyTAkwbYNx2V7IheRkXS3mE7R/pnaApZ/RSXcXuzRVPjg==
3421+
markdownlint-cli2@^0.10.0:
3422+
version "0.10.0"
3423+
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.10.0.tgz#4ba94b6cc648eb62475432ebcc19557afcdd487b"
3424+
integrity sha512-kVxjPyKFC+eW7iqcxiNI50RDzwugpXkEX5eQlDso/0IUs9M73jXYguLFHDzgi5KatcxU/57Fu8KoGtkFft9lfA==
34103425
dependencies:
3411-
globby "12.1.0"
3412-
markdownlint "0.25.1"
3413-
markdownlint-cli2-formatter-default "0.0.3"
3414-
markdownlint-rule-helpers "0.16.0"
3415-
micromatch "4.0.4"
3416-
strip-json-comments "4.0.0"
3417-
yaml "1.10.2"
3426+
globby "13.2.2"
3427+
markdownlint "0.31.1"
3428+
markdownlint-cli2-formatter-default "0.0.4"
3429+
micromatch "4.0.5"
3430+
strip-json-comments "5.0.1"
3431+
yaml "2.3.2"
34183432

3419-
markdownlint-rule-helpers@0.16.0:
3420-
version "0.16.0"
3421-
resolved "https://registry.npmmirror.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz#c327f72782bd2b9475127a240508231f0413a25e"
3422-
integrity sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==
3433+
markdownlint-micromark@0.1.7:
3434+
version "0.1.7"
3435+
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
3436+
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==
34233437

3424-
markdownlint@0.25.1:
3425-
version "0.25.1"
3426-
resolved "https://registry.npmmirror.com/markdownlint/-/markdownlint-0.25.1.tgz#df04536607ebeeda5ccd5e4f38138823ed623788"
3427-
integrity sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==
3438+
markdownlint@0.31.1:
3439+
version "0.31.1"
3440+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.31.1.tgz#f014ed2d3614c5dbc351b7f65641ccc0a5facdb7"
3441+
integrity sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==
34283442
dependencies:
3429-
markdown-it "12.3.2"
3443+
markdown-it "13.0.1"
3444+
markdownlint-micromark "0.1.7"
34303445

34313446
mathml-tag-names@^2.1.3:
34323447
version "2.1.3"
@@ -3476,15 +3491,7 @@ mermaid@^8.14:
34763491
moment-mini "^2.24.0"
34773492
stylis "^4.0.10"
34783493

3479-
micromatch@4.0.4:
3480-
version "4.0.4"
3481-
resolved "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
3482-
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
3483-
dependencies:
3484-
braces "^3.0.1"
3485-
picomatch "^2.2.3"
3486-
3487-
micromatch@^4.0.4, micromatch@^4.0.5:
3494+
micromatch@4.0.5, micromatch@^4.0.4, micromatch@^4.0.5:
34883495
version "4.0.5"
34893496
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
34903497
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
@@ -3743,7 +3750,7 @@ picocolors@^1.0.0:
37433750
resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
37443751
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
37453752

3746-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
3753+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
37473754
version "2.3.1"
37483755
resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
37493756
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -4318,10 +4325,10 @@ strip-json-comments@1.0.x:
43184325
resolved "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
43194326
integrity sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg==
43204327

4321-
strip-json-comments@4.0.0:
4322-
version "4.0.0"
4323-
resolved "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-4.0.0.tgz#6fd3a79f1b956905483769b0bf66598b8f87da50"
4324-
integrity sha512-LzWcbfMbAsEDTRmhjWIioe8GcDRl0fa35YMXFoJKDdiD/quGFmjJjdgPjFJJNwCMaLyQqFIDqCdHD2V4HfLgYA==
4328+
strip-json-comments@5.0.1:
4329+
version "5.0.1"
4330+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.1.tgz#0d8b7d01b23848ed7dbdf4baaaa31a8250d8cfa0"
4331+
integrity sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==
43254332

43264333
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
43274334
version "3.1.1"
@@ -4729,7 +4736,12 @@ yallist@^4.0.0:
47294736
resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
47304737
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
47314738

4732-
yaml@1.10.2, yaml@^1.10.0, yaml@^1.10.2:
4739+
yaml@2.3.2:
4740+
version "2.3.2"
4741+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
4742+
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==
4743+
4744+
yaml@^1.10.0, yaml@^1.10.2:
47334745
version "1.10.2"
47344746
resolved "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
47354747
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

0 commit comments

Comments
 (0)