Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sanity from 3.65.1 to 3.66.1 in /apps/cms #77

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps sanity from 3.65.1 to 3.66.1.

Release notes

Sourced from sanity's releases.

v3.66.1

🐛 Notable bugfixes

  • Fixes an issue causing the Studio to crash in an environment that doesn't provide a global process variable

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

📓 Full changelog

Author Message Commit
renovate[bot] fix(deps): allow react v19 as peer dependency (#7962) 9722cd6779
Ash fix(sanity): reset search cursor state when any parameter changes (#7889) 4d7ae8d00f
Bjørge Næss fix(core): guard against missing process variable (#7967) bab0e1903d
renovate[bot] fix(deps): update dependency @​sanity/presentation to v1.19.7 (#7966) c82d44caf6

v3.66.0

✨ Highlights

React Compiler for auto-updating studios

Studios that have opted in to the auto-updating feature will now use code optimized by the React Compiler. In many cases, this results in a faster user interface.

Other features

Configurable slug field weight

It's now possible to configure search weights for slug fields using the options.search.weight field option:

defineField({
  name: 'slug',
  type: 'slug',
+ options: {
+   search: {
+     weight: 50,
+   },
+ },
}),

The slug field's weight will now be respected when using global search with "Best match" sorting selected, and when using reference search. Learn more about search weights in the Studio Search Configuration documentation.

Crop/hotspot vector format warning

When using vector formats (like SVG), any crop/hotspot defined for the image will only be applied if the image is delivered in a raster format. To make this clear, a warning is now displayed when setting a crop/hotspot on vector images.

Document links in Vision

... (truncated)

Commits
  • 7e4bc57 v3.66.1
  • c82d44c fix(deps): update dependency @​sanity/presentation to v1.19.7 (#7966)
  • bab0e19 fix(core): guard against missing process variable (#7967)
  • 4d7ae8d fix(sanity): reset search cursor state when any parameter changes (#7889)
  • 9722cd6 fix(deps): allow react v19 as peer dependency (#7962)
  • aeff552 v3.66.0
  • eecd0c5 fix: reword warning about vector images not support crop/hotspot (#7960)
  • 4767ac7 fix(core): add telemetry debug/noop logger (#7958)
  • 7c5a231 fix(deps): update dependency @​sanity/presentation to v1.19.5 (#7957)
  • fbecbc8 fix(core): only open one annotation object edit modal at a time (#7898)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.65.1 to 3.66.1.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.66.1/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for anna-otto-website ready!

Name Link
🔨 Latest commit 4aaaacc
🔍 Latest deploy log https://app.netlify.com/sites/anna-otto-website/deploys/67537bada51f360008596cd5
😎 Deploy Preview https://deploy-preview-77--anna-otto-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

sonarqubecloud bot commented Dec 6, 2024

Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for anna-otto-cms ready!

Name Link
🔨 Latest commit 4aaaacc
🔍 Latest deploy log https://app.netlify.com/sites/anna-otto-cms/deploys/67537bad211ecc0008964051
😎 Deploy Preview https://deploy-preview-77--anna-otto-cms.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #82.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/cms/sanity-3.66.1 branch December 13, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants