graphql-modules icon indicating copy to clipboard operation
graphql-modules copied to clipboard

Enterprise Grade Tooling For Your GraphQL Server

Results 105 graphql-modules issues
Sort by recently updated
recently updated
newest added
trafficstars

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [framer-motion](https://togithub.com/framer/motion) | [`6.5.1` -> `7.3.5`](https://renovatebot.com/diffs/npm/framer-motion/6.5.1/7.3.5) | [![age](https://badges.renovateapi.com/packages/npm/framer-motion/7.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​theguild/components | [`1.12.0` -> `3.0.3`](https://renovatebot.com/diffs/npm/@theguild%2fcomponents/1.12.0/3.0.3) | [![age](https://badges.renovateapi.com/packages/npm/@theguild%2fcomponents/3.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.7.4` -> `4.8.3`](https://renovatebot.com/diffs/npm/typescript/4.7.4/4.8.3) |...

dependencies

**Describe the bug** Hi. I deleted by `yarn.lock` file and `node_modules` just to reinstall all dependencies afresh and I was able to do that but an issue occurred with GraphQL...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.23.5` -> `7.24.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.23.5/7.24.4) |...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [artillery](https://togithub.com/artilleryio/artillery) | [`1.7.9` -> `2.0.20`](https://renovatebot.com/diffs/npm/artillery/1.7.9/2.0.20) | [![age](https://developer.mend.io/api/mc/badges/age/npm/artillery/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/artillery/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

**Describe the bug** I've noticed that when using `graphql-modules` in a TypeScript project that defines `moduleResolution: "bundler"`: ```jsonc { "compilerOptions": { // ... other config "moduleResolution": "Bundler", "module": "ESNext", "noEmit":...