@cspell/eslint-plugin 6.20.1 → 6.22.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.
Files changed (2) hide show
  1. package/dist/worker.js +1 -2
  2. package/package.json +5 -5
package/dist/worker.js CHANGED
@@ -1,8 +1,6 @@
1
1
  "use strict";
2
2
  /* eslint-disable import/no-unresolved */
3
3
  /* eslint-disable node/no-missing-import */
4
- /* eslint-disable node/no-unsupported-features/es-syntax */
5
- // @ts-check
6
4
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
5
  if (k2 === undefined) k2 = k;
8
6
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -26,6 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
24
  __setModuleDefault(result, mod);
27
25
  return result;
28
26
  };
27
+ // @ts-check
29
28
  /**
30
29
  * @typedef {import('estree').Node} Node
31
30
  * @typedef {import('./spellCheck').Issue} Issue
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.20.1",
6
+ "version": "6.22.0",
7
7
  "description": "CSpell ESLint plugin",
8
8
  "keywords": [
9
9
  "cspell",
@@ -54,9 +54,9 @@
54
54
  "node": ">=14"
55
55
  },
56
56
  "devDependencies": {
57
- "@types/eslint": "^8.4.10",
57
+ "@types/eslint": "^8.21.0",
58
58
  "@types/estree": "^1.0.0",
59
- "@types/node": "^18.11.18",
59
+ "@types/node": "^18.11.19",
60
60
  "@typescript-eslint/parser": "^5.50.0",
61
61
  "@typescript-eslint/types": "^5.50.0",
62
62
  "@typescript-eslint/typescript-estree": "^5.50.0",
@@ -66,9 +66,9 @@
66
66
  "ts-json-schema-generator": "^1.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "cspell-lib": "6.20.1",
69
+ "cspell-lib": "6.22.0",
70
70
  "estree-walker": "^2.0.2",
71
71
  "synckit": "^0.8.5"
72
72
  },
73
- "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb"
73
+ "gitHead": "a133874ed7590cbe140f5067cfa80db84b644a5d"
74
74
  }