cspell-cli 8.16.0 → 8.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
18
18
  # .pre-commit-config.yaml
19
19
  repos:
20
20
  - repo: https://github.com/streetsidesoftware/cspell-cli
21
- rev: v8.16.0
21
+ rev: v8.17.0
22
22
  hooks:
23
23
  - id: cspell
24
24
  ```
@@ -186,8 +186,8 @@ Options:
186
186
  --gitignore-root <path> Prevent searching for .gitignore files past
187
187
  root.
188
188
  --validate-directives Validate in-document CSpell directives.
189
- --no-color Turn off color.
190
189
  --color Force color.
190
+ --no-color Turn off color.
191
191
  --no-default-configuration Do not load the default configuration and
192
192
  dictionaries.
193
193
  --debug Output information useful for debugging
@@ -252,8 +252,8 @@ Options:
252
252
  --stdin Read words from stdin.
253
253
  --all Show all dictionaries.
254
254
  --only-found Show only dictionaries that have the words.
255
+ --color Force color.
255
256
  --no-color Turn off color.
256
- --color Force color
257
257
  --no-default-configuration Do not load the default configuration and
258
258
  dictionaries.
259
259
  -h, --help display help for command
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "provenance": true
6
6
  },
7
- "version": "8.16.0",
7
+ "version": "8.17.0",
8
8
  "description": "CLI for cspell; A Spelling Checker for Code!",
9
9
  "type": "module",
10
10
  "module": "index.js",
@@ -47,10 +47,10 @@
47
47
  "node": ">=18"
48
48
  },
49
49
  "dependencies": {
50
- "cspell": "^8.16.0"
50
+ "cspell": "^8.17.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "inject-markdown": "^3.1.4",
54
- "prettier": "^3.3.3"
54
+ "prettier": "^3.4.2"
55
55
  }
56
56
  }