Skip to content

chore(deps): update dependency @cloudflare/workers-types to v5#280

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/cloudflare-workers-types-5.x
Open

chore(deps): update dependency @cloudflare/workers-types to v5#280
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/cloudflare-workers-types-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@cloudflare/workers-types devDependencies major ^4.20250313.0^5.0.0 OpenSSF Scorecard

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v5.20260708.1

Compare Source

v5.20260707.1

Compare Source

v5.20260706.1

Compare Source

v5.20260705.1

Compare Source

v5.20260704.1

Compare Source

v5.20260703.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)

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

@socket-security

socket-security Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​cloudflare/​workers-types@​5.20260708.1751009699100

View full report

duyet commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Holding this one — @cloudflare/workers-types v5 is a real breaking change here, not a drop-in bump. CI fails typecheck:

packages/api/src/routes/analytics-public.ts(40,5): error TS2345: Argument of type 'ExecutionContext' is not assignable to parameter of type 'ExecutionContext<unknown>'.
  Property 'tracing' is missing in type 'ExecutionContext' but required in type 'ExecutionContext<unknown>'.

(3 call sites in analytics-public.ts + 1 in conversations/crud.ts, all passing c.executionCtx from Hono into services/public-analytics.ts handlers typed as bare ExecutionContext.)

This looks like a Hono / @cloudflare/workers-types@5 compatibility gap (Hono's bundled Cloudflare bindings types vs. the new generic ExecutionContext<CF> requiring tracing), not a bug in this repo's code. Needs someone to confirm whether Hono has a fix/version for v5 compat, or the call sites need an explicit ExecutionContext<unknown> cast/generic. Leaving this PR open rather than merging red CI or hand-waving a type-safety fix.


Generated by Claude Code

@renovate renovate Bot force-pushed the renovate/cloudflare-workers-types-5.x branch 3 times, most recently from dc84f5b to 378af18 Compare July 7, 2026 01:41
@renovate renovate Bot force-pushed the renovate/cloudflare-workers-types-5.x branch from 378af18 to 1230ff0 Compare July 8, 2026 06:55
Co-Authored-By: Duyet Le <me@duyet.net>
Co-Authored-By: duyetbot <bot@duyet.net>
@renovate

renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants