Skip to content

Commit 6f44a4e

Browse files
committed
Updates dependencies
1 parent 175807c commit 6f44a4e

File tree

4 files changed

+729
-674
lines changed

4 files changed

+729
-674
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ git clone https://github.com/gitkraken/vscode-gitlens.git
1919
Prerequisites
2020

2121
- [Git](https://git-scm.com/), `>= 2.7.2`
22-
- [NodeJS](https://nodejs.org/), `>= v22.11.0`
23-
- [pnpm](https://pnpm.io/), `>= 9.x` (install using [corepack](https://nodejs.org/docs/latest-v20.x/api/corepack.html))
22+
- [NodeJS](https://nodejs.org/), `>= 22.12.0`
23+
- [pnpm](https://pnpm.io/), `>= 10.x` (install using [corepack](https://nodejs.org/docs/latest-v20.x/api/corepack.html))
2424

2525
### Dependencies
2626

ThirdPartyNotices.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ This project incorporates components from the projects listed below.
1919
14. @opentelemetry/semantic-conventions version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @shoelace-style/shoelace version 2.19.1 (https://github.com/shoelace-style/shoelace)
2121
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
22-
17. billboard.js version 3.14.2 (https://github.com/naver/billboard.js)
22+
17. billboard.js version 3.14.3 (https://github.com/naver/billboard.js)
2323
18. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2424
19. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
2525
20. lit version 3.2.1 (https://github.com/lit/lit)
26-
21. marked version 15.0.5 (https://github.com/markedjs/marked)
26+
21. marked version 15.0.6 (https://github.com/markedjs/marked)
2727
22. microsoft/vscode (https://github.com/microsoft/vscode)
2828
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
2929
24. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
3030
25. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
3131
26. react-dom version 16.8.4 (https://github.com/facebook/react)
3232
27. react version 16.8.4 (https://github.com/facebook/react)
33-
28. signal-utils version 0.20.0 (https://github.com/proposal-signals/signal-utils)
33+
28. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
3434
29. slug version 10.0.0 (https://github.com/Trott/slug)
3535
30. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
3636

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more",
55
"version": "16.1.1",
66
"engines": {
7+
"node": ">= 22.12.0",
8+
"pnpm": ">= 10.0.0",
79
"vscode": "^1.82.0"
810
},
911
"license": "SEE LICENSE IN LICENSE",
@@ -20018,25 +20020,25 @@
2001820020
"@opentelemetry/semantic-conventions": "1.28.0",
2001920021
"@shoelace-style/shoelace": "2.19.1",
2002020022
"@vscode/codicons": "0.0.36",
20021-
"billboard.js": "3.14.2",
20023+
"billboard.js": "3.14.3",
2002220024
"https-proxy-agent": "5.0.1",
2002320025
"iconv-lite": "0.6.3",
2002420026
"lit": "3.2.1",
20025-
"marked": "15.0.5",
20027+
"marked": "15.0.6",
2002620028
"node-fetch": "2.7.0",
2002720029
"os-browserify": "0.3.0",
2002820030
"path-browserify": "1.0.1",
2002920031
"react": "16.8.4",
2003020032
"react-dom": "16.8.4",
20031-
"signal-utils": "0.20.0",
20033+
"signal-utils": "0.21.1",
2003220034
"slug": "10.0.0",
2003320035
"sortablejs": "1.15.0"
2003420036
},
2003520037
"devDependencies": {
2003620038
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
20037-
"@eslint/js": "9.16.0",
20039+
"@eslint/js": "9.17.0",
2003820040
"@playwright/test": "1.49.1",
20039-
"@swc/core": "1.10.4",
20041+
"@swc/core": "1.10.6",
2004020042
"@twbs/fantasticon": "3.0.0",
2004120043
"@types/eslint__js": "8.42.3",
2004220044
"@types/mocha": "10.0.10",
@@ -20046,7 +20048,7 @@
2004620048
"@types/slug": "5.0.9",
2004720049
"@types/sortablejs": "1.15.8",
2004820050
"@types/vscode": "1.82.0",
20049-
"@typescript-eslint/parser": "8.19.0",
20051+
"@typescript-eslint/parser": "8.19.1",
2005020052
"@vscode/test-cli": "^0.0.10",
2005120053
"@vscode/test-electron": "2.4.1",
2005220054
"@vscode/test-web": "0.0.65",
@@ -20083,26 +20085,29 @@
2008320085
"playwright": "1.49.1",
2008420086
"prettier": "3.1.0",
2008520087
"regex-to-strings": "2.1.0",
20086-
"sass": "1.82.0",
20088+
"sass": "1.83.1",
2008720089
"sass-loader": "16.0.4",
2008820090
"schema-utils": "4.3.0",
2008920091
"sharp": "0.32.6",
2009020092
"svgo": "3.3.2",
2009120093
"terser-webpack-plugin": "5.3.11",
2009220094
"ts-loader": "9.5.1",
2009320095
"typescript": "5.7.2",
20094-
"typescript-eslint": "8.19.0",
20096+
"typescript-eslint": "8.19.1",
2009520097
"webpack": "5.97.1",
2009620098
"webpack-bundle-analyzer": "4.10.2",
2009720099
"webpack-cli": "6.0.1",
2009820100
"webpack-node-externals": "3.0.0",
2009920101
"webpack-require-from": "1.8.6"
2010020102
},
20103+
"pnpm.onlyBuiltDependencies": [
20104+
"@swc/core"
20105+
],
2010120106
"resolutions": {
2010220107
"esbuild": "0.24.2",
2010320108
"iconv-lite": "0.6.3",
2010420109
"node-fetch": "2.7.0",
2010520110
"semver-regex": "4.0.5"
2010620111
},
20107-
"packageManager": "[email protected]-rc.2"
20112+
"packageManager": "[email protected]"
2010820113
}

0 commit comments

Comments
 (0)