Skip to content

chore(deps): update dependency cypress to v15.16.0#95

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cypress-15.x
Open

chore(deps): update dependency cypress to v15.16.0#95
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cypress-15.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

This PR contains the following updates:

Package Change Age Confidence
cypress (source) 15.14.015.16.0 age confidence

Release Notes

cypress-io/cypress (cypress)

v15.16.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-16-0

v15.15.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-15-0

v15.14.2

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-14-2

v15.14.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-14-1


Configuration

📅 Schedule: (in timezone Africa/Johannesburg)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Apr 21, 2026
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 21, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedcypress@​15.16.0901008495100

View full report

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

📚 Docs preview deployed

https://scratchyjs-docs-pr-95.asjas.workers.dev

Updates automatically on every push to this PR.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

⚡ Benchmark Results

benchmarks/renderer/ring-buffer.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme
SharedRingBuffer – small payload (64 B) — write 64 bytes 602.2 K 0.0017 0.0062 ±1.04%
SharedRingBuffer – small payload (64 B) — write + read 64 bytes 569.7 K 0.0018 0.0072 ±1.01%
SharedRingBuffer – medium payload (1 KB) — write 1 KB 332.4 K 0.0030 0.0123 ±0.55%
SharedRingBuffer – medium payload (1 KB) — write + read 1 KB 262.6 K 0.0038 0.0138 ±0.44%
SharedRingBuffer – large payload (16 KB) — write 16 KB 59.2 K 0.0169 0.0406 ±0.79%
SharedRingBuffer – large payload (16 KB) — write + read 16 KB 76.1 K 0.0131 0.0398 ±29.70%
SharedRingBuffer – sequential throughput (100 × 64 B) — 100 write + read cycles 42.9 K 0.0233 0.0355 ±0.31%
SharedRingBuffer – introspection — availableToRead 14.88 M 0.0001 0.0001 ±0.11%
SharedRingBuffer – introspection — isEmpty 15.02 M 0.0001 0.0001 ±0.11%
SharedRingBuffer – introspection — isFull 14.80 M 0.0001 0.0001 ±0.11%
benchmarks/renderer/shared-buffer.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme
SharedBuffer – allocation — createSharedBuffer(4 KB) 646.7 K 0.0015 0.0063 ±0.89%
SharedBuffer – allocation — createSharedBuffer(64 KB) 55.2 K 0.0181 0.0398 ±1.17%
SharedBuffer – small payload round-trip — write small JSON 360.9 K 0.0028 0.0104 ±0.42%
SharedBuffer – small payload round-trip — write + read small JSON 261.5 K 0.0038 0.0092 ±0.36%
SharedBuffer – medium payload round-trip — write medium JSON (~2 KB) 88.7 K 0.0113 0.0275 ±7.37%
SharedBuffer – medium payload round-trip — write + read medium JSON (~2 KB) 57.2 K 0.0175 0.0408 ±0.44%
SharedBuffer – large payload round-trip — write large JSON (~10 KB) 15.3 K 0.0652 0.1104 ±0.83%
SharedBuffer – large payload round-trip — write + read large JSON (~10 KB) 7.7 K 0.1297 0.1591 ±0.32%
benchmarks/utils/ip-address.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme
getClientIPAddress – no IP headers — no IP-related headers → null 2.63 M 0.0004 0.0008 ±0.71%
getClientIPAddress – single header — cf-connecting-ip (Cloudflare) 1.63 M 0.0006 0.0011 ±0.29%
getClientIPAddress – single header — x-forwarded-for (simple) 1.97 M 0.0005 0.0007 ±0.28%
getClientIPAddress – single header — x-real-ip 1.46 M 0.0007 0.0011 ±0.27%
getClientIPAddress – single header — true-client-ip (Akamai / Cloudflare Enterprise) 1.52 M 0.0007 0.0009 ±0.11%
getClientIPAddress – x-forwarded-for multi-hop — 2-hop chain 1.77 M 0.0006 0.0008 ±3.17%
getClientIPAddress – x-forwarded-for multi-hop — 4-hop chain 1.66 M 0.0006 0.0009 ±0.20%
getClientIPAddress – Forwarded header (RFC 7239) — simple for= directive 960.3 K 0.0010 0.0016 ±2.09%
getClientIPAddress – Forwarded header (RFC 7239) — for= with port 734.8 K 0.0014 0.0018 ±0.31%
getClientIPAddress – Forwarded header (RFC 7239) — IPv6 literal 754.8 K 0.0013 0.0019 ±0.31%
getClientIPAddress – Forwarded header (RFC 7239) — multi-hop Forwarded 819.2 K 0.0012 0.0018 ±1.81%
getClientIPAddress – IPv6 addresses — x-forwarded-for IPv6 1.15 M 0.0009 0.0014 ±0.35%
benchmarks/utils/promise.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme
promiseHash – concurrent resolution — 2 already-resolved promises 763.9 K 0.0013 0.0038 ±2.80%
promiseHash – concurrent resolution — 5 already-resolved promises 510.6 K 0.0020 0.0033 ±0.34%
promiseHash – concurrent resolution — 10 already-resolved promises 303.4 K 0.0033 0.0039 ±0.36%
promiseHash – concurrent resolution — 5 promises with object values 457.5 K 0.0022 0.0030 ±1.71%
timeout – wrapping fast promises — timeout wrapping an already-resolved promise (1 s budget) 938.9 K 0.0011 0.0015 ±0.36%
timeout – wrapping fast promises — timeout wrapping an already-resolved object (5 s budget) 897.2 K 0.0011 0.0017 ±1.49%
benchmarks/utils/safe-redirect.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme
safeRedirect – valid paths — root path / 7.19 M 0.0001 0.0002 ±0.13%
safeRedirect – valid paths — simple path /dashboard 3.42 M 0.0003 0.0003 ±0.33%
safeRedirect – valid paths — nested path /settings/profile 3.01 M 0.0003 0.0004 ±0.12%
safeRedirect – valid paths — path with query string /search?q=hello 3.33 M 0.0003 0.0003 ±0.10%
safeRedirect – valid paths — path with hash /docs#section 3.41 M 0.0003 0.0003 ±0.29%
safeRedirect – rejected inputs — absolute URL https://evil.com 4.38 M 0.0002 0.0003 ±0.12%
safeRedirect – rejected inputs — protocol-relative URL //evil.com 4.66 M 0.0002 0.0002 ±0.11%
safeRedirect – rejected inputs — backslash-relative /\evil.com 4.52 M 0.0002 0.0002 ±0.20%
safeRedirect – rejected inputs — path traversal /../etc/passwd 3.91 M 0.0003 0.0003 ±0.11%
safeRedirect – rejected inputs — null input 15.95 M 0.0001 0.0001 ±0.11%
safeRedirect – rejected inputs — undefined input 15.99 M 0.0001 0.0001 ±0.11%
safeRedirect – rejected inputs — empty string 16.00 M 0.0001 0.0001 ±0.11%
safeRedirect – percent-encoded bypass — percent-encoded // (%2F%2F) 4.51 M 0.0002 0.0002 ±0.11%
safeRedirect – percent-encoded bypass — percent-encoded path traversal (%2e%2e) 4.55 M 0.0002 0.0002 ±0.11%
safeRedirect – percent-encoded bypass — mixed percent-encoded absolute URL 4.35 M 0.0002 0.0003 ±0.11%
safeRedirect – custom default redirect — valid path with custom default 3.52 M 0.0003 0.0003 ±0.19%
safeRedirect – custom default redirect — invalid input with custom default 4.58 M 0.0002 0.0002 ±0.11%

ℹ️ No base results from main found — delta column omitted on first run.

@renovate renovate Bot assigned Asjas Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/cypress-15.x branch from 1d27bea to 775a542 Compare April 29, 2026 20:48
@renovate renovate Bot changed the title chore(deps): update dependency cypress to v15.14.1 chore(deps): update dependency cypress to v15.14.2 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/cypress-15.x branch 2 times, most recently from 65a9f0a to 2268a63 Compare May 12, 2026 18:39
@renovate renovate Bot changed the title chore(deps): update dependency cypress to v15.14.2 chore(deps): update dependency cypress to v15.15.0 May 12, 2026
@renovate renovate Bot force-pushed the renovate/cypress-15.x branch from 2268a63 to fe322ab Compare May 27, 2026 01:38
@renovate renovate Bot changed the title chore(deps): update dependency cypress to v15.15.0 chore(deps): update dependency cypress to v15.16.0 May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant