Commit 58e223c
committed
[DREAM-713] Bump @rollup/plugin-typescript to v12
Bumps @rollup/plugin-typescript ^8.3.3 -> ^12.3.0 so the rollup build
stops emitting the TS5107 node10 deprecation warning under TypeScript
6.0.
v12 validates that declarationDir sits alongside the bundle output.
Declarations are already produced by the separate `tsc` step in
script/build-assets, so declaration emit is disabled in rollup.config.js
to satisfy the check and avoid redundant work.
Ref: https://community.openproject.org/wp/DREAM-7131 parent 37a7868 commit 58e223c
3 files changed
Lines changed: 48 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments