markdownlint-cli2
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
const packageName = "markdownlint-cli2"; | ||
const packageVersion = "0.7.0"; | ||
const packageVersion = "0.7.1"; | ||
const libraryName = "markdownlint"; | ||
@@ -31,0 +31,0 @@ const libraryVersion = markdownlintLibrary.getVersion(); |
{ | ||
"name": "markdownlint-cli2", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the `markdownlint` library", | ||
@@ -65,7 +65,7 @@ "author": { | ||
"globby": "13.1.4", | ||
"markdownlint": "0.28.1", | ||
"markdownlint": "0.28.2", | ||
"markdownlint-cli2-formatter-default": "0.0.4", | ||
"micromatch": "4.0.5", | ||
"strip-json-comments": "5.0.0", | ||
"yaml": "2.2.1" | ||
"yaml": "2.2.2" | ||
}, | ||
@@ -78,3 +78,3 @@ "devDependencies": { | ||
"del": "7.0.0", | ||
"eslint": "8.38.0", | ||
"eslint": "8.39.0", | ||
"eslint-plugin-n": "15.7.0", | ||
@@ -81,0 +81,0 @@ "eslint-plugin-unicorn": "46.0.0", |
@@ -148,3 +148,3 @@ # markdownlint-cli2 | ||
```bash | ||
docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.7.0 "**/*.md" "#node_modules" | ||
docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.7.1 "**/*.md" "#node_modules" | ||
``` | ||
@@ -166,3 +166,3 @@ | ||
```bash | ||
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.7.0 "**/*.md" "#node_modules" | ||
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.7.1 "**/*.md" "#node_modules" | ||
``` | ||
@@ -174,3 +174,3 @@ | ||
```bash | ||
docker run -v $PWD:/workdir --entrypoint="markdownlint-cli2-fix" davidanson/markdownlint-cli2:v0.7.0 "**/*.md" "#node_modules" | ||
docker run -v $PWD:/workdir --entrypoint="markdownlint-cli2-fix" davidanson/markdownlint-cli2:v0.7.1 "**/*.md" "#node_modules" | ||
``` | ||
@@ -384,3 +384,3 @@ | ||
- repo: https://github.com/DavidAnson/markdownlint-cli2 | ||
rev: v0.7.0 | ||
rev: v0.7.1 | ||
hooks: | ||
@@ -387,0 +387,0 @@ - id: markdownlint-cli2 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedmarkdownlint@0.28.2(transitive)
+ Addedyaml@2.2.2(transitive)
- Removedmarkdownlint@0.28.1(transitive)
- Removedyaml@2.2.1(transitive)
Updatedmarkdownlint@0.28.2
Updatedyaml@2.2.2