chore(deps): update dependency @types/node to v22.20.1 - #198
Conversation
059e60f to
36f390e
Compare
36f390e to
ee1716e
Compare
jackchuka
left a comment
There was a problem hiding this comment.
@types/node 22.20.0 → 22.20.1 (devDependency in both codegen packages; types only, erased at build).
Diffed the tarballs — fs/promises.d.ts is the only substantive change. Widened (safe): FileHandle.writeFile/appendFile and fsPromises.appendFile data params gain ArrayBufferView/Iterable/AsyncIterable. Narrowed (the one to watch): fsPromises.writeFile drops | Stream from its data union.
The narrowing is unexercised here — neither codegen package calls fsPromises.writeFile; typeorm-tailordb-codegen writes via zx's fs.outputFile. kysely-tailordb-codegen / test ran green (lint + tsc + build); the identical change to typeorm-tailordb-codegen was not type-checked, as that package has no path filter. Safe to merge.
This PR contains the following updates:
22.20.0→22.20.1Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.