@anolilab/eslint-config 15.0.0 → 15.0.2
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 +21 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## @anolilab/eslint-config [15.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.1...@anolilab/eslint-config@15.0.2) (2023-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.9
|
|
13
|
+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.2
|
|
14
|
+
|
|
15
|
+
## @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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update eslint ([#786](https://github.com/anolilab/javascript-style-guide/issues/786)) ([eed1fb3](https://github.com/anolilab/javascript-style-guide/commit/eed1fb306f04d77fd88d88ee7c5d667428d742aa))
|
|
21
|
+
|
|
1
22
|
## @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
23
|
|
|
3
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.2",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@anolilab/package-json-utils": "3.0.
|
|
131
|
+
"@anolilab/package-json-utils": "3.0.9",
|
|
132
132
|
"@babel/eslint-parser": "^7.22.15",
|
|
133
133
|
"@babel/plugin-syntax-import-assertions": "^7.22.5",
|
|
134
134
|
"@eslint/js": "^8.52.0",
|
|
@@ -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",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"yaml-eslint-parser": "^1.2.2"
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
|
-
"@anolilab/semantic-release-preset": "8.0.
|
|
178
|
+
"@anolilab/semantic-release-preset": "8.0.2",
|
|
179
179
|
"@arthurgeron/eslint-plugin-react-usememo": "^2.1.2",
|
|
180
180
|
"@testing-library/dom": "^9.3.3",
|
|
181
181
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
@@ -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",
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
}
|
|
340
340
|
},
|
|
341
341
|
"engines": {
|
|
342
|
-
"node": ">=18"
|
|
342
|
+
"node": ">=18.* <=21.*"
|
|
343
343
|
},
|
|
344
344
|
"publishConfig": {
|
|
345
345
|
"access": "public",
|