Update Workerd types and add dependency-review workflow#102
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
api-worker | a59dd03 | Commit Preview URL Branch Preview URL |
May 05 2026, 02:43 AM |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Cloudflare Workers runtime surface in the repo by bumping the Worker compatibility date and regenerating workerd/Wrangler runtime TypeScript types, and adds a GitHub Actions dependency review workflow to improve supply-chain hygiene.
Changes:
- Bump
compatibility_dateand update Wrangler observability config to enable logs + traces. - Regenerate
worker-configuration.d.tswith newerworkerdruntime types. - Add a
dependency-reviewGitHub Actions workflow and apply small workflow/lockfile updates.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
wrangler.jsonc |
Updates compatibility date and switches observability config to logs/traces. |
worker-configuration.d.ts |
Regenerated runtime typings for newer workerd version/date. |
package-lock.json |
Locks minor dependency updates consistent with regenerated tooling/types. |
.github/workflows/dependency-review.yml |
Adds dependency review workflow to flag vulnerable dependency changes in PRs. |
.github/workflows/codeql.yml |
Renames checkout step (cosmetic). |
.github/workflows/ci.yml |
Moves workflow permissions block (no functional test changes). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
No description provided.