cspell-cli 8.15.3 → 8.16.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 -2
  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.0
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 `.`
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.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.15.7"
50
+ "cspell": "^8.16.0"
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
  }