Skip to content

Commit 1859eac

Browse files
committed
feat: upgrade dependencies, upgrade got to v10
1 parent 20d8d6a commit 1859eac

9 files changed

+5976
-4375
lines changed

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
dist
2+
docs

Diff for: .eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
rules: {
99
'object-curly-spacing': ['error', 'always'],
1010
'@typescript-eslint/indent': ['error', 2, { SwitchCase: 1 }],
11-
'@typescript-eslint/explicit-function-return-type': 0,
1211
'capitalized-comments': 0,
1312
'comma-dangle': ['error', 'always-multiline'],
1413
'no-mixed-operators': 0,

Diff for: circle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:10
5+
- image: circleci/node:12
66
- image: linuxserver/deluge
77
steps:
88
- checkout
@@ -26,7 +26,7 @@ jobs:
2626
command: bash <(curl -s https://codecov.io/bash)
2727
release:
2828
docker:
29-
- image: circleci/node:10
29+
- image: circleci/node:12
3030
steps:
3131
- checkout
3232
- restore_cache:

Diff for: package-lock.json

+5,881-4,278
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,29 @@
2727
"semantic-release": "semantic-release"
2828
},
2929
"dependencies": {
30-
"@ctrl/shared-torrent": "^1.3.2",
31-
"form-data": "^2.5.1",
32-
"got": "^9.6.0",
30+
"@ctrl/shared-torrent": "^2.0.0",
31+
"form-data": "^3.0.0",
32+
"got": "^10.3.0",
3333
"tough-cookie": "^3.0.1",
3434
"url-join": "^4.0.1"
3535
},
3636
"devDependencies": {
37-
"@types/got": "9.6.9",
38-
"@types/jest": "24.0.25",
39-
"@types/node": "12.12.22",
37+
"@types/jest": "24.9.1",
38+
"@types/node": "13.5.0",
4039
"@types/tough-cookie": "2.3.6",
4140
"@types/url-join": "4.0.0",
42-
"@typescript-eslint/eslint-plugin": "2.3.2",
43-
"@typescript-eslint/parser": "2.3.2",
41+
"@typescript-eslint/eslint-plugin": "2.17.0",
42+
"@typescript-eslint/parser": "2.17.0",
4443
"eslint": "6.8.0",
4544
"eslint-config-xo-space": "0.22.0",
46-
"eslint-config-xo-typescript": "0.21.0",
47-
"eslint-plugin-import": "2.19.1",
48-
"jest": "24.9.0",
45+
"eslint-config-xo-typescript": "0.24.1",
46+
"eslint-plugin-import": "2.20.0",
47+
"jest": "25.1.0",
4948
"p-wait-for": "3.1.0",
50-
"semantic-release": "15.14.0",
51-
"ts-jest": "24.1.0",
52-
"typedoc": "0.15.0",
53-
"typescript": "3.6.3"
49+
"semantic-release": "16.0.3",
50+
"ts-jest": "25.0.0",
51+
"typedoc": "0.16.8",
52+
"typescript": "3.7.5"
5453
},
5554
"jest": {
5655
"preset": "ts-jest",

0 commit comments

Comments
 (0)