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

chore(deps): update typescript-tooling #8149

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/pkg-utils 6.12.2 -> 6.12.3 age adoption passing confidence
@sanity/tsdoc (source) 1.0.153 -> 1.0.157 age adoption passing confidence

Release Notes

sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.12.3

Compare Source

Bug Fixes
sanity-io/tsdoc (@​sanity/tsdoc)

v1.0.157

Compare Source

Bug Fixes

v1.0.156

Compare Source

Bug Fixes

v1.0.155

Compare Source

Bug Fixes

v1.0.154

Compare Source

Bug Fixes

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 December 31, 2024 10:05
@renovate renovate bot requested review from ricokahler and removed request for a team December 31, 2024 10:05
Copy link

vercel bot commented Dec 31, 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 Dec 31, 2024 10:38am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 10:38am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 10:38am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 10:38am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Dec 31, 2024 10:38am

@renovate renovate bot enabled auto-merge December 31, 2024 10:05
Copy link

socket-security bot commented Dec 31, 2024

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

Package New capabilities Transitives Size Publisher
npm/@sanity/pkg-utils@6.12.3 environment Transitive: eval, filesystem, shell, unsafe +214 116 MB sanity-io
npm/@sanity/tsdoc@1.0.157 filesystem Transitive: environment, eval, network, shell, unsafe +332 167 MB sanity-io

🚮 Removed packages: npm/@codemirror/language@6.10.7, npm/@sanity/pkg-utils@6.12.2, npm/@sanity/tsdoc@1.0.153

View full report↗︎

Copy link
Contributor

No changes to documentation

@renovate renovate bot force-pushed the renovate/typescript-tooling branch from dced95d to d4ca126 Compare December 31, 2024 10:20
Copy link
Contributor

github-actions bot commented Dec 31, 2024

⚡️ Editor Performance Report

Updated Tue, 31 Dec 2024 10:36:53 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 20.8 efps (48ms) 25.0 efps (40ms) -8ms (-16.7%)
article (body) 67.3 efps (15ms) 63.3 efps (16ms) +1ms (-/-%)
article (string inside object) 25.0 efps (40ms) 25.6 efps (39ms) -1ms (-2.5%)
article (string inside array) 22.7 efps (44ms) 22.7 efps (44ms) +0ms (-/-%)
recipe (name) 55.6 efps (18ms) 58.8 efps (17ms) -1ms (-5.6%)
recipe (description) 62.5 efps (16ms) 66.7 efps (15ms) -1ms (-6.3%)
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) +0ms (-/-%)
synthetic (title) 19.8 efps (51ms) 20.8 efps (48ms) -3ms (-5.0%)
synthetic (string inside object) 21.5 efps (47ms) 21.3 efps (47ms) +1ms (+1.1%)

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) 48ms 56ms 69ms 581ms 897ms 11.4s
article (body) 15ms 20ms 32ms 194ms 244ms 5.5s
article (string inside object) 40ms 43ms 47ms 93ms 173ms 7.0s
article (string inside array) 44ms 46ms 59ms 227ms 394ms 7.5s
recipe (name) 18ms 19ms 21ms 32ms 0ms 7.0s
recipe (description) 16ms 17ms 20ms 34ms 0ms 4.3s
recipe (instructions) 5ms 7ms 9ms 9ms 0ms 3.1s
synthetic (title) 51ms 55ms 60ms 90ms 472ms 13.1s
synthetic (string inside object) 47ms 48ms 53ms 258ms 98ms 7.5s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 40ms 45ms 64ms 200ms 749ms 10.1s
article (body) 16ms 19ms 27ms 166ms 223ms 5.5s
article (string inside object) 39ms 41ms 45ms 63ms 130ms 6.8s
article (string inside array) 44ms 46ms 55ms 221ms 251ms 7.2s
recipe (name) 17ms 18ms 22ms 36ms 0ms 6.9s
recipe (description) 15ms 16ms 17ms 24ms 0ms 4.2s
recipe (instructions) 5ms 7ms 9ms 23ms 0ms 3.0s
synthetic (title) 48ms 51ms 56ms 283ms 455ms 12.2s
synthetic (string inside object) 47ms 50ms 58ms 460ms 779ms 8.1s

📚 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.

Copy link
Contributor

github-actions bot commented Dec 31, 2024

Component Testing Report Updated Dec 31, 2024 10:38 AM (UTC)

❌ Failed Tests (1) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 1m 4s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 12s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 37s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 50s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 14s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 1m 6s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 25s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ❌ Failed (Inspect) 2m 18s 17 0 1
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 12s 3 9 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 1m 41s 21 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

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