chore(deps): update app dependencies #1417
Closed
+541
−662
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.0.3
->15.0.4
1.19.5
->1.19.7
3.65.1
->3.66.1
2.10.4
->2.10.5
^18.3.13
->^18.3.14
^18.3.1
->^18.3.2
15.0.3
->15.0.4
^5.0.0
->^5.1.0
3.65.1
->3.66.1
15.0.3
->15.0.4
9.8.22
->9.8.25
19.0.0-rc-fb9a90fa48-20240614
->19.0.0
19.0.0-rc-fb9a90fa48-20240614
->19.0.0
3.65.1
->3.66.1
Release Notes
vercel/next.js (@next/bundle-analyzer)
v15.0.4
Compare Source
sanity-io/visual-editing (@sanity/presentation)
v1.19.7
Bug Fixes
v1.19.6
Bug Fixes
sanity-io/sanity (@sanity/vision)
v3.66.1
Compare Source
v3.66.0
Compare Source
✨ Highlights
React Compiler for auto-updating studios
Studios that have opted in to the auto-updating feature will now use code optimized by the React Compiler. In many cases, this results in a faster user interface.
Other features
Configurable slug field weight
It's now possible to configure search weights for slug fields using the options.search.weight field option:
The slug field's weight will now be respected when using global search with "Best match" sorting selected, and when using reference search. Learn more about search weights in the Studio Search Configuration documentation.
Crop/hotspot vector format warning
When using vector formats (like SVG), any crop/hotspot defined for the image will only be applied if the image is delivered in a raster format. To make this clear, a warning is now displayed when setting a crop/hotspot on vector images.
Document links in Vision
When using the
@sanity/vision
plugin, if query results contain either_id
or_ref
attributes, a link icon is displayed next to the value making it easier to find and edit the document.Note: This is currently only displayed if the queried dataset matches the dataset of the active workspace.
Sanity v2 CLI commands removed
v2 has been end-of-life since April 2024 and the CLI commands for v2 will no longer display a removed error.
You can still use
@sanity/cli@^2
should you need to run CLI commands against the an old studio project. See the guide for more details on migrating from v2 to v3.🐛 Notable bugfixes
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
------------ | ------------- | -------------
Snorre Eskeland Brekke | feat: Start in Create button is now enabled by default (#7884) |
723f7fe
Snorre Eskeland Brekke | Revert "feat: Start in Create button is now enabled by default (#7884)" |
e515f9e
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.0 (#7883) |
1dc2a68
renovate[bot] | chore(deps): update typescript-tooling (#7882) |
aebe3ce
Ash | refactor(sanity): clarify variable name |
fcff773
Ash | chore(sanity): remove duplicate test |
ee3f331
Ash | feat: support search weight configuration for slug fields |
022c910
renovate[bot] | fix(deps): Update dev-non-major (#7893) |
3f7892e
renovate[bot] | chore(lockfile): update dependency @sanity/react-loader to v1.10.22 (#7896) |
b13265d
renovate[bot] | chore(deps): update dependency @sanity/code-input to v5 (#7901) |
a323ddd
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.2 (#7899) |
e432e37
renovate[bot] | fix(deps): Update dev-non-major (#7902) |
56ed6cb
renovate[bot] | fix(deps): update dependency @sanity/icons to ^3.5.0 (#7900) |
1ed427e
Pedro Bonamin | fix(core): portable text annotations slow to show (#7588) |
ef50844
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.1 (#7910) |
037a2f4
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.2 (#7909) |
b2f1ff2
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.8.26 (#7906) |
5b58ced
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.3 (#7914) |
e609391
renovate[bot] | fix(deps): update dependency @sanity/insert-menu to v1.0.15 (#7913) |
d91efd9
Cody Olsen | fix: vertically center pane header when no tabs (#7912) |
481febd
Marius Lundgård | fix(sanity): support future UI tones (#7916) |
f5e85ae
renovate[bot] | fix(deps): Update dev-non-major (#7905) |
b4c157c
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.9.0 (#7918) |
d3a4a1f
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.9.0 (#7919) |
b28b160
Rostislav Melkumyan | feat(cli): add test-template for testing
--template
flag (#7877) |52ab8b2
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.23.0 (#7931) |
90f884d
renovate[bot] | chore(deps): update typescript-tooling (#7928) |
755cd44
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.4 (#7930) |
ee5f3b6
renovate[bot] | fix(deps): Update dev-non-major (#7920) |
5b25212
Cody Olsen | fix: support react compiler for auto updating studios (#7897) |
e40d5b6
Rostislav Melkumyan | feat(cli): remove v2 init messaging (#7887) |
2333027
RitaDias | test(e2e): add unpublish e2e test (#7927) |
079824e
Rostislav Melkumyan | feat(cli): add support for remote templates with
--template
(#7867) |1f59825
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#7933) |
4fff528
renovate[bot] | fix(deps): update dependency @sanity/icons to ^3.5.0 (#7929) |
8ee3384
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.3 (#7921) |
1e6a839
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.24.0 (#7935) |
5bce66e
Yang Yu | fix(deps): bump sentry/react to 8.33 (#7932) |
e855a41
Bjørge Næss | fix(vision): add a warning about unsupported perspective when pasting (#7937) |
bd2b3cf
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.24.1 (#7938) |
4bc55d6
Rostislav Melkumyan | feat: add CI specific token label (#7934) |
4b64fbb
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.13.0 (#7939) |
ad43939
Bjørge Næss | chore(vision): revert accidental file rename (#7945) |
b4df341
renovate[bot] | fix(deps): update dependency @sanity/insert-menu to v1.0.16 (#7942) |
2aac70c
renovate[bot] | fix(deps): Update dev-non-major (#7946) |
59ebd9b
Bjørge Næss | fix: add svg hotspot+crop warning to image tool dialog (#7917) |
3bd79af
RitaDias | test(e2e): restore last e2e tests (#7926) |
b74b50e
Pedro Bonamin | fix(core): disable scheduledPublishing and tasks if
/features
returns error (#7517) |a20fb8f
Sindre Gulseth | feat(vision): link to edit documents on
_id
,_ref
attributes (#6124) |2379f2b
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.9.1 (#7948) |
561e7fc
renovate[bot] | fix(deps): update dependency @sanity/mutate to ^0.11.1 (#7903) |
08d3686
Rostislav Melkumyan | feat(cli): generate read token conditionally for remote template (#7953) |
ff90128
Bjørge Næss | fix(cli): remove v2 commands (#5750) |
d98873c
Christian Grøngaard | fix(core): only open one annotation object edit modal at a time (#7898) |
fbecbc8
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.5 (#7957) |
7c5a231
Bjørge Næss | fix(core): add telemetry debug/noop logger (#7958) |
4767ac7
renovate[bot] | fix(deps): Update dev-non-major (#7959) |
c06deef
Espen Hovlandsdal | fix: reword warning about vector images not support crop/hotspot (#7960) |
eecd0c5
sanity-io/visual-editing (@sanity/visual-editing)
v2.10.5
Bug Fixes
preview
correctly for hash router studios (#2296) (97a243c)vercel/next.js (eslint-config-next)
v15.0.4
Compare Source
sanity-io/sanity (groq)
v3.66.1
Compare Source
v3.66.0
Compare Source
✨ Highlights
React Compiler for auto-updating studios
Studios that have opted in to the auto-updating feature will now use code optimized by the React Compiler. In many cases, this results in a faster user interface.
Other features
Configurable slug field weight
It's now possible to configure search weights for slug fields using the options.search.weight field option:
The slug field's weight will now be respected when using global search with "Best match" sorting selected, and when using reference search. Learn more about search weights in the Studio Search Configuration documentation.
Crop/hotspot vector format warning
When using vector formats (like SVG), any crop/hotspot defined for the image will only be applied if the image is delivered in a raster format. To make this clear, a warning is now displayed when setting a crop/hotspot on vector images.
Document links in Vision
When using the
@sanity/vision
plugin, if query results contain either_id
or_ref
attributes, a link icon is displayed next to the value making it easier to find and edit the document.Note: This is currently only displayed if the queried dataset matches the dataset of the active workspace.
Sanity v2 CLI commands removed
v2 has been end-of-life since April 2024 and the CLI commands for v2 will no longer display a removed error.
You can still use
@sanity/cli@^2
should you need to run CLI commands against the an old studio project. See the guide for more details on migrating from v2 to v3.🐛 Notable bugfixes
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
------------ | ------------- | -------------
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.0 (#7883) |
1dc2a68
renovate[bot] | chore(deps): update typescript-tooling (#7882) |
aebe3ce
Ash | refactor(sanity): clarify variable name |
fcff773
Ash | chore(sanity): remove duplicate test |
ee3f331
Ash | feat: support search weight configuration for slug fields |
022c910
renovate[bot] | fix(deps): Update dev-non-major (#7893) |
3f7892e
renovate[bot] | chore(lockfile): update dependency @sanity/react-loader to v1.10.22 (#7896) |
b13265d
renovate[bot] | chore(deps): update dependency @sanity/code-input to v5 (#7901) |
a323ddd
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.2 (#7899) |
e432e37
renovate[bot] | fix(deps): Update dev-non-major (#7902) |
56ed6cb
renovate[bot] | fix(deps): update dependency @sanity/icons to ^3.5.0 (#7900) |
1ed427e
Pedro Bonamin | fix(core): portable text annotations slow to show (#7588) |
ef50844
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.1 (#7910) |
037a2f4
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.2 (#7909) |
b2f1ff2
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.8.26 (#7906) |
5b58ced
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.3 (#7914) |
e609391
renovate[bot] | fix(deps): update dependency @sanity/insert-menu to v1.0.15 (#7913) |
d91efd9
Cody Olsen | fix: vertically center pane header when no tabs (#7912) |
481febd
Marius Lundgård | fix(sanity): support future UI tones (#7916) |
f5e85ae
renovate[bot] | fix(deps): Update dev-non-major (#7905) |
b4c157c
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.9.0 (#7918) |
d3a4a1f
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.9.0 (#7919) |
b28b160
Rostislav Melkumyan | feat(cli): add test-template for testing
--template
flag (#7877) |52ab8b2
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.23.0 (#7931) |
90f884d
renovate[bot] | chore(deps): update typescript-tooling (#7928) |
755cd44
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.4 (#7930) |
ee5f3b6
renovate[bot] | fix(deps): Update dev-non-major (#7920) |
5b25212
Cody Olsen | fix: support react compiler for auto updating studios (#7897) |
e40d5b6
Rostislav Melkumyan | feat(cli): remove v2 init messaging (#7887) |
2333027
RitaDias | test(e2e): add unpublish e2e test (#7927) |
079824e
Rostislav Melkumyan | feat(cli): add support for remote templates with
--template
(#7867) |1f59825
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#7933) |
4fff528
renovate[bot] | fix(deps): update dependency @sanity/icons to ^3.5.0 (#7929) |
8ee3384
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.3 (#7921) |
1e6a839
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.24.0 (#7935) |
5bce66e
Yang Yu | fix(deps): bump sentry/react to 8.33 (#7932) |
e855a41
Bjørge Næss | fix(vision): add a warning about unsupported perspective when pasting (#7937) |
bd2b3cf
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.24.1 (#7938) |
4bc55d6
Rostislav Melkumyan | feat: add CI specific token label (#7934) |
4b64fbb
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.13.0 (#7939) |
ad43939
Bjørge Næss | chore(vision): revert accidental file rename (#7945) |
b4df341
renovate[bot] | fix(deps): update dependency @sanity/insert-menu to v1.0.16 (#7942) |
2aac70c
renovate[bot] | fix(deps): Update dev-non-major (#7946) |
59ebd9b
Bjørge Næss | fix: add svg hotspot+crop warning to image tool dialog (#7917) |
3bd79af
RitaDias | test(e2e): restore last e2e tests (#7926) |
b74b50e
Pedro Bonamin | fix(core): disable scheduledPublishing and tasks if
/features
returns error (#7517) |a20fb8f
Sindre Gulseth | feat(vision): link to edit documents on
_id
,_ref
attributes (#6124) |2379f2b
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.9.1 (#7948) |
561e7fc
renovate[bot] | fix(deps): update dependency @sanity/mutate to ^0.11.1 (#7903) |
08d3686
Rostislav Melkumyan | feat(cli): generate read token conditionally for remote template (#7953) |
ff90128
Bjørge Næss | fix(cli): remove v2 commands (#5750) |
d98873c
Christian Grøngaard | fix(core): only open one annotation object edit modal at a time (#7898) |
fbecbc8
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.5 (#7957) |
7c5a231
Bjørge Næss | fix(core): add telemetry debug/noop logger (#7958) |
4767ac7
renovate[bot] | fix(deps): Update dev-non-major (#7959) |
c06deef
Espen Hovlandsdal | fix: reword warning about vector images not support crop/hotspot (#7960) |
eecd0c5
vercel/next.js (next)
v15.0.4
Compare Source
sanity-io/next-sanity (next-sanity)
v9.8.25
Compare Source
Bug Fixes
v9.8.24
Compare Source
Bug Fixes
v9.8.23
Compare Source
Bug Fixes
facebook/react (react)
v19.0.0
Compare Source
facebook/react (react-dom)
v19.0.0
Compare Source
sanity-io/sanity (sanity)
v3.66.1
Compare Source
v3.66.0
Compare Source
✨ Highlights
React Compiler for auto-updating studios
Studios that have opted in to the auto-updating feature will now use code optimized by the React Compiler. In many cases, this results in a faster user interface.
Other features
Configurable slug field weight
It's now possible to configure search weights for slug fields using the options.search.weight field option:
The slug field's weight will now be respected when using global search with "Best match" sorting selected, and when using reference search. Learn more about search weights in the Studio Search Configuration documentation.
Crop/hotspot vector format warning
When using vector formats (like SVG), any crop/hotspot defined for the image will only be applied if the image is delivered in a raster format. To make this clear, a warning is now displayed when setting a crop/hotspot on vector images.
Document links in Vision
When using the
@sanity/vision
plugin, if query results contain either_id
or_ref
attributes, a link icon is displayed next to the value making it easier to find and edit the document.Note: This is currently only displayed if the queried dataset matches the dataset of the active workspace.
Sanity v2 CLI commands removed
v2 has been end-of-life since April 2024 and the CLI commands for v2 will no longer display a removed error.
You can still use
@sanity/cli@^2
should you need to run CLI commands against the an old studio project. See the guide for more details on migrating from v2 to v3.🐛 Notable bugfixes
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
------------ | ------------- | -------------
Snorre Eskeland Brekke | feat: Start in Create button is now enabled by default (#7884) |
723f7fe
Snorre Eskeland Brekke | Revert "feat: Start in Create button is now enabled by default (#7884)" |
e515f9e
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.0 (#7883) |
1dc2a68
renovate[bot] | chore(deps): update typescript-tooling (#7882) |
aebe3ce
Ash | refactor(sanity): clarify variable name |
fcff773
Ash | chore(sanity): remove duplicate test |
ee3f331
Ash | feat: support search weight configuration for slug fields |
022c910
renovate[bot] | fix(deps): Update dev-non-major (#7893) |
3f7892e
renovate[bot] | chore(lockfile): update dependency @sanity/react-loader to v1.10.22 (#7896) |
b13265d
renovate[bot] | chore(deps): update dependency @sanity/code-input to v5 (#7901) |
a323ddd
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.2 (#7899) |
e432e37
renovate[bot] | fix(deps): Update dev-non-major (#7902) |
56ed6cb
renovate[bot] | fix(deps): update dependency @sanity/icons to ^3.5.0 (#7900) |
1ed427e
Pedro Bonamin | fix(core): portable text annotations slow to show (#7588) |
ef50844
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.1 (#7910) |
037a2f4
renovate[bot] | fix(deps): update dependency @portabletext/editor to ^1.12.2 (#7909) |
b2f1ff2
renovate[bot] | fix(deps): update dependency @sanity/ui to ^2.8.26 (#7906) |
5b58ced
renovate[bot] | fix(deps): update dependency @sanity/presentation to v1.19.3 (#7914) |
e609391
renovate[bot] | fix(deps): update dependency @sanity/insert-menu to v1.0.15 (#7913) |
d91efd9
Cody Olsen | fix: vertically center pane header when no tabs (#7912) |
481febd
Marius Lundgård | fix(sanity): support future UI tones (#7916) |
f5e85ae
renovate[bot] | fix(deps): Update dev-non-major (
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here