Skip to content

Commit

Permalink
Remove 'make-fetch-happen' dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vrubezhny authored and datho7561 committed Jul 2, 2024
1 parent 29c89df commit 8b3dfb3
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 1,054 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: "make-fetch-happen"
versions: ["^13.x"]
groups:
typescript-eslint:
patterns:
Expand Down
Loading

0 comments on commit 8b3dfb3

Please sign in to comment.