Skip to content

Commit 21b7bcf

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 <vrubezhny@redhat.com>
1 parent 29c89df commit 21b7bcf

File tree

9 files changed

+75
-1054
lines changed

9 files changed

+75
-1054
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
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)