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

chore(deps): bump @sanity/vision from 3.15.1 to 3.16.7 in /sanity-cms #919

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps @sanity/vision from 3.15.1 to 3.16.7.

Release notes

Sourced from @​sanity/vision's releases.

v3.16.7

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

  npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

  npm install sanity@latest

✨ Highlights

Improved validation of Block Schema Members

We enhanced the validation of block schema members. Block schema members cannot be given a type that is not an object-like type. In previous releases, we weren't preventing that. This could lead to unexpected errors. In this release we addressed the issue by giving certain permissions and warnings for particular scenarios. More details can be found in the PR description.

Title updates in Desk Tool

In this release, we improved the navigation inside the studio by updating the <title> element to make it more specific to the current route every time a user navigates in the studio. This makes it easier to navigate through documents and switch between tools.

Increased performance for dataset imports

Past versions encountered challenges with concurrent operations during parallel reference strengthening; this issue has been resolved for some time. The current release enhances import performance by further optimizing parallel strengthening of references. This greatly improves import performance.

Other features

Simplified managing reference publishing icons by adding aria-labels for accessibility.

🐛 Notable bugfixes

  • Fixed a visibility issue related to breadcrumbing in the review changes section. Made the breadcrumbs consistent with the new breadcrumb styling.
  • Fixed an issue where dialogs wouldn't properly appear at smaller breakpoints.
  • Minor fix with the restore document history function in the desk tool related to nested panes.
  • Use the index as a key instead of the path in the desk tool to handle multiple validation errors for the same field/node.

📓 Full changelog

Author Message Commit
Cody Olsen chore(ci): fix remote caching on gh actions (#4897) 3885585bf
Per-Kristian Nordnes fix(schema): add 'span' to core types 4e0284789
Per-Kristian Nordnes feature(schema): validate block children for supported object types 9c8bb83de
Per-Kristian Nordnes test(schema): test block members validation 07538067b
Per-Kristian Nordnes test(schema): refactor validation test to use main function b3b365eea
Pedro Bonamin feat(titles): Update titles inside desk tool (#4887) 2ace4f1f6
Nina Andal Aarvik fix(core): add maxLength to breadcrumb and change symbol (#4880) 5c75b2c04
Bjørge Næss fix(desk): use index as key instead of path (#4890) 645aeddae
Binoy Patel chore: add a docs report actions for PRs (#4889) 384155522
Binoy Patel chore(docs): fix doc report cleanup script (#4901) a7523a617

... (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 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.15.1 to 3.16.7.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.16.7/packages/@sanity/vision)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 18, 2023
@kiosion kiosion force-pushed the main branch 10 times, most recently from cd9ad82 to adccfa5 Compare October 4, 2023 22:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

Superseded by #939.

@dependabot dependabot bot closed this Oct 9, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sanity-cms/sanity/vision-3.16.7 branch October 9, 2023 10:31
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants