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.7.1 to 2.13.0 #1321

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @sanity/client from 2.7.1 to 2.13.0.

Release notes

Sourced from @​sanity/client's releases.

v2.13.0

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

🐛 Notable bugfixes

  • Migrated @​sanity/field to Sanity UI and styled-components
  • Migrated @​sanity/dashboard to @​sanity/ui and styled-components
  • Migrated studio-hints to @​sanity/ui
  • Fixed an issue where the inspected document version is always the latest version and not the current selected version.
  • Migrated default-login to @​sanity/ui
  • Added typings for the Sanity CDN image URL parameters
  • Migrated @​sanity/desk-tool/tool to styled-components
  • Fixed an issue where readOnly fields and documents would still be editable in the review changes panel
  • Fixed an issue where hidden fields would still be visible in the review changes panel

📓 Full changelog

Author Message Commit
Espen Hovlandsdal build(ci): skip cypress binary install on non-cypress workflows 1489196ca
Victoria Bergquist refactor(field): migrate layout components to sanity ui (#2550) 94f29c3cf
Espen Hovlandsdal feat(server): allow hacking studio webpack configuration 391e61588
Espen Hovlandsdal fix(diff): correct typing for (currently empty) DiffOptions 31ca9b6df
vicbergquist refactor(field): migrate revert changes button to sanity ui 87c485e36
vicbergquist refactor(field): migrate value error to sanity ui 5bd960b0a
vicbergquist refactor(field): migrate metainfo to sanity ui 5b6501506
vicbergquist feat(field): migrate fieldchange, groupchange to sanity ui a8e59d507
vicbergquist fix(field): make revert changes button span full width instead of inlining with diff component f07b6b62b
Herman Wikner refactor(code-input): migrate code-input to @sanity/ui (#2580) b6e04aa7c
Simeon Griggs docs(form-builder): adjust tone of voice 9875227c4
Simeon Griggs docs(client): fix typo on asset upload method 6c6ce4f09
Espen Hovlandsdal feat(types): add image url query parameter types 767dc98ac
Marius Lundgård refactor(validation): convert to ES modules ed7c8dee4
Per-Kristian Nordnes fix(desk-tool): use the document revision you are currently looking at as value for inspect dialog ea9a57f15
vicbergquist refactor(desk-tool): use styled-components in tool/ a770663b3
vicbergquist refactor(field): migrate boolean diff type to @​sanity/ui d649f420f
vicbergquist refactor(field): migrate number diff to @​sanity/ui 0ac237784
vicbergquist refactor(field): migrate string, url diff to @​sanity/ui 6099f4558
vicbergquist refactor(field): migrate slug diff to @​sanity/ui 51915caa6
vicbergquist refactor(field): migrate datetime diff to @​sanity/ui 75185627a
Herman Wikner refactor(default-login): migrate to @sanity/ui (#2608) b762503d0
Herman Wikner refactor(studio-hints): migrate to @sanity/ui (#2604) e1c7ea003
Arthur Denner fix(schema): add blockEditor to list of overridable fields (#2273) d14ccd08d
Arthur Denner feat(form-builder): allow custom icon for built-in decorators (#2272) ff785f3d3
vicbergquist refactor(field): migrate reference diff to @​sanity/ui e89cd7dc1
vicbergquist refactor(field): migrate array of options diff to @​sanity/ui f84f0bf51

... (truncated)

Commits
  • 0976604 v2.13.0
  • be549fd v2.12.3-rc.0
  • 6c6ce4f docs(client): fix typo on asset upload method
  • 9bb9220 v2.11.0
  • dd995f0 fix(client): make projectId optional; combine config types
  • 67c0d1a v2.10.5
  • de18d61 feat: add support for tagged requests (#2501)
  • f20ee86 v2.8.0
  • 1a22c92 fix(client): add missing 'visibility' property on mutation event type
  • 6c57bfd chore(client): fix link and add clarification about getDocuments
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by vicbergquist, a new releaser for @​sanity/client since your current version.


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: 49b488dddb8ceb1e5ee3c76b2c6b35f7066e0f9b

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

dependabot[bot] commented 3 years ago

Superseded by #1361.