cspell-cli 5.6.8 → 5.6.12

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.
@@ -7,8 +7,9 @@
7
7
  description: This hook runs CSpell spellchecker
8
8
  entry: cspell-cli
9
9
  language: node
10
- types: [file]
10
+ types: [text]
11
11
  args:
12
12
  - --no-must-find-files
13
13
  - --no-progress
14
14
  - --no-summary
15
+ - --gitignore
package/README.md CHANGED
@@ -8,9 +8,9 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
8
8
  # .pre-commit-config.yaml
9
9
  repos:
10
10
  - repo: https://github.com/streetsidesoftware/cspell-cli
11
- rev: v5.6.7
11
+ rev: v5.6.11
12
12
  hooks:
13
- - id: cspell
13
+ - id: cspell
14
14
  ```
15
15
 
16
16
  ## Setup Custom Dictionary
@@ -47,10 +47,8 @@ If you installed the [Code Spell Checker extension](https://marketplace.visualst
47
47
 
48
48
  ## Install from GitHub
49
49
 
50
- It also allows the `cspell-cli` to be installed directly from github:
50
+ This repo also allows installing the `cspell-cli` directly from GitHub:
51
51
 
52
52
  ```
53
53
  npm install -g git+https://github.com/streetsidesoftware/cspell-cli
54
54
  ```
55
-
56
- This will add the `cspell-cli` command to npm.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-cli",
3
- "version": "5.6.8",
3
+ "version": "5.6.12",
4
4
  "description": "CLI for cspell: A Spelling Checker for Code!",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -32,6 +32,6 @@
32
32
  "node": ">=12.13.0"
33
33
  },
34
34
  "dependencies": {
35
- "cspell": "^5.10.1"
35
+ "cspell": "^5.14.0"
36
36
  }
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,41 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [5.6.7](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.6...v5.6.7) (2021-09-13)
6
-
7
- ### [5.6.6](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.5...v5.6.6) (2021-09-13)
8
-
9
-
10
- ### Bug Fixes
11
-
12
- * Create .pre-commit-hooks.yaml ([#48](https://github.com/streetsidesoftware/cspell-cli/issues/48)) ([982d5b1](https://github.com/streetsidesoftware/cspell-cli/commit/982d5b1f0b3ffa2676888a40e81194b32e1a6d61))
13
-
14
- ### [5.6.5](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.4...v5.6.5) (2021-09-12)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * Update cspell to 5.9.0 ([#37](https://github.com/streetsidesoftware/cspell-cli/issues/37)) ([dd68418](https://github.com/streetsidesoftware/cspell-cli/commit/dd68418995edebd8e0cdbfdae6effa15ae4dc481))
20
-
21
- ### [5.6.4](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.3...v5.6.4) (2021-08-21)
22
-
23
- ### [5.6.3](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.2...v5.6.3) (2021-06-10)
24
-
25
- ### [5.6.2](https://github.com/streetsidesoftware/cspell-cli/compare/v1.0.1...v5.6.2) (2021-06-10)
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * Have the Major and Minor version match `cspell` ([c433c1a](https://github.com/streetsidesoftware/cspell-cli/commit/c433c1a0e2e1064df418ae777c2dc5bd388cf2db))
31
-
32
- ### [1.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v1.0.0...v1.0.1) (2021-06-10)
33
-
34
- ## [1.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v0.0.1...v1.0.0) (2021-06-05)
35
-
36
-
37
- ### Bug Fixes
38
-
39
- * fix setup instructions ([d725ad1](https://github.com/streetsidesoftware/cspell-cli/commit/d725ad1477320638209e1f9bce53f1a72efa7c0f))
40
-
41
- ### 0.0.1 (2021-06-05)