Anna Bocharova
Anna Bocharova
 Kesaria Abramidze, 37 years young, one of Georgia's most well-known transgender women, was stabbed to death in her flat in the capital, Tbilisi, just a day after...
Planned for next major after 30.04.2025 https://endoflife.date/nodejs Including refactoring time units formatting using Intl built-ins.
This is fun :) - no runtime dependencies: making the code during the build using its version number; - using UTF-8 charset for `esbuild`. 
Bug: Does not combine `no-restricted-syntax` applied to same file by different flat config entries
### Environment Node version: v20.11.1 npm version: v10.2.4 Local ESLint version: v9.16.0 (Currently used) Global ESLint version: Not found Operating System: darwin 23.6.0 ### What parser are you using? @typescript-eslint/parser...
I'm currently trying to migrate to Zod 4. Noticed an issue with the following schema: ```ts z.string().regex(/\d+/).pipe(z.coerce.number()) ``` That has the following type error: ``` TS2345: Argument of type ZodCoercedNumber...
The existing method `.meta()` does not provide an easy way to set examples of a branded schema. Its output type is expected to contain `$brand`. I'm not sure if it's...
In v4 I suggest to make `ZodError::message` more readable and human friendly by utilizing the already implemented `prettifyError()` in its getter.  In order to preserve the observability of `issues`...
Even when using an external registry, external storage for the definitions and `uri` function returning a string ```ts { external: { registry: z.registry(), defs: {}, uri: () => "TEST" }...
If you do `z.$ZodTypes["_zod"]["def"]["type"]` there would be no such type as "int" or "interface" (that one was removed). (see also docs: https://zod.dev/packages/core?id=schemas) However, `$ZodTypeDef["type"]` contains another (possibly duplicated) list of...
Address https://github.com/expressjs/typescript-wg/issues/1 , labeled as "top priority". - moving types from DT into the repository for the further maintenance - including the correction on removing the type for `express.query` —...