@knapsack/renderer-webpack-base 4.81.0--canary.6088.c144bbb.0 → 4.81.0--canary.6107.535ae4e.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.
- package/CHANGELOG.md +32 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1
|
+
# v4.80.3 (Thu May 08 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into feature/ksp-6388-archive-opisnet-after-51 ([@freneticpixel](https://github.com/freneticpixel))
|
6
|
+
- Merge branch 'latest' into feature/ksp-6271-fix-batch-logging-on-github-provider ([@freneticpixel](https://github.com/freneticpixel))
|
7
|
+
|
8
|
+
#### 🏠 Internal
|
9
|
+
|
10
|
+
- (some of) Matt Pocock's cursor rules [#6086](https://github.com/knapsack-labs/app-monorepo/pull/6086) ([@illepic](https://github.com/illepic))
|
11
|
+
- Removes opis SSO connection and custom page resources [#6091](https://github.com/knapsack-labs/app-monorepo/pull/6091) ([@freneticpixel](https://github.com/freneticpixel))
|
12
|
+
- Fix batch commit number bug in GitHub provider [#6092](https://github.com/knapsack-labs/app-monorepo/pull/6092) ([@freneticpixel](https://github.com/freneticpixel))
|
13
|
+
|
14
|
+
#### Authors: 2
|
15
|
+
|
16
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
17
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
18
|
+
|
19
|
+
---
|
20
|
+
|
21
|
+
# v4.80.2 (Wed May 07 2025)
|
22
|
+
|
23
|
+
#### 🐛 Bug Fix
|
24
|
+
|
25
|
+
- Merge branch 'latest' into feature/ksp-6456-replace-remote-calls-from-client-when-running-locally ([@freneticpixel](https://github.com/freneticpixel))
|
26
|
+
|
27
|
+
#### Authors: 1
|
28
|
+
|
29
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
30
|
+
|
31
|
+
---
|
32
|
+
|
1
33
|
# v4.79.2 (Tue Apr 29 2025)
|
2
34
|
|
3
35
|
#### 🏠 Internal
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/renderer-webpack-base",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.81.0--canary.
|
4
|
+
"version": "4.81.0--canary.6107.535ae4e.0",
|
5
5
|
"type": "commonjs",
|
6
6
|
"exports": {
|
7
7
|
".": {
|
@@ -23,21 +23,21 @@
|
|
23
23
|
"test": "time ava"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@knapsack/app": "4.81.0--canary.
|
27
|
-
"@knapsack/babel-config-starter": "4.81.0--canary.
|
28
|
-
"@knapsack/file-utils": "4.81.0--canary.
|
29
|
-
"@knapsack/types": "4.81.0--canary.
|
30
|
-
"@knapsack/utils": "4.81.0--canary.
|
26
|
+
"@knapsack/app": "4.81.0--canary.6107.535ae4e.0",
|
27
|
+
"@knapsack/babel-config-starter": "4.81.0--canary.6107.535ae4e.0",
|
28
|
+
"@knapsack/file-utils": "4.81.0--canary.6107.535ae4e.0",
|
29
|
+
"@knapsack/types": "4.81.0--canary.6107.535ae4e.0",
|
30
|
+
"@knapsack/utils": "4.81.0--canary.6107.535ae4e.0",
|
31
31
|
"babel-loader": "^9.2.1",
|
32
32
|
"react-dev-utils": "^12.0.1",
|
33
33
|
"webpack": "^5.99.6",
|
34
34
|
"webpack-manifest-plugin": "^4.1.1"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@knapsack/eslint-config-starter": "4.81.0--canary.
|
38
|
-
"@knapsack/prettier-config": "4.81.0--canary.
|
39
|
-
"@knapsack/test-ava": "4.81.0--canary.
|
40
|
-
"@knapsack/typescript-config-starter": "4.81.0--canary.
|
37
|
+
"@knapsack/eslint-config-starter": "4.81.0--canary.6107.535ae4e.0",
|
38
|
+
"@knapsack/prettier-config": "4.81.0--canary.6107.535ae4e.0",
|
39
|
+
"@knapsack/test-ava": "4.81.0--canary.6107.535ae4e.0",
|
40
|
+
"@knapsack/typescript-config-starter": "4.81.0--canary.6107.535ae4e.0",
|
41
41
|
"@types/node": "^20.17.24",
|
42
42
|
"@types/react-dev-utils": "^9.0.15",
|
43
43
|
"@types/webpack": "^5.28.5",
|
@@ -54,5 +54,5 @@
|
|
54
54
|
"directory": "apps/client/libs/renderer-webpack-base",
|
55
55
|
"type": "git"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "535ae4eb4ff41e677deea42698a9eeb2c6c68869"
|
58
58
|
}
|