Skip to content

Commit 2d8a8b2

Browse files
chore(deps): bump markdownlint-cli2 from 0.18.1 to 0.19.0 (#30530)
1 parent c117046 commit 2d8a8b2

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.markdownlint.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"spaces_per_tab": 2,
1616
},
1717
"line-length": false,
18+
"table-column-style": false,
1819
"no-duplicate-heading": {
1920
"siblings_only": true,
2021
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"front-matter": "^4.0.2",
3333
"html-to-text": "^9.0.5",
3434
"markdown-it": "^14.1.0",
35-
"markdownlint-cli2": "0.18.1",
35+
"markdownlint-cli2": "0.19.0",
3636
"markdownlint-rule-search-replace": "1.2.0",
3737
"mdast-util-from-markdown": "^2.0.2",
3838
"ora": "^9.0.0",

yarn.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
domhandler "^5.0.3"
3232
selderee "^0.11.0"
3333

34-
"@sindresorhus/merge-streams@^2.1.0":
35-
version "2.3.0"
36-
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
37-
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
34+
"@sindresorhus/merge-streams@^4.0.0":
35+
version "4.0.0"
36+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339"
37+
integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==
3838

3939
"@types/debug@^4.0.0":
4040
version "4.1.12"
@@ -333,14 +333,14 @@ glob-parent@^5.1.2:
333333
dependencies:
334334
is-glob "^4.0.1"
335335

336-
globby@14.1.0:
337-
version "14.1.0"
338-
resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
339-
integrity sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==
336+
globby@15.0.0:
337+
version "15.0.0"
338+
resolved "https://registry.yarnpkg.com/globby/-/globby-15.0.0.tgz#5dece8d6c38b34f21f710056bbc4103acec125f9"
339+
integrity sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==
340340
dependencies:
341-
"@sindresorhus/merge-streams" "^2.1.0"
341+
"@sindresorhus/merge-streams" "^4.0.0"
342342
fast-glob "^3.3.3"
343-
ignore "^7.0.3"
343+
ignore "^7.0.5"
344344
path-type "^6.0.0"
345345
slash "^5.1.0"
346346
unicorn-magic "^0.3.0"
@@ -366,7 +366,7 @@ htmlparser2@^8.0.2:
366366
domutils "^3.0.1"
367367
entities "^4.4.0"
368368

369-
ignore@^7.0.3:
369+
ignore@^7.0.5:
370370
version "7.0.5"
371371
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
372372
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -421,10 +421,10 @@ is-unicode-supported@^2.0.0, is-unicode-supported@^2.1.0:
421421
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
422422
integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
423423

424-
425-
version "4.1.0"
426-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
427-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
424+
425+
version "4.1.1"
426+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
427+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
428428
dependencies:
429429
argparse "^2.0.1"
430430

@@ -546,22 +546,22 @@ [email protected], markdown-it@^14.1.0:
546546
punycode.js "^2.3.1"
547547
uc.micro "^2.1.0"
548548

549-
550-
version "0.0.5"
551-
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.5.tgz#b8fde4e127f9a9c0596e6d45eed352dd0aa0ff98"
552-
integrity sha512-4XKTwQ5m1+Txo2kuQ3Jgpo/KmnG+X90dWt4acufg6HVGadTUG5hzHF/wssp9b5MBYOMCnZ9RMPaU//uHsszF8Q==
549+
550+
version "0.0.6"
551+
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.6.tgz#aa6db33b2fafc0801f4bbddeedafc19a2499a62c"
552+
integrity sha512-VVDGKsq9sgzu378swJ0fcHfSicUnMxnL8gnLm/Q4J/xsNJ4e5bA6lvAz7PCzIl0/No0lHyaWdqVD2jotxOSFMQ==
553553

554-
markdownlint-cli2@0.18.1:
555-
version "0.18.1"
556-
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.18.1.tgz#0c865972d0abf9ec35fd9376b782a4c6623c0452"
557-
integrity sha512-/4Osri9QFGCZOCTkfA8qJF+XGjKYERSHkXzxSyS1hd3ZERJGjvsUao2h4wdnvpHp6Tu2Jh/bPHM0FE9JJza6ng==
554+
markdownlint-cli2@0.19.0:
555+
version "0.19.0"
556+
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.19.0.tgz#2c7fcb748cd0ebd0aa15de245e83c25c1913b712"
557+
integrity sha512-0+g7Fi/Y3qfvwfhJr77CpC/dEEoc4k7SvumlnL1tb68O+7fjKtIUG7aKzNUQIMXTVi8x63jcfXg4swz/ZYKyCw==
558558
dependencies:
559-
globby "14.1.0"
560-
js-yaml "4.1.0"
559+
globby "15.0.0"
560+
js-yaml "4.1.1"
561561
jsonc-parser "3.3.1"
562562
markdown-it "14.1.0"
563-
markdownlint "0.38.0"
564-
markdownlint-cli2-formatter-default "0.0.5"
563+
markdownlint "0.39.0"
564+
markdownlint-cli2-formatter-default "0.0.6"
565565
micromatch "4.0.8"
566566

567567
@@ -583,10 +583,10 @@ [email protected]:
583583
dependencies:
584584
markdownlint-rule-helpers "0.21.0"
585585

586-
markdownlint@0.38.0:
587-
version "0.38.0"
588-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.38.0.tgz#862ca9d08f3a28f4149bd388ac369bb95865534e"
589-
integrity sha512-xaSxkaU7wY/0852zGApM8LdlIfGCW8ETZ0Rr62IQtAnUMlMuifsg09vWJcNYeL4f0anvr8Vo4ZQar8jGpV0btQ==
586+
markdownlint@0.39.0:
587+
version "0.39.0"
588+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.39.0.tgz#28b500633121b89cc884998d27d92427ec50fd21"
589+
integrity sha512-Xt/oY7bAiHwukL1iru2np5LIkhwD19Y7frlsiDILK62v3jucXCD6JXlZlwMG12HZOR+roHIVuJZrfCkOhp6k3g==
590590
dependencies:
591591
micromark "4.0.2"
592592
micromark-core-commonmark "2.0.3"

0 commit comments

Comments
 (0)