Commit e54841e
committed
chore: Upgrade to TypeScript 7.0
Bump typescript to ~7.0.2 and apply the changes TS 7 requires:
- remove downlevelIteration and baseUrl (both removed in TS 7)
- set explicit rootDir on all emitting tsconfigs (now required)
- add DOM lib and node types to the shared base config
- scope DOM out of cloudflare (conflicts with workers-types)
- source fixes: BodyInit casts on transports, readonly web-vitals
globals, WebAssembly.Exception ts-expect-error removal, elysia
trace handler generic, replay paint entry ts-expect-error1 parent 21ebf07 commit e54841e
70 files changed
Lines changed: 249 additions & 64 deletions
File tree
- dev-packages
- bundler-plugin-integration-tests
- node-core-integration-tests
- node-integration-tests
- test-utils
- packages
- astro
- aws-serverless
- src/lambda-extension
- browser-utils
- src/metrics/web-vitals
- lib/polyfills
- browser
- src
- integrations
- transports
- bun
- src/transports
- cloudflare
- src
- core
- deno
- src/transports
- effect
- elysia
- src
- ember
- feedback
- gatsby
- google-cloud-serverless
- hono
- integration-shims
- nestjs
- nextjs
- nitro
- node-core
- node-native
- node
- nuxt
- opentelemetry
- profiling-node
- react-router
- react
- remix
- replay-canvas
- replay-internal
- src/util
- replay-worker
- solidstart
- solid
- sveltekit
- svelte
- tanstackstart-react
- tanstackstart
- typescript
- types
- vercel-edge
- src/transports
- vue
- wasm
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments