chore(deps): update dependency cypress to v15.14.2#95
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency cypress to v15.14.2#95renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
|
📚 Docs preview deployed https://scratchyjs-docs-pr-95.asjas.workers.dev Updates automatically on every push to this PR. |
Contributor
⚡ Benchmark Results
|
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| SharedRingBuffer – small payload (64 B) — write 64 bytes | 605.7 K | 0.0017 | 0.0063 | ±0.87% | +11.6% 🚀 |
| SharedRingBuffer – small payload (64 B) — write + read 64 bytes | 545.5 K | 0.0018 | 0.0072 | ±0.97% | +3.7% |
| SharedRingBuffer – medium payload (1 KB) — write 1 KB | 298.1 K | 0.0034 | 0.0125 | ±0.55% | -14.1% |
| SharedRingBuffer – medium payload (1 KB) — write + read 1 KB | 159.4 K | 0.0063 | 0.0166 | ±0.48% | -38.7% |
| SharedRingBuffer – large payload (16 KB) — write 16 KB | 44.9 K | 0.0223 | 0.0413 | ±0.54% | -22.8% |
| SharedRingBuffer – large payload (16 KB) — write + read 16 KB | 74.9 K | 0.0134 | 0.0416 | ±31.37% | -2.9% |
| SharedRingBuffer – sequential throughput (100 × 64 B) — 100 write + read cycles | 42.3 K | 0.0236 | 0.0348 | ±0.27% | +4.2% |
| SharedRingBuffer – introspection — availableToRead | 14.60 M | 0.0001 | 0.0001 | ±0.13% | -1.8% |
| SharedRingBuffer – introspection — isEmpty | 14.48 M | 0.0001 | 0.0001 | ±0.13% | ~0% |
| SharedRingBuffer – introspection — isFull | 14.51 M | 0.0001 | 0.0001 | ±0.11% | ~0% |
benchmarks/renderer/shared-buffer.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| SharedBuffer – allocation — createSharedBuffer(4 KB) | 675.0 K | 0.0015 | 0.0055 | ±0.97% | -5.4% |
| SharedBuffer – allocation — createSharedBuffer(64 KB) | 70.5 K | 0.0142 | 0.0369 | ±0.87% | +25.0% 🚀 |
| SharedBuffer – small payload round-trip — write small JSON | 350.6 K | 0.0029 | 0.0102 | ±0.37% | -2.4% |
| SharedBuffer – small payload round-trip — write + read small JSON | 260.0 K | 0.0038 | 0.0132 | ±0.41% | -5.0% |
| SharedBuffer – medium payload round-trip — write medium JSON (~2 KB) | 98.2 K | 0.0102 | 0.0281 | ±0.44% | +10.3% 🚀 |
| SharedBuffer – medium payload round-trip — write + read medium JSON (~2 KB) | 58.7 K | 0.0170 | 0.0296 | ±0.31% | ~0% |
| SharedBuffer – large payload round-trip — write large JSON (~10 KB) | 15.6 K | 0.0642 | 0.0892 | ±0.31% | ~0% |
| SharedBuffer – large payload round-trip — write + read large JSON (~10 KB) | 7.7 K | 0.1295 | 0.1589 | ±0.33% | -1.2% |
benchmarks/utils/ip-address.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| getClientIPAddress – no IP headers — no IP-related headers → null | 2.63 M | 0.0004 | 0.0009 | ±0.69% | ~0% |
| getClientIPAddress – single header — cf-connecting-ip (Cloudflare) | 1.66 M | 0.0006 | 0.0012 | ±1.27% | ~0% |
| getClientIPAddress – single header — x-forwarded-for (simple) | 2.01 M | 0.0005 | 0.0008 | ±0.26% | +4.2% |
| getClientIPAddress – single header — x-real-ip | 1.55 M | 0.0006 | 0.0011 | ±0.23% | +3.7% |
| getClientIPAddress – single header — true-client-ip (Akamai / Cloudflare Enterprise) | 1.60 M | 0.0006 | 0.0009 | ±1.15% | +3.6% |
| getClientIPAddress – x-forwarded-for multi-hop — 2-hop chain | 1.90 M | 0.0005 | 0.0007 | ±1.21% | +8.8% |
| getClientIPAddress – x-forwarded-for multi-hop — 4-hop chain | 1.73 M | 0.0006 | 0.0008 | ±0.21% | +3.5% |
| getClientIPAddress – Forwarded header (RFC 7239) — simple for= directive | 1.02 M | 0.0010 | 0.0013 | ±1.20% | ~0% |
| getClientIPAddress – Forwarded header (RFC 7239) — for= with port | 752.6 K | 0.0013 | 0.0018 | ±0.90% | +3.2% |
| getClientIPAddress – Forwarded header (RFC 7239) — IPv6 literal | 721.7 K | 0.0014 | 0.0028 | ±0.34% | -5.1% |
| getClientIPAddress – Forwarded header (RFC 7239) — multi-hop Forwarded | 822.5 K | 0.0012 | 0.0023 | ±1.27% | -2.3% |
| getClientIPAddress – IPv6 addresses — x-forwarded-for IPv6 | 1.13 M | 0.0009 | 0.0016 | ±0.27% | -1.5% |
benchmarks/utils/promise.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| promiseHash – concurrent resolution — 2 already-resolved promises | 850.5 K | 0.0012 | 0.0028 | ±0.93% | ~0% |
| promiseHash – concurrent resolution — 5 already-resolved promises | 522.5 K | 0.0019 | 0.0033 | ±1.23% | ~0% |
| promiseHash – concurrent resolution — 10 already-resolved promises | 299.9 K | 0.0033 | 0.0079 | ±1.39% | +5.2% |
| promiseHash – concurrent resolution — 5 promises with object values | 482.9 K | 0.0021 | 0.0028 | ±1.24% | ~0% |
| timeout – wrapping fast promises — timeout wrapping an already-resolved promise (1 s budget) | 959.2 K | 0.0010 | 0.0016 | ±1.35% | ~0% |
| timeout – wrapping fast promises — timeout wrapping an already-resolved object (5 s budget) | 916.5 K | 0.0011 | 0.0019 | ±0.44% | -2.0% |
benchmarks/utils/safe-redirect.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| safeRedirect – valid paths — root path / | 7.44 M | 0.0001 | 0.0002 | ±0.15% | +10.0% 🚀 |
| safeRedirect – valid paths — simple path /dashboard | 3.48 M | 0.0003 | 0.0003 | ±0.11% | -3.7% |
| safeRedirect – valid paths — nested path /settings/profile | 3.07 M | 0.0003 | 0.0004 | ±0.19% | -4.0% |
| safeRedirect – valid paths — path with query string /search?q=hello | 3.32 M | 0.0003 | 0.0003 | ±0.11% | -4.8% |
| safeRedirect – valid paths — path with hash /docs#section | 3.42 M | 0.0003 | 0.0003 | ±0.10% | -4.9% |
| safeRedirect – rejected inputs — absolute URL https://evil.com | 4.39 M | 0.0002 | 0.0003 | ±0.12% | -4.9% |
| safeRedirect – rejected inputs — protocol-relative URL //evil.com | 4.55 M | 0.0002 | 0.0002 | ±0.11% | +1.0% |
| safeRedirect – rejected inputs — backslash-relative /\evil.com | 4.45 M | 0.0002 | 0.0002 | ±0.19% | -4.0% |
| safeRedirect – rejected inputs — path traversal /../etc/passwd | 3.89 M | 0.0003 | 0.0003 | ±0.11% | -5.5% |
| safeRedirect – rejected inputs — null input | 16.20 M | 0.0001 | 0.0001 | ±0.10% | ~0% |
| safeRedirect – rejected inputs — undefined input | 16.16 M | 0.0001 | 0.0001 | ±0.11% | ~0% |
| safeRedirect – rejected inputs — empty string | 16.14 M | 0.0001 | 0.0001 | ±0.11% | ~0% |
| safeRedirect – percent-encoded bypass — percent-encoded // (%2F%2F) | 4.44 M | 0.0002 | 0.0002 | ±0.21% | -6.6% |
| safeRedirect – percent-encoded bypass — percent-encoded path traversal (%2e%2e) | 4.46 M | 0.0002 | 0.0003 | ±0.11% | -6.1% |
| safeRedirect – percent-encoded bypass — mixed percent-encoded absolute URL | 4.29 M | 0.0002 | 0.0003 | ±0.11% | -6.2% |
| safeRedirect – custom default redirect — valid path with custom default | 3.42 M | 0.0003 | 0.0003 | ±0.11% | -8.6% |
| safeRedirect – custom default redirect — invalid input with custom default | 4.48 M | 0.0002 | 0.0002 | ±0.11% | -6.7% |
🔬 Compared against the latest benchmark run on
main.⚠️ = >10% slower · 🚀 = >10% faster.
1d27bea to
775a542
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.14.0→15.14.2Release Notes
cypress-io/cypress (cypress)
v15.14.2Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-14-2
v15.14.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-14-1
Configuration
📅 Schedule: (in timezone Africa/Johannesburg)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.