@knapsack/renderer-react 4.86.7--canary.d396ceb.0 → 4.86.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 +19 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# v4.86.7 (Mon Oct 27 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'latest' into sxa-KSP-7311 ([@sxalexander](https://github.com/sxalexander))
|
|
6
|
+
|
|
7
|
+
#### 🏠 Internal
|
|
8
|
+
|
|
9
|
+
- Add nested, inlined demos to pattern responses. Includes template resolution and props examples [#6734](https://github.com/knapsack-labs/app-monorepo/pull/6734) ([@sxalexander](https://github.com/sxalexander))
|
|
10
|
+
- fix(deps): update node.js to v20.19.5 [#6337](https://github.com/knapsack-labs/app-monorepo/pull/6337) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
11
|
+
- fix(deps): update dependency @types/react to ^18.3.26 [#6750](https://github.com/knapsack-labs/app-monorepo/pull/6750) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
12
|
+
|
|
13
|
+
#### Authors: 2
|
|
14
|
+
|
|
15
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
16
|
+
- Sam Alexander ([@sxalexander](https://github.com/sxalexander))
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
1
20
|
# v4.86.6 (Wed Oct 15 2025)
|
|
2
21
|
|
|
3
22
|
#### 🐛 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.86.7
|
|
4
|
+
"version": "4.86.7",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"author": "Knapsack",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/preset-react": "^7.27.1",
|
|
35
|
-
"@knapsack/app": "4.86.7
|
|
36
|
-
"@knapsack/creator-utils": "4.86.7
|
|
37
|
-
"@knapsack/file-utils": "4.86.7
|
|
38
|
-
"@knapsack/ks-file-utils": "4.86.7
|
|
39
|
-
"@knapsack/renderer-react-components": "4.86.7
|
|
40
|
-
"@knapsack/renderer-webpack-base": "4.86.7
|
|
41
|
-
"@knapsack/spec-utils": "4.86.7
|
|
42
|
-
"@knapsack/types": "4.86.7
|
|
43
|
-
"@knapsack/utils": "4.86.7
|
|
35
|
+
"@knapsack/app": "4.86.7",
|
|
36
|
+
"@knapsack/creator-utils": "4.86.7",
|
|
37
|
+
"@knapsack/file-utils": "4.86.7",
|
|
38
|
+
"@knapsack/ks-file-utils": "4.86.7",
|
|
39
|
+
"@knapsack/renderer-react-components": "4.86.7",
|
|
40
|
+
"@knapsack/renderer-webpack-base": "4.86.7",
|
|
41
|
+
"@knapsack/spec-utils": "4.86.7",
|
|
42
|
+
"@knapsack/types": "4.86.7",
|
|
43
|
+
"@knapsack/utils": "4.86.7",
|
|
44
44
|
"react": "^18.3.1",
|
|
45
45
|
"react-docgen": "^6.0.4",
|
|
46
46
|
"react-docgen-typescript": "^2.4.0",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"zod": "^4.0.14"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@knapsack/eslint-config-starter": "4.86.7
|
|
53
|
-
"@knapsack/sandbox-components": "4.86.7
|
|
54
|
-
"@knapsack/test-ava": "4.86.7
|
|
55
|
-
"@knapsack/toby": "4.86.7
|
|
56
|
-
"@knapsack/typescript-config-starter": "4.86.7
|
|
52
|
+
"@knapsack/eslint-config-starter": "4.86.7",
|
|
53
|
+
"@knapsack/sandbox-components": "4.86.7",
|
|
54
|
+
"@knapsack/test-ava": "4.86.7",
|
|
55
|
+
"@knapsack/toby": "4.86.7",
|
|
56
|
+
"@knapsack/typescript-config-starter": "4.86.7",
|
|
57
57
|
"@mui/material": "^5.18.0",
|
|
58
58
|
"@mui/x-data-grid": "^6.20.4",
|
|
59
59
|
"@types/node": "^20.19.22",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"directory": "apps/client/renderers/renderer-react",
|
|
72
72
|
"type": "git"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "06db8c00ff66883b98cc2f4f0d568084ac43033d"
|
|
75
75
|
}
|