@anolilab/eslint-config 13.0.0 → 13.0.1
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @anolilab/eslint-config [13.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@13.0.0...@anolilab/eslint-config@13.0.1) (2023-09-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @rushstack/eslint-plugin-security to ^0.7.0 ([#758](https://github.com/anolilab/javascript-style-guide/issues/758)) ([5fe11f1](https://github.com/anolilab/javascript-style-guide/commit/5fe11f12be7cbd8e514467107af7a3673a0e40bc))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency eslint-plugin-jsdoc to ^46.8.0 ([#757](https://github.com/anolilab/javascript-style-guide/issues/757)) ([a9ab7c6](https://github.com/anolilab/javascript-style-guide/commit/a9ab7c60773c51ff5b690bb27b77601d3eb5ec99))
|
|
12
|
+
|
|
1
13
|
## @anolilab/eslint-config [13.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@12.0.0...@anolilab/eslint-config@13.0.0) (2023-09-14)
|
|
2
14
|
|
|
3
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@html-eslint/eslint-plugin": "^0.19.1",
|
|
133
133
|
"@html-eslint/parser": "^0.19.1",
|
|
134
134
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
135
|
-
"@rushstack/eslint-plugin-security": "^0.
|
|
135
|
+
"@rushstack/eslint-plugin-security": "^0.7.0",
|
|
136
136
|
"@typescript-eslint/eslint-plugin": ">=6.7.0",
|
|
137
137
|
"@typescript-eslint/parser": "^6.7.0",
|
|
138
138
|
"confusing-browser-globals": "^1.0.11",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"eslint-plugin-jest-async": "^1.0.3",
|
|
188
188
|
"eslint-plugin-jest-dom": "^5.1.0",
|
|
189
189
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
190
|
-
"eslint-plugin-jsdoc": "^46.
|
|
190
|
+
"eslint-plugin-jsdoc": "^46.8.0",
|
|
191
191
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
192
192
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
193
193
|
"eslint-plugin-prefer-object-spread": "^1.2.1",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"eslint-plugin-jest-async": "^1.0.3",
|
|
226
226
|
"eslint-plugin-jest-dom": "^5.1.0",
|
|
227
227
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
228
|
-
"eslint-plugin-jsdoc": "^46.
|
|
228
|
+
"eslint-plugin-jsdoc": "^46.8.0",
|
|
229
229
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
230
230
|
"eslint-plugin-n": "^16.1.0",
|
|
231
231
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|