Skip to content

Fix winston type - #355

Merged
christiand93 merged 2 commits into
mainfrom
fix-winston-type
Sep 15, 2026
Merged

christiand93 merged 2 commits into
mainfrom
fix-winston-type

Conversation

@christiand93

@christiand93 christiand93 commented Sep 14, 2026 •

Copy link
Copy Markdown
Member
  • Fix winston transport return type
    • createTransport had no explicit return type, so TypeScript inlined the full Writable/EventEmitter inheritance chain into the .d.ts, exposing a bare EventEmitter reference that newer @types/node no longer provides as global, which causes tsc errors.
  • Prepare patch version release 8.1.1

- createTransport had no explicit return type, so TypeScript inlined the full Writable/EventEmitter inheritance chain into the .d.ts, exposing a bare EventEmitter reference that newer @types/node no longer provides as global, which causes tsc errors.
@christiand93
christiand93 marked this pull request as ready for review September 14, 2026 15:51

@nicklas-dohrn nicklas-dohrn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@christiand93
christiand93 merged commit 5363714 into main Sep 15, 2026
7 checks passed
@christiand93
christiand93 deleted the fix-winston-type branch September 15, 2026 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants