Skip to content

chore: Bump @sanity/vision from 3.61.0 to 3.66.1#48

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sanity/vision-3.66.1
Closed

chore: Bump @sanity/vision from 3.61.0 to 3.66.1#48
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sanity/vision-3.66.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps @sanity/vision from 3.61.0 to 3.66.1.

Release notes

Sourced from @​sanity/vision'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
  • 9722cd6 fix(deps): allow react v19 as peer dependency (#7962)
  • aeff552 v3.66.0
  • 561e7fc fix(deps): update dependency @​sanity/ui to ^2.9.1 (#7948)
  • 2379f2b feat(vision): link to edit documents on _id, _ref attributes (#6124)
  • b4df341 chore(vision): revert accidental file rename (#7945)
  • 4bc55d6 fix(deps): update dependency @​sanity/client to ^6.24.1 (#7938)
  • bd2b3cf fix(vision): add a warning about unsupported perspective when pasting (#7937)
  • 5bce66e fix(deps): update dependency @​sanity/client to ^6.24.0 (#7935)
  • 90f884d fix(deps): update dependency @​sanity/client to ^6.23.0 (#7931)
  • 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/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) from 3.61.0 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/vision)

---
updated-dependencies:
- dependency-name: "@sanity/vision"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2024
@dependabot dependabot bot requested a review from CodeWithInferno December 7, 2024 23:53
@vercel
Copy link

vercel bot commented Dec 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inboxiq ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 7, 2024 11:56pm

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #54.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sanity/vision-3.66.1 branch December 16, 2024 00:19
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