saiichihashimoto / sanity-typed

Completing sanity's developer experience with typescript (and more)!
MIT License
149 stars 7 forks source link

build(deps): bump the sanity group across 1 directory with 3 updates #742

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the sanity group with 3 updates in the / directory: @sanity/client, sanity and @sanity/preview-kit.

Updates @sanity/client from 6.11.3 to 6.21.0

Release notes

Sourced from @​sanity/client's releases.

v6.21.0

6.21.0 (2024-07-11)

Features

  • codegen: Allow query reponse types to be overridden through SanityQueries (#858) (c25d51a)

v6.20.2

6.20.2 (2024-07-09)

Bug Fixes

  • deps: update dependency get-it to ^8.6.3 (#866) (0661f5d)

v6.20.1

6.20.1 (2024-06-18)

Bug Fixes

  • add warning about setting both useCdn and withCredentials to true (#849) (ae01edb)
  • deps: update dependency get-it to ^8.6.1 (#856) (ced69bc)

v6.20.0

6.20.0 (2024-06-10)

Features

  • the client.live.events() API is now stable (#843) (d03fc09)

v6.19.2

6.19.2 (2024-06-10)

Bug Fixes

  • deps: update dependency get-it to ^8.6.0 (#846) (85afc9e)

v6.19.1

6.19.1 (2024-05-29)

Bug Fixes

  • types: adjust action types to reflect Actions API (#830) (e116c62)

v6.19.0

... (truncated)

Changelog

Sourced from @​sanity/client's changelog.

6.21.0 (2024-07-11)

Features

  • codegen: Allow query reponse types to be overridden through SanityQueries (#858) (c25d51a)

6.20.2 (2024-07-09)

Bug Fixes

  • deps: update dependency get-it to ^8.6.3 (#866) (0661f5d)

6.20.1 (2024-06-18)

Bug Fixes

  • add warning about setting both useCdn and withCredentials to true (#849) (ae01edb)
  • deps: update dependency get-it to ^8.6.1 (#856) (ced69bc)

6.20.0 (2024-06-10)

Features

  • the client.live.events() API is now stable (#843) (d03fc09)

6.19.2 (2024-06-10)

Bug Fixes

  • deps: update dependency get-it to ^8.6.0 (#846) (85afc9e)

6.19.1 (2024-05-29)

Bug Fixes

  • types: adjust action types to reflect Actions API (#830) (e116c62)

6.19.0 (2024-05-28)

Features

... (truncated)

Commits
  • 14619d0 chore(main): release 6.21.0 (#871)
  • b4c3382 chore(deps): update dependency @​edge-runtime/vm to v4 (#864)
  • 2c801d1 chore(deno): update import_map.json (#867)
  • f8e5aa6 chore(deps): update oven-sh/setup-bun action to v2 (#865)
  • f8e755c chore(deps): update dependency @​edge-runtime/types to v3 (#863)
  • da04985 chore: update browserslist db (#859)
  • c25d51a feat(codegen): Allow query reponse types to be overridden through SanityQueri...
  • 38c440a chore(main): release 6.20.2 (#868)
  • 0661f5d fix(deps): update dependency get-it to ^8.6.3 (#866)
  • 33e91a5 chore(deno): update import_map.json (#857)
  • Additional commits viewable in compare view


Updates sanity from 3.23.4 to 3.51.0

Release notes

Sourced from sanity's releases.

v3.51.0

✨ Highlights

Clickable links in comments

URLs included in comments are now rendered as clickable links, which is infinitely more useful than unclickable links.

Other features

  • Updates to configuration and blog template files when initializing a project inside a Next.js app: using an src folder in your directory if it exists, some changes to schemas and how they're imported.

🐛 Notable bugfixes

  • Fixes a regression causing platform-aware hotkeys (for example, Ctrl + Option + D for duplicating a document) not to be displayed in tooltips.

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
Espen Hovlandsdal fix: force arborist ^7.5.4 49f278adb1
ecospark[bot] chore(prettier): fix unformatted files 🤖 ✨ (#7146) 213f4b136c
ecospark[bot] chore(deps): dedupe pnpm-lock.yaml (#7145) 75a409a121
Espen Hovlandsdal fix(core): restore platform-aware keyboard shortcuts (#6819) 512965c1b2
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.6.8 (#7144) 3fca2ef7ac
renovate[bot] fix(deps): Update dev-non-major (#7149) 3ae92a50e0
Herman Wikner feat(core): clickable links in comment message (#7093) 6fad0c53e7
Simeon Griggs feat: update schema types formatting and init to include src (#7094) d42da143a7
Cody Olsen chore: remove 3d demos from test studio (#7157) 97fed17d3f
Cody Olsen chore: setup workflow for E2E tests that @sanity/ui can run on its PRs (#7156) 88bd6c46ad
Rupert Dunk fix(sanity): open correct groups and fieldsets on setOpenPath (#7154) b278800dea
renovate[bot] fix(deps): Update dev-non-major (#7164) 41a3039b20

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

... (truncated)

Commits


Updates @sanity/preview-kit from 5.0.13 to 5.1.0

Release notes

Sourced from @​sanity/preview-kit's releases.

v5.1.0

5.1.0 (2024-05-30)

Features

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.1 (#1278) (dcefa50)

This release is also available on:

v5.0.62

5.0.62 (2024-05-30)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.19.1 (#1276) (e29171e)

This release is also available on:

v5.0.61

5.0.61 (2024-05-29)

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.4.25 (#1265) (df4458b)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.0 (#1272) (cbee9ee)

This release is also available on:

v5.0.60

5.0.60 (2024-05-28)

Bug Fixes

... (truncated)

Changelog

Sourced from @​sanity/preview-kit's changelog.

5.1.0 (2024-05-30)

Features

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.1 (#1278) (dcefa50)

5.0.62 (2024-05-30)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.19.1 (#1276) (e29171e)

5.0.61 (2024-05-29)

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.4.25 (#1265) (df4458b)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.5.0 (#1272) (cbee9ee)

5.0.60 (2024-05-28)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.19.0 (#1263) (bad9253)
  • deps: Update dependency @​sanity/preview-kit-compat to v1.4.24 (#1259) (c8f6462)

5.0.59 (2024-05-24)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.18.3 (#1258) (d24cec7)

5.0.58 (2024-05-15)

Bug Fixes

  • deps: Update dependency @​sanity/preview-kit-compat to v1.4.23 (#1243) (5efdf43)

5.0.57 (2024-05-15)

Bug Fixes

  • deps: update dependency @​sanity/client to ^6.18.2 (#1240) (b6b3dce)

5.0.56 (2024-05-13)

... (truncated)

Commits
  • 5fe7f8f chore(release): 5.1.0 [skip ci]
  • cce619c feat: add react 19 support (#1279)
  • dcefa50 fix(deps): Update dependency @​sanity/preview-kit-compat to v1.5.1 (#1278)
  • 0d9705a chore(release): 5.0.62 [skip ci]
  • e29171e fix(deps): update dependency @​sanity/client to ^6.19.1 (#1276)
  • 1cbd3dd chore(release): 5.0.61 [skip ci]
  • cbee9ee fix(deps): Update dependency @​sanity/preview-kit-compat to v1.5.0 (#1272)
  • df4458b fix(deps): Update dependency @​sanity/preview-kit-compat to v1.4.25 (#1265)
  • ca4747e chore(release): 5.0.60 [skip ci]
  • f0bceb8 chore(deps): update linters (#1261)
  • Additional commits viewable in compare view


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

Superseded by #744.