@gitkraken/gitkraken-components 13.0.0-vnext.27 → 13.0.0-vnext.29
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/README.md +4 -0
- package/dist/components/graph/GraphContainer.d.ts +69 -11
- package/dist/components/graph/commitzone/CommitZone.d.ts +2 -1
- package/dist/components/graph/commitzone/edges/Arc.d.ts +2 -2
- package/dist/components/graph/commitzone/edges/EndingEdge.d.ts +2 -2
- package/dist/components/graph/commitzone/edges/PassThroughEdge.d.ts +2 -2
- package/dist/components/graph/commitzone/edges/StartingEdge.d.ts +2 -2
- package/dist/components/graph/common/GenericGraphZone.d.ts +3 -1
- package/dist/components/graph/refzone/RefNode.d.ts +9 -6
- package/dist/components/graph/refzone/RefNodeAnnotationTarget.d.ts +10 -0
- package/dist/components/graph/refzone/RefNodes.d.ts +3 -2
- package/dist/components/graph/refzone/RefZone.d.ts +5 -3
- package/dist/components/graph/rowRenderers/CommitMessageZoneRow.d.ts +2 -1
- package/dist/components/graph/rowRenderers/CommitZoneRow.d.ts +2 -0
- package/dist/components/graph/rowRenderers/RefZoneRow.d.ts +1 -0
- package/dist/domain/commit/CommitHelpers.d.ts +2 -2
- package/dist/domain/commit/CommitTypes.d.ts +1 -0
- package/dist/domain/edge/EdgeHelpers.d.ts +4 -4
- package/dist/domain/graph/GraphConstants.d.ts +3 -1
- package/dist/domain/graph/GraphEdgeHelpers.d.ts +34 -0
- package/dist/domain/graph/GraphHelpers.d.ts +7 -1
- package/dist/domain/graph/GraphTypes.d.ts +56 -4
- package/dist/domain/graph/PinnedBranchHelpers.d.ts +21 -0
- package/dist/domain/graph/ScopedGraphHelpers.d.ts +15 -0
- package/dist/domain/graph/row/ProcessedGraphRowObj.d.ts +2 -1
- package/dist/domain/graph/rowAdornment/RowAdornmentHelpers.d.ts +14 -0
- package/dist/domain/workdir/WorkDirHelpers.d.ts +50 -0
- package/dist/domain/workdir/WorkDirTypes.d.ts +51 -0
- package/dist/index.js +11 -11
- package/dist/styles.css +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitkraken/gitkraken-components",
|
|
3
|
-
"version": "13.0.0-vnext.
|
|
3
|
+
"version": "13.0.0-vnext.29",
|
|
4
4
|
"description": "GitKraken React components shared between the app and GitLens",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">= 22.12.0",
|
|
@@ -23,58 +23,58 @@
|
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"dragula": "3.7.3",
|
|
26
|
-
"react": "19.2.
|
|
27
|
-
"react-dom": "19.2.
|
|
26
|
+
"react": "19.2.4",
|
|
27
|
+
"react-dom": "19.2.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@eamodio/eslint-lite-webpack-plugin": "0.
|
|
31
|
-
"@eslint/compat": "2.0.
|
|
32
|
-
"@eslint/js": "9.39.
|
|
33
|
-
"@swc/core": "1.15.
|
|
30
|
+
"@eamodio/eslint-lite-webpack-plugin": "0.5.0",
|
|
31
|
+
"@eslint/compat": "2.0.3",
|
|
32
|
+
"@eslint/js": "9.39.4",
|
|
33
|
+
"@swc/core": "1.15.21",
|
|
34
34
|
"@types/chai": "4.3.20",
|
|
35
35
|
"@types/chai-spies": "1.0.6",
|
|
36
36
|
"@types/dragula": "3.7.5",
|
|
37
37
|
"@types/mocha": "10.0.10",
|
|
38
38
|
"@types/node": "20.16.15",
|
|
39
|
-
"@types/react": "19.2.
|
|
39
|
+
"@types/react": "19.2.14",
|
|
40
40
|
"@types/react-dom": "19.2.3",
|
|
41
41
|
"@types/react-dragula": "1.1.3",
|
|
42
42
|
"@types/react-onclickoutside": "6.7.10",
|
|
43
43
|
"@types/react-virtualized": "^9.22.3",
|
|
44
|
-
"@typescript-eslint/parser": "8.
|
|
44
|
+
"@typescript-eslint/parser": "8.57.1",
|
|
45
45
|
"chai": "4.5.0",
|
|
46
46
|
"chai-spies": "1.1.0",
|
|
47
|
-
"css-loader": "7.1.
|
|
48
|
-
"css-minimizer-webpack-plugin": "7.0.
|
|
49
|
-
"cssnano-preset-advanced": "7.0.
|
|
50
|
-
"esbuild": "0.
|
|
51
|
-
"esbuild-loader": "4.4.
|
|
52
|
-
"eslint": "9.39.
|
|
47
|
+
"css-loader": "7.1.4",
|
|
48
|
+
"css-minimizer-webpack-plugin": "7.0.4",
|
|
49
|
+
"cssnano-preset-advanced": "7.0.11",
|
|
50
|
+
"esbuild": "0.28.0",
|
|
51
|
+
"esbuild-loader": "4.4.3",
|
|
52
|
+
"eslint": "9.39.4",
|
|
53
53
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
54
54
|
"eslint-plugin-anti-trojan-source": "1.1.2",
|
|
55
|
-
"eslint-plugin-import-x": "4.16.
|
|
55
|
+
"eslint-plugin-import-x": "4.16.2",
|
|
56
56
|
"eslint-plugin-jasmine": "4.2.2",
|
|
57
57
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
58
58
|
"eslint-plugin-react": "7.37.5",
|
|
59
59
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
60
60
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
61
61
|
"fork-ts-checker-webpack-plugin": "9.1.0",
|
|
62
|
-
"globals": "
|
|
63
|
-
"less": "4.4
|
|
64
|
-
"less-loader": "12.3.
|
|
62
|
+
"globals": "17.4.0",
|
|
63
|
+
"less": "4.6.4",
|
|
64
|
+
"less-loader": "12.3.2",
|
|
65
65
|
"license-checker-rseidelsohn": "4.4.2",
|
|
66
|
-
"mini-css-extract-plugin": "2.
|
|
66
|
+
"mini-css-extract-plugin": "2.10.2",
|
|
67
67
|
"mocha": "11.7.5",
|
|
68
|
-
"prettier": "3.
|
|
68
|
+
"prettier": "3.8.1",
|
|
69
69
|
"react-compiler-webpack": "1.0.0",
|
|
70
|
-
"terser-webpack-plugin": "5.
|
|
70
|
+
"terser-webpack-plugin": "5.4.0",
|
|
71
71
|
"ts-loader": "9.5.4",
|
|
72
72
|
"ts-node": "10.9.2",
|
|
73
|
-
"typescript": "
|
|
74
|
-
"typescript-eslint": "8.
|
|
75
|
-
"webpack": "5.
|
|
76
|
-
"webpack-bundle-analyzer": "5.0
|
|
77
|
-
"webpack-cli": "
|
|
73
|
+
"typescript": "6.0.2",
|
|
74
|
+
"typescript-eslint": "8.57.1",
|
|
75
|
+
"webpack": "5.105.4",
|
|
76
|
+
"webpack-bundle-analyzer": "5.3.0",
|
|
77
|
+
"webpack-cli": "7.0.2",
|
|
78
78
|
"webpack-remove-empty-scripts": "1.1.1"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|