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

build(deps): bump sanity from 3.30.0 to 3.31.0 #356

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps sanity from 3.30.0 to 3.31.0.

Release notes

Sourced from sanity's releases.

v3.31.0

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

Portable Text Editor improvements

  • Inline references and objects will now render with increased default sizes in the Portable Text Editor for easier interaction.
  • Original content keys are now preserved during undo/redo operations in the Portable Text Editor. This change makes for more robust content integrity.

🐛 Notable bugfixes

  • Fixes an issue that allowed files to be dropped behind the open modal, leading to potentially adding files to the wrong input.
  • Fixes a problem where temporary network disruptions could cause the form editor to reload and lose unsaved edits. Now, the form becomes read-only during reconnection, preserving state and changes.
  • Fixes an issue where initial value templates would not accept a target dataset for cross-dataset references.
  • Fixes an issue where the "disabled" state was shown indefinitely for cross-dataset references.
  • Resolves a UI problem where the "cannot upload" message was incorrectly shown for extension-restricted file types during hover.
  • Fixes a bug where certain selections within the Portable Text Editor were being mishandled.
  • Fixes an issue where Comments would show a loading state while the form was reconnecting, preserving user comments during network issues.

📓 Full changelog

Author Message Commit
Robin Neatherway docs: show backup command in help (#5865) 5d060afc1
Nina Andal Aarvik fix(core): change modalWidth of inlineObjects to 1 by default (#5839) 6e551b09d
Per-Kristian Nordnes feat(portable-text-editor): preserve keys on undo/redo (#5805) f83e8e401
Herman Wikner feat(portable-text-editor): implement isSelectionOverlapping method (#5870) 1d41af7c8
renovate[bot] chore(deps): update dependency get-random-values-esm to v1.0.2 (#5856) 16a5434fd
Ash fix(form): prevent drop event propagating outside of EditPortal component (#5813) fc73437ae
Per-Kristian Nordnes fix(portable-text-editor): check that path is lengthy (#5875) 2deebb189
Herman Wikner feat(core): add onFullScreenChange to Portable Text Input (#5879) 84a0c9028
Rupert Dunk feat(structure): support closing first collapsed DocumentPanel (#5867) 6d61e9402
cngonzalez fix(core): check if previous state is null for unmounted component (#5724) 9ed5cca51
Tommy Petty fix(structure): provide better error handling if orderings contain invalid field (#5709) 4926b78e4
Per-Kristian Nordnes feat(portable-text-editor): range decorations (#5871) fa330a0ba
Herman Wikner feat(comments): introduce inline commenting (#5606) 7ed2b0f65
Tommy Petty fix(core): updates to not show "cannot upload" on hover when using extension based accepts settings (#5881) 023e7e646
Bjørge Næss fix(sanity): preserve form (as readOnly) when reconnecting (#5884) ed87e2a40
Per-Kristian Nordnes fix(portable-text-editor): all paths must be checked (#5891) 4ae88a028
Per-Kristian Nordnes fix(comments): allow ranges to be collapsed (#5892) eb5cd5020
Ash feat(ci): cache release dependencies (#5834) 75ac3cfb1

... (truncated)

Commits
  • 37e207d v3.31.0
  • e0f6669 fix(comments): loading state (#5908)
  • 49fa240 feat(core): add Text Search API search strategy (#5785)
  • 9fc34a2 fix(core): allow _dataset for cross-dataset references in templates (#5889)
  • c9a1dd6 chore(deps): upgrade archiver, split2 dependencies (#5880)
  • 4159bca chore(search): refactor search to export necessary components and providers. ...
  • 3670459 feat(core): export useWorkspaceLoader from core (#5898)
  • eb5cd50 fix(comments): allow ranges to be collapsed (#5892)
  • ed87e2a fix(sanity): preserve form (as readOnly) when reconnecting (#5884)
  • 023e7e6 fix(core): updates to not show "cannot upload" on hover when using extension ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.30.0 to 3.31.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.31.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Mosazghi as a code owner March 6, 2024 11:42
@dependabot dependabot bot added dependency javascript Pull requests that update Javascript code labels Mar 6, 2024
Copy link

vercel bot commented Mar 6, 2024

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

Name Status Preview Comments Updated (UTC)
startgjovik-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2024 11:44am

@Mosazghi Mosazghi merged commit b4a2148 into development Mar 6, 2024
4 checks passed
@Mosazghi Mosazghi deleted the dependabot/npm_and_yarn/sanity-3.31.0 branch March 6, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant