Skip to content

chore(deps): bump sanity from 3.42.1 to 3.54.0#104

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sanity-3.54.0
Open

chore(deps): bump sanity from 3.42.1 to 3.54.0#104
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sanity-3.54.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps sanity from 3.42.1 to 3.54.0.

Release notes

Sourced from sanity's releases.

v3.54.0

✨ Highlights

Copy Paste Improvements

  • Adds support for copying supported object types into array fields
  • Adds support for copying and pasting individual array items

release image

Multiple deployment targets for Sanity Studio

Introduces support for adding multiple [my-company].sanity.studio deployments for a project. Link your studio code to a specific hostname with the new studioHost property in the CLI config as shown below, or select or create a deployment target when prompted while running sanity deploy. You can now see all your studio deployments in the project management settings.

// ./sanity.cli.ts
import {defineCliConfig} from 'sanity/cli'
export default defineCliConfig({
api: {
projectId: 'projectid',
dataset: 'production'
},
// Tip: You can use an environment variable for studioHost if you want
// to deploy separate studios for production, staging, testing etc.
studioHost: 'my-company'
})

Read more in the Hosting and deployment article in the docs.

🐛 Notable bugfixes

  • Fixes an issue where you were able to copy and paste documents that contained non-existing references
  • Fixes an issue where getValueAtPath() utility wouldn't work for 0 index path segments (['array', 0])

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
Sindre Gulseth chore(typegen): move prettier formatting into generateAction (#7333) 3c34f0808a
Cody Olsen fix(deps): @bjoerge/mutiny is now @sanity/mutate (#7344) 4aeb5b6f0d
Bjørge Næss chore(dev): add groq package to monorepo aliases (#7340) d44b06e6fd
renovate[bot] chore(deps): update pnpm to v9.7.0 (#7346) 0772245bbd
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.0.12 (#7352) ecde097776
renovate[bot] fix(deps): update dependency @​sanity/insert-menu to v1.0.8 (#7343) 088139dac3
renovate[bot] fix(deps): update dependency get-it to ^8.6.4 (#7353) f6b6378052

... (truncated)

Commits
  • 7531cda v3.54.0
  • 14ae5cb feat(cli): update CLI to use new deploy endpoint (#7244)
  • a361063 fix(deps): update dependency @​portabletext/editor to ^1.0.13 (#7370)
  • 22e717e fix(core): update eslintrc config to show no-restricted-imports rules (#7367)
  • db6741b fix(deps): update dependency @​sanity/client to ^6.21.2 (#7354)
  • 3cecfdd fix(deps): update and pin react-i18next to 14.0.2 (#7364)
  • ea55826 feat(core): support pasting object into array + copying individual array item...
  • c2e4eb3 fix(sanity): prevent empty actions being executed
  • 441d7e5 fix(deps): update dependency @​sanity/presentation to v1.16.4 (#7359)
  • f6b6378 fix(deps): update dependency get-it to ^8.6.4 (#7353)
  • 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.42.1 to 3.54.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.54.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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 Aug 19, 2024
@vercel
Copy link

vercel bot commented Aug 19, 2024

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

Name Status Preview Comments Updated (UTC)
sanity-next-mono-web ❌ Failed (Inspect) Aug 19, 2024 11:38am

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