gatsby-source-sanity icon indicating copy to clipboard operation
gatsby-source-sanity copied to clipboard

Gatsby source plugin for building websites using Sanity.io as a backend.

Results 79 gatsby-source-sanity issues
Sort by recently updated
recently updated
newest added
trafficstars

If you make the following schema type: ```json { "name": "imageAsset", "type": "image", "fields": [{ "name": "alt", "type": "string" }] } ``` ...it will be prefixed with `Sanity` when rewriting...

bug

When I add my sanity project to gatsby using this package, it turns all my required fields optional in the gatsby graphql server. Is this a known bug or is...

Let's say you want to group posts by tags. ```js types: [ ...schemaTypes, { name: 'post', type: 'document', title: 'Post', fields: [ { name: 'title', type: 'string', title: 'Title', },...

bug
?

We had an instance where there was a document like this in the dataset: ```json { "_createdAt": "", "_id": "", "_rev": "", "_type": "slug", "_updatedAt": "", "current": "test" } ```...

bug

Hi. I'm chasing down an error that's being thrown by Gatsby during the build process. Apologies in advance in case some of my assumptions below are wrong, but here goes:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest](https://jestjs.io/) ([source](https://togithub.com/facebook/jest)) | [`^27.5.1` -> `^29.2.0`](https://renovatebot.com/diffs/npm/jest/27.5.1/29.2.0) |...

dependencies
major

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- Using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by Sanity: The Content Operating System --- ##...

🤖 bot

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`^0.27.2` -> `^1.1.2`](https://renovatebot.com/diffs/npm/axios/0.27.2/1.1.2) |...

dependencies
major

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sanity/semantic-release-preset](https://www.sanity.io/) ([source](https://togithub.com/sanity-io/semantic-release-preset)) | [`^2.0.1` -> `^2.0.2`](https://renovatebot.com/diffs/npm/@sanity%2fsemantic-release-preset/2.0.1/2.0.2) |...

dependencies
bump

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

dependencies
bump