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.2 in /studio #480

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.2.

Release notes

Sourced from @​sanity/cli's releases.

v2.12.2

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

🐛 Notable bugfixes

  • Fixes a bug introduced in v2.12.0 that made hidden fields visible
  • Fixes an issue that caused some plugins to error with the message "Cannot read property 'from' of undefined".
  • Fixes a bug where review changes might crash when showing change in a reference that could target more than one schema type
  • Fixes a bug which caused the create menu to be disabled in cases where the current user actually had access to create the type of document
  • Fixes an issue that caused field validations on object types to be written on individual field types, causing unintentional re-use of validation rules.
  • Migrates components in @​sanity/field to Sanity UI and styled-components

📓 Full changelog

Author Message Commit
vicbergquist refactor(field): migrate no changes component to sanity ui c1a240153
vicbergquist refactor(field): migrate ChangeList to sanity ui 0db29890f
vicbergquist refactor(field): migrate diff tooltip to sanity ui 500184a3e
vicbergquist refactor(field): migrate differrorboundary to sanity ui c64f7394e
vicbergquist refactor(field): migrate breadcrumbs to sanity ui b114b3997
vicbergquist refactor(field): migrate fallback diff to sanity ui 99eab5a94
vicbergquist refactor(field): migrate fromto to sanity ui 028308d21
Bjørge Næss fix(base): guard against missing user roles in InsufficientPermissionsMessage 41f63a3f3
Bjørge Næss fix(form-builder): reexport PatchEvent default export 2cdc64585
Bjørge Næss Revert "feat(base): add basic permission check to default pane menu" 02ded8685
Espen Hovlandsdal fix(cli): add missing undeclared dependency d7bc2cfd4
Espen Hovlandsdal fix(field): prevent crash when unable to resolve reference type 09a9c4b21
Bjørge Næss fix(types): allow 'hidden' property on object field types 0288602a1
Bjørge Næss test(form-builder): add test case for hidden and filtered fields 278730077
Bjørge Næss fix(form-builder): make sure hidden/filtered fields are actually hidden 964d65bbc
Bjørge Næss chore(test-studio): add repro case for field validation issue bef4da638
Bjørge Næss test(validation): add a failing test case for leaky field validation rules issue efe831504
Bjørge Næss fix(validation): fix issue where object field validation were written on individual fields, causing unintended validation rule leakage 934bdf68f

v2.12.1

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

... (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 #481.