Skip to content

Commit

Permalink
build(ts): update yarn and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Mar 22, 2023
1 parent e756ed9 commit 92fc352
Show file tree
Hide file tree
Showing 18 changed files with 479 additions and 460 deletions.
4 changes: 2 additions & 2 deletions oada/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

516 changes: 258 additions & 258 deletions oada/.yarn/releases/yarn-3.4.1.cjs → oada/.yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion oada/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ plugins:
- path: .yarn/plugins/@ojkelly/plugin-build.cjs
spec: "https://yarn.build/latest/build"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
2 changes: 1 addition & 1 deletion oada/libs/lib-arangodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/deep-equal": "^1.0.1",
"@types/flat": "^5.0.2",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"ava": "5.2.0",
"type-fest": "^3.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/lib-kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@ava/typescript": "^4.0.0",
"@types/convict": "^6.1.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/uuid": "^9.0.1",
"ava": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/lib-prom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@ava/typescript": "^4.0.0",
"@types/convict": "^6.1.1",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/ws": "^8.5.4",
"ava": "5.2.0",
"fastify-plugin": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/pino-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3"
"@types/node": "^18.15.5"
},
"peerDependencies": {
"debug": "*"
Expand Down
26 changes: 13 additions & 13 deletions oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"g:pino-pretty": "pino-pretty"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@tsconfig/node18": "^1.0.1",
"@types/eslint": "^8.21.2",
"@types/eslint": "^8.21.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@yarnpkg/sdks": "^3.0.0-rc.40",
"c8": "^7.13.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.56.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-array-func": "^3.1.8",
"eslint-plugin-ava": "^14.0.0",
Expand All @@ -45,14 +45,14 @@
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.12.0",
"eslint-plugin-regexp": "^1.13.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.18.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^46.0.0",
"get-port": "^6.1.2",
"prettier": "^2.8.4",
"typescript": "4.9.5",
"zx": "^7.2.0"
"prettier": "^2.8.6",
"typescript": "5.0.2",
"zx": "^7.2.1"
},
"dependencies": {
"pino-pretty": "^10.0.0"
Expand All @@ -66,5 +66,5 @@
"volta": {
"node": "18.13.0"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.0"
}
2 changes: 1 addition & 1 deletion oada/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/cors": "^2.8.13",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.6",
"@types/express-session": "^1.17.7",
"@types/jsonwebtoken": "^9.0.1",
"@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.4",
Expand Down
6 changes: 3 additions & 3 deletions oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@oada/permissions-handler": "^3.7.0",
"@oada/pino-debug": "^3.7.0",
"@oada/types": "^3.4.3",
"cacache": "^17.0.4",
"cacache": "^17.0.5",
"debug": "^4.3.4",
"es-main": "^1.2.0",
"eventemitter3": "^5.0.0",
"fastify": "4.14.1",
"fastify": "4.15.0",
"fastify-graceful-shutdown": "^3.4.0",
"fastify-healthcheck": "^4.4.0",
"json-ptr": "^3.1.1",
Expand All @@ -71,7 +71,7 @@
"@oada/write-handler": "^3.7.0",
"@types/cacache": "^15.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/type-is": "^1.6.3",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
Expand Down
2 changes: 1 addition & 1 deletion oada/services/permissions-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/type-is": "^1.6.3"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion oada/services/rev-graph-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@oada/client": "^4.5.0",
"@oada/write-handler": "^3.7.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/randomstring": "^1.1.8",
"ava": "5.2.0",
"type-fest": "^3.6.1"
Expand Down
2 changes: 1 addition & 1 deletion oada/services/startup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3"
"@types/node": "^18.15.5"
},
"volta": {
"node": "18.13.0"
Expand Down
2 changes: 1 addition & 1 deletion oada/services/sync-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@oada/write-handler": "^3.7.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3"
"@types/node": "^18.15.5"
},
"volta": {
"node": "18.13.0"
Expand Down
2 changes: 1 addition & 1 deletion oada/services/well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@oada/pino-debug": "^3.7.0",
"@oada/well-known-json": "^4.0.0",
"debug": "^4.3.4",
"fastify": "^4.14.1",
"fastify": "^4.15.0",
"got": "^12.6.0",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/services/write-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@oada/types": "^3.4.3",
"@types/debug": "^4.1.7",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.15.3",
"@types/node": "^18.15.5",
"@types/object-assign-deep": "^0.4.0",
"ava": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"composite": true,
"strict": true,
"alwaysStrict": true,
"importsNotUsedAsValues": "error",
"verbatimModuleSyntax": false,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down
Loading

0 comments on commit 92fc352

Please sign in to comment.