Skip to content

Commit

Permalink
Upgrade packages (#55)
Browse files Browse the repository at this point in the history
* Upgrade packages

* parallel gha

* or not

* and upgrade eslint
  • Loading branch information
nickrttn committed Apr 9, 2024
1 parent 0a3041d commit 1733077
Show file tree
Hide file tree
Showing 22 changed files with 743 additions and 629 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"replace": "1.2.2"
},
"devDependencies": {
"@types/node": "^18.18.13",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^20.12.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-transloadit": "^3.0.0-0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -43,16 +43,16 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-import": "^0.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-transloadit": "^0.2.0",
"fakefile": "1.1.0",
"lerna": "^8.0.2",
"lerna": "^8.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.9",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.14",
"sucrase": "^3.35.0",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},
"packageManager": "yarn@4.0.1+sha224.ca5d6f5a8aecd0801adc32f775675b01961bdc2383867d36f4732a0a",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/abbr/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
2 changes: 1 addition & 1 deletion packages/analyze-step/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.14.202"
"@types/lodash": "^4.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/analyze-step/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"rootDir": "src/",
"paths": {
"@transloadit/format-duration-ms": ["../format-duration-ms"],
"@transloadit/prettier-bytes": ["../prettier-bytes"],
},
"@transloadit/prettier-bytes": ["../prettier-bytes"]
}
},
"references": [{ "path": "../format-duration-ms" }, { "path": "../prettier-bytes" }],
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/enrich-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"get-urls": "10.0.1",
"nan": "^2.18.0",
"nan": "^2.19.0",
"re2": "patch:re2@npm%3A1.20.9#~/.yarn/patches/re2-npm-1.20.9-65a014d791.patch",
"tall": "^8.0.0",
"twitter-text": "^3.1.0"
},
"devDependencies": {
"@types/twitter-text": "^3.1.9"
"@types/twitter-text": "^3.1.10"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/enrich-tweet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/file-exists/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/format-duration-ms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/has-property/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
6 changes: 3 additions & 3 deletions packages/post/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"rootDir": "src/",
"paths": {
"@transloadit/file-exists": ["../file-exists"],
"@transloadit/slugify": ["../slugify"],
},
"@transloadit/slugify": ["../slugify"]
}
},
"references": [{ "path": "../file-exists" }, { "path": "../slugify" }],
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/pr/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
6 changes: 3 additions & 3 deletions packages/prd/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"outDir": "dist/",
"rootDir": "src/",
"paths": {
"@transloadit/pr": ["../pr"],
},
"@transloadit/pr": ["../pr"]
}
},
"include": ["src/"],
"references": [{ "path": "../pr" }],
"references": [{ "path": "../pr" }]
}
4 changes: 2 additions & 2 deletions packages/prettier-bytes/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/slugify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
8 changes: 4 additions & 4 deletions packages/sort-assembly/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"paths": {
"@transloadit/has-property": ["../has-property"],
"@transloadit/sort-object-by-prio": ["../sort-object-by-prio"],
"@transloadit/sort-result": ["../sort-result"],
},
"@transloadit/sort-result": ["../sort-result"]
}
},
"references": [
{ "path": "../has-property" },
{ "path": "../sort-object-by-prio" },
{ "path": "../sort-result" },
{ "path": "../sort-result" }
],
"include": ["src/"],
"include": ["src/"]
}
6 changes: 3 additions & 3 deletions packages/sort-object-by-prio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"outDir": "dist/",
"rootDir": "src/",
"paths": {
"@transloadit/has-property": ["../sort-object"],
},
"@transloadit/has-property": ["../sort-object"]
}
},
"references": [{ "path": "../sort-object" }],
"include": ["src/"],
"include": ["src/"]
}
6 changes: 3 additions & 3 deletions packages/sort-object/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"outDir": "dist/",
"rootDir": "src/",
"paths": {
"@transloadit/has-property": ["../has-property"],
},
"@transloadit/has-property": ["../has-property"]
}
},
"references": [{ "path": "../has-property" }],
"include": ["src/"],
"include": ["src/"]
}
6 changes: 3 additions & 3 deletions packages/sort-result-meta/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"rootDir": "src/",
"paths": {
"@transloadit/has-property": ["../has-property"],
"@transloadit/sort-object-by-prio": ["../sort-object-by-prio"],
},
"@transloadit/sort-object-by-prio": ["../sort-object-by-prio"]
}
},
"references": [{ "path": "../has-property" }, { "path": "../sort-object-by-prio" }],
"include": ["src/"],
"include": ["src/"]
}
8 changes: 4 additions & 4 deletions packages/sort-result/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"paths": {
"@transloadit/has-property": ["../has-property"],
"@transloadit/sort-object-by-prio": ["../sort-object-by-prio"],
"@transloadit/sort-result": ["../sort-result-meta"],
},
"@transloadit/sort-result": ["../sort-result-meta"]
}
},
"references": [
{ "path": "../has-property" },
{ "path": "../sort-object-by-prio" },
{ "path": "../sort-result-meta" },
{ "path": "../sort-result-meta" }
],
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions packages/trigger-pager/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src/",
"rootDir": "src/"
},
"include": ["src/"],
"include": ["src/"]
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"declaration": true,
"composite": true,
"incremental": true,
"removeComments": true,
"removeComments": true
},
"exclude": ["node_modules", "**/*.test.ts"],
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit 1733077

Please sign in to comment.