Commit 254056d
committed
feat(v11): Drop TypeScript 3.8 support
Minimum supported TypeScript is now 5.0, so remove the downlevel-dts
type path and the TS 3.8 test surface:
- drop each package's typesVersions "<5.0" mapping and the
build:types:downlevel step (build:types is just tsc now)
- remove downlevel-dts and the ts3.8 shim scripts/type-shims
- bump the node integration-test TS matrix to 5.0 (use-ts-5_0)
- drop the TS 3.8 e2e variants and the generic-ts3.8 app
- use the built-in Awaited type instead of the vendored shim1 parent 0f1a2aa commit 254056d
69 files changed
Lines changed: 82 additions & 776 deletions
File tree
- .github/workflows
- dev-packages
- e2e-tests/test-applications
- create-react-app
- generic-ts3.8
- react-17
- react-router-6-descendant-routes
- react-router-6-use-routes
- react-router-6
- react-router-7-cross-usage
- react-router-7-lazy-routes
- react-router-7-spa-streaming
- react-router-7-spa
- react-router-8-cross-usage
- react-router-8-spa
- react-send-to-sentry
- node-core-integration-tests
- scripts
- utils
- node-integration-tests
- scripts
- utils/runner
- rollup-utils
- test-utils
- packages
- aws-serverless
- browser-utils
- browser
- bundler-plugins
- bun
- cloudflare
- core
- src/utils
- effect
- elysia
- feedback
- scripts
- gatsby
- google-cloud-serverless
- hono
- integration-shims
- nestjs
- nextjs
- node-core
- node-native
- node
- opentelemetry
- profiling-node
- react
- remix
- replay-canvas
- replay-internal
- replay-worker
- server-utils
- scripts
- types-shims
- svelte
- tanstackstart-react
- tanstackstart
- types
- vercel-edge
- 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 | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
| 804 | + | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| |||
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
842 | | - | |
843 | | - | |
| 842 | + | |
| 843 | + | |
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| |||
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | | - | |
| 891 | + | |
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
908 | | - | |
| 907 | + | |
| 908 | + | |
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| |||
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 45 | | |
55 | 46 | | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 53 | | |
63 | 54 | | |
0 commit comments