@etchteam/eslint-config 2.6.4 → 2.6.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## <small>2.6.4 (2026-01-29)</small>
1
+ ## <small>2.6.6 (2026-01-30)</small>
2
2
 
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))
3
+ * Merge pull request #461 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.2 ([4f213c7](https://github.com/etchteam/eslint/commit/4f213c7)), closes [#461](https://github.com/etchteam/eslint/issues/461)
4
+ * fix: bump eslint-plugin-storybook from 10.2.1 to 10.2.2 ([142dcec](https://github.com/etchteam/eslint/commit/142dcec))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.4",
3
+ "version": "2.6.6",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "optionalDependencies": {
65
65
  "@darraghor/eslint-plugin-nestjs-typed": "^7.1.18",
66
- "@next/eslint-plugin-next": "^15.0.0",
66
+ "@next/eslint-plugin-next": "^16.1.6",
67
67
  "angular-eslint": "^21.1.0",
68
68
  "eslint-plugin-jsx-a11y": "^6.10.2",
69
69
  "eslint-plugin-lit": "^2.1.1",