@cspell/eslint-plugin 8.14.1 → 8.14.3
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')
|
|
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}}"',
|
|
@@ -11,7 +11,7 @@ export declare const plugin: {
|
|
|
11
11
|
rules: {
|
|
12
12
|
spellchecker: Rule.RuleModule;
|
|
13
13
|
};
|
|
14
|
-
configs: Record<string,
|
|
14
|
+
configs: Record<string, import("eslint").Linter.LegacyConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord> | import("eslint").Linter.Config<import("eslint").Linter.RulesRecord> | import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[]>;
|
|
15
15
|
meta: {
|
|
16
16
|
readonly name: "@cspell";
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "8.14.
|
|
6
|
+
"version": "8.14.3",
|
|
7
7
|
"description": "CSpell ESLint plugin",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"cspell",
|
|
@@ -78,37 +78,37 @@
|
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@eslint/eslintrc": "^3.1.0",
|
|
81
|
-
"@eslint/js": "^9.
|
|
81
|
+
"@eslint/js": "^9.10.0",
|
|
82
82
|
"@internal/cspell-eslint-plugin-scripts": "",
|
|
83
83
|
"@internal/fixture-test-dictionary": "",
|
|
84
|
-
"@types/eslint": "^8.56.
|
|
84
|
+
"@types/eslint": "^8.56.12",
|
|
85
85
|
"@types/estree": "^1.0.5",
|
|
86
|
-
"@types/mocha": "^10.0.
|
|
87
|
-
"@typescript-eslint/parser": "^8.
|
|
88
|
-
"@typescript-eslint/types": "^8.
|
|
89
|
-
"eslint": "^9.
|
|
86
|
+
"@types/mocha": "^10.0.8",
|
|
87
|
+
"@typescript-eslint/parser": "^8.6.0",
|
|
88
|
+
"@typescript-eslint/types": "^8.6.0",
|
|
89
|
+
"eslint": "^9.10.0",
|
|
90
90
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
91
91
|
"eslint-plugin-mdx": "^3.1.5",
|
|
92
92
|
"eslint-plugin-n": "^17.10.2",
|
|
93
|
-
"eslint-plugin-react": "^7.
|
|
93
|
+
"eslint-plugin-react": "^7.36.1",
|
|
94
94
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
95
95
|
"eslint-plugin-yml": "^1.14.0",
|
|
96
96
|
"globals": "^15.9.0",
|
|
97
97
|
"jsonc-eslint-parser": "^2.4.0",
|
|
98
98
|
"mocha": "^10.7.3",
|
|
99
99
|
"ts-json-schema-generator": "^2.3.0",
|
|
100
|
-
"typescript": "
|
|
101
|
-
"typescript-eslint": "^8.
|
|
100
|
+
"typescript": "~5.5.4",
|
|
101
|
+
"typescript-eslint": "^8.6.0",
|
|
102
102
|
"yaml-eslint-parser": "^1.2.3"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@cspell/cspell-types": "8.14.
|
|
106
|
-
"@cspell/url": "8.14.
|
|
107
|
-
"cspell-lib": "8.14.
|
|
105
|
+
"@cspell/cspell-types": "8.14.3",
|
|
106
|
+
"@cspell/url": "8.14.3",
|
|
107
|
+
"cspell-lib": "8.14.3",
|
|
108
108
|
"synckit": "^0.9.1"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"eslint": "^7 || ^8 || ^9"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "ce996377857f5d7c3e70f27fc512afbe605562f8"
|
|
114
114
|
}
|