Skip to content

Commit eeac2eb

Browse files
authored
Upgrade most deps & add yarn plugin interactive (#474)
1 parent 7616b88 commit eeac2eb

File tree

11 files changed

+1452
-920
lines changed

11 files changed

+1452
-920
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 541 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
nodeLinker: node-modules
22

3+
npmPublishAccess: public
4+
35
plugins:
46
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
5-
spec: '@yarnpkg/plugin-typescript'
6-
7-
npmPublishAccess: public
7+
spec: "@yarnpkg/plugin-typescript"
8+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9+
spec: "@yarnpkg/plugin-interactive-tools"

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tus/gcs-store": "workspace:^",
1313
"@tus/s3-store": "workspace:^",
1414
"@tus/server": "workspace:^",
15-
"tus-js-client": "^2.3.0"
15+
"tus-js-client": "^2.3.2"
1616
},
1717
"devDependencies": {
1818
"cross-env": "^7.0.3"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"test": "turbo run test --concurrency 1"
1717
},
1818
"devDependencies": {
19-
"eslint": "^8.29.0",
19+
"eslint": "^8.48.0",
2020
"eslint-config-custom": "workspace:*",
2121
"eslint-plugin-prettier": "^4.2.1",
2222
"prettier": "^2.8.8",
23-
"turbo": "^1.6.3"
23+
"turbo": "^1.10.13"
2424
},
2525
"packageManager": "[email protected]"
2626
}

packages/eslint-config-custom/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@typescript-eslint/eslint-plugin": "^5.45.1",
13-
"@typescript-eslint/parser": "^6.2.1",
14-
"eslint": "^8.29.0",
15-
"eslint-config-prettier": "^8.6.0",
16-
"eslint-config-turbo": "latest",
12+
"@typescript-eslint/eslint-plugin": "^5.62.0",
13+
"@typescript-eslint/parser": "^6.5.0",
14+
"eslint": "^8.48.0",
15+
"eslint-config-prettier": "^8.10.0",
16+
"eslint-config-turbo": "^1.10.13",
1717
"eslint-plugin-prettier": "^4.2.1",
1818
"prettier": "^2.8.8"
1919
},
2020
"devDependencies": {
21-
"@types/eslint": "^8",
22-
"@types/prettier": "^2"
21+
"@types/eslint": "^8.44.2",
22+
"@types/prettier": "^2.7.3"
2323
}
2424
}

packages/file-store/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
"test": "mocha test.ts --exit --extension ts --require ts-node/register"
2222
},
2323
"dependencies": {
24-
"debug": "^4.3.3",
24+
"debug": "^4.3.4",
2525
"p-queue": "^6.6.2"
2626
},
2727
"devDependencies": {
2828
"@tus/server": "workspace:^",
29-
"@types/debug": "^4.1.7",
29+
"@types/debug": "^4.1.8",
3030
"@types/mocha": "^10.0.1",
31-
"@types/node": "latest",
32-
"eslint": "^8.29.0",
31+
"@types/node": "^20.5.7",
32+
"eslint": "^8.48.0",
3333
"eslint-config-custom": "workspace:*",
34-
"mocha": "^10.1.0",
34+
"mocha": "^10.2.0",
3535
"should": "^13.2.3",
36-
"typescript": "latest"
36+
"typescript": "^5.2.2"
3737
},
3838
"peerDependencies": {
3939
"@tus/server": "workspace:^"
4040
},
4141
"optionalDependencies": {
42-
"@redis/client": "^1.5.5"
42+
"@redis/client": "^1.5.9"
4343
},
4444
"engines": {
4545
"node": ">=16"

packages/gcs-store/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test": "mocha test.ts --timeout 30000 --exit --extension ts --require ts-node/register"
2222
},
2323
"dependencies": {
24-
"debug": "^4.3.3"
24+
"debug": "^4.3.4"
2525
},
2626
"devDependencies": {
27-
"@google-cloud/storage": "^6.9.3",
27+
"@google-cloud/storage": "^6.12.0",
2828
"@tus/server": "workspace:^",
29-
"@types/debug": "^4.1.7",
29+
"@types/debug": "^4.1.8",
3030
"@types/mocha": "^10.0.1",
31-
"@types/node": "latest",
32-
"eslint": "^8.29.0",
31+
"@types/node": "^20.5.7",
32+
"eslint": "^8.48.0",
3333
"eslint-config-custom": "workspace:*",
34-
"mocha": "^10.1.0",
34+
"mocha": "^10.2.0",
3535
"should": "^13.2.3",
36-
"typescript": "latest"
36+
"typescript": "^5.2.2"
3737
},
3838
"peerDependencies": {
3939
"@google-cloud/storage": "*",

packages/s3-store/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test": "mocha test.ts --timeout 40000 --exit --extension ts --require ts-node/register"
2222
},
2323
"dependencies": {
24-
"@aws-sdk/client-s3": "^3.369.0",
25-
"debug": "^4.3.3"
24+
"@aws-sdk/client-s3": "^3.400.0",
25+
"debug": "^4.3.4"
2626
},
2727
"devDependencies": {
2828
"@tus/server": "workspace:^",
29-
"@types/debug": "^4.1.7",
29+
"@types/debug": "^4.1.8",
3030
"@types/mocha": "^10.0.1",
31-
"@types/node": "latest",
32-
"eslint": "^8.29.0",
31+
"@types/node": "^20.5.7",
32+
"eslint": "^8.48.0",
3333
"eslint-config-custom": "workspace:*",
34-
"mocha": "^10.1.0",
34+
"mocha": "^10.2.0",
3535
"should": "^13.2.3",
36-
"typescript": "latest"
36+
"typescript": "^5.2.2"
3737
},
3838
"peerDependencies": {
3939
"@tus/server": "workspace:^"

packages/server/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
"test": "mocha --timeout 40000 --exit --extension ts --require ts-node/register"
2222
},
2323
"dependencies": {
24-
"debug": "^4.3.3"
24+
"debug": "^4.3.4"
2525
},
2626
"devDependencies": {
27-
"@types/debug": "^4.1.7",
27+
"@types/debug": "^4.1.8",
2828
"@types/mocha": "^10.0.1",
29-
"@types/node": "latest",
30-
"@types/sinon": "^10.0.13",
29+
"@types/node": "^20.5.7",
30+
"@types/sinon": "^10.0.16",
3131
"@types/supertest": "^2.0.12",
32-
"eslint": "^8.29.0",
32+
"eslint": "^8.48.0",
3333
"eslint-config-custom": "workspace:*",
34-
"mocha": "^10.1.0",
35-
"node-mocks-http": "^1.12.1",
34+
"mocha": "^10.2.0",
35+
"node-mocks-http": "^1.13.0",
3636
"should": "^13.2.3",
37-
"sinon": "^15.0.4",
38-
"supertest": "^6.3.2",
37+
"sinon": "^15.2.0",
38+
"supertest": "^6.3.3",
3939
"ts-node": "^10.9.1",
4040
"tsconfig": "*",
41-
"typescript": "latest"
41+
"typescript": "^5.2.2"
4242
},
4343
"engines": {
4444
"node": ">=16"

test/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
},
1515
"devDependencies": {
1616
"@types/mocha": "^10.0.1",
17-
"@types/node": "latest",
18-
"@types/rimraf": "^3",
19-
"@types/sinon": "^10.0.13",
17+
"@types/node": "^20.5.7",
18+
"@types/rimraf": "^3.0.2",
19+
"@types/sinon": "^10.0.16",
2020
"@types/supertest": "^2.0.12",
21-
"mocha": "^10.1.0",
21+
"mocha": "^10.2.0",
2222
"rimraf": "^3.0.2",
2323
"should": "^13.2.3",
24-
"sinon": "^15.0.4",
25-
"supertest": "^6.3.2",
24+
"sinon": "^15.2.0",
25+
"supertest": "^6.3.3",
2626
"ts-node": "^10.9.1",
2727
"tsconfig": "*",
28-
"typescript": "latest"
28+
"typescript": "^5.2.2"
2929
}
3030
}

0 commit comments

Comments
 (0)