This PR contains the following updates:PackageTypeUpdateChangedevDependenciesmajor -> 8.0.1 Release Notes
Fixed
declare module Module statements from dependencies are inlined despite if it should be imported (see and ) Breaking changes
Minimal typescript version changed from 4.0 to 5.0 (see and ) Changed default behavior for module ModuleName statements (without quotes) (see and ) Fixed
Fixed wrong export state of referenced namespaces/modules (see and ) Some types are removed if they used in ambient context (see and ) Imports are lost when importing esm-like modules without default export using commonjs import or esm import default (see and ) Statements aren’t inlined if they are used in declare global statements only (see and ) Fixed incorrect output if rename while re-exporting the default export without a name (see and ) Fixed
Incorrect handling inlining import() statements (see and ) Fixed
Fixed incorrect handling optional binding elements by and (see and ) New Contributors
made their first contribution in Breaking changes
Minimal typescript version changed from 3.0 to 4.5 yargs dependency was upgraded from 17.2 to 17.6 Minimal NodeJS version changed from 12 to 14 Compilation target changed from es5 to es2020 (modules are still commonjs though) Fixed
Improve support of non-relative imports in projects with a baseUrl (see ) Many thanks to for their contribution! Configuration
📅 Schedule: Branch creation - “before 3am on the first day of the month” (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won’t be reminded about this update again.
If you want to rebase/retry this PR, check this box This PR has been generated by . Find all logs .