@anolilab/eslint-config 14.0.16 → 14.0.18
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/CHANGELOG.md +19 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @anolilab/eslint-config [14.0.18](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.17...@anolilab/eslint-config@14.0.18) (2023-10-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update core dependencies ([45e2304](https://github.com/anolilab/javascript-style-guide/commit/45e2304f9449ed896457bb142118ded98548503e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency eslint-plugin-jest to ^27.4.2 ([#764](https://github.com/anolilab/javascript-style-guide/issues/764)) ([d68604f](https://github.com/anolilab/javascript-style-guide/commit/d68604f016952e8de8f0a9245c3b2995b8f9717c))
|
|
12
|
+
|
|
13
|
+
## @anolilab/eslint-config [14.0.17](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.16...@anolilab/eslint-config@14.0.17) (2023-09-29)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* fixed wrong version for eslint-plugin-validate-jsx-nesting ([c0de235](https://github.com/anolilab/javascript-style-guide/commit/c0de2354c5d57fb1a593a784f77bbececbcbc041))
|
|
19
|
+
|
|
1
20
|
## @anolilab/eslint-config [14.0.16](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.15...@anolilab/eslint-config@14.0.16) (2023-09-29)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.18",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"@eslint/js": "^8.50.0",
|
|
136
136
|
"@html-eslint/eslint-plugin": "^0.19.1",
|
|
137
137
|
"@html-eslint/parser": "^0.19.1",
|
|
138
|
-
"@rushstack/eslint-patch": "^1.5.
|
|
138
|
+
"@rushstack/eslint-patch": "^1.5.1",
|
|
139
139
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
140
|
-
"@typescript-eslint/eslint-plugin": ">=6.7.
|
|
141
|
-
"@typescript-eslint/parser": "^6.7.
|
|
140
|
+
"@typescript-eslint/eslint-plugin": ">=6.7.4",
|
|
141
|
+
"@typescript-eslint/parser": "^6.7.4",
|
|
142
142
|
"confusing-browser-globals": "^1.0.11",
|
|
143
143
|
"eslint-define-config": "^1.23.0",
|
|
144
144
|
"eslint-import-resolver-node": "^0.3.9",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
190
190
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
191
191
|
"eslint-plugin-etc": "^2.0.3",
|
|
192
|
-
"eslint-plugin-jest": "^27.4.
|
|
192
|
+
"eslint-plugin-jest": "^27.4.2",
|
|
193
193
|
"eslint-plugin-jest-async": "^1.0.3",
|
|
194
194
|
"eslint-plugin-jest-dom": "^5.1.0",
|
|
195
195
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
206
206
|
"eslint-plugin-testing-library": "^6.0.2",
|
|
207
207
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
208
|
-
"eslint-plugin-vitest": "^0.3.
|
|
208
|
+
"eslint-plugin-vitest": "^0.3.2",
|
|
209
209
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
|
|
210
210
|
"eslint-plugin-you-dont-need-momentjs": "^1.6.0",
|
|
211
211
|
"eslint-plugin-zod": "^1.4.0",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"rimraf": "^5.0.5",
|
|
215
215
|
"semantic-release": "^22.0.5",
|
|
216
216
|
"tsup": "^7.2.0",
|
|
217
|
-
"type-fest": "^4.3.
|
|
217
|
+
"type-fest": "^4.3.3",
|
|
218
218
|
"typescript": "^5.2.2",
|
|
219
219
|
"vitest": "^0.34.6"
|
|
220
220
|
},
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
246
246
|
"eslint-plugin-testing-library": "^6.0.1",
|
|
247
247
|
"eslint-plugin-tsdoc": "^0.2.17",
|
|
248
|
-
"eslint-plugin-validate-jsx-nesting": "^
|
|
248
|
+
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
249
249
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
|
|
250
250
|
"eslint-plugin-you-dont-need-momentjs": "^1.6.0"
|
|
251
251
|
},
|