@etchteam/eslint-config 1.6.0 → 1.7.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/.nvmrc +1 -1
- package/CHANGELOG.md +3 -3
- package/package.json +14 -14
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
20.9.0
|
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
## [1.
|
|
1
|
+
## [1.7.0](https://github.com/etchteam/eslint/compare/v1.6.0...v1.7.0) (2023-11-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* update
|
|
6
|
+
* move prettier peer dependency to v3 ([a9b8eab](https://github.com/etchteam/eslint/commit/a9b8eabaf8fa084b4e7b78efac16ab756e7d3bd9))
|
|
7
|
+
* update node and all dependencies ([212c781](https://github.com/etchteam/eslint/commit/212c7812ec1ebb2b6a6f601c28df24ff858a6b86))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etchteam/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Etch's standard eslint config",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"lint-staged": "^13.1.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
34
|
-
"@typescript-eslint/parser": "^
|
|
35
|
-
"eslint": "^8.
|
|
33
|
+
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
34
|
+
"@typescript-eslint/parser": "^6.9.1",
|
|
35
|
+
"eslint": "^8.53.0",
|
|
36
36
|
"eslint-config-next": "^14.0.1",
|
|
37
|
-
"eslint-config-prettier": "^
|
|
38
|
-
"eslint-plugin-import": "^2.
|
|
39
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
40
|
-
"eslint-plugin-prettier": "^
|
|
37
|
+
"eslint-config-prettier": "^9.0.0",
|
|
38
|
+
"eslint-plugin-import": "^2.29.0",
|
|
39
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
40
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
41
41
|
"eslint-plugin-react": "^7.33.2",
|
|
42
|
-
"eslint-plugin-security": "^1.
|
|
43
|
-
"eslint-plugin-storybook": "^0.6.
|
|
44
|
-
"eslint-plugin-unused-imports": "^
|
|
45
|
-
"prettier": "^
|
|
42
|
+
"eslint-plugin-security": "^1.7.1",
|
|
43
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
44
|
+
"eslint-plugin-unused-imports": "^3.0.0",
|
|
45
|
+
"prettier": "^3.0.3"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"eslint": "
|
|
49
|
-
"prettier": "
|
|
48
|
+
"eslint": ">=8.29.0",
|
|
49
|
+
"prettier": ">=3.0.0"
|
|
50
50
|
}
|
|
51
51
|
}
|