sanity-io / example-company-website-gatsby-sanity-combo

This is an example company website using Gatsby and Sanity in combination.
https://example-company-website-gatsby-sanity-combo.now.sh
MIT License
274 stars 142 forks source link

Bump @sanity/components from 1.148.5 to 2.13.0 in /studio #483

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @sanity/components from 1.148.5 to 2.13.0.

Release notes

Sourced from @​sanity/components'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
Maintainer changes

This version was pushed to npm by vicbergquist, a new releaser for @​sanity/components 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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)