Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jan 8, 2025
1 parent 175807c commit 6f44a4e
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 674 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ git clone https://github.com/gitkraken/vscode-gitlens.git
Prerequisites

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

### Dependencies

Expand Down
6 changes: 3 additions & 3 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ This project incorporates components from the projects listed below.
14. @opentelemetry/semantic-conventions version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
15. @shoelace-style/shoelace version 2.19.1 (https://github.com/shoelace-style/shoelace)
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
17. billboard.js version 3.14.2 (https://github.com/naver/billboard.js)
17. billboard.js version 3.14.3 (https://github.com/naver/billboard.js)
18. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
19. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
20. lit version 3.2.1 (https://github.com/lit/lit)
21. marked version 15.0.5 (https://github.com/markedjs/marked)
21. marked version 15.0.6 (https://github.com/markedjs/marked)
22. microsoft/vscode (https://github.com/microsoft/vscode)
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
24. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
25. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
26. react-dom version 16.8.4 (https://github.com/facebook/react)
27. react version 16.8.4 (https://github.com/facebook/react)
28. signal-utils version 0.20.0 (https://github.com/proposal-signals/signal-utils)
28. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
29. slug version 10.0.0 (https://github.com/Trott/slug)
30. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)

Expand Down
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"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",
"version": "16.1.1",
"engines": {
"node": ">= 22.12.0",
"pnpm": ">= 10.0.0",
"vscode": "^1.82.0"
},
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -20018,25 +20020,25 @@
"@opentelemetry/semantic-conventions": "1.28.0",
"@shoelace-style/shoelace": "2.19.1",
"@vscode/codicons": "0.0.36",
"billboard.js": "3.14.2",
"billboard.js": "3.14.3",
"https-proxy-agent": "5.0.1",
"iconv-lite": "0.6.3",
"lit": "3.2.1",
"marked": "15.0.5",
"marked": "15.0.6",
"node-fetch": "2.7.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"react": "16.8.4",
"react-dom": "16.8.4",
"signal-utils": "0.20.0",
"signal-utils": "0.21.1",
"slug": "10.0.0",
"sortablejs": "1.15.0"
},
"devDependencies": {
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@playwright/test": "1.49.1",
"@swc/core": "1.10.4",
"@swc/core": "1.10.6",
"@twbs/fantasticon": "3.0.0",
"@types/eslint__js": "8.42.3",
"@types/mocha": "10.0.10",
Expand All @@ -20046,7 +20048,7 @@
"@types/slug": "5.0.9",
"@types/sortablejs": "1.15.8",
"@types/vscode": "1.82.0",
"@typescript-eslint/parser": "8.19.0",
"@typescript-eslint/parser": "8.19.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "2.4.1",
"@vscode/test-web": "0.0.65",
Expand Down Expand Up @@ -20083,26 +20085,29 @@
"playwright": "1.49.1",
"prettier": "3.1.0",
"regex-to-strings": "2.1.0",
"sass": "1.82.0",
"sass": "1.83.1",
"sass-loader": "16.0.4",
"schema-utils": "4.3.0",
"sharp": "0.32.6",
"svgo": "3.3.2",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"typescript-eslint": "8.19.1",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-node-externals": "3.0.0",
"webpack-require-from": "1.8.6"
},
"pnpm.onlyBuiltDependencies": [
"@swc/core"
],
"resolutions": {
"esbuild": "0.24.2",
"iconv-lite": "0.6.3",
"node-fetch": "2.7.0",
"semver-regex": "4.0.5"
},
"packageManager": "pnpm@10.0.0-rc.2"
"packageManager": "pnpm@10.0.0"
}
Loading

0 comments on commit 6f44a4e

Please sign in to comment.