@etchteam/eslint-config 2.6.2 → 2.6.4
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 +3 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
## <small>2.6.
|
|
1
|
+
## <small>2.6.4 (2026-01-29)</small>
|
|
2
2
|
|
|
3
|
-
* Merge pull request #
|
|
4
|
-
*
|
|
5
|
-
* fix: bump eslint-plugin-lit from 1.15.0 to 2.1.1 ([e7425e2](https://github.com/etchteam/eslint/commit/e7425e2))
|
|
6
|
-
* fix: bump globals from 16.5.0 to 17.2.0 ([760dc3a](https://github.com/etchteam/eslint/commit/760dc3a))
|
|
3
|
+
* Merge pull request #454 from etchteam/dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1 ([7037be6](https://github.com/etchteam/eslint/commit/7037be6)), closes [#454](https://github.com/etchteam/eslint/issues/454)
|
|
4
|
+
* fix: bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 ([c4ac851](https://github.com/etchteam/eslint/commit/c4ac851))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etchteam/eslint-config",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"description": "Etch's standard eslint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"typescript-eslint": "^8.35.0"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
|
-
"@darraghor/eslint-plugin-nestjs-typed": "^
|
|
65
|
+
"@darraghor/eslint-plugin-nestjs-typed": "^7.1.18",
|
|
66
66
|
"@next/eslint-plugin-next": "^15.0.0",
|
|
67
67
|
"angular-eslint": "^21.1.0",
|
|
68
68
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
69
69
|
"eslint-plugin-lit": "^2.1.1",
|
|
70
70
|
"eslint-plugin-react": "^7.37.5",
|
|
71
|
-
"eslint-plugin-react-hooks": "^
|
|
71
|
+
"eslint-plugin-react-hooks": "^7.0.1"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"eslint": ">=9.0.0",
|