ehowey / gatsby-theme-catalyst

An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
MIT License
163 stars 15 forks source link

Bump @sanity/client from 2.18.0 to 2.21.3 #1407

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @sanity/client from 2.18.0 to 2.21.3.

Release notes

Sourced from @​sanity/client's releases.

v2.21.3

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

🐛 Notable bugfixes

  • Fixes an issue that caused the GraphQL schema deployment to either be slow or hang on schemas with many references
  • Fixes an error where the image and file inputs might throw an error about unsetting deep values on a primitive value
  • Fixes glitches in logo animation when the studio is loading
  • Fixes an issue where the desk tool would in certain cases give an error message saying Unknown document type *
  • Fixes an issue where document list items inside of non-document lists would be rendered with "Untitled" as the title, instead of the full document preview
  • Fixes an issue where the schema error summary would not be displayed because the studio would crash before being able to display it
  • Fixes a regression that caused the withDocument higher-order component to get stuck on an initial null value
  • Fixes an error where the client would fail to set up a listener when sending huge queries, without giving a developer-friendly error message

📓 Full changelog

Author Message Commit
Espen Hovlandsdal chore(examples): add default mux input config 10560aa86
Espen Hovlandsdal refactor(base): use typescript for core schema types 56a2cb4e5
Espen Hovlandsdal feat(types): introduce blurhash as metadata on image assets 03368a671
Espen Hovlandsdal feat(client): allow specifying blurhash as metadata to extract 4ec50cc73
Espen Hovlandsdal feat(base): add blurHash field to image asset metadata type ea731fa55
Espen Hovlandsdal fix(base): add hidden uploadId field to image asset schema type 825ebd4f6
Marius Lundgård chore(test-studio): restructure files a8739be96
Marius Lundgård chore(test-studio): restructure schemas and structure configuration 17c80e462
Marius Lundgård test(form-builder): update tests after restructure 84eca1c13
Marius Lundgård chore(test-studio): install markdown plugin 6d4310d5b
Marius Lundgård chore(test-studio): configure canHandleIntent 27a1bd6dd
Marius Lundgård docs(test-studio): update description and README a85eb6aa6
Marius Lundgård chore(test-studio): add markdown field to root-level document 1e783374c
Marius Lundgård build(test-studio): update sanity-plugin-markdown 5dbc0f7ef
Sindre Gulseth test(core): add assertion tests for graphql schema generation 154cfa860
Sindre Gulseth fix(core): fixes slow graphql schema generation. 4bea2d769
Espen Hovlandsdal fix(structure): require schema type to be specified for documents 019614ac4
Espen Hovlandsdal fix(structure): optimize useDocumentType ed53eaa82
Espen Hovlandsdal test(core): update snapshot to include blurHash, uploadId fields f38901cfd
Rico Kahler refactor(desk-tool): remove closable prop (#2846) cbf9a2e68
Sindre Gulseth fix(core): update graphql tests to be self isolated c66d1337d
Espen Hovlandsdal fix(form-builder): guard unset operation with value check 287d30844
Marius Lundgård chore(test-studio): add test case for withDocument e0f8b3424
Bjørge Næss fix(base): show change indicator pencil on hover only (#2851) 90da719ee
Mikolaj Dobrucki fix(default-layout): improve app loading screen (#2850) 3e6ff25b9
Rico Kahler chore: use @​typescript-eslint/no-shadow (#2852) 79f242477
Bjørge Næss fix(desk-tool): fix issue with withDocument HOC not receiving initial document 5645d708b

... (truncated)

Commits
  • 17d11cf v2.21.3
  • 1af7049 fix(client): emit error if query is too large for listener (#2857)
  • 4ec50cc feat(client): allow specifying blurhash as metadata to extract
  • 4a3574b v2.21.0
  • 650bb0a fix(client): correct typings for observable request method
  • 86ca7f5 test(client): drop unnecessary environment variable
  • 1ff5ac5 v2.19.0
  • aa964e7 docs(client): add detail to create drafts
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 4998c5a48a0e86f7092b84b4df617a16d69c674f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR