chore(deps-dev): bump the typescript-toolchain group across 1 directory with 2 updates #644
Annotations
15 errors
|
types
Property 'isPropertyAccessExpression' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Property 'isIdentifier' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Property 'isPropertyAccessExpression' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Property 'isElementAccessExpression' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Property 'isPropertyAccessExpression' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Property 'isNonNullExpression' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Property 'isParenthesizedExpression' does not exist on type 'typeof import("/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
types
Namespace '"/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Expression'.
|
|
types
Namespace '"/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'SourceFile'.
|
|
types
Namespace '"/home/runner/work/openmapx/openmapx/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Expression'.
|
|
test (node)
Process completed with exit code 1.
|
|
[node] apps/api/src/__tests__/no-unreturned-reply-send.test.ts > no unreturned reply.send() in the route surface > every reply.send()/.status().send() is returned:
apps/api/src/__tests__/no-unreturned-reply-send.test.ts#L58
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ findUnreturnedSends apps/api/src/__tests__/no-unreturned-reply-send.test.ts:58:61
❯ apps/api/src/__tests__/no-unreturned-reply-send.test.ts:86:7
❯ apps/api/src/__tests__/no-unreturned-reply-send.test.ts:85:29
|
|
[node] apps/api/src/__tests__/no-bare-env-fallback.test.ts > no bare ?? fallback on a process.env read > every process.env value read goes through envString/envInt:
apps/api/src/__tests__/no-bare-env-fallback.test.ts#L64
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ findBareEnvFallbacks apps/api/src/__tests__/no-bare-env-fallback.test.ts:64:61
❯ apps/api/src/__tests__/no-bare-env-fallback.test.ts:93:7
❯ apps/api/src/__tests__/no-bare-env-fallback.test.ts:92:29
|
|
[node] packages/mobility-formats-tomp/__tests__/tomp.test.ts > TOMP helpers > parses, validates, bundles, dereferences, and codegens modular TOMP OpenAPI documents:
packages/mobility-formats-tomp/tomp.ts#L476
TypeError: Cannot read properties of undefined (reading 'AnyKeyword')
❯ node_modules/.pnpm/@hey-api+openapi-ts@0.99.0_magicast@0.5.3_typescript@7.0.2/node_modules/@hey-api/openapi-ts/src/ts-dsl/type/ternary.ts:22:21
❯ generateTompSdk packages/mobility-formats-tomp/tomp.ts:476:51
❯ packages/mobility-formats-tomp/__tests__/tomp.test.ts:115:5
|
|
lint / types / test
Process completed with exit code 1.
|