Skip to content

Commit 265e3a1

Browse files
committed
Removes react 16 version of graph
1 parent efc428a commit 265e3a1

31 files changed

+939
-5701
lines changed

ThirdPartyNotices.txt

Lines changed: 5 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ This project incorporates components from the projects listed below.
2929
24. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
3030
25. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
3131
26. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
32-
27. react-dom version 16.8.4 (https://github.com/facebook/react)
33-
28. react-dom version 19.0.0 (https://github.com/facebook/react)
34-
29. react version 16.8.4 (https://github.com/facebook/react)
35-
30. react version 19.0.0 (https://github.com/facebook/react)
36-
31. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
37-
32. slug version 10.0.0 (https://github.com/Trott/slug)
38-
33. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
32+
27. react-dom version 19.0.0 (https://github.com/facebook/react)
33+
28. react version 19.0.0 (https://github.com/facebook/react)
34+
29. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
35+
30. slug version 10.0.0 (https://github.com/Trott/slug)
36+
31. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
3937

4038
%% @gk-nzaytsev/fast-string-truncated-width NOTICES AND INFORMATION BEGIN HERE
4139
=========================================
@@ -2262,33 +2260,6 @@ END OF path-browserify NOTICES AND INFORMATION
22622260
=========================================
22632261
MIT License
22642262

2265-
Copyright (c) Facebook, Inc. and its affiliates.
2266-
2267-
Permission is hereby granted, free of charge, to any person obtaining a copy
2268-
of this software and associated documentation files (the "Software"), to deal
2269-
in the Software without restriction, including without limitation the rights
2270-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2271-
copies of the Software, and to permit persons to whom the Software is
2272-
furnished to do so, subject to the following conditions:
2273-
2274-
The above copyright notice and this permission notice shall be included in all
2275-
copies or substantial portions of the Software.
2276-
2277-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2278-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2279-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2280-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2281-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2282-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2283-
SOFTWARE.
2284-
2285-
=========================================
2286-
END OF react-dom NOTICES AND INFORMATION
2287-
2288-
%% react-dom NOTICES AND INFORMATION BEGIN HERE
2289-
=========================================
2290-
MIT License
2291-
22922263
Copyright (c) Meta Platforms, Inc. and affiliates.
22932264

22942265
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2316,33 +2287,6 @@ END OF react-dom NOTICES AND INFORMATION
23162287
=========================================
23172288
MIT License
23182289

2319-
Copyright (c) Facebook, Inc. and its affiliates.
2320-
2321-
Permission is hereby granted, free of charge, to any person obtaining a copy
2322-
of this software and associated documentation files (the "Software"), to deal
2323-
in the Software without restriction, including without limitation the rights
2324-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2325-
copies of the Software, and to permit persons to whom the Software is
2326-
furnished to do so, subject to the following conditions:
2327-
2328-
The above copyright notice and this permission notice shall be included in all
2329-
copies or substantial portions of the Software.
2330-
2331-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2332-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2333-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2334-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2335-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2336-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2337-
SOFTWARE.
2338-
2339-
=========================================
2340-
END OF react NOTICES AND INFORMATION
2341-
2342-
%% react NOTICES AND INFORMATION BEGIN HERE
2343-
=========================================
2344-
MIT License
2345-
23462290
Copyright (c) Meta Platforms, Inc. and affiliates.
23472291

23482292
Permission is hereby granted, free of charge, to any person obtaining a copy

package.json

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,16 +1057,6 @@
10571057
"scope": "window",
10581058
"order": 300
10591059
},
1060-
"gitlens.graph.experimental.renderer.enabled": {
1061-
"type": "boolean",
1062-
"default": false,
1063-
"markdownDescription": "(Experimental) Specifies whether to use the new renderer for the _Commit Graph_. Requires a restart",
1064-
"scope": "window",
1065-
"order": 301,
1066-
"tags": [
1067-
"experimental"
1068-
]
1069-
},
10701060
"gitlens.graph.branchesVisibility": {
10711061
"type": "string",
10721062
"enum": [
@@ -21520,13 +21510,13 @@
2152021510
"analyze:bundle": "webpack --mode production --env analyzeBundle",
2152121511
"analyze:bundle:extension": "webpack --mode production --config-name extension:node --env analyzeBundle",
2152221512
"analyze:bundle:extension:browser": "webpack --mode production --config-name extension:webworker --env analyzeBundle",
21523-
"analyze:bundle:webviews": "webpack --mode production --config-name webviews:common --config-name webviews --config-name webviews:graph-next --env analyzeBundle",
21513+
"analyze:bundle:webviews": "webpack --mode production --config-name webviews:common --config-name webviews --env analyzeBundle",
2152421514
"analyze:deps": "webpack --env analyzeDeps",
2152521515
"build": "webpack --mode development",
2152621516
"build:quick": "webpack --mode development --env skipLint",
2152721517
"build:extension": "webpack --mode development --config-name extension:node",
2152821518
"build:extension:browser": "webpack --mode development --config-name extension:webworker",
21529-
"build:webviews": "webpack --mode development --config-name webviews:common --config-name webviews --config-name webviews:graph-next",
21519+
"build:webviews": "webpack --mode development --config-name webviews:common --config-name webviews",
2153021520
"build:icons": "pnpm run icons:svgo && pnpm fantasticon && pnpm run icons:apply && pnpm run icons:export",
2153121521
"build:tests": "node ./scripts/esbuild.tests.mjs",
2153221522
"// Extracts the contributions from package.json into contributions.json": "//",
@@ -21582,8 +21572,7 @@
2158221572
"vscode:prepublish": "pnpm run bundle"
2158321573
},
2158421574
"dependencies": {
21585-
"@gitkraken/gitkraken-components": "10.7.0",
21586-
"@gitkraken/gitkraken-components-next": "npm:@gitkraken/[email protected]",
21575+
"@gitkraken/gitkraken-components": "11.0.0-vnext.3",
2158721576
"@gitkraken/provider-apis": "0.28.3",
2158821577
"@gitkraken/shared-web-components": "0.1.1-rc.15",
2158921578
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
@@ -21611,10 +21600,8 @@
2161121600
"node-fetch": "2.7.0",
2161221601
"os-browserify": "0.3.0",
2161321602
"path-browserify": "1.0.1",
21614-
"react": "16.8.4",
21615-
"react-dom": "16.8.4",
21616-
"react-dom-next": "npm:[email protected]",
21617-
"react-next": "npm:[email protected]",
21603+
"react": "19.0.0",
21604+
"react-dom": "19.0.0",
2161821605
"signal-utils": "0.21.1",
2161921606
"slug": "10.0.0",
2162021607
"sortablejs": "1.15.0"
@@ -21627,10 +21614,8 @@
2162721614
"@twbs/fantasticon": "3.1.0",
2162821615
"@types/mocha": "10.0.10",
2162921616
"@types/node": "20.14.15",
21630-
"@types/react": "17.0.84",
21631-
"@types/react-dom": "17.0.26",
21632-
"@types/react-dom-next": "npm:@types/[email protected]",
21633-
"@types/react-next": "npm:@types/[email protected]",
21617+
"@types/react": "19.0.12",
21618+
"@types/react-dom": "19.0.4",
2163421619
"@types/sinon": "17.0.4",
2163521620
"@types/slug": "5.0.9",
2163621621
"@types/sortablejs": "1.15.8",

0 commit comments

Comments
 (0)