Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sanity-io/gatsby-source-sanity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.6.3
Choose a base ref
...
head repository: sanity-io/gatsby-source-sanity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.7.0
Choose a head ref
  • 11 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 6, 2023

  1. Update renovate.json

    Signed-off-by: Cody Olsen <stipsan@gmail.com>
    stipsan authored Mar 6, 2023
    1 Configuration menu
    Copy the full SHA
    bb45e79 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update main.yml

    Signed-off-by: Cody Olsen <stipsan@gmail.com>
    stipsan authored Mar 16, 2023
    1 Configuration menu
    Copy the full SHA
    300e54b View commit details
    Browse the repository at this point in the history
  2. Update prettier.yml

    Signed-off-by: Cody Olsen <stipsan@gmail.com>
    stipsan authored Mar 16, 2023
    1 Configuration menu
    Copy the full SHA
    dae486b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. chore(deps): lock file maintenance (#230)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 11, 2023
    1 Configuration menu
    Copy the full SHA
    d4e7895 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5af253c View commit details
    Browse the repository at this point in the history
  3. chore(deps): update typescript packages (major) (#229)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 11, 2023
    1 Configuration menu
    Copy the full SHA
    f099ce7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. 1 Configuration menu
    Copy the full SHA
    88bd07a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. 1 Configuration menu
    Copy the full SHA
    449c222 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    8eea726 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat: use @link directive instead of custom resolvers (#242)

    We would like to add Sanity support to Netlify Connect, but the
    requirements for schemas are stricter than for Gatsby. This PR changes
    the schema to use `@link` directives instead of custom resolvers. As
    well as supporting Netlify Connect, having a stricter schema allows
    Gatsby to use performance optimisations that aren't possible with custom
    resolvers. As well as switching reference resolvers to `@link`, this
    changes union resolvers to instead add `internal.type` values to union
    fields. Doing this means we can remove all of the custom resolvers,
    apart from those used for raw fields.
    ascorbic authored Jul 6, 2023
    3 Configuration menu
    Copy the full SHA
    834e5bf View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    8fd7079 View commit details
    Browse the repository at this point in the history
Loading