cspell-cli 8.13.2 → 8.15.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.
@@ -13,3 +13,4 @@
13
13
  - --no-progress
14
14
  - --no-summary
15
15
  - --gitignore
16
+ - --files # this needs to be the last argument so that the paths are passed correctly.
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.13.2
21
+ rev: v8.15.0
22
22
  hooks:
23
23
  - id: cspell
24
24
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-cli",
3
- "version": "8.13.2",
3
+ "version": "8.15.0",
4
4
  "description": "CLI for cspell; A Spelling Checker for Code!",
5
5
  "type": "module",
6
6
  "module": "index.js",
@@ -43,7 +43,7 @@
43
43
  "node": ">=18"
44
44
  },
45
45
  "dependencies": {
46
- "cspell": "^8.13.2"
46
+ "cspell": "^8.15.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "inject-markdown": "^3.1.0",