@cspell/eslint-plugin 5.19.7 → 5.20.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.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cspell/eslint-plugin v5.19.6
2
+ * @cspell/eslint-plugin v5.19.7
3
3
  * Copyright 2022 Jason Dent <jason@streetsidesoftware.nl>
4
4
  * Released under the MIT License
5
5
  * https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cspell/eslint-plugin v5.19.6
2
+ * @cspell/eslint-plugin v5.19.7
3
3
  * Copyright 2022 Jason Dent <jason@streetsidesoftware.nl>
4
4
  * Released under the MIT License
5
5
  * https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.19.7",
6
+ "version": "5.20.0",
7
7
  "description": "[WIP] CSpell ESLint plugin",
8
8
  "keywords": [
9
9
  "cspell",
@@ -54,25 +54,25 @@
54
54
  "node": ">=12.13.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@rollup/plugin-commonjs": "^21.0.3",
57
+ "@rollup/plugin-commonjs": "^22.0.0",
58
58
  "@rollup/plugin-json": "^4.1.0",
59
- "@rollup/plugin-node-resolve": "^13.1.3",
60
- "@rollup/plugin-typescript": "^8.3.1",
59
+ "@rollup/plugin-node-resolve": "^13.2.1",
60
+ "@rollup/plugin-typescript": "^8.3.2",
61
61
  "@types/eslint": "^8.4.1",
62
62
  "@types/estree": "^0.0.51",
63
- "@types/node": "^17.0.23",
64
- "@typescript-eslint/parser": "^5.18.0",
65
- "@typescript-eslint/types": "^5.18.0",
66
- "@typescript-eslint/typescript-estree": "^5.18.0",
67
- "eslint": "^8.12.0",
63
+ "@types/node": "^17.0.31",
64
+ "@typescript-eslint/parser": "^5.21.0",
65
+ "@typescript-eslint/types": "^5.21.0",
66
+ "@typescript-eslint/typescript-estree": "^5.21.0",
67
+ "eslint": "^8.14.0",
68
68
  "mocha": "^9.2.2",
69
69
  "rimraf": "^3.0.2",
70
- "rollup": "^2.70.1",
70
+ "rollup": "^2.71.1",
71
71
  "rollup-plugin-dts": "^4.2.1",
72
72
  "ts-json-schema-generator": "^1.0.0"
73
73
  },
74
74
  "dependencies": {
75
- "cspell-lib": "^5.19.7"
75
+ "cspell-lib": "^5.20.0"
76
76
  },
77
- "gitHead": "1d33cd1b61250f8c4c5c2c218ec43675614784ca"
77
+ "gitHead": "626dd9068d625c2100dee6a3fef4dea95ae83376"
78
78
  }