zngly-vlad

Results 4 issues of zngly-vlad

Bump dependencies - Update docusaurus version - Update typescript version - Update prism-react-renderer version Going forward we should try stick to one package manager. yarn or npm

### Description possible regression from #3100 In v1.24.0 - interface resolvers no longer run when similar pre-existing fields exist ### Steps to reproduce example code: ```php $type_registry->register_interface_type('MyTestNodeInterface', [ 'fields' =>...

Type: Bug
scope: tests
Status: :rocket: Actionable
Component: Interfaces
Regression

**Brief Outline** Using the new `prisma-client` breaks zenstack plugins typescript inference which rely on the prisma client import path **Description and expected behavior** Prisma 6.6.0 introduces a new client provider...

### Description ![Image](https://github.com/user-attachments/assets/6581495f-6f54-4f01-a5f9-3db7081b8ea3) ### Steps to reproduce When using the type_registry class to register enums, a `name` is required in the config, this is not the same when using `register_graphql_enum_type()`...