@anolilab/eslint-config 15.0.0 → 15.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 +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @anolilab/eslint-config [15.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.0...@anolilab/eslint-config@15.0.1) (2023-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update eslint ([#786](https://github.com/anolilab/javascript-style-guide/issues/786)) ([eed1fb3](https://github.com/anolilab/javascript-style-guide/commit/eed1fb306f04d77fd88d88ee7c5d667428d742aa))
|
|
7
|
+
|
|
1
8
|
## @anolilab/eslint-config [15.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.24...@anolilab/eslint-config@15.0.0) (2023-10-31)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"eslint-plugin-regexp": "^2.1.1",
|
|
163
163
|
"eslint-plugin-security": "^1.7.1",
|
|
164
164
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
165
|
-
"eslint-plugin-sonarjs": "^0.
|
|
165
|
+
"eslint-plugin-sonarjs": "^0.22.0",
|
|
166
166
|
"eslint-plugin-toml": "^0.6.0",
|
|
167
167
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
168
168
|
"eslint-plugin-yml": "^1.10.0",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"eslint-plugin-jest-dom": "^5.1.0",
|
|
195
195
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
196
196
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
197
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
197
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
198
198
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
199
199
|
"eslint-plugin-prefer-object-spread": "^1.2.1",
|
|
200
200
|
"eslint-plugin-react": "^7.33.2",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
236
236
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
237
237
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
238
|
-
"eslint-plugin-playwright": "^0.16.0",
|
|
238
|
+
"eslint-plugin-playwright": "^0.16.0 || ^0.18.0",
|
|
239
239
|
"eslint-plugin-prefer-object-spread": "^1.2.1",
|
|
240
240
|
"eslint-plugin-react": "^7.33.2",
|
|
241
241
|
"eslint-plugin-react-hooks": "^4.6.0",
|