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.54.0 #487

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps sanity from 3.43.0 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 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 2 months ago

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

Name Status Preview Comments Updated (UTC)
startgjovik-website ❌ Failed (Inspect) Aug 15, 2024 10:18am
dependabot[bot] commented 2 months ago

Superseded by #490.