IT-Start-Gjovik / startgjovik_website

Website for Start Gjøvik 2023-2024, a student organization for innovation and entrepreneurship
https://www.startgjovik.no
GNU General Public License v2.0
9 stars 7 forks source link

build(deps): bump sanity from 3.43.0 to 3.50.0 #467

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps sanity from 3.43.0 to 3.50.0.

Release notes

Sourced from sanity's releases.

v3.50.0

✨ Highlights

New: Copy-and-paste fields and documents

This version of Sanity Studio introduces a powerful new way to work with structured content within Sanity Studio: Copy-paste support for fields and documents. You can now use the familiar copy-and-paste hotkeys (cmd/ctrl+c and cmd/ctrl+v) and the field and document actions menus to copy content across different fields and document types seamlessly.

  • Copy between different document types: You can seamlessly copy fields from one document and paste them into a different document type while maintaining the content structure.
  • Copy deeply bested structures: Easily copy entire blocks of Portable Text and arrays with complex nested structures between documents.
  • Copy full documents: Effortlessly copy full documents and integrate them into existing documents of the same or similar types.

https://github.com/sanity-io/sanity/assets/10551026/43698966-4ab0-45fe-b6fd-b45b5de9072e

Beta: Array Tree Editing

Sanity offers powerful content models that let you define lists of object types and even nest these, if necessary. This enables developers to work with intuitive and convenient data structures in the API, but it has sometimes led to a cumbersome editorial experience with a lot of navigation between layers of modals.

That's why we're thrilled to introduce an improved experience for editing arrays of objects. With the array tree editing, you can browse and edit array items in one place, making working with nested content much simpler and faster.

Screenshot of new Array Tree Editor

To enable the new array tree editor, add the following to your Sanity Studio configuration:

// sanity.config.ts
export default defineConfig({
  // ...
  beta: {
    treeArrayEditing: {
      enabled: true,
    },
  },
});

Note: While in beta, the array tree editor has limited support for references. References to other documents do not appear in the array tree editor and will open in a new modal. Additionally, Portable Text fields are not fully supported.

Beta: Auto-updating Sanity Studio deployments

We're shipping improvents and fixes to Sanity Studio on a weekly basis. To make it easier to get these improvements to Sanity Studio users without requiring developer involvement, we have shipped a way to build the studio for auto-updates.

You can try this out with the new --auto-updates flag to the sanity build and sanity deploy CLI commands. This enables your Sanity Studio to automatically update to the latest minor and patch versions (3.x.x) of Sanity Studio without having to rebuild and redeploy new bundles.

Learn more about the new auto-update flag in docs.

image

Improved support for large datasets exports

... (truncated)

Commits
  • ae4c978 v3.50.0
  • b58b0f8 fix(deps): bump @​sanity/ui ^2.6.7 (#7143)
  • 53aa46b feat(core): global copy paste (#6856)
  • 2548de6 fix(deps): update dependency @​sanity/ui to ^2.6.6 (#7136)
  • a23b2a5 fix(deps): update dependency @​sanity/client to ^6.21.0 (#7137)
  • 137bf75 fix(deps): update dependency react-rx to ^3.1.3 (#7138)
  • 24f9936 fix(i18n): allow locale plugins to translate "All fields" field group (#7117)
  • ff31556 fix(cli): allow styled-component as dev dependency (#7132)
  • d298503 chore(core): update copy for new version available toast (#7129)
  • 1552e20 fix(core): error reporting consent tweaks (#7131)
  • 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 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)
vercel[bot] commented 3 months ago

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

Name Status Preview Comments Updated (UTC)
startgjovik-website ❌ Failed (Inspect) Jul 12, 2024 10:23am
dependabot[bot] commented 3 months ago

Superseded by #471.