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 #293

Merged
merged 1 commit into from
May 15, 2023
Merged

fix(deps): update sanity monorepo #293

merged 1 commit into from
May 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/vision (source) 3.10.0 -> 3.11.0 age adoption passing confidence
sanity (source) 3.10.0 -> 3.10.3 age adoption passing confidence

Release Notes

sanity-io/sanity

v3.11.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npx create-sanity@latest

To upgrade a v3 Studio:

npm install sanity@latest

✨ Highlights

Document list search

It's now possible to search within document lists. We've also improved keyboard accessibility, making it much easier to navigate between lists and the document form editor itself.

🐛 Notable bugfixes

  • Fixes issue where Edit intent links that opens the on-screen keyboard in iOS/android while also opening dialogs would break the layout
  • Improves linking to single spans of text in the Portable Text Input
  • Fixes a bug that made fields without a group appear in all groups
  • Fixes a bug with the Portable Text Editor where single span texts could become out of sync with the server value
  • Fixes an issue where an object field’s value is not unset when all object field values are empty

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Cody Olsen | fix: avoid scroll on overflow: hidden (#​4458) | 47302b5
Espen Hovlandsdal | test(cli): reduce dangling entity cleanup threhold to 16 hours (#​4431) | 5780487
Per-Kristian Nordnes | fix(form/inputs): improve tracking of formState focusPath for PT-input (#​4466) | bdcea25
Bjørge Næss | fix(form): show fields without groups only when 'All fields' is selected (#​4472) | b246b81
Herman Wikner | feat: document list search (#​4436) | c6a729f
Bjørge Næss | fix(desk): remove path param from url after initially read (#​4469) | eee026d
Cody Olsen | chore: delete junk files (#​4476) | 6b78d7e
Robin Pyon | chore(test-studio): add an author references block to simpleBlock | 8e83e86
renovate[bot] | fix(deps): update dependency @​vercel/fs-detectors to v3.9.2 | 56c81ff
renovate[bot] | fix(deps): update dependency framer-motion to v10.12.10 | 9602964
renovate[bot] | fix(deps): update dependency @​vercel/frameworks to v1.4.2 | 97b923e
Per-Kristian Nordnes | fix(portable-text-editor): fix sync issue with text spans (#​4467) | 036e68a
RitaDias | fix(core): unset objects when no values in patch when empty value (#​4495) | ba760f3
renovate[bot] | fix(deps): update dependency @​sanity/client to v6 (#​4454) | e092721

v3.10.3

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npx create-sanity@latest

To upgrade a v3 Studio:

npm install sanity@latest

🐛 Notable bugfixes

  • Fixes an issue where array inputs inside Portable Text dialogs would not properly render

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Per-Kristian Nordnes | Add boundary provider for nested content inside PT-input dialogs (#​4486) | 4f961e9

v3.10.2

Compare Source

v3.10.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npx create-sanity@latest

To upgrade a v3 Studio:

npm install sanity@latest
🐛 Notable bugfixes
  • Fixes issue where the Create new document dialog didn't work on smaller screens
  • Fixes issue where out of range integers in number fields could crash the studio
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Robin Pyon | fix(core): ensure the create new button dialog is functional on smaller breakpoints (#​4450) | f1dc5ec
Robin Pyon | fix(core): prevent number primitive fields from triggering change callbacks when numbers are out of range (#​4456) | aa2dd6e
Bjørge Næss | chore(test-studio): add a second field to simpleBlock's block type | 82f6ee1
ecospark[bot] | chore(prettier): fix unformatted files 🤖 ✨ (#​4453) | f395629


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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.


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

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

@renovate renovate bot requested a review from a team as a code owner May 15, 2023 00:17
@vercel
Copy link

vercel bot commented May 15, 2023

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

Name Status Preview Comments Updated (UTC)
nextjs-blog-cms-sanity-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2023 4:43pm

@socket-security
Copy link

socket-security bot commented May 15, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Ignoring: esbuild@0.16.17, esbuild@0.17.18

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
sanity@3.10.3 filesystem, shell, environment +358 skogsmaskin

@renovate renovate bot force-pushed the renovate/sanity-monorepo branch from 505c0e0 to 5603784 Compare May 15, 2023 16:42
@renovate renovate bot changed the title fix(deps): update sanity monorepo to v3.10.3 fix(deps): update sanity monorepo May 15, 2023
@stipsan
Copy link
Member

stipsan commented May 15, 2023

@SocketSecurity ignore esbuild@0.17.18

@stipsan
Copy link
Member

stipsan commented May 15, 2023

@SocketSecurity ignore esbuild@0.16.17

@stipsan stipsan merged commit d097237 into main May 15, 2023
3 checks passed
@stipsan stipsan deleted the renovate/sanity-monorepo branch May 15, 2023 16:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2023
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