sanity-typed
sanity-typed copied to clipboard
build(deps): bump the sanity group across 1 directory with 3 updates
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.22.0
Release notes
Sourced from @sanity/client
's releases.
v6.22.0
6.22.0 (2024-09-23)
Features
Bug Fixes
v6.21.3
6.21.3 (2024-08-14)
Bug Fixes
- deprecate studioHost, externalStudioHost in typings (#879) (ebe840b)
- support
signal
ongetDocument(s)
to cancel requests (#881) (13d71bb)v6.21.2
6.21.2 (2024-08-09)
Bug Fixes
v6.21.1
6.21.1 (2024-07-19)
Bug Fixes
v6.21.0
6.21.0 (2024-07-11)
Features
v6.20.2
6.20.2 (2024-07-09)
... (truncated)
Changelog
Sourced from @sanity/client
's changelog.
6.22.0 (2024-09-23)
Features
Bug Fixes
6.21.3 (2024-08-14)
Bug Fixes
- deprecate studioHost, externalStudioHost in typings (#879) (ebe840b)
- support
signal
ongetDocument(s)
to cancel requests (#881) (13d71bb)6.21.2 (2024-08-09)
Bug Fixes
6.21.1 (2024-07-19)
Bug Fixes
6.21.0 (2024-07-11)
Features
6.20.2 (2024-07-09)
Bug Fixes
6.20.1 (2024-06-18)
... (truncated)
Commits
66c27d1
chore(main): release 6.22.0 (#889)e1406b1
feat(live): add experimentalincludeDrafts
option (#890)847ad5b
fix(deps): update dependency get-it to ^8.6.5 (#885)5383fbd
chore(deps): update peter-evans/create-pull-request action to v7 (#887)d0db087
chore(deps): update dependency next to v14.2.10 [security] (#883)a92ec7f
chore(main): release 6.21.3 (#880)13d71bb
fix: supportsignal
ongetDocument(s)
to cancel requests (#881)ebe840b
fix: deprecate studioHost, externalStudioHost in typings (#879)c5da67e
chore(deno): update import_map.json (#877)c4bff99
chore(main): release 6.21.2 (#878)- Additional commits viewable in compare view
Updates sanity
from 3.23.4 to 3.59.0
Release notes
Sourced from sanity's releases.
v3.59.0
✨ Highlights
Request edit access to Studio
Users with the read-only "Viewer" role can now request edit access to the project, straight from Sanity Studio. Project administrators will be alerted by email and can approve or deny the request from the project management section at sanity.io/manage.
Other improvements
- Eliminated layout shifts in image fields.
🐛 Notable bugfixes
- Fixes a few cases of unnecessary loading states appearing in the studio.
- Fixes an issue causing the command line tool to crash when using Turborepo on Windows (thanks
@josemanosalvas
!)- Fixes an issue where using the Microsoft Word preprocessor from the
@sanity/block-tools
package outside of a browser would crash (thanks@silvertech-daniel
!)- Fixes incorrect usage of light mode in image field overlays when dark mode is active.
- Improves error message when the studio development server is stopped — instead of a generic "dynamic import" error, it will now tell you the development server is stopped.
- Fixes an issue where pasting into a conditionally read-only field would not work, even if the field returned
false
for the read-only check.📓 Full changelog
Author Message Commit Bjørge Næss chore: cleanup import specifiers etc 8b509f777c Bjørge Næss chore: move dev-aliases into @repo/dev-aliases
2180d0f3a5 Bjørge Næss chore(sanity): load monorepo aliases from ' @repo/dev-aliases
'16dfd3d700 Bjørge Næss chore(test): convert jest configs to mjs 8938d6e1dd Bjørge Næss chore(test): move jest config to @repo/test-config/
jest24618f94a1 Bjørge Næss chore(test): add support for vitest 512e16a83b Bjørge Næss chore(ci): run jest tests in a separate workflow 44dee81f10 Bjørge Næss chore(test): move @sanity/migrate
to vitest3c63eeeed8 Bjørge Næss chore(test): move @sanity/block-tools
to vitest09e86a2fbc Bjørge Næss chore(test): move @sanity/mutator
to vitest09be44defd Bjørge Næss chore(test): move @sanity/schema
to vitest56b7ee5173 Bjørge Næss chore(test): move @sanity/types
to vitest8bf4868927 Bjørge Næss chore(test): move @sanity/util
to vitest38eca2571f Espen Hovlandsdal chore: enable source maps for package bundles (#7540) 0396ec287d Bjørge Næss chore(cli): remove reliance on node-machine-id (#7545) de9c29b6b7 ecospark[bot] chore(deps): dedupe pnpm-lock.yaml (#7544) 9848f20694 RitaDias chore(form): revert changes in schema that were meant to have been deleted (#7549) 7aed0c07cc Bjørge Næss fix(preview): allow null
as valid cache/memo value for preview fields (#7551)7b9b556598 Bjørge Næss refactor(store) simplify key value store, add SWR through local storage behavior (#7554) d2ca86d992 Bjørge Næss fix(core): emit setting from localStorage immediately upon subscription (#7560) 1e79797054 RitaDias chore(sanity): update naming of draft created telemetry event (#7561) ae1c9c28b8 Jordan Lawrence feat(core): specific error when dev server is stopped (#7476) 7fcf22a948 RitaDias chore(form): remove imports from shouldArrayDialogOpen (#7550) bdfd8df3d9 silvertech-daniel fix(block-tools): remove references to implicit globals document
andText
(#7532)306a6717cc Ash fix(sanity): prevent layout shifts in image input 6b8a76fe6e Ash feat(sanity): allow image input block size to extend to 30vh
14ebf2cd95 Ash refactor(sanity): remove redundant drag-related props 8a80ef232f
... (truncated)
Commits
30c046b
v3.59.059f4fda
feat: add ability to request edit access from viewer role (#7546)7c01a95
fix(deps): update dependency@sanity/client
to ^6.22.0 (#7522)a762c62
fix(deps): update dependency@portabletext/editor
to ^1.1.2 (#7566)2e47715
fix(core): fixes an issue with pasting in conditional readonly field (#7564)df0e18a
fix(sanity): use correct color scheme in image input overlay8a80ef2
refactor(sanity): remove redundant drag-related props14ebf2c
feat(sanity): allow image input block size to extend to30vh
6b8a76f
fix(sanity): prevent layout shifts in image inputbdfd8df
chore(form): remove imports from shouldArrayDialogOpen (#7550)- Additional commits viewable in compare view
Updates @sanity/preview-kit
from 5.0.13 to 5.1.1
Release notes
Sourced from @sanity/preview-kit
's releases.
v5.1.1
5.1.1 (2024-09-19)
Bug Fixes
- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.2 (#1298) (aca4c09)- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.4 (#1301) (222215d)- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.5 (#1304) (d50892f)- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.7 (#1312) (31564c4)- deps: update dependency lru-cache to v10.4.3 (#1308) (8d1a850)
This release is also available on:
v5.1.0
5.1.0 (2024-05-30)
Features
Bug Fixes
This release is also available on:
v5.0.62
5.0.62 (2024-05-30)
Bug Fixes
This release is also available on:
v5.0.61
5.0.61 (2024-05-29)
... (truncated)
Changelog
Sourced from @sanity/preview-kit
's changelog.
5.1.1 (2024-09-19)
Bug Fixes
- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.2 (#1298) (aca4c09)- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.4 (#1301) (222215d)- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.5 (#1304) (d50892f)- deps: Update dependency
@sanity/preview-kit-compat
to v1.5.7 (#1312) (31564c4)- deps: update dependency lru-cache to v10.4.3 (#1308) (8d1a850)
5.1.0 (2024-05-30)
Features
Bug Fixes
5.0.62 (2024-05-30)
Bug Fixes
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
5.0.58 (2024-05-15)
Bug Fixes
... (truncated)
Commits
8b9276b
chore(release): 5.1.1 [skip ci]31564c4
fix(deps): Update dependency@sanity/preview-kit-compat
to v1.5.7 (#1312)754c6ce
chore(deps): update vitest monorepo to v2 (major) (#1310)8d1a850
fix(deps): update dependency lru-cache to v10.4.3 (#1308)73310a7
chore(deps): update linters (#1306)7462815
chore(deps): update dependency typescript to v5.5.3 (#1305)d50892f
fix(deps): Update dependency@sanity/preview-kit-compat
to v1.5.5 (#1304)222215d
fix(deps): Update dependency@sanity/preview-kit-compat
to v1.5.4 (#1301)aca4c09
fix(deps): Update dependency@sanity/preview-kit-compat
to v1.5.2 (#1298)fe84205
chore(deps): update dependency@sanity/semantic-release-preset
to v5 (#1299)- 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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions