@knapsack/renderer-webpack-base 4.88.0--canary.6719.f3daf86.0 → 4.88.0--canary.6959.fe0865f.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 (2) hide show
  1. package/CHANGELOG.md +75 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,78 @@
1
+ # v4.87.9 (Thu Nov 20 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - fix(deps): update dependency @types/node to ^20.19.25 [#6803](https://github.com/knapsack-labs/app-monorepo/pull/6803) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - fix(deps): update dependency webpack to ^5.102.1 [#6860](https://github.com/knapsack-labs/app-monorepo/pull/6860) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+
12
+ ---
13
+
14
+ # v4.87.7 (Mon Nov 10 2025)
15
+
16
+ #### 🏠 Internal
17
+
18
+ - fix(deps): update typescript [#6863](https://github.com/knapsack-labs/app-monorepo/pull/6863) ([@renovate[bot]](https://github.com/renovate[bot]))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@renovate[bot]](https://github.com/renovate[bot])
23
+
24
+ ---
25
+
26
+ # v4.87.6 (Wed Nov 05 2025)
27
+
28
+ #### 🏠 Internal
29
+
30
+ - Add comprehensive testing for remaining frameworks and MUI lib [#6876](https://github.com/knapsack-labs/app-monorepo/pull/6876) ([@mabry1985](https://github.com/mabry1985))
31
+
32
+ #### Authors: 1
33
+
34
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
35
+
36
+ ---
37
+
38
+ # v4.87.4 (Fri Oct 31 2025)
39
+
40
+ #### 🏠 Internal
41
+
42
+ - adds wider testing to angular renderer [#6871](https://github.com/knapsack-labs/app-monorepo/pull/6871) ([@mabry1985](https://github.com/mabry1985))
43
+
44
+ #### Authors: 1
45
+
46
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
47
+
48
+ ---
49
+
50
+ # v4.87.3 (Thu Oct 30 2025)
51
+
52
+ #### 🐛 Bug Fix
53
+
54
+ - KSP-7041 Fixed allow creating and displaying custom element names for web components [#6719](https://github.com/knapsack-labs/app-monorepo/pull/6719) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
55
+ - Merge branch 'latest' into feature/ksp-7041-issues-with-saving-web-components-template-details-and ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
56
+
57
+ #### Authors: 1
58
+
59
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
60
+
61
+ ---
62
+
63
+ # v4.87.2 (Thu Oct 30 2025)
64
+
65
+ #### 🐛 Bug Fix
66
+
67
+ - KSP-4269 Using a reference within a borderStyle then adding a group then removing group destroys ALL composite references [#6694](https://github.com/knapsack-labs/app-monorepo/pull/6694) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
68
+ - Merge branch 'latest' into feature/ksp-4269-using-a-reference-within-a-borderstyle-then-adding-a-group ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
69
+
70
+ #### Authors: 1
71
+
72
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
73
+
74
+ ---
75
+
1
76
  # v4.87.1 (Thu Oct 30 2025)
2
77
 
3
78
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.88.0--canary.6719.f3daf86.0",
4
+ "version": "4.88.0--canary.6959.fe0865f.0",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,27 +23,27 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.88.0--canary.6719.f3daf86.0",
27
- "@knapsack/babel-config-starter": "4.88.0--canary.6719.f3daf86.0",
28
- "@knapsack/file-utils": "4.88.0--canary.6719.f3daf86.0",
29
- "@knapsack/types": "4.88.0--canary.6719.f3daf86.0",
30
- "@knapsack/utils": "4.88.0--canary.6719.f3daf86.0",
26
+ "@knapsack/app": "4.88.0--canary.6959.fe0865f.0",
27
+ "@knapsack/babel-config-starter": "4.88.0--canary.6959.fe0865f.0",
28
+ "@knapsack/file-utils": "4.88.0--canary.6959.fe0865f.0",
29
+ "@knapsack/types": "4.88.0--canary.6959.fe0865f.0",
30
+ "@knapsack/utils": "4.88.0--canary.6959.fe0865f.0",
31
31
  "babel-loader": "^9.2.1",
32
32
  "react-dev-utils": "^12.0.1",
33
- "webpack": "^5.100.2",
33
+ "webpack": "^5.102.1",
34
34
  "webpack-manifest-plugin": "^4.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.88.0--canary.6719.f3daf86.0",
38
- "@knapsack/prettier-config": "4.88.0--canary.6719.f3daf86.0",
39
- "@knapsack/test-ava": "4.88.0--canary.6719.f3daf86.0",
40
- "@knapsack/typescript-config-starter": "4.88.0--canary.6719.f3daf86.0",
41
- "@types/node": "^20.19.22",
37
+ "@knapsack/eslint-config-starter": "4.88.0--canary.6959.fe0865f.0",
38
+ "@knapsack/prettier-config": "4.88.0--canary.6959.fe0865f.0",
39
+ "@knapsack/test-ava": "4.88.0--canary.6959.fe0865f.0",
40
+ "@knapsack/typescript-config-starter": "4.88.0--canary.6959.fe0865f.0",
41
+ "@types/node": "^20.19.25",
42
42
  "@types/react-dev-utils": "^9.0.15",
43
43
  "@types/webpack": "^5.28.5",
44
44
  "ava": "^6.4.1",
45
45
  "eslint": "^8.57.0",
46
- "typescript": "^5.9.2"
46
+ "typescript": "^5.9.3"
47
47
  },
48
48
  "license": "GPL-2.0-or-later",
49
49
  "publishConfig": {
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/libs/renderer-webpack-base",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "f3daf865d4276d7dfecbf135ca8cedcae1fcd845"
57
+ "gitHead": "fe0865f5da85d2a8022066693bb5bb4125eb0b71"
58
58
  }