Skip to content

Commit 6f234a2

Browse files
committed
Remove 'make-fetch-happen' dependency
As Fetch API is compatible with Node.js >= v18, the engine and dependencies are accordingly updated: - engines: ``` "vscode": "^1.82.3", "npm": ">=8.6.0", "node": ">=18.0.0" ``` - devDependencies: ``` "@types/node": "^18.19.39", ... "@types/vscode": "1.82.0", ``` Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 29c89df commit 6f234a2

File tree

7 files changed

+68
-1047
lines changed

7 files changed

+68
-1047
lines changed

.github/dependabot.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ updates:
1010
schedule:
1111
interval: daily
1212
open-pull-requests-limit: 10
13-
ignore:
14-
- dependency-name: "make-fetch-happen"
15-
versions: ["^13.x"]
1613
groups:
1714
typescript-eslint:
1815
patterns:

0 commit comments

Comments
 (0)