cspell-cli 8.15.3 → 8.16.1

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 +5 -4
  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.15.3
21
+ rev: v8.16.1
22
22
  hooks:
23
23
  - id: cspell
24
24
  ```
@@ -174,7 +174,8 @@ Options:
174
174
  --no-cache Do not use cache.
175
175
  --cache-reset Reset the cache file.
176
176
  --cache-strategy <strategy> Strategy to use for detecting changed files.
177
- (choices: "metadata", "content")
177
+ (choices: "content", "metadata", default:
178
+ "content")
178
179
  --cache-location <path> Path to the cache file or directory. (default:
179
180
  ".cspellcache")
180
181
  --dot Include files and directories starting with `.`
@@ -185,8 +186,8 @@ Options:
185
186
  --gitignore-root <path> Prevent searching for .gitignore files past
186
187
  root.
187
188
  --validate-directives Validate in-document CSpell directives.
188
- --no-color Turn off color.
189
189
  --color Force color.
190
+ --no-color Turn off color.
190
191
  --no-default-configuration Do not load the default configuration and
191
192
  dictionaries.
192
193
  --debug Output information useful for debugging
@@ -251,8 +252,8 @@ Options:
251
252
  --stdin Read words from stdin.
252
253
  --all Show all dictionaries.
253
254
  --only-found Show only dictionaries that have the words.
255
+ --color Force color.
254
256
  --no-color Turn off color.
255
- --color Force color
256
257
  --no-default-configuration Do not load the default configuration and
257
258
  dictionaries.
258
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.15.3",
7
+ "version": "8.16.1",
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.15.7"
50
+ "cspell": "^8.16.1"
51
51
  },
52
52
  "devDependencies": {
53
- "inject-markdown": "^3.1.0",
53
+ "inject-markdown": "^3.1.4",
54
54
  "prettier": "^3.3.3"
55
55
  }
56
56
  }