Dimitri POSTOLOV
Dimitri POSTOLOV
### Description I think this rule can catch `String#search` with `!== -1` cases ### Fail ```js string.search(regex) !== -1 ``` ### Pass ```js string.search(regex) ``` ### Additional Info _No response_
# GraphiQL Next path proposal Hi, I am one of the current GraphiQL maintainers, and Iām excited to share the future GraphiQL 4 and 5 proposal, which will introduce: -...
ref https://discord.com/channels/625400653321076807/966768858402816020/1373728574166532216 stack - https://github.com/graphql/graphiql/issues/1324 - https://github.com/graphql/graphiql/issues/2825 - https://github.com/graphql/graphiql/issues/3369 - https://github.com/graphql/graphiql/issues/2794
last package to migrate - [x] I also removed `jest` and all `babel` dependencies closes https://github.com/graphql/graphiql/issues/3056
https://github.com/user-attachments/assets/5d21f47a-2615-4660-aea1-b229c2ef947d
ref https://inkeep.slack.com/archives/C08QXR5CWBH/p1764174525933609
I've run into issue where `pnpm dev` fails due missing `build` command in `@inkeep/agents-manage-mcp`