Skip to content

Commit 180a1bc

Browse files
authored
build(deps): upgrade markdownlint (webpack#6573)
1 parent 1b7f3cb commit 180a1bc

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.markdownlint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"MD034": false,
1414
"MD036": false,
1515
"MD041": false,
16-
"MD053": false,
1716
"no-hard-tabs": false,
1817
"whitespace": false
1918
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"lightningcss": "^1.17.1",
106106
"lint-staged": "^13.1.0",
107107
"lodash": "^4.17.21",
108-
"markdownlint": "^0.26.2",
109108
"markdownlint-cli": "^0.32.2",
110109
"mdast-util-to-string": "^3.1.0",
111110
"mini-css-extract-plugin": "^2.7.2",
@@ -163,6 +162,7 @@
163162
"resolutions": {
164163
"sitemap-static/minimist": "1.2.5",
165164
"ini": "1.3.7",
166-
"eval": "^0.1.5"
165+
"eval": "^0.1.5",
166+
"markdownlint-cli/markdownlint": "^0.27.0"
167167
}
168168
}

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,7 @@
148148
dependencies:
149149
"@babel/highlight" "^7.18.6"
150150

151-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1":
152-
version "7.20.1"
153-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
154-
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
155-
156-
"@babel/compat-data@^7.20.5":
151+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
157152
version "7.20.5"
158153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
159154
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
@@ -7793,10 +7788,10 @@ markdownlint-rule-helpers@~0.17.2:
77937788
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.2.tgz#64d6e8c66e497e631b0e40cf1cef7ca622a0b654"
77947789
integrity sha512-XaeoW2NYSlWxMCZM2B3H7YTG6nlaLfkEZWMBhr4hSPlq9MuY2sy83+Xr89jXOqZMZYjvi5nBCGoFh7hHoPKZmA==
77957790

7796-
markdownlint@^0.26.2, markdownlint@~0.26.2:
7797-
version "0.26.2"
7798-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237"
7799-
integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w==
7791+
markdownlint@^0.27.0, markdownlint@~0.26.2:
7792+
version "0.27.0"
7793+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.27.0.tgz#9dabf7710a4999e2835e3c68317f1acd0bc89049"
7794+
integrity sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w==
78007795
dependencies:
78017796
markdown-it "13.0.1"
78027797

0 commit comments

Comments
 (0)