cspell 8.17.4 → 8.18.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.
@@ -1,6 +1,6 @@
1
1
  export { pkgDir } from './dirname.js';
2
2
  export declare const name = "cspell";
3
- export declare const version = "8.17.4";
3
+ export declare const version = "8.18.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.17.4';
4
+ export const version = '8.18.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.17.4",
3
+ "version": "8.18.0",
4
4
  "description": "A Spelling Checker for Code!",
5
5
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
6
6
  "bin": {
@@ -81,24 +81,24 @@
81
81
  },
82
82
  "homepage": "https://cspell.org/",
83
83
  "dependencies": {
84
- "@cspell/cspell-json-reporter": "8.17.4",
85
- "@cspell/cspell-pipe": "8.17.4",
86
- "@cspell/cspell-types": "8.17.4",
87
- "@cspell/dynamic-import": "8.17.4",
88
- "@cspell/url": "8.17.4",
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",
89
89
  "chalk": "^5.4.1",
90
90
  "chalk-template": "^1.1.0",
91
91
  "commander": "^13.1.0",
92
- "cspell-dictionary": "8.17.4",
93
- "cspell-gitignore": "8.17.4",
94
- "cspell-glob": "8.17.4",
95
- "cspell-io": "8.17.4",
96
- "cspell-lib": "8.17.4",
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",
97
97
  "fast-json-stable-stringify": "^2.1.0",
98
98
  "file-entry-cache": "^9.1.0",
99
99
  "get-stdin": "^9.0.0",
100
100
  "semver": "^7.7.1",
101
- "tinyglobby": "^0.2.11"
101
+ "tinyglobby": "^0.2.12"
102
102
  },
103
103
  "engines": {
104
104
  "node": ">=18"
@@ -111,5 +111,5 @@
111
111
  "micromatch": "^4.0.8",
112
112
  "minimatch": "^9.0.5"
113
113
  },
114
- "gitHead": "59b6876dd77fedc84fca3433b13ad9baa653c77d"
114
+ "gitHead": "6c7297918e9ff4f1c4fa1501d119d58bf4ce2237"
115
115
  }