@knapsack/eslint-config-starter 4.89.7--canary.0192cf9.0 → 4.89.7--canary.7030.73fab78.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/package.json +5 -5
  3. package/react.json +19 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,53 @@
1
+ # v4.89.6 (Fri Jan 09 2026)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - upgrade react eslint plugin [#7067](https://github.com/knapsack-labs/app-monorepo/pull/7067) ([@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### Authors: 1
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ ---
12
+
13
+ # v4.89.4 (Mon Jan 05 2026)
14
+
15
+ #### 🏠 Internal
16
+
17
+ - KSP-6086 normalize error and log metadata for api domains [#6997](https://github.com/knapsack-labs/app-monorepo/pull/6997) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
22
+
23
+ ---
24
+
25
+ # v4.89.3 (Thu Dec 11 2025)
26
+
27
+ #### 🐛 Bug Fix
28
+
29
+ - KSP-6536 Fixed align token metrics counting with UI logic for variables and collections [#6778](https://github.com/knapsack-labs/app-monorepo/pull/6778) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
30
+ - Merge branch 'latest' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
31
+ - Merge remote-tracking branch 'origin/feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
32
+
33
+ #### Authors: 1
34
+
35
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
36
+
37
+ ---
38
+
39
+ # v4.89.1 (Wed Dec 10 2025)
40
+
41
+ #### 🐛 Bug Fix
42
+
43
+ - Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
44
+
45
+ #### Authors: 1
46
+
47
+ - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
48
+
49
+ ---
50
+
1
51
  # v4.87.9 (Thu Nov 20 2025)
2
52
 
3
53
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/eslint-config-starter",
3
3
  "description": "ESlint Config",
4
- "version": "4.89.7--canary.0192cf9.0",
4
+ "version": "4.89.7--canary.7030.73fab78.0",
5
5
  "bin": "./bin.js",
6
6
  "main": "eslint-config-base.js",
7
7
  "exports": {
@@ -24,8 +24,8 @@
24
24
  "start": "tsc --watch"
25
25
  },
26
26
  "dependencies": {
27
- "@knapsack/creator-utils": "4.89.7--canary.0192cf9.0",
28
- "@knapsack/prettier-config": "4.89.7--canary.0192cf9.0",
27
+ "@knapsack/creator-utils": "4.89.7--canary.7030.73fab78.0",
28
+ "@knapsack/prettier-config": "4.89.7--canary.7030.73fab78.0",
29
29
  "@rushstack/eslint-patch": "^1.8.0",
30
30
  "@typescript-eslint/eslint-plugin": "^7.18.0",
31
31
  "@typescript-eslint/parser": "^7.18.0",
@@ -40,7 +40,7 @@
40
40
  "eslint-plugin-prettier": "^4.2.1",
41
41
  "eslint-plugin-promise": "^6.1.1",
42
42
  "eslint-plugin-react": "^7.34.1",
43
- "eslint-plugin-react-hooks": "^4.6.0",
43
+ "eslint-plugin-react-hooks": "^7.0.1",
44
44
  "eslint-plugin-unicorn": "^51.0.1",
45
45
  "eslint-plugin-unused-imports": "^3.2.0",
46
46
  "typescript": "^5.9.3",
@@ -58,5 +58,5 @@
58
58
  "directory": "tools/eslint-config-starter",
59
59
  "type": "git"
60
60
  },
61
- "gitHead": "0192cf9184834ff90a2d29f874056b4694c05f34"
61
+ "gitHead": "73fab78e5b76f2d1e5738b1cd18d2837aaf0bee7"
62
62
  }
package/react.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/eslintrc",
3
3
  "plugins": ["react-hooks", "jsx-a11y"],
4
+ "extends": ["plugin:react-hooks/recommended"],
4
5
  "settings": {
5
6
  "react": {
6
7
  "version": "detect"
@@ -33,7 +34,24 @@
33
34
  ],
34
35
  "react/jsx-key": [2],
35
36
  "react-hooks/rules-of-hooks": "error",
36
- "react-hooks/exhaustive-deps": [2],
37
+ "react-hooks/exhaustive-deps": "error",
38
+
39
+ "react-hooks/config": "error",
40
+ "react-hooks/error-boundaries": "error",
41
+ "react-hooks/component-hook-factories": "error",
42
+ "react-hooks/gating": "error",
43
+ "react-hooks/globals": "error",
44
+ "react-hooks/immutability": "error",
45
+ "react-hooks/preserve-manual-memoization": "error",
46
+ "react-hooks/purity": "error",
47
+ "react-hooks/refs": "warn",
48
+ "react-hooks/set-state-in-effect": "error",
49
+ "react-hooks/set-state-in-render": "error",
50
+ "react-hooks/static-components": "error",
51
+ "react-hooks/unsupported-syntax": "warn",
52
+ "react-hooks/use-memo": "error",
53
+ "react-hooks/incompatible-library": "warn",
54
+
37
55
  "react/no-array-index-key": [2],
38
56
  "react/no-danger": [0],
39
57
  "react/jsx-props-no-spreading": [0],