@knapsack/renderer-react 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.
- package/CHANGELOG.md +21 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
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
|
+
- Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
7
|
+
|
|
8
|
+
#### π Internal
|
|
9
|
+
|
|
10
|
+
- 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))
|
|
11
|
+
- KSP-7692: expand server actions body size limit [#7097](https://github.com/knapsack-labs/app-monorepo/pull/7097) ([@illepic](https://github.com/illepic))
|
|
12
|
+
- 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))
|
|
13
|
+
|
|
14
|
+
#### Authors: 3
|
|
15
|
+
|
|
16
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
17
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
|
18
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
# v4.89.4 (Mon Jan 05 2026)
|
|
2
23
|
|
|
3
24
|
#### π Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-react",
|
|
3
3
|
"description": "Render React",
|
|
4
|
-
"version": "4.89.7
|
|
4
|
+
"version": "4.89.7",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -32,26 +32,26 @@
|
|
|
32
32
|
"author": "Knapsack",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/preset-react": "^7.27.1",
|
|
35
|
-
"@knapsack/app": "4.89.7
|
|
36
|
-
"@knapsack/creator-utils": "4.89.7
|
|
37
|
-
"@knapsack/file-utils": "4.89.7
|
|
38
|
-
"@knapsack/ks-file-utils": "4.89.7
|
|
39
|
-
"@knapsack/renderer-react-components": "4.89.7
|
|
40
|
-
"@knapsack/renderer-webpack-base": "4.89.7
|
|
41
|
-
"@knapsack/spec-utils": "4.89.7
|
|
42
|
-
"@knapsack/types": "4.89.7
|
|
43
|
-
"@knapsack/utils": "4.89.7
|
|
35
|
+
"@knapsack/app": "4.89.7",
|
|
36
|
+
"@knapsack/creator-utils": "4.89.7",
|
|
37
|
+
"@knapsack/file-utils": "4.89.7",
|
|
38
|
+
"@knapsack/ks-file-utils": "4.89.7",
|
|
39
|
+
"@knapsack/renderer-react-components": "4.89.7",
|
|
40
|
+
"@knapsack/renderer-webpack-base": "4.89.7",
|
|
41
|
+
"@knapsack/spec-utils": "4.89.7",
|
|
42
|
+
"@knapsack/types": "4.89.7",
|
|
43
|
+
"@knapsack/utils": "4.89.7",
|
|
44
44
|
"react-docgen": "^8.0.2",
|
|
45
45
|
"react-docgen-typescript": "^2.4.0",
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
47
|
"zod": "^4.1.12"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@knapsack/eslint-config-starter": "4.89.7
|
|
51
|
-
"@knapsack/sandbox-components": "4.89.7
|
|
52
|
-
"@knapsack/test-ava": "4.89.7
|
|
53
|
-
"@knapsack/toby": "4.89.7
|
|
54
|
-
"@knapsack/typescript-config-starter": "4.89.7
|
|
50
|
+
"@knapsack/eslint-config-starter": "4.89.7",
|
|
51
|
+
"@knapsack/sandbox-components": "4.89.7",
|
|
52
|
+
"@knapsack/test-ava": "4.89.7",
|
|
53
|
+
"@knapsack/toby": "4.89.7",
|
|
54
|
+
"@knapsack/typescript-config-starter": "4.89.7",
|
|
55
55
|
"@mui/material": "^5.18.0",
|
|
56
56
|
"@mui/x-data-grid": "^6.20.4",
|
|
57
57
|
"@types/node": "^20.19.25",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"directory": "apps/client/renderers/renderer-react",
|
|
74
74
|
"type": "git"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "85166735a440fdf1b9010f058e7679479a8f4788"
|
|
77
77
|
}
|