Skip to content

Commit

Permalink
chore(deps): Upgrade TypeScript from 4.9 to 5.2 (cube-js#6511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr authored Nov 3, 2023
1 parent e3bbfdb commit 1b37f23
Show file tree
Hide file tree
Showing 42 changed files with 58 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rimraf": "^3.0.2",
"rollup": "2.53.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mysql": "^2.18.1",
"should": "^13.2.3",
"supertest": "^4.0.2",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-athena-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@cubejs-backend/linter": "^0.34.0",
"@cubejs-backend/testing-shared": "^0.34.13",
"@types/ramda": "^0.27.40",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-backend-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/jest": "^26.0.20",
"@types/request-promise": "^4.1.46",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"dependencies": {
"@cubejs-backend/dotenv": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-backend-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "^26.0.20",
"@types/node": "^14",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-backend-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cargo-cp-artifact": "^0.1",
"jest": "^26",
"mysql2": "^2.3.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"dependencies": {
"@cubejs-backend/cubesql": "^0.34.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-backend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/shelljs": "^0.8.5",
"@types/throttle-debounce": "^2.1.0",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"dependencies": {
"@oclif/color": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-base-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^14",
"@types/ramda": "^0.27.32",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-bigquery-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@cubejs-backend/testing-shared": "^0.34.13",
"@types/dedent": "^0.7.0",
"@types/ramda": "^0.27.40",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/semver": "^7.3.4",
"husky": "^4.2.3",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-clickhouse-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "26.6.3",
"stream-to-array": "^2.3.0",
"testcontainers": "^8.12",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-ws-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/ws": "^7.2.9",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-crate-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@cubejs-backend/linter": "^0.34.0",
"@cubejs-backend/testing-shared": "^0.34.13",
"testcontainers": "^8.12",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-cubestore-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^14",
"@types/ws": "^7.4.0",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-databricks-jdbc-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/ramda": "^0.27.34",
"@types/uuid": "^8.3.4",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-dbt-schema-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "^26.0.24",
"jest": "^26.6.3",
"stream-to-array": "^2.3.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"eslintConfig": {
"extends": "../cubejs-linter"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@cubejs-backend/sqlite-driver": "^0.34.12",
"@cubejs-backend/trino-driver": "^0.34.13",
"cubejs-cli": "^0.34.13",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"resolutions": {
"colors": "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-druid-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^14",
"jest": "^26.6.3",
"testcontainers": "^8.12",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-duckdb-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/jest": "^26.0.14",
"@types/node": "^14",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-firebolt-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@cubejs-backend/linter": "^0.34.0",
"@cubejs-backend/testing-shared": "^0.34.13",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-jdbc-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@types/generic-pool": "^3.1.9",
"@types/node": "^14",
"@types/sqlstring": "^2.3.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/cubejs-ksql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.34.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/cubejs-materialize-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@cubejs-backend/linter": "^0.34.0",
"@cubejs-backend/testing": "^0.34.13",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-mongobi-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@cubejs-backend/linter": "^0.34.0",
"@types/generic-pool": "^3.1.9",
"testcontainers": "^9.8.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"eslintConfig": {
"extends": "../cubejs-linter"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-mysql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "^26.6.3",
"stream-to-array": "^2.3.0",
"testcontainers": "^8.12",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"eslintConfig": {
"extends": "../cubejs-linter"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"recursive-readdir": "^2.2.2",
"styled-components": "5.2.0",
"tslib": "^2.3.0",
"typescript": "~4.9.5",
"typescript": "~5.2.2",
"vite": "^3.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-postgres-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cubejs-backend/linter": "^0.34.0",
"@cubejs-backend/testing-shared": "^0.34.13",
"testcontainers": "^8.4.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-prestodb-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "^26.6.3",
"should": "^13.2.3",
"testcontainers": "^8.12",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"eslintConfig": {
"extends": "../cubejs-linter"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-query-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/redis": "^2.8.28",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-questdb-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cubejs-backend/linter": "^0.34.0",
"@cubejs-backend/testing-shared": "^0.34.13",
"testcontainers": "^8.4.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-redshift-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^0.34.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"source-map-support": "^0.5.19",
"sqlstring": "^2.3.1",
"testcontainers": "^8.12",
"typescript": "~4.9.5",
"typescript": "~5.2.2",
"uuid": "^8.3.2"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/ramda": "^0.27.34",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/ws": "^7.2.9",
"@types/yarnpkg__lockfile": "^1.1.4",
"jest": "^26.0.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"license": "Apache-2.0",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-snowflake-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@cubejs-backend/linter": "^0.34.0",
"@types/snowflake-sdk": "^1.6.8",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/cubejs-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.34.0",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/cubejs-testing-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jsonwebtoken": "^8.5.1",
"ramda": "^0.28.0",
"testcontainers": "^9.3.0",
"typescript": "~4.9.5",
"typescript": "~5.2.2",
"yaml": "^1.10.2",
"yargs": "^17.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-testing-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/jest": "^26.0.22",
"@types/node": "^14",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"jest": {
"coveragePathIgnorePatterns": [
Expand Down
14 changes: 14 additions & 0 deletions packages/cubejs-testing/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "../tsconfig.json",
"include": [
"src",
"test"
],
"compilerOptions": {
"types": ["cypress", "@4tw/cypress-drag-drop"],
"outDir": "dist",
"rootDir": ".",
"baseUrl": ".",
"sourceMap": false
}
}
2 changes: 1 addition & 1 deletion packages/cubejs-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"pg": "^8.7.3",
"typescript": "~4.9.5",
"typescript": "~5.2.2",
"yaml": "^1.10.2"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion rust/cubestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/jest": "^26.0.22",
"@types/node": "^12",
"jest": "^26.6.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27843,10 +27843,10 @@ [email protected], typescript@~4.3.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==

typescript@~4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@~5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

ua-parser-js@^0.7.30:
version "0.7.31"
Expand Down

0 comments on commit 1b37f23

Please sign in to comment.