Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update sanity monorepo to v3.47.1 #1678

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/block-tools (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/cli (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/diff (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/mutator (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/portable-text-editor (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/schema (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/types (source) ^3.45.0 -> ^3.47.1 age adoption passing confidence
@sanity/types (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/util (source) 3.45.0 -> 3.47.1 age adoption passing confidence
@sanity/vision (source) 3.45.0 -> 3.47.1 age adoption passing confidence
create-sanity (source) 3.45.0 -> 3.47.1 age adoption passing confidence
groq (source) 3.45.0 -> 3.47.1 age adoption passing confidence
sanity (source) 3.45.0 -> 3.47.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sanity-io/sanity (@​sanity/block-tools)

v3.47.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

🐛 Notable bugfixes

  • Fixes a potential crash in certain javascript environments when trying to access process.env
  • Errors occuring during a migration now provides more details

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6975) | 355e1b9
Binoy Patel | fix(migrate): fixes error message to be more helpful (#​6986) | df89f88
Espen Hovlandsdal | fix(cli): correct noop return value on esbuild-register in dev (#​6990) | 51ecce0
Espen Hovlandsdal | fix(core): make version check not depend on process.env (#​6991) | 7c00b8f

v3.47.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

✨ Highlights

Array insert menu

This release includes a much requested upgrade of the array insert menu with various new options available. Including a new and more informative grid view, the ability to organize available schema types in groups, and filter them with a search term, and more. Check out the array article in the docs for examples.

array insert menu

Other features

Adds a type export of all the discovered Sanity schema variants resulting from running sanity typegen in the CLI. This can be useful in mocks/testing environments and used by third party tools to get a list of potential types. This union type is accessible as AllSanitySchemaTypes in the generated type definitions.

🐛 Notable bugfixes

  • Fixes an issue where a text preview image would be included into the Portable Text Editor (PTE) when pasting text from Word.
  • Fixes an issue where navigation options were not being passed as expected when calling a scoped router's navigate function.
  • Fixes an issue where the PTE wouldn't activate when you start dragging files into it.
  • Images in the Hotspot & Crop tool now render faster, and use far less memory.
  • Reduces layout shift when uploading images that replace existing image assets.
  • Fixes an issue that could cause a 409 error when restoring a document from history.
  • Fixes an issue where image and file types might be listed in their lowercase variant in array insert menus

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6916) | 7f20f24
renovate[bot] | chore(deps): update dependency @​sanity/tsdoc to v1.0.72 (#​6911) | 7d312e4
Cody Olsen | feat(deps): upgrade react-rx to v3 (#​6883) | c0fe9f6
renovate[bot] | fix(deps): Update dev-non-major (#​6915) | f00ca7e
Per-Kristian Nordnes | fix(core): fix issue with pasting mixed content (files and text) for pt-input (#​6924) | fda9387
Rupert Dunk | fix(router): pass options on scoped router navigation (#​6923) | 2fabc2e
Fred Carlsen | chore: clean playwright-ct cache on each run (#​6928) | 286aaed
Fred Carlsen | fix(form): activate PTE input when dragging files (#​6929) | a2be16c
Ash | chore: update lockfile (#​6932) | d935a3a
Cody Olsen | fix: improve perf of by creating the canvas in a side effect (#​6874) | 5d8031b
Cody Olsen | fix: layout shift when uploading images (#​6930) | ae142d4
renovate[bot] | fix(deps): Update dev-non-major (#​6941) | 3300904
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.16.0 (#​6942) | abe562b
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.3.6 (#​6943) | c1869b9
renovate[bot] | chore(lockfile): update dependency @​sanity/import to v3.37.5 (#​6940) | 6cfe40e
Cody Olsen | fix: change useListFormat to no longer violate the rule of hooks (#​6876) | cae047f
Bjørge Næss | fix(sanity): only include create action when restoring a deleted document (#​6937) | 2736835
Cody Olsen | refactor: change memoization of margins to support the rule of hooks (#​6875) | fbf90ec
Espen Hovlandsdal | fix(schema): use base type for title if no subtype title or name is given (#​6947) | bbe7ac0
Binoy Patel | fix(cli): account for base path in the importmap (#​6919) | 8f28054
renovate[bot] | chore(lockfile): update dependency @​sanity/bifur-client to v0.4.1 (#​6939) | e161e0b
Nina Andal Aarvik | fix(vision): center loading spinner (#​6900) | 5943d4f
Christian Grøngaard | chore: allow clean:deps to remove test studio node_modules (#​6951) | 339128d
Christian Grøngaard | feat(core): new insert menu for arrays with filtering, type preview support (#​6853) | 203f135
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6957) | 4b89dd5
renovate[bot] | fix(deps): Update dev-non-major (#​6958) | d89acea
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.4.0 (#​6959) | 5a38691
Sindre Gulseth | feat(typegen): add all schema types exported union | 5d97a0e
Sindre Gulseth | Revert "feat(typegen): add all schema types exported union" | e65adee
RitaDias | test(e2e): update e2e flaky tests (#​6927) | 6b20e5f
Sindre Gulseth | feat(typegen): add all schema types exported union (#​6962) | fa459a4
Ash | test(e2e): ensure custom publish action can patch document before publication | 17d0bbf
Ash | fix(sanity): remove ifDraftRevisionId optimistic lock usage when publishing documents | 3064705
Christian Grøngaard | fix(core): make array insert menu full width if grid view is configured (#​6969) | 47d204c
Christian Grøngaard | deps(core): update @​sanity/insert-menu (#​6971) | de01b7c
Bjørge Næss | fix(structure): don't replace url when navigating back to list after document deletion (#​6953) | f662ae2
Bjørge Næss | refactor(core): change revision history label from 'Version' to the more accurate 'Revision' (#​6956) | b90820c
Espen Hovlandsdal | feat(core): implement basic error reporting (#​6914) | 02dab2a
Binoy Patel | fix(ci): importmap path on windows (#​6948) | 6bbf609
Carolina Gonzalez | feat: notify AUS studio users of new studio versions (#​6893) | e9b16c8

v3.46.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes a bug causing Structure Tool to crash when attempting to read the scrollTop of a nonexistent element.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Ash | fix(sanity): ignore sticky overlay regions with a falsey DOM node (#​6910) | 4f1be6c

v3.46.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes an issue where projects with a large amount of users would sometimes get a request error when loading user info.
  • Form input components now have their own error boundaries, limiting crashes to a field level on a document form, instead of taking down the entire Structure Tool.
  • Fixes React 19 causing the Portable Text Editor (PTE) to crash in some scenarios.
  • Fixes an issue where searching for text within fields of type text (not string) would not yield results.
  • Fixes an issue when dragging PTE blocks.
  • Fixes a visual regression in PTE fullscreen mode where the Drop to upload files message would be positioned incorrectly.
  • Fixes a regression where pasting from Word would insert an image version of the text being pasted instead of the actual text.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Christian Grøngaard | chore(core): abstract getSchemaTypeIcon (#​6844) | 6693c54
Rostislav Melkumyan | feat: add integration when creating a new project through cli (#​6639) | ac214b8
jordanl17 | fix(structure): fixing issue with shift mutli select of documents (#​6857) | 15861f4
Espen Hovlandsdal | fix(core): chunk user loading into batches of max 400 items (#​6858) | 4531750
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6849) | 73861ef
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.9.0 (#​6850) | 4b6d33f
renovate[bot] | chore(lockfile): update dependency @​sanity/bifur-client to v0.4.1 (#​6860) | c1c2ab2
renovate[bot] | fix(deps): Update babel monorepo (#​6861) | 4fa813d
renovate[bot] | chore(lockfile): update dependency @​sanity/icons to v3.2.0 (#​6864) | 513601c
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.3.1 (#​6851) | 74d4e67
renovate[bot] | chore(deps): update dependency @​sanity/icons to ^3.2.0 (#​6863) | c03c346
renovate[bot] | fix(deps): Update dev-non-major (#​6862) | 74f8080
Carolina Gonzalez | feat: add hasSanityPackageInImportMap (#​6832) | 8ea7d8f
Cody Olsen | feat: add error boundary for form input components (#​6869) | 23c42ae
Cody Olsen | fix: portable text editor crash on React 19 (#​6870) | 293e7d1
Cody Olsen | refactor: replace useForwardedRef with useImperativeHandle (#​6830) | 23bac62
renovate[bot] | fix(deps): update dependency get-it to ^8.6.0 (#​6884) | 9f5e29f
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6892) | 5c01ef6
Cody Olsen | refactor: lift useCallback out of useAsync so it can be compiled (#​6873) | 08f79a4
Espen Hovlandsdal | fix(search): include text type fields in search queries (#​6895) | 5e505ac
RitaDias | test(e2e): update timeouts for opening popovers (#​6871) | 1befff1
Pedro Bonamin | fix(scheduled-publishing): export EditScheduleForm from core (#​6872) | 43711d7
Rico Kahler | feat: add CLI options to enable auto-updating studios (#​6514) | 5077c8b
Binoy Patel | feat(cli): show prompt if local version doesn't match remote (#​6707) | 50f1e54
Binoy Patel | fix(cli): allow using auto-updates in unattended mode (#​6897) | 61f1f8c
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6899) | 07454a1
Christian Grøngaard | fix(form): avoid spreading key prop (#​6887) | 51eb56a
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.20.0 (#​6886) | 124dc22
Fred Carlsen | fix(core): fix dragging existing blocks in pte (#​6867) | 0d92883
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.9.3 (#​6903) | 7f18d45
renovate[bot] | chore(deps): update dependency turbo to ^1.13.4 (#​6905) | 576dd3f
renovate[bot] | chore(deps): update dependency @​vitejs/plugin-react to ^4.3.1 (#​6904) | 24255b4
Cody Olsen | fix: regression causing ESM build errors (#​6909) | 0b92a8e
renovate[bot] | chore(deps): update dependency esbuild to ^0.21.5 (#​6908) | 69496d1


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner June 18, 2024 07:51
@renovate renovate bot enabled auto-merge June 18, 2024 07:51
Copy link

vercel bot commented Jun 18, 2024

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

Name Status Preview Comments Updated (UTC)
visual-editing-astro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-next-no-cache ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-next-server-only ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-next-with-i18n ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-nuxt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-page-builder-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm
visual-editing-svelte ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 3:20pm

Copy link

socket-security bot commented Jun 18, 2024

@renovate renovate bot force-pushed the renovate/sanity-monorepo branch from 48137c3 to 0963293 Compare June 18, 2024 11:19
@renovate renovate bot force-pushed the renovate/sanity-monorepo branch from 0963293 to 9aa5027 Compare June 18, 2024 11:42
@renovate renovate bot added this pull request to the merge queue Jun 24, 2024
Merged via the queue into main with commit 9515f4c Jun 24, 2024
20 checks passed
@ecospark ecospark bot mentioned this pull request Jun 19, 2024
@renovate renovate bot deleted the renovate/sanity-monorepo branch June 24, 2024 09:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant