David Jebing

Results 4 issues of David Jebing

### Proposed Change ```diff class ZodType< - Output = any, + Output = unknown, Def extends ZodTypeDef = ZodTypeDef, Input = Output ``` ### Example I have seen this kind...

stale

This PR is a starting point to add support for the newly released [ESLint v9](https://eslint.org/blog/2024/04/eslint-v9.0.0-released/) as well as exposing a new `flat/recommended` to be used in `eslint.config.js`. *Edit: I noticed...

package: eslint-plugin-query

### Describe the bug eslint-plugin-query does not yet support the new Flat Config format ### Your minimal, reproducible example https://github.com/davidjbng/eslint-plugin-query-v9-example ### Steps to reproduce 1. Checkout https://github.com/davidjbng/eslint-plugin-query-v9-example 2. Follow https://eslint.org/docs/latest/use/configure/migration-guide...

### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version _No response_ ### Which area(s) of pnpm are affected? (leave...

type: bug