@knapsack/eslint-config-starter 4.89.7--canary.bb7c8f3.0 β†’ 4.89.7

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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v4.89.7 (Fri Feb 06 2026)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EvanLovely](https://github.com/EvanLovely))
6
+ - resolved some of react-hooks/set-state-in-effect lint errors and enable rule as error ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
7
+ - Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
8
+
9
+ #### 🏠 Internal
10
+
11
+ - KSP-6106 Added consistent-type-imports rule with inline type syntax [#7128](https://github.com/knapsack-labs/app-monorepo/pull/7128) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
12
+ - KSP-7692: expand server actions body size limit [#7097](https://github.com/knapsack-labs/app-monorepo/pull/7097) ([@illepic](https://github.com/illepic))
13
+ - KSP-7623 resolved some of react-hooks/set-state-in-effect lint errors and enab… [#7077](https://github.com/knapsack-labs/app-monorepo/pull/7077) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
14
+
15
+ #### Authors: 3
16
+
17
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
18
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
19
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
20
+
21
+ ---
22
+
1
23
  # v4.89.6 (Fri Jan 09 2026)
2
24
 
3
25
  #### 🏠 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.bb7c8f3.0",
4
+ "version": "4.89.7",
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.bb7c8f3.0",
28
- "@knapsack/prettier-config": "4.89.7--canary.bb7c8f3.0",
27
+ "@knapsack/creator-utils": "4.89.7",
28
+ "@knapsack/prettier-config": "4.89.7",
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",
@@ -58,5 +58,5 @@
58
58
  "directory": "tools/eslint-config-starter",
59
59
  "type": "git"
60
60
  },
61
- "gitHead": "bb7c8f3c8cb6bf10152fe2b21d3b4f94254e9749"
61
+ "gitHead": "85166735a440fdf1b9010f058e7679479a8f4788"
62
62
  }