@cspell/eslint-plugin 8.13.3 → 8.14.2

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.
@@ -10,7 +10,7 @@ const defaultCheckOptions_cjs_1 = require("./defaultCheckOptions.cjs");
10
10
  const optionsSchema = JSON.parse((0, node_fs_1.readFileSync)((0, node_path_1.join)(__dirname, '../../assets/options.schema.json'), 'utf8'));
11
11
  const schema = optionsSchema;
12
12
  // eslint-disable-next-line n/no-missing-require
13
- const spellCheck = (0, synckit_1.createSyncFn)(require.resolve('../worker/worker.mjs'), 30_000);
13
+ const spellCheck = (0, synckit_1.createSyncFn)(require.resolve('../worker/worker.mjs'));
14
14
  const messages = {
15
15
  wordUnknown: 'Unknown word: "{{word}}"',
16
16
  wordForbidden: 'Forbidden word: "{{word}}"',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "8.13.3",
6
+ "version": "8.14.2",
7
7
  "description": "CSpell ESLint plugin",
8
8
  "keywords": [
9
9
  "cspell",
@@ -84,8 +84,8 @@
84
84
  "@types/eslint": "^8.56.11",
85
85
  "@types/estree": "^1.0.5",
86
86
  "@types/mocha": "^10.0.7",
87
- "@typescript-eslint/parser": "^8.0.1",
88
- "@typescript-eslint/types": "^8.0.1",
87
+ "@typescript-eslint/parser": "^8.2.0",
88
+ "@typescript-eslint/types": "^8.2.0",
89
89
  "eslint": "^9.9.0",
90
90
  "eslint-plugin-jsonc": "^2.16.0",
91
91
  "eslint-plugin-mdx": "^3.1.5",
@@ -98,17 +98,17 @@
98
98
  "mocha": "^10.7.3",
99
99
  "ts-json-schema-generator": "^2.3.0",
100
100
  "typescript": "^5.5.4",
101
- "typescript-eslint": "^8.0.1",
101
+ "typescript-eslint": "^8.2.0",
102
102
  "yaml-eslint-parser": "^1.2.3"
103
103
  },
104
104
  "dependencies": {
105
- "@cspell/cspell-types": "8.13.3",
106
- "@cspell/url": "8.13.3",
107
- "cspell-lib": "8.13.3",
105
+ "@cspell/cspell-types": "8.14.2",
106
+ "@cspell/url": "8.14.2",
107
+ "cspell-lib": "8.14.2",
108
108
  "synckit": "^0.9.1"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "eslint": "^7 || ^8 || ^9"
112
112
  },
113
- "gitHead": "e017775a1d181b20abce3c6325f2527a7554a3a9"
113
+ "gitHead": "9f7c1831d4765d35f289b2a623133fc21bee4dcd"
114
114
  }