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(lockfile): update dependency styled-components to v6.1.16 #8968

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
styled-components (source) 6.1.15 -> 6.1.16 age adoption passing confidence

Release Notes

styled-components/styled-components (styled-components)

v6.1.16

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

Sorry, something went wrong.

@renovate renovate bot requested a review from a team as a code owner March 17, 2025 21:13
@renovate renovate bot requested review from binoy14 and removed request for a team March 17, 2025 21:13
@renovate renovate bot enabled auto-merge (squash) March 17, 2025 21:13
Copy link

vercel bot commented Mar 17, 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 17, 2025 9:21pm
performance-studio ✅ Ready (Inspect) Visit Preview Mar 17, 2025 9:21pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 9:21pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Mar 17, 2025 9:21pm
test-next-studio ⬜️ Ignored (Inspect) Mar 17, 2025 9:21pm

Copy link

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

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/nanoid@3.3.9, npm/styled-components@6.1.15

View full report↗︎

Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.16% 54661 / 129646
🔵 Statements 42.16% 54661 / 129646
🔵 Functions 47.09% 2741 / 5820
🔵 Branches 79.41% 10226 / 12877
File CoverageNo changed files found.
Generated in workflow #32446 for commit c552603 by the Vitest Coverage Report Action

Copy link
Contributor

No changes to documentation

Copy link
Contributor

⚡️ Editor Performance Report

Updated Mon, 17 Mar 2025 21:26:20 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 22.7 efps (44ms) 20.0 efps (50ms) +6ms (+13.6%)
article (body) 81.0 efps (12ms) 73.0 efps (14ms) +1ms (-/-%)
article (string inside object) 28.6 efps (35ms) 23.3 efps (43ms) +8ms (+22.9%) 🔴
article (string inside array) 24.4 efps (41ms) 20.8 efps (48ms) +7ms (+17.1%)
recipe (name) 28.6 efps (35ms) 43.5 efps (23ms) -12ms (-34.3%)
recipe (description) 31.3 efps (32ms) 50.0 efps (20ms) -12ms (-37.5%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (6ms) +0ms (-/-%)
synthetic (title) 18.2 efps (55ms) 20.0 efps (50ms) -5ms (-9.1%)
synthetic (string inside object) 18.9 efps (53ms) 20.8 efps (48ms) -5ms (-9.4%)

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) 44ms 51ms 64ms 349ms 697ms 10.4s
article (body) 12ms 13ms 15ms 31ms 43ms 4.8s
article (string inside object) 35ms 37ms 40ms 219ms 240ms 6.5s
article (string inside array) 41ms 43ms 49ms 259ms 275ms 7.3s
recipe (name) 35ms 38ms 49ms 76ms 150ms 9.2s
recipe (description) 32ms 35ms 41ms 65ms 29ms 6.5s
recipe (instructions) 6ms 8ms 10ms 37ms 0ms 3.4s
synthetic (title) 55ms 66ms 93ms 405ms 1316ms 13.8s
synthetic (string inside object) 53ms 56ms 61ms 250ms 1100ms 8.6s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 50ms 59ms 91ms 577ms 1492ms 12.8s
article (body) 14ms 15ms 23ms 64ms 193ms 5.3s
article (string inside object) 43ms 47ms 52ms 215ms 280ms 7.4s
article (string inside array) 48ms 51ms 58ms 221ms 420ms 7.8s
recipe (name) 23ms 25ms 29ms 60ms 7ms 7.9s
recipe (description) 20ms 22ms 23ms 33ms 0ms 4.8s
recipe (instructions) 6ms 8ms 10ms 51ms 10ms 3.4s
synthetic (title) 50ms 55ms 64ms 359ms 891ms 13.0s
synthetic (string inside object) 48ms 50ms 56ms 247ms 570ms 7.7s

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

@renovate renovate bot merged commit 7a11da6 into next Mar 17, 2025
60 checks passed
@renovate renovate bot deleted the renovate/dev-non-major branch March 17, 2025 21:28
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.

None yet

1 participant