eslint 8.19.0 → 8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint",
3
- "version": "8.19.0",
3
+ "version": "8.22.0",
4
4
  "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5
5
  "description": "An AST-based pattern checker for JavaScript.",
6
6
  "bin": {
@@ -39,7 +39,8 @@
39
39
  "docs/src/rules/*.md": [
40
40
  "node tools/fetch-docs-links.js",
41
41
  "git add docs/src/_data/further_reading_links.json"
42
- ]
42
+ ],
43
+ "docs/**/*.svg": "npx svgo -r --multipass"
43
44
  },
44
45
  "files": [
45
46
  "LICENSE",
@@ -55,7 +56,8 @@
55
56
  "bugs": "https://github.com/eslint/eslint/issues/",
56
57
  "dependencies": {
57
58
  "@eslint/eslintrc": "^1.3.0",
58
- "@humanwhocodes/config-array": "^0.9.2",
59
+ "@humanwhocodes/config-array": "^0.10.4",
60
+ "@humanwhocodes/gitignore-to-minimatch": "^1.0.2",
59
61
  "ajv": "^6.10.0",
60
62
  "chalk": "^4.0.0",
61
63
  "cross-spawn": "^7.0.2",
@@ -65,14 +67,17 @@
65
67
  "eslint-scope": "^7.1.1",
66
68
  "eslint-utils": "^3.0.0",
67
69
  "eslint-visitor-keys": "^3.3.0",
68
- "espree": "^9.3.2",
70
+ "espree": "^9.3.3",
69
71
  "esquery": "^1.4.0",
70
72
  "esutils": "^2.0.2",
71
73
  "fast-deep-equal": "^3.1.3",
72
74
  "file-entry-cache": "^6.0.1",
75
+ "find-up": "^5.0.0",
73
76
  "functional-red-black-tree": "^1.0.1",
74
77
  "glob-parent": "^6.0.1",
75
78
  "globals": "^13.15.0",
79
+ "globby": "^11.1.0",
80
+ "grapheme-splitter": "^1.0.4",
76
81
  "ignore": "^5.2.0",
77
82
  "import-fresh": "^3.0.0",
78
83
  "imurmurhash": "^0.1.4",
@@ -102,10 +107,10 @@
102
107
  "eslint": "file:.",
103
108
  "eslint-config-eslint": "file:packages/eslint-config-eslint",
104
109
  "eslint-plugin-eslint-comments": "^3.2.0",
105
- "eslint-plugin-eslint-plugin": "^4.2.0",
110
+ "eslint-plugin-eslint-plugin": "^4.4.0",
106
111
  "eslint-plugin-internal-rules": "file:tools/internal-rules",
107
- "eslint-plugin-jsdoc": "^37.0.0",
108
- "eslint-plugin-node": "^11.1.0",
112
+ "eslint-plugin-jsdoc": "^38.1.6",
113
+ "eslint-plugin-n": "^15.2.4",
109
114
  "eslint-plugin-unicorn": "^42.0.0",
110
115
  "eslint-release": "^3.2.0",
111
116
  "eslump": "^3.0.0",
@@ -123,8 +128,8 @@
123
128
  "karma-webpack": "^5.0.0",
124
129
  "lint-staged": "^11.0.0",
125
130
  "load-perf": "^0.2.0",
126
- "markdownlint": "^0.24.0",
127
- "markdownlint-cli": "^0.30.0",
131
+ "markdownlint": "^0.25.1",
132
+ "markdownlint-cli": "^0.31.1",
128
133
  "marked": "^4.0.8",
129
134
  "memfs": "^3.0.1",
130
135
  "metascraper": "^5.25.7",
@@ -141,7 +146,7 @@
141
146
  "pirates": "^4.0.5",
142
147
  "progress": "^2.0.3",
143
148
  "proxyquire": "^2.0.1",
144
- "puppeteer": "^9.1.1",
149
+ "puppeteer": "^13.7.0",
145
150
  "recast": "^0.20.4",
146
151
  "regenerator-runtime": "^0.13.2",
147
152
  "semver": "^7.3.5",