mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
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.
This commit is contained in:
parent
949b69e812
commit
53cbf063e3
3 changed files with 13 additions and 12 deletions
2
lib/markdownlint.d.ts
vendored
2
lib/markdownlint.d.ts
vendored
|
@ -350,7 +350,7 @@ type FixInfo = {
|
|||
};
|
||||
/**
|
||||
* Configuration object for linting rules. For a detailed schema, see
|
||||
* {@link ../schema/markdownlint-config-schema.json}.
|
||||
* {@link ../schema/markdownlint-config-schema.json}.
|
||||
*/
|
||||
type Configuration = {
|
||||
[x: string]: RuleConfiguration;
|
||||
|
|
22
package.json
22
package.json
|
@ -53,28 +53,28 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ava": "3.15.0",
|
||||
"c8": "7.10.0",
|
||||
"eslint": "8.5.0",
|
||||
"c8": "7.11.3",
|
||||
"eslint": "8.18.0",
|
||||
"eslint-plugin-es": "4.1.0",
|
||||
"eslint-plugin-jsdoc": "37.4.0",
|
||||
"eslint-plugin-jsdoc": "39.3.3",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-unicorn": "39.0.0",
|
||||
"globby": "12.0.2",
|
||||
"eslint-plugin-unicorn": "42.0.0",
|
||||
"globby": "13.1.2",
|
||||
"js-yaml": "4.1.0",
|
||||
"markdown-it-for-inline": "0.1.1",
|
||||
"markdown-it-sub": "1.0.0",
|
||||
"markdown-it-sup": "1.0.0",
|
||||
"markdown-it-texmath": "0.9.7",
|
||||
"markdown-it-texmath": "1.0.0",
|
||||
"markdownlint-rule-github-internal-links": "0.1.0",
|
||||
"markdownlint-rule-helpers": "0.15.0",
|
||||
"markdownlint-rule-helpers": "0.16.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"strip-json-comments": "4.0.0",
|
||||
"toml": "3.0.0",
|
||||
"ts-loader": "9.2.6",
|
||||
"ts-loader": "9.3.0",
|
||||
"tv4": "1.3.0",
|
||||
"typescript": "4.5.4",
|
||||
"webpack": "5.65.0",
|
||||
"webpack-cli": "4.9.1"
|
||||
"typescript": "4.7.4",
|
||||
"webpack": "5.73.0",
|
||||
"webpack-cli": "4.10.0"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
@ -1024,6 +1024,7 @@ test("validateJsonUsingConfigSchemaStrict", (t) => {
|
|||
for (const file of testFiles) {
|
||||
const data = fs.readFileSync(
|
||||
path.join(testDirectory, file),
|
||||
// eslint-disable-next-line unicorn/prefer-json-parse-buffer
|
||||
"utf8"
|
||||
);
|
||||
t.true(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue