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 dependency typescript to v5.8.2 #8914

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence

Release Notes

microsoft/TypeScript (typescript)

v5.8.2

Compare Source


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.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 March 12, 2025 18:17
@renovate renovate bot requested review from pedrobonamin and removed request for a team March 12, 2025 18:17
@renovate renovate bot enabled auto-merge (squash) March 12, 2025 18:17
Copy link

vercel bot commented Mar 12, 2025

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 Mar 13, 2025 10:00am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 10:00am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 10:00am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 13, 2025 10:00am
test-next-studio ⬜️ Ignored (Inspect) Mar 13, 2025 10:00am

Copy link

socket-security bot commented Mar 12, 2025

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

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 22.9 MB typescript-bot

View full report↗︎

Copy link
Contributor

github-actions bot commented Mar 12, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.01% 54448 / 129591
🔵 Statements 42.01% 54448 / 129591
🔵 Functions 46.89% 2729 / 5820
🔵 Branches 79.43% 10219 / 12864
File CoverageNo changed files found.
Generated in workflow #32243 for commit 6c40cc6 by the Vitest Coverage Report Action

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Mar 12, 2025

⚡️ Editor Performance Report

Updated Thu, 13 Mar 2025 10:07:19 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 25.0 efps (40ms) 20.4 efps (49ms) +9ms (+22.5%) 🔴
article (body) 78.4 efps (13ms) 78.1 efps (13ms) +0ms (-/-%)
article (string inside object) 23.8 efps (42ms) 24.4 efps (41ms) -1ms (-2.4%)
article (string inside array) 23.8 efps (42ms) 21.3 efps (47ms) +5ms (+11.9%)
recipe (name) 47.6 efps (21ms) 47.6 efps (21ms) +0ms (-/-%)
recipe (description) 52.6 efps (19ms) 50.0 efps (20ms) +1ms (+5.3%)
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) +0ms (-/-%)
synthetic (title) 18.9 efps (53ms) 19.2 efps (52ms) -1ms (-1.9%)
synthetic (string inside object) 20.0 efps (50ms) 20.8 efps (48ms) -2ms (-4.0%)

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) 40ms 44ms 50ms 311ms 549ms 10.4s
article (body) 13ms 15ms 21ms 258ms 363ms 5.4s
article (string inside object) 42ms 45ms 48ms 134ms 251ms 6.8s
article (string inside array) 42ms 44ms 46ms 50ms 88ms 6.7s
recipe (name) 21ms 23ms 27ms 39ms 5ms 7.2s
recipe (description) 19ms 19ms 21ms 22ms 0ms 4.6s
recipe (instructions) 5ms 6ms 7ms 9ms 0ms 3.0s
synthetic (title) 53ms 55ms 59ms 206ms 890ms 12.7s
synthetic (string inside object) 50ms 51ms 53ms 207ms 514ms 7.4s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 49ms 79ms 93ms 392ms 895ms 11.7s
article (body) 13ms 15ms 19ms 52ms 168ms 5.0s
article (string inside object) 41ms 43ms 45ms 60ms 171ms 6.9s
article (string inside array) 47ms 49ms 52ms 55ms 216ms 6.9s
recipe (name) 21ms 23ms 27ms 44ms 8ms 8.0s
recipe (description) 20ms 21ms 22ms 29ms 0ms 5.0s
recipe (instructions) 5ms 6ms 7ms 8ms 0ms 3.0s
synthetic (title) 52ms 54ms 58ms 233ms 756ms 12.2s
synthetic (string inside object) 48ms 49ms 51ms 211ms 468ms 7.6s

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

@stipsan
Copy link
Member

stipsan commented Mar 13, 2025

We should upgrade to @sanity/pkg-utils@v7 before upgrading here, otherwise the build system will use a different TS version than the IDE and general type checking

@stipsan stipsan closed this Mar 13, 2025
auto-merge was automatically disabled March 13, 2025 10:42

Pull request was closed

Copy link
Contributor Author

renovate bot commented Mar 13, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.8.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/typescript-tooling branch March 13, 2025 10:51
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