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 141 forks source link

Bump @sanity/core from 1.148.5 to 1.149.16 in /studio #348

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @sanity/core from 1.148.5 to 1.149.16.

Release notes

Sourced from @sanity/core's releases.

v1.149.16

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

🔧 Improvements

  • Added the endpoint URL in the output when running sanity graphql list
  • Your dates custom formatting will now appear in validation messages
  • Adjusted the color scheme of the default Studio theme to match Sanity’s color palette

🐛 Notable bugfixes

  • Dampened some too persistent error messages when losing connection between the Studio and the server
  • Fixed an issue that could sometimes make a document action button disappear.
  • Fixed a bug where the NotFound page in the Studio would sometimes throw an error.

📓 Full changelog

Author Message Commit
Marius Lundgård [components] Fix pane header's z-index d4d97891a
Anders Stensaas [base] Add retry when we come online again a60d86a9c
Anders Stensaas [desk-tool] Prevent duplicate reconnection snackbars from appearing when disconnecting 887eac41b
Anders Stensaas [desk-tool] Prevent duplicate publish Snackbars when using split panes c756e0f97
Anders Stensaas [components] Make duplicate types of Snackbars to be disabled by default f58525ac6
Anders Stensaas [desk-tool] Remove a old prop from the document pane snackbar 55307a713
Marius Lundgård [base] Update default CSS variables (#1867) dda3bf1d0
Marius Lundgård [components] Prevent fieldset grid blowout and fix related layout issues (#1885) 13b7a0224
Marius Lundgård [default-layout] Fix focus backgrounds b25a94940
Bjørge Næss [desk-tool] Fallback to ResizeObserver polyfill (#1888) 173d989df
Anders Stensaas [components] Fix an issue where the BlockPreview extended outside its container a20195850
Espen Hovlandsdal [client] Typings: Fix patch() signature not accepting patch instance (#1894) 77f7539ff
Espen Hovlandsdal [client] Typings: Use record as default document extension (#1893) 1e9fcd32e
vicbergquist [validation] format dates in validation messages, give date type same validation as datetime d6f4a68a2
vicbergquist [validation] use date-fns instead of momentjs 8250b88c4
vicbergquist [desk-tool] add showCloseButton prop to action dialogs 0a3094a1d
Rune Botten [core] Add GraphQL endpoint URL to sanity graphql list action (#1905) 7b8cb382f
Per-Kristian Nordnes [default-layout] Fix router state bug (NotFound component) (#1786) 4fbd16fe0
Marius Lundgård [chore] Fix eslint so it uses a common config for packages (#1886) e8bc42666
Bjørge Næss [desk-tool] Fix an issue with disappearing document action button (#1915) 1fa1a6792

v1.149.15

Upgrade Sanity Studio with:

sanity upgrade

🐛 Notable bugfixes

  • Fixed more issues where portable text editor toolbar would cause layout issues
... (truncated)
Commits
  • c0be978 v1.149.16
  • 1fa1a67 [desk-tool] Fix an issue with disappearing document action button (#1915)
  • e8bc426 [chore] Fix eslint so it uses a common config for packages (#1886)
  • 4fbd16f [default-layout] Fix router state bug (NotFound component) (#1786)
  • 7b8cb38 [core] Add GraphQL endpoint URL to sanity graphql list action (#1905)
  • 0a3094a [desk-tool] add showCloseButton prop to action dialogs
  • 8250b88 [validation] use date-fns instead of momentjs
  • d6f4a68 [validation] format dates in validation messages, give date type same validat...
  • 1e9fcd3 [client] Typings: Use record as default document extension (#1893)
  • 77f7539 [client] Typings: Fix patch() signature not accepting patch instance (#1894)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by saasen, a new releaser for @sanity/core 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #351.