@etchteam/eslint-config 2.6.3 → 2.6.5

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 +5 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## <small>2.6.3 (2026-01-29)</small>
1
+ ## <small>2.6.5 (2026-01-30)</small>
2
2
 
3
- * Merge pull request #456 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 ([cda2728](https://github.com/etchteam/eslint/commit/cda2728)), closes [#456](https://github.com/etchteam/eslint/issues/456)
4
- * fix: bump @darraghor/eslint-plugin-nestjs-typed from 6.18.0 to 7.1.18 ([7670094](https://github.com/etchteam/eslint/commit/7670094))
3
+ * Merge pull request #457 from etchteam/dependabot/npm_and_yarn/commitlint/config-conventional-20.4.0 ([d7ae56a](https://github.com/etchteam/eslint/commit/d7ae56a)), closes [#457](https://github.com/etchteam/eslint/issues/457)
4
+ * Merge pull request #458 from etchteam/dependabot/npm_and_yarn/next/eslint-plugin-next-16.1.6 ([d51ea1a](https://github.com/etchteam/eslint/commit/d51ea1a)), closes [#458](https://github.com/etchteam/eslint/issues/458)
5
+ * fix: bump @next/eslint-plugin-next from 15.5.9 to 16.1.6 ([9e74193](https://github.com/etchteam/eslint/commit/9e74193))
6
+ * chore: bump @commitlint/config-conventional from 20.3.1 to 20.4.0 ([cb7cf80](https://github.com/etchteam/eslint/commit/cb7cf80))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.3",
3
+ "version": "2.6.5",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -63,12 +63,12 @@
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",
70
70
  "eslint-plugin-react": "^7.37.5",
71
- "eslint-plugin-react-hooks": "^5.0.0"
71
+ "eslint-plugin-react-hooks": "^7.0.1"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "eslint": ">=9.0.0",