chore: upgrade to TypeScript 7 #9539
pr_checks.yml
on: pull_request
Detect changes
7s
code-quality
/
code-quality
1m 56s
Matrix: e2e / cli-v3
Matrix: packages / 🧪 Unit Tests: Packages
Matrix: sdk-compat / node-compat
Matrix: webapp / 🧪 Unit Tests: Webapp
typecheck
/
typecheck
1m 20s
runops-guard
/
runops-guard
1m 39s
e2e-webapp
/
🧪 E2E Tests: Webapp
5m 36s
internal
/
🧪 Unit Tests: Internal
1m 32s
obsmap
/
🧪 Unit Tests: Observability Map
1m 22s
sdk-compat
/
Bun Runtime
1m 46s
sdk-compat
/
Deno Runtime
1m 47s
sdk-compat
/
Cloudflare Workers
1m 52s
All PR Checks
6s
Annotations
32 errors and 4 warnings
|
typecheck / typecheck
Property 'isPropertyAccessExpression' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Property 'isCallExpression' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Node'.
|
|
typecheck / typecheck
Property 'ScriptTarget' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Property 'createSourceFile' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Property 'forEachChild' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Property 'getLeadingCommentRanges' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Node'.
|
|
typecheck / typecheck
Property 'ScriptTarget' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
typecheck / typecheck
Property 'createSourceFile' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
src/cli.test.ts > map > writes the report where --out names it when not asked to skip the write:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:144:15
|
|
src/cli.test.ts > map > renders the whole report without writing when asked not to:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:130:15
|
|
src/cli.test.ts > map <target> > honours --json for a single route instead of printing the text format:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:112:15
|
|
src/cli.test.ts > map <target> > says so rather than printing a bare 100 when nothing applied:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:105:15
|
|
src/cli.test.ts > map <target> > prefers an exact match over the routes it is a prefix of:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:99:15
|
|
src/cli.test.ts > map <target> > warns when a prefix matches more than one route rather than silently taking the first:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:90:15
|
|
src/cli.test.ts > map <target> > exits 1 with a message when nothing matches:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:84:15
|
|
src/cli.test.ts > map <target> > accepts a directory route by the path its directory segment spells:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:78:15
|
|
src/cli.test.ts > map <target> > accepts a file name too:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:72:15
|
|
src/cli.test.ts > map <target> > accepts the route path the report prints:
internal-packages/observability-map/src/scan.ts#L1289
TypeError: Cannot read properties of undefined (reading 'Latest')
❯ scanFile src/scan.ts:1289:68
❯ scan src/scan.ts:1632:12
❯ scanDirectory src/scan.ts:1645:45
❯ main src/cli.ts:92:42
❯ run src/cli.test.ts:57:16
❯ src/cli.test.ts:65:15
|
|
internal / 🧪 Unit Tests: Internal
Process completed with exit code 1.
|
|
internal / 🧪 Unit Tests: Internal
Property 'isParenthesizedExpression' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
internal / 🧪 Unit Tests: Internal
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Expression'.
|
|
internal / 🧪 Unit Tests: Internal
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Expression'.
|
|
internal / 🧪 Unit Tests: Internal
Property 'isArrowFunction' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
internal / 🧪 Unit Tests: Internal
Property 'isFunctionExpression' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
internal / 🧪 Unit Tests: Internal
Property 'isFunctionDeclaration' does not exist on type 'typeof import("/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version")'.
|
|
internal / 🧪 Unit Tests: Internal
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'Node'.
|
|
internal / 🧪 Unit Tests: Internal
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'ArrowFunction'.
|
|
internal / 🧪 Unit Tests: Internal
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'FunctionExpression'.
|
|
internal / 🧪 Unit Tests: Internal
Namespace '"/home/runner/work/trigger.dev/trigger.dev/node_modules/.pnpm/typescript@7.0.2/node_modules/typescript/lib/version"' has no exported member 'FunctionDeclaration'.
|
|
All PR Checks
Process completed with exit code 1.
|
|
typecheck / typecheck
Failed to restore: Cache service responded with 404
|
|
typecheck / typecheck
Failed to restore: Cache service responded with 404
|
|
obsmap / 🧪 Unit Tests: Observability Map
Failed to restore: Cache service responded with 404
|
|
eslint(no-constant-condition):
apps/webapp/test/helpers/sessionStream.ts#L277
Unexpected constant condition
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
packages-blob-report-1
Expired
|
89.7 KB |
sha256:ea660b1a970f32571aa5077f80f29fc53089b53254e7da5505c8d7b92fb549cf
|
|
|
packages-blob-report-2
Expired
|
74.5 KB |
sha256:fed6866d781a354d5c4d6b7fec6f17a23600b2efbb10580077a414090c98c0ce
|
|
|
packages-blob-report-3
Expired
|
91 KB |
sha256:d6ba5d1984fa230c9bd910ad841ed6fc7e8537cb3c365ff5adef947b873132bc
|
|
|
webapp-blob-report-1
Expired
|
66.4 KB |
sha256:4d4aeee5fe5379f01935a492fe519982b58b613c47820c5b335e443e6ab06383
|
|
|
webapp-blob-report-10
Expired
|
85.3 KB |
sha256:14afb26a8e0af28709d9d5d0e1928836cf58b1b5d4cdd8fa1c2f3c589df8bcdb
|
|
|
webapp-blob-report-11
Expired
|
89.4 KB |
sha256:8316c9f932e68aa21bd43848a02e62041fdb52b428397a6d45af1b8e173ac646
|
|
|
webapp-blob-report-12
Expired
|
82.1 KB |
sha256:e05ca492362777cc946c7e19e295bba417847743d26d35ff5605afd782cb65ea
|
|
|
webapp-blob-report-2
Expired
|
86 KB |
sha256:5bcf17df27a217e343aad9136a29cf3e31634f6acfacb3b6c59b605fb4e4ca75
|
|
|
webapp-blob-report-3
Expired
|
83.3 KB |
sha256:4d1c9da4ce84a02e1bbb5521660973fb1855f5fcd9f60419fd9611b06a6a5f0d
|
|
|
webapp-blob-report-4
Expired
|
88.2 KB |
sha256:df29e30331e77afa1aee48737d54a34574365f1fc7d23715d73861090118d559
|
|
|
webapp-blob-report-5
Expired
|
96.6 KB |
sha256:df0494345d9fda7b8e7a5f2391aa5a452cc6312762a64204640d2446414e2dee
|
|
|
webapp-blob-report-6
Expired
|
99.6 KB |
sha256:33429bcd89c6cf87d58beea141da635f6fec81e8796e80dfe0ab0755e3b01cf0
|
|
|
webapp-blob-report-7
Expired
|
68.8 KB |
sha256:266732af1328d2d00bd076d51099d88396b42d8a1feabe8725b94faa63490141
|
|
|
webapp-blob-report-8
Expired
|
89.7 KB |
sha256:eb33b1a2d90dc92fde0e40e5e1a7870200461b9fb0c7f3c1d453828ef86027f3
|
|
|
webapp-blob-report-9
Expired
|
78.9 KB |
sha256:e8c219b5b3cb140f557f09867826ccaa896739348f507ae9fc6e2666c054b520
|
|