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/cli from 0.146.0 to 2.12.0 in /studio #477

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @sanity/cli from 0.146.0 to 2.12.0.

Release notes

Sourced from @​sanity/cli's releases.

v2.12.0

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

✨ Highlights

  • The sanity users invite CLI command now supports the new role names
  • The default object input in Sanity Studio has been refactored to use Sanity UI.

🐛 Notable bugfixes

  • Fixes a problem where a Portable Text editor with too many toolbar items inside of a object inside of a modal caused the content to overflow and be clipped
  • Fixes issue with combining multiple block-tools HTML deserializers.
  • Fixes various visual issues related to presence and change indicators in the code input

📓 Full changelog

Author Message Commit
Bjørge Næss chore: add repro case for portable text toolbar causing dialog content overflow e145214ec4
Per-Kristian Nordnes test(block-tools): add from the wild test 30cce8564a
Per-Kristian Nordnes fix(block-tools): _markDefs must be class var 79ad07cab6
Per-Kristian Nordnes chore(block-tools): add dev package @​types/jsdom c0a247d8ee
Per-Kristian Nordnes fix(block-tools): fix lint errors 88bfdc8d06
Marius Lundgård refactor(form-builder): remove workaround in FileInputButton 3d29c0d7ad
Fred Carlsen fix(form-builder): Fix overflowing PT toolbar menu inside of dialog (#2560) e7b9244ea6
Marius Lundgård feat(base): migrate components/Document to TypeScript (#2544) 98712b76f7
Espen Hovlandsdal fix(desk-tool): prevent crash if roles property does not exist on current user 65ea50380a
Espen Hovlandsdal feat(cli): add help for missing @​sanity/core commands 3e86168c9b
Espen Hovlandsdal feat(core): support new roles api in user invite command a2f9f503e6
Bjørge Næss fix(form-builder): update element focus for ImageInput when focus path targets the asset field cb4777d8b7
Bjørge Næss refactor(form-builder): move focus check to componentDidUpdate f99e011ddc
Bjørge Næss refactor(form-builder): make 'readOnly' an optional prop for FormBuilderInput f35ed06b00
Bjørge Næss chore(form-builder): fix lint errors 747365c43e
Bjørge Næss chore(form-builder): improve typings for input resolver 5f90e8710c
Bjørge Næss refactor(form-builder): move all implemented parts into a separate folder 3a3030d748
Bjørge Næss fix(form-builder): update element focus for ReferenceInput when focus path targets it b9c7750cc3
Bjørge Næss test(form-builder): setup required plumbing for object input test a3e9b9f4c7
Bjørge Næss chore(test-studio): add preview selection to objects test f52b6c8ff7
Bjørge Næss feat(base): add support for lazy children to FormFieldSet 2e93f367e0
Bjørge Næss refactor(base): remove focus path handling from base/FormFieldSet 20c56d49cf
Marius Lundgård refactor(form-builder): migrate InvalidValueInput to Sanity UI f317fd8c86
Bjørge Næss refactor(form-builder): migrate UnknownFields to Sanity UI 9942d6f9f2
Bjørge Næss chore(form-builder): export ObjectInput props 6468918c4c
Bjørge Næss test(form-builder): add more test cases for ObjectInput ae9e863709
Bjørge Næss refactor(form-builder): migrate ObjectInput to Sanity UI 79d91c0dfa
Bjørge Næss test(form-builder): add tests for ObjectFieldSets 3b4ef5caa7

... (truncated)

Commits


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 will not automatically merge this PR because this dependency is pre-1.0.0.


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)
dependabot-preview[bot] commented 3 years ago

Superseded by #480.