diff --git a/package.json b/package.json index ca1d2f945..9497660d4 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "oxlint-tsgolint": "0.23.0", "prettier": "3.8.4", "typedoc": "0.28.20", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "resolutions": { "collect-v8-coverage": "^1.0.3" }, - "packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7" + "packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697" } diff --git a/packages/entity-cache-adapter-local-memory/package.json b/packages/entity-cache-adapter-local-memory/package.json index 9c32193e8..7995b7ba5 100644 --- a/packages/entity-cache-adapter-local-memory/package.json +++ b/packages/entity-cache-adapter-local-memory/package.json @@ -32,7 +32,7 @@ "@expo/entity-testing-utils": "workspace:^", "@isaacs/ttlcache": "2.1.5", "@jest/globals": "30.4.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-cache-adapter-redis/package.json b/packages/entity-cache-adapter-redis/package.json index dce55e513..f9e4aa485 100644 --- a/packages/entity-cache-adapter-redis/package.json +++ b/packages/entity-cache-adapter-redis/package.json @@ -34,7 +34,7 @@ "@jest/globals": "30.4.1", "ioredis": "5.11.1", "ts-mockito": "2.6.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "peerDependencies": { "ioredis": ">=5" diff --git a/packages/entity-codemod/package.json b/packages/entity-codemod/package.json index edb4da453..96a2d118e 100644 --- a/packages/entity-codemod/package.json +++ b/packages/entity-codemod/package.json @@ -29,7 +29,7 @@ "@types/jscodeshift": "17.3.0", "@types/node": "24.13.3", "jscodeshift": "17.3.0", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-database-adapter-knex-testing-utils/package.json b/packages/entity-database-adapter-knex-testing-utils/package.json index 021b0bcc5..202788691 100644 --- a/packages/entity-database-adapter-knex-testing-utils/package.json +++ b/packages/entity-database-adapter-knex-testing-utils/package.json @@ -34,7 +34,7 @@ "@jest/globals": "30.4.1", "@types/invariant": "2.2.37", "@types/node": "24.13.3", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "peerDependencies": { "@jest/globals": "*" diff --git a/packages/entity-database-adapter-knex/package.json b/packages/entity-database-adapter-knex/package.json index fb83f59a8..87953a2b6 100644 --- a/packages/entity-database-adapter-knex/package.json +++ b/packages/entity-database-adapter-knex/package.json @@ -34,7 +34,7 @@ "@jest/globals": "30.4.1", "pg": "8.22.0", "ts-mockito": "2.6.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-example/package.json b/packages/entity-example/package.json index 17439a7bd..a48f0802d 100644 --- a/packages/entity-example/package.json +++ b/packages/entity-example/package.json @@ -36,7 +36,7 @@ "@types/koa__router": "12.0.5", "@types/supertest": "7.2.1", "supertest": "7.2.2", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=20" diff --git a/packages/entity-full-integration-tests/package.json b/packages/entity-full-integration-tests/package.json index 83a7970c1..deff20953 100644 --- a/packages/entity-full-integration-tests/package.json +++ b/packages/entity-full-integration-tests/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@jest/globals": "30.4.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-ip-address-field/package.json b/packages/entity-ip-address-field/package.json index dd5b0b21c..b28835580 100644 --- a/packages/entity-ip-address-field/package.json +++ b/packages/entity-ip-address-field/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@expo/entity-testing-utils": "workspace:^", "@jest/globals": "30.4.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-secondary-cache-local-memory/package.json b/packages/entity-secondary-cache-local-memory/package.json index 6fd6c48a2..6e266bd8a 100644 --- a/packages/entity-secondary-cache-local-memory/package.json +++ b/packages/entity-secondary-cache-local-memory/package.json @@ -33,7 +33,7 @@ "@expo/nullthrows": "2.1.0", "@isaacs/ttlcache": "2.1.5", "@jest/globals": "30.4.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-secondary-cache-redis/package.json b/packages/entity-secondary-cache-redis/package.json index db37cade9..cc9782b4d 100644 --- a/packages/entity-secondary-cache-redis/package.json +++ b/packages/entity-secondary-cache-redis/package.json @@ -32,7 +32,7 @@ "@expo/nullthrows": "2.1.0", "@jest/globals": "30.4.1", "ioredis": "5.11.1", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "engines": { "node": ">=18" diff --git a/packages/entity-testing-utils/package.json b/packages/entity-testing-utils/package.json index 0cf4a87e9..44a01bd7f 100644 --- a/packages/entity-testing-utils/package.json +++ b/packages/entity-testing-utils/package.json @@ -33,7 +33,7 @@ "@jest/globals": "30.4.1", "@types/lodash-es": "4.17.12", "@types/node": "24.13.3", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "peerDependencies": { "@jest/globals": "*" diff --git a/packages/entity/package.json b/packages/entity/package.json index 12c46f43b..14510e8b6 100644 --- a/packages/entity/package.json +++ b/packages/entity/package.json @@ -36,7 +36,7 @@ "@types/node": "24.13.3", "lodash-es": "4.18.1", "ts-mockito": "2.6.1", - "typescript": "6.0.3", + "typescript": "7.0.2", "uuid": "14.0.1" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 028e14931..45562191b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # Manual changes might be lost - proceed with caution! __metadata: - version: 8 + version: 10 cacheKey: 10c0 "@apollo/cache-control-types@npm:^1.0.3": @@ -845,7 +845,7 @@ __metadata: "@expo/entity-testing-utils": "workspace:^" "@isaacs/ttlcache": "npm:2.1.5" "@jest/globals": "npm:30.4.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -859,7 +859,7 @@ __metadata: "@jest/globals": "npm:30.4.1" ioredis: "npm:5.11.1" ts-mockito: "npm:2.6.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" peerDependencies: ioredis: ">=5" languageName: unknown @@ -873,7 +873,7 @@ __metadata: "@types/jscodeshift": "npm:17.3.0" "@types/node": "npm:24.13.3" jscodeshift: "npm:17.3.0" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -887,7 +887,7 @@ __metadata: "@types/invariant": "npm:2.2.37" "@types/node": "npm:24.13.3" invariant: "npm:^2.2.4" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" uuid: "npm:^14.0.0" peerDependencies: "@jest/globals": "*" @@ -904,7 +904,7 @@ __metadata: knex: "npm:^3.2.9" pg: "npm:8.22.0" ts-mockito: "npm:2.6.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -927,7 +927,7 @@ __metadata: graphql: "npm:16.13.2" koa: "npm:3.2.1" supertest: "npm:7.2.2" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -939,7 +939,7 @@ __metadata: "@expo/entity-cache-adapter-redis": "workspace:^" "@expo/entity-database-adapter-knex": "workspace:^" "@jest/globals": "npm:30.4.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -951,7 +951,7 @@ __metadata: "@expo/entity-testing-utils": "workspace:^" "@jest/globals": "npm:30.4.1" ip-address: "npm:^10.1.0" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -964,7 +964,7 @@ __metadata: "@expo/nullthrows": "npm:2.1.0" "@isaacs/ttlcache": "npm:2.1.5" "@jest/globals": "npm:30.4.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -977,7 +977,7 @@ __metadata: "@expo/nullthrows": "npm:2.1.0" "@jest/globals": "npm:30.4.1" ioredis: "npm:5.11.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -991,7 +991,7 @@ __metadata: "@types/node": "npm:24.13.3" lodash-es: "npm:^4.17.23" ts-mockito: "npm:^2.6.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" peerDependencies: "@jest/globals": "*" languageName: unknown @@ -1010,7 +1010,7 @@ __metadata: invariant: "npm:^2.2.4" lodash-es: "npm:4.18.1" ts-mockito: "npm:2.6.1" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" uuid: "npm:14.0.1" languageName: unknown linkType: soft @@ -3314,6 +3314,146 @@ __metadata: languageName: node linkType: hard +"@typescript/typescript-aix-ppc64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-aix-ppc64@npm:7.0.2" + conditions: os=aix & cpu=ppc64 + languageName: node + linkType: hard + +"@typescript/typescript-darwin-arm64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-darwin-arm64@npm:7.0.2" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@typescript/typescript-darwin-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-darwin-x64@npm:7.0.2" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@typescript/typescript-freebsd-arm64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-freebsd-arm64@npm:7.0.2" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + +"@typescript/typescript-freebsd-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-freebsd-x64@npm:7.0.2" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + +"@typescript/typescript-linux-arm64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-arm64@npm:7.0.2" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + +"@typescript/typescript-linux-arm@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-arm@npm:7.0.2" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@typescript/typescript-linux-loong64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-loong64@npm:7.0.2" + conditions: os=linux & cpu=loong64 + languageName: node + linkType: hard + +"@typescript/typescript-linux-mips64el@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-mips64el@npm:7.0.2" + conditions: os=linux & cpu=mips64el + languageName: node + linkType: hard + +"@typescript/typescript-linux-ppc64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-ppc64@npm:7.0.2" + conditions: os=linux & cpu=ppc64 + languageName: node + linkType: hard + +"@typescript/typescript-linux-riscv64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-riscv64@npm:7.0.2" + conditions: os=linux & cpu=riscv64 + languageName: node + linkType: hard + +"@typescript/typescript-linux-s390x@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-s390x@npm:7.0.2" + conditions: os=linux & cpu=s390x + languageName: node + linkType: hard + +"@typescript/typescript-linux-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-linux-x64@npm:7.0.2" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + +"@typescript/typescript-netbsd-arm64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-netbsd-arm64@npm:7.0.2" + conditions: os=netbsd & cpu=arm64 + languageName: node + linkType: hard + +"@typescript/typescript-netbsd-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-netbsd-x64@npm:7.0.2" + conditions: os=netbsd & cpu=x64 + languageName: node + linkType: hard + +"@typescript/typescript-openbsd-arm64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-openbsd-arm64@npm:7.0.2" + conditions: os=openbsd & cpu=arm64 + languageName: node + linkType: hard + +"@typescript/typescript-openbsd-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-openbsd-x64@npm:7.0.2" + conditions: os=openbsd & cpu=x64 + languageName: node + linkType: hard + +"@typescript/typescript-sunos-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-sunos-x64@npm:7.0.2" + conditions: os=sunos & cpu=x64 + languageName: node + linkType: hard + +"@typescript/typescript-win32-arm64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-win32-arm64@npm:7.0.2" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@typescript/typescript-win32-x64@npm:7.0.2": + version: 7.0.2 + resolution: "@typescript/typescript-win32-x64@npm:7.0.2" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.3.0": version: 1.3.0 resolution: "@ungap/structured-clone@npm:1.3.0" @@ -9657,7 +9797,7 @@ __metadata: "resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin": version: 1.22.12 - resolution: "resolve@patch:resolve@npm%3A1.22.12#optional!builtin::version=1.22.12&hash=c3c19d" + resolution: "resolve@patch:resolve@npm%3A1.22.12#optional!builtin::version=1.22.12&hash=9bd1a5" dependencies: es-errors: "npm:^1.3.0" is-core-module: "npm:^2.16.1" @@ -9665,7 +9805,7 @@ __metadata: supports-preserve-symlinks-flag: "npm:^1.0.0" bin: resolve: bin/resolve - checksum: 10c0/fc6519984ae1f894d877c0060ba8b1f5ba3bc0e85a02f74e141929c118c23d74d9735619a9cc2965397387e514884245c65d72a40731dcb6cfc84c7bcdc8321e + checksum: 10c0/e12af106e16e652bd83060e8afacece4ee3dcbd0f4cf028e3d9ad178e6ced9ecb1c87ee60158b239582313902a717f8adc57a9b76ea54b1994141ba15f420c65 languageName: node linkType: hard @@ -9708,7 +9848,7 @@ __metadata: oxlint-tsgolint: "npm:0.23.0" prettier: "npm:3.8.4" typedoc: "npm:0.28.20" - typescript: "npm:6.0.3" + typescript: "npm:7.0.2" languageName: unknown linkType: soft @@ -10711,13 +10851,74 @@ __metadata: languageName: node linkType: hard -"typescript@npm:6.0.3": - version: 6.0.3 - resolution: "typescript@npm:6.0.3" +"typescript@npm:7.0.2": + version: 7.0.2 + resolution: "typescript@npm:7.0.2" + dependencies: + "@typescript/typescript-aix-ppc64": "npm:7.0.2" + "@typescript/typescript-darwin-arm64": "npm:7.0.2" + "@typescript/typescript-darwin-x64": "npm:7.0.2" + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" + "@typescript/typescript-freebsd-x64": "npm:7.0.2" + "@typescript/typescript-linux-arm": "npm:7.0.2" + "@typescript/typescript-linux-arm64": "npm:7.0.2" + "@typescript/typescript-linux-loong64": "npm:7.0.2" + "@typescript/typescript-linux-mips64el": "npm:7.0.2" + "@typescript/typescript-linux-ppc64": "npm:7.0.2" + "@typescript/typescript-linux-riscv64": "npm:7.0.2" + "@typescript/typescript-linux-s390x": "npm:7.0.2" + "@typescript/typescript-linux-x64": "npm:7.0.2" + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" + "@typescript/typescript-netbsd-x64": "npm:7.0.2" + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" + "@typescript/typescript-openbsd-x64": "npm:7.0.2" + "@typescript/typescript-sunos-x64": "npm:7.0.2" + "@typescript/typescript-win32-arm64": "npm:7.0.2" + "@typescript/typescript-win32-x64": "npm:7.0.2" + dependenciesMeta: + "@typescript/typescript-aix-ppc64": + optional: true + "@typescript/typescript-darwin-arm64": + optional: true + "@typescript/typescript-darwin-x64": + optional: true + "@typescript/typescript-freebsd-arm64": + optional: true + "@typescript/typescript-freebsd-x64": + optional: true + "@typescript/typescript-linux-arm": + optional: true + "@typescript/typescript-linux-arm64": + optional: true + "@typescript/typescript-linux-loong64": + optional: true + "@typescript/typescript-linux-mips64el": + optional: true + "@typescript/typescript-linux-ppc64": + optional: true + "@typescript/typescript-linux-riscv64": + optional: true + "@typescript/typescript-linux-s390x": + optional: true + "@typescript/typescript-linux-x64": + optional: true + "@typescript/typescript-netbsd-arm64": + optional: true + "@typescript/typescript-netbsd-x64": + optional: true + "@typescript/typescript-openbsd-arm64": + optional: true + "@typescript/typescript-openbsd-x64": + optional: true + "@typescript/typescript-sunos-x64": + optional: true + "@typescript/typescript-win32-arm64": + optional: true + "@typescript/typescript-win32-x64": + optional: true bin: tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/4a25ff5045b984370f48f196b3a0120779b1b343d40b9a68d114ea5e5fff099809b2bb777576991a63a5cd59cf7bffd96ff6fe10afcefbcb8bd6fb96ad4b6606 + checksum: 10c0/3dcee51ec8c332492325bcdbf7df48b66668751f127e622ae7d41b6c716eb19184424a45e14f7750f50f340232388b69e6287859155f06a5ce2df76f12cb31cf languageName: node linkType: hard @@ -10731,13 +10932,74 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A6.0.3#optional!builtin": - version: 6.0.3 - resolution: "typescript@patch:typescript@npm%3A6.0.3#optional!builtin::version=6.0.3&hash=5786d5" +"typescript@patch:typescript@npm%3A7.0.2#optional!builtin": + version: 7.0.2 + resolution: "typescript@patch:typescript@npm%3A7.0.2#optional!builtin::version=7.0.2&hash=3bafbf" + dependencies: + "@typescript/typescript-aix-ppc64": "npm:7.0.2" + "@typescript/typescript-darwin-arm64": "npm:7.0.2" + "@typescript/typescript-darwin-x64": "npm:7.0.2" + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" + "@typescript/typescript-freebsd-x64": "npm:7.0.2" + "@typescript/typescript-linux-arm": "npm:7.0.2" + "@typescript/typescript-linux-arm64": "npm:7.0.2" + "@typescript/typescript-linux-loong64": "npm:7.0.2" + "@typescript/typescript-linux-mips64el": "npm:7.0.2" + "@typescript/typescript-linux-ppc64": "npm:7.0.2" + "@typescript/typescript-linux-riscv64": "npm:7.0.2" + "@typescript/typescript-linux-s390x": "npm:7.0.2" + "@typescript/typescript-linux-x64": "npm:7.0.2" + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" + "@typescript/typescript-netbsd-x64": "npm:7.0.2" + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" + "@typescript/typescript-openbsd-x64": "npm:7.0.2" + "@typescript/typescript-sunos-x64": "npm:7.0.2" + "@typescript/typescript-win32-arm64": "npm:7.0.2" + "@typescript/typescript-win32-x64": "npm:7.0.2" + dependenciesMeta: + "@typescript/typescript-aix-ppc64": + optional: true + "@typescript/typescript-darwin-arm64": + optional: true + "@typescript/typescript-darwin-x64": + optional: true + "@typescript/typescript-freebsd-arm64": + optional: true + "@typescript/typescript-freebsd-x64": + optional: true + "@typescript/typescript-linux-arm": + optional: true + "@typescript/typescript-linux-arm64": + optional: true + "@typescript/typescript-linux-loong64": + optional: true + "@typescript/typescript-linux-mips64el": + optional: true + "@typescript/typescript-linux-ppc64": + optional: true + "@typescript/typescript-linux-riscv64": + optional: true + "@typescript/typescript-linux-s390x": + optional: true + "@typescript/typescript-linux-x64": + optional: true + "@typescript/typescript-netbsd-arm64": + optional: true + "@typescript/typescript-netbsd-x64": + optional: true + "@typescript/typescript-openbsd-arm64": + optional: true + "@typescript/typescript-openbsd-x64": + optional: true + "@typescript/typescript-sunos-x64": + optional: true + "@typescript/typescript-win32-arm64": + optional: true + "@typescript/typescript-win32-x64": + optional: true bin: tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/2f25c74e65663c248fa1ade2b8459d9ce5372ff9dad07067310f132966ebec1d93f6c42f0baf77a6b6a7a91460463f708e6887013aaade22111037457c6b25df + checksum: 10c0/6b3cdc369cd829d46e00734ea64233ee84419c2825ad8fe408915adde77abced4b7a2401f7eed517d54a7a4f5d1c1869753cb99018df1c2159c761d9f33483a6 languageName: node linkType: hard