Skip to content

Commit 53cbf06

Browse files
authored
Update dependencies: c8 to 7.11.3, eslint to 8.18.0, eslint-plugin-jsdoc to 39.3.3, eslint-plugin-unicorn to 42.0.0, globby to 13.1.2, markdown-it-texmath to 1.0.0, markdownlint-rule-helpers to 0.16.0, ts-loader to 9.3.0, typescript to 4.7.4, webpack to 5.73.0, webpack-cli to 4.10.0.
1 parent 949b69e commit 53cbf06

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

lib/markdownlint.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ type FixInfo = {
350350
};
351351
/**
352352
* Configuration object for linting rules. For a detailed schema, see
353-
* {@link ../schema/markdownlint-config-schema.json}.
353+
* {@link ../schema/markdownlint-config-schema.json}.
354354
*/
355355
type Configuration = {
356356
[x: string]: RuleConfiguration;

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@
5353
},
5454
"devDependencies": {
5555
"ava": "3.15.0",
56-
"c8": "7.10.0",
57-
"eslint": "8.5.0",
56+
"c8": "7.11.3",
57+
"eslint": "8.18.0",
5858
"eslint-plugin-es": "4.1.0",
59-
"eslint-plugin-jsdoc": "37.4.0",
59+
"eslint-plugin-jsdoc": "39.3.3",
6060
"eslint-plugin-node": "11.1.0",
61-
"eslint-plugin-unicorn": "39.0.0",
62-
"globby": "12.0.2",
61+
"eslint-plugin-unicorn": "42.0.0",
62+
"globby": "13.1.2",
6363
"js-yaml": "4.1.0",
6464
"markdown-it-for-inline": "0.1.1",
6565
"markdown-it-sub": "1.0.0",
6666
"markdown-it-sup": "1.0.0",
67-
"markdown-it-texmath": "0.9.7",
67+
"markdown-it-texmath": "1.0.0",
6868
"markdownlint-rule-github-internal-links": "0.1.0",
69-
"markdownlint-rule-helpers": "0.15.0",
69+
"markdownlint-rule-helpers": "0.16.0",
7070
"npm-run-all": "4.1.5",
7171
"strip-json-comments": "4.0.0",
7272
"toml": "3.0.0",
73-
"ts-loader": "9.2.6",
73+
"ts-loader": "9.3.0",
7474
"tv4": "1.3.0",
75-
"typescript": "4.5.4",
76-
"webpack": "5.65.0",
77-
"webpack-cli": "4.9.1"
75+
"typescript": "4.7.4",
76+
"webpack": "5.73.0",
77+
"webpack-cli": "4.10.0"
7878
},
7979
"keywords": [
8080
"markdown",

test/markdownlint-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ test("validateJsonUsingConfigSchemaStrict", (t) => {
10241024
for (const file of testFiles) {
10251025
const data = fs.readFileSync(
10261026
path.join(testDirectory, file),
1027+
// eslint-disable-next-line unicorn/prefer-json-parse-buffer
10271028
"utf8"
10281029
);
10291030
t.true(

0 commit comments

Comments
 (0)