chore(deps): update dependency typescript to v6#9162
Conversation
|
📚 Website preview is ready! 🔗 Preview URL: https://pr-9162.trilium-homepage.pages.dev ✅ All checks passed This preview will be updated automatically with new commits. |
6930f1e to
d72d9ce
Compare
d72d9ce to
e8ed4bc
Compare
e8ed4bc to
91e0510
Compare
91e0510 to
16477e9
Compare
16477e9 to
1c7a7b8
Compare
1c7a7b8 to
0bfb1d7
Compare
0bfb1d7 to
52c7e87
Compare
52c7e87 to
5e16d37
Compare
5e16d37 to
3e8b1c9
Compare
b437d9c to
a4757f4
Compare
a4757f4 to
694e8f4
Compare
694e8f4 to
c092bce
Compare
c092bce to
7af9cb1
Compare
7af9cb1 to
acfc3f6
Compare
|
@copilot , please fix the typecheck issues caused by the upgrade of the typescript dependency. |
- Remove deprecated `downlevelIteration` from tsconfig.base.json (not needed for ES2022+ target) - Add `noUncheckedSideEffectImports: false` to tsconfig.base.json and ckeditor5 package tsconfigs to allow CSS/plugin side-effect imports - Remove deprecated `baseUrl: "."` from 6 package tsconfig.lib.json files (unused without `paths`) - Replace `NodeJS.Timeout` with `ReturnType<typeof setTimeout>` in debounce.ts Agent-Logs-Url: https://github.com/TriliumNext/Trilium/sessions/8e861e56-2be6-4c61-9558-a666abbe3ff0 Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
Fixed in commit 819c9a7. The TypeScript 6 typecheck issues were resolved with these changes:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
📚 Documentation preview is ready! 🔗 Preview URL: https://pr-9162.trilium-docs.pages.dev ✅ All checks passed This preview will be updated automatically with new commits. |
downlevelIterationfrom tsconfig.base.jsonbaseUrlfrom individual tsconfig filesnoUncheckedSideEffectImports: falseto tsconfig.base.json and ckeditor5 package tsconfigs to allow CSS/plugin side-effect importsNodeJS.TimeoutwithReturnType<typeof setTimeout>in debounce.ts