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/vision from 3.14.2 to 3.14.4 #183

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps @sanity/vision from 3.14.2 to 3.14.4.

Release notes

Sourced from @​sanity/vision's releases.

v3.14.4

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

🐛 Notable bugfixes

  • Implements the 'document' creation context in the document.newDocumentOptions API
  • Fixes an issue where exported datasets with cross-dataset references could not be imported to different projects. Note that referenced datasets must exist within same project - otherwise use --skip-cross-dataset-references.
  • Removes warning about missing titles for schema types (titles are automatically created based on schema type name - a title is only necessary if the automatic name is incorrect/inaccurate)
  • Titles are now automatically applied to field groups and fieldsets, in the same way as with schema types.
  • Improves error messages from configuration errors
  • Boolean inputs will now show validation errors at the input level
  • Fixes alignment/scrolling issues of references in delete/unpublish dialog
  • Fixes accessibility issues in tooltip text color contrast
  • Fixes various accessibility label issues in the desk tool
  • Fixes issue where focus would jump to first element when hovering divider in menu
  • Fixes an issue where the fallback editor had the title "Editor", instead of the name of the document being edited

📓 Full changelog

Author Message Commit
Espen Hovlandsdal fix(core): deprecate projectId in cross-dataset reference definitions 103d99d652
Espen Hovlandsdal fix(import): rewrite cross-dataset references, add option to skip ad10b38f5e
Espen Hovlandsdal feat(import): check for missing datasets prior to importing 8e8242dcec
Espen Hovlandsdal feat(cli): add --skip-cross-dataset-references flag to dataset import c9cac6630b
Espen Hovlandsdal fix(types): deprecate experimental search for CDRs ea075f071a
Espen Hovlandsdal fix(import): skip datasets lookup if no CDRs are found ed34949e61
Herman Wikner feat(core): implement document creation context in document.newDocumentOptions (#4680) b9298e8ca2
Binoy Patel docs(desk): fix links in tsdoc comment (#4714) 1bae93a79b
Espen Hovlandsdal refactor(config): use human-readable types for config error messages 6224f4743b
Espen Hovlandsdal feat(schema): do not warn on missing title for schema type 6164d24234
Espen Hovlandsdal feat(schema): automatically create titles for field groups without one ffb83395d0
Espen Hovlandsdal fix(types): add missing group property on fieldset definitions 87d642a0a3
Espen Hovlandsdal fix(types): adjust icon property for field group (can only be component) cf968aa8bb
Espen Hovlandsdal feat(schema): automatically create titles for fieldsets without one 6f201e0495
RitaDias fix(core): add missing validation at input level validation (boolean) (#4719) cb646078ba
Espen Hovlandsdal refactor(desk): drop unused validation menu component f70c3df427
Espen Hovlandsdal refactor(core): drop unused validation list components cddba6d9b2
Nina Andal Aarvik fix(desk): minor style change of references in delete/unpublish dialog (#4705) a8e7c2474c
vicbergquist fix(desk): add accessible label to publish icon fd6c2e9204
vicbergquist fix(core): add a11y labels to presence indicators 5182529555
vicbergquist fix(desk): add accessible labels to publish status dcb1fc7053
vicbergquist fix(desk): add accessible labels to review changes button 736437babc

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 31, 2023
@vercel
Copy link

vercel bot commented Jul 31, 2023

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

Name Status Preview Comments Updated (UTC)
callum ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2023 5:02am

@wrux wrux merged commit 4a3882d into main Aug 1, 2023
2 checks passed
@wrux wrux deleted the dependabot/npm_and_yarn/sanity/vision-3.14.4 branch August 1, 2023 14:50
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.

1 participant