cspell 8.18.0 → 8.19.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.
@@ -171,7 +171,7 @@ export function getReporter(options, config) {
171
171
  if (isSpellingDictionaryLoadError(error)) {
172
172
  error = error.cause;
173
173
  }
174
- const errorText = formatWithOptions({ colors: stderr.stream.hasColors?.() }, stderr.chalk.red(message), error.toString());
174
+ const errorText = formatWithOptions({ colors: stderr.stream.hasColors?.() }, stderr.chalk.red(message), debug ? error : error.toString());
175
175
  errorCollection?.push(errorText);
176
176
  consoleError(errorText);
177
177
  }
@@ -1,6 +1,6 @@
1
1
  export { pkgDir } from './dirname.js';
2
2
  export declare const name = "cspell";
3
- export declare const version = "8.18.0";
3
+ export declare const version = "8.19.0";
4
4
  export declare const engines: {
5
5
  node: string;
6
6
  };
@@ -1,7 +1,7 @@
1
1
  // This file is generated by tools/patch-version.mjs
2
2
  export { pkgDir } from './dirname.js';
3
3
  export const name = 'cspell';
4
- export const version = '8.18.0';
4
+ export const version = '8.19.0';
5
5
  export const engines = { node: '>=18' };
6
6
  export const npmPackage = { name, version, engines };
7
7
  //# sourceMappingURL=pkgInfo.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell",
3
- "version": "8.18.0",
3
+ "version": "8.19.0",
4
4
  "description": "A Spelling Checker for Code!",
5
5
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
6
6
  "bin": {
@@ -81,19 +81,19 @@
81
81
  },
82
82
  "homepage": "https://cspell.org/",
83
83
  "dependencies": {
84
- "@cspell/cspell-json-reporter": "8.18.0",
85
- "@cspell/cspell-pipe": "8.18.0",
86
- "@cspell/cspell-types": "8.18.0",
87
- "@cspell/dynamic-import": "8.18.0",
88
- "@cspell/url": "8.18.0",
84
+ "@cspell/cspell-json-reporter": "8.19.0",
85
+ "@cspell/cspell-pipe": "8.19.0",
86
+ "@cspell/cspell-types": "8.19.0",
87
+ "@cspell/dynamic-import": "8.19.0",
88
+ "@cspell/url": "8.19.0",
89
89
  "chalk": "^5.4.1",
90
90
  "chalk-template": "^1.1.0",
91
91
  "commander": "^13.1.0",
92
- "cspell-dictionary": "8.18.0",
93
- "cspell-gitignore": "8.18.0",
94
- "cspell-glob": "8.18.0",
95
- "cspell-io": "8.18.0",
96
- "cspell-lib": "8.18.0",
92
+ "cspell-dictionary": "8.19.0",
93
+ "cspell-gitignore": "8.19.0",
94
+ "cspell-glob": "8.19.0",
95
+ "cspell-io": "8.19.0",
96
+ "cspell-lib": "8.19.0",
97
97
  "fast-json-stable-stringify": "^2.1.0",
98
98
  "file-entry-cache": "^9.1.0",
99
99
  "get-stdin": "^9.0.0",
@@ -107,9 +107,9 @@
107
107
  "@types/file-entry-cache": "^5.0.4",
108
108
  "@types/glob": "^8.1.0",
109
109
  "@types/micromatch": "^4.0.9",
110
- "@types/semver": "^7.5.8",
110
+ "@types/semver": "^7.7.0",
111
111
  "micromatch": "^4.0.8",
112
112
  "minimatch": "^9.0.5"
113
113
  },
114
- "gitHead": "6c7297918e9ff4f1c4fa1501d119d58bf4ce2237"
114
+ "gitHead": "ebfecabea342ba34ee368178f3864a7a194936d5"
115
115
  }