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 dev-non-major #7671

Merged
merged 1 commit into from
Oct 24, 2024
Merged

fix(deps): Update dev-non-major #7671

merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@portabletext/editor (source) ^1.1.5 -> ^1.1.7 age adoption passing confidence
@sanity/react-loader (source) 1.10.11 -> 1.10.13 age adoption passing confidence
@sanity/visual-editing (source) 2.3.1 -> 2.4.1 age adoption passing confidence

Release Notes

portabletext/editor (@​portabletext/editor)

v1.1.7

Bug Fixes
  • deps: update dependency slate-react to v0.110.3 (71e565a)
  • deps: Update sanity monorepo to ^3.62.2 (2d0cedc)

v1.1.6

Bug Fixes
  • deps: Update sanity monorepo to ^3.62.0 (1124a41)
  • deps: Update sanity monorepo to ^3.62.1 (2d019b3)
  • editor: fix inconsistency with text insertion in decorated annotation (a85fff2)
  • editor: preserve decorators when removing all-decorated text (46f299a)
  • editor: use OS-aware undo/redo shortcuts (8dac26d)
sanity-io/visual-editing (@​sanity/react-loader)

v1.10.13

Dependencies

v1.10.12

Dependencies
sanity-io/visual-editing (@​sanity/visual-editing)

v2.4.1

Dependencies

v2.4.0

Features
  • visual-editing: add package version mismatch warning (#​2040) (c112de4)
Dependencies

v2.3.2

Bug Fixes
  • visual-editing: add silent catch to features request (#​2038) (a20b0fd)

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner October 24, 2024 17:13
@renovate renovate bot requested review from ricokahler and removed request for a team October 24, 2024 17:13
Copy link

vercel bot commented Oct 24, 2024

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

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 5:37pm
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 5:37pm
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 5:37pm
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 5:37pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 5:37pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Oct 24, 2024 5:37pm

Copy link

socket-security bot commented Oct 24, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sanity/[email protected] Transitive: environment, network +3 4 MB sanity-io
npm/@sanity/[email protected] Transitive: network +7 14 MB armandocerna, ash, atombender, ...59 more

🚮 Removed packages: npm/@portabletext/[email protected], npm/@sanity/[email protected], npm/@sanity/[email protected]

View full report↗︎

Copy link
Contributor

No changes to documentation

@stipsan stipsan added this pull request to the merge queue Oct 24, 2024
Merged via the queue into next with commit 1ebedd2 Oct 24, 2024
40 of 45 checks passed
@stipsan stipsan deleted the renovate/dev-non-major branch October 24, 2024 17:18
Copy link
Contributor

github-actions bot commented Oct 24, 2024

Component Testing Report Updated Oct 24, 2024 5:25 PM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 44s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 9s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 31s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 39s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 11s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 45s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 40s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 17s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 8s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 27s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 37s 12 0 0
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 0s 0 3 0

Copy link
Contributor

github-actions bot commented Oct 24, 2024

⚡️ Editor Performance Report

Updated Thu, 24 Oct 2024 17:27:16 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 16.7 efps (60ms) 16.1 efps (62ms) +2ms (+3.3%)
article (body) 56.5 efps (18ms) 56.7 efps (18ms) -0ms (-0.3%)
article (string inside object) 17.5 efps (57ms) 16.1 efps (62ms) +5ms (+8.8%)
article (string inside array) 14.2 efps (71ms) 13.8 efps (73ms) +2ms (+2.8%)
recipe (name) 30.3 efps (33ms) 29.9 efps (34ms) +1ms (+1.5%)
recipe (description) 33.9 efps (30ms) 34.5 efps (29ms) -1ms (-1.7%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (6ms) +0ms (-/-%)
synthetic (title) 14.5 efps (69ms) 15.2 efps (66ms) -3ms (-4.3%)
synthetic (string inside object) 14.7 efps (68ms) 14.9 efps (67ms) -1ms (-1.5%)

efps — editor "frames per second". The number of updates assumed to be possible within a second.

Derived from input latency. efps = 1000 / input_latency

Detailed information

🏠 Reference result

The performance result of sanity@latest

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 60ms 68ms 77ms 248ms 554ms 13.8s
article (body) 18ms 19ms 21ms 43ms 118ms 5.3s
article (string inside object) 57ms 59ms 64ms 215ms 250ms 8.6s
article (string inside array) 71ms 76ms 88ms 330ms 1137ms 9.9s
recipe (name) 33ms 36ms 41ms 58ms 0ms 10.6s
recipe (description) 30ms 31ms 35ms 64ms 0ms 5.9s
recipe (instructions) 6ms 8ms 9ms 12ms 0ms 3.2s
synthetic (title) 69ms 74ms 91ms 155ms 1339ms 15.1s
synthetic (string inside object) 68ms 72ms 86ms 482ms 1731ms 10.2s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 62ms 68ms 85ms 138ms 312ms 13.5s
article (body) 18ms 19ms 21ms 175ms 369ms 5.7s
article (string inside object) 62ms 66ms 75ms 230ms 303ms 9.0s
article (string inside array) 73ms 77ms 85ms 197ms 889ms 9.9s
recipe (name) 34ms 36ms 52ms 74ms 0ms 9.7s
recipe (description) 29ms 31ms 37ms 64ms 21ms 5.8s
recipe (instructions) 6ms 9ms 9ms 11ms 0ms 3.3s
synthetic (title) 66ms 73ms 127ms 342ms 1314ms 15.0s
synthetic (string inside object) 67ms 71ms 129ms 553ms 1877ms 11.0s

📚 Glossary

column definitions

  • benchmark — the name of the test, e.g. "article", followed by the label of the field being measured, e.g. "(title)".
  • latency — the time between when a key was pressed and when it was rendered. derived from a set of samples. the median (p50) is shown to show the most common latency.
  • p75 — the 75th percentile of the input latency in the test run. 75% of the sampled inputs in this benchmark were processed faster than this value. this provides insight into the upper range of typical performance.
  • p90 — the 90th percentile of the input latency in the test run. 90% of the sampled inputs were faster than this. this metric helps identify slower interactions that occurred less frequently during the benchmark.
  • p99 — the 99th percentile of the input latency in the test run. only 1% of sampled inputs were slower than this. this represents the worst-case scenarios encountered during the benchmark, useful for identifying potential performance outliers.
  • blocking time — the total time during which the main thread was blocked, preventing user input and UI updates. this metric helps identify performance bottlenecks that may cause the interface to feel unresponsive.
  • test duration — how long the test run took to complete.

bjoerge added a commit that referenced this pull request Oct 28, 2024
* next:
  feat: adds support for Create-Studio integration (#7635)
  fix(deps): Update dev-non-major (#7671)
  fix(deps): update dependency @sanity/insert-menu to v1.0.10 (#7668)
  fix(deps): update dependency @sanity/presentation to v1.17.6 (#7669)
  v3.62.2
  fix(deps): Update dev-non-major (#7663)
  fix(deps): update dependency @sanity/presentation to v1.17.4 (#7662)
  fix(deps): Update dev-non-major (#7661)
  v3.62.1
  feat(cli): add warning and docs for react-19 and Next.Js combined (#7660)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant