Update Workerd types, CI workflows, and project configuration#104
Merged
Update Workerd types, CI workflows, and project configuration#104
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
api-worker | 144f249 | Commit Preview URL Branch Preview URL |
May 05 2026, 02:48 AM |
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the Cloudflare worker/project from api-worker to api, refreshes generated Cloudflare/workerd typings, and updates CI/security workflow configuration. In the codebase, this mostly affects deployment/config metadata plus the root endpoint message and its related tests.
Changes:
- Renamed the worker/package and updated the root
/response plus matching tests. - Refreshed
worker-configuration.d.tsfor a newer workerd/Wrangler runtime. - Added a dependency review workflow and made small CI/CodeQL workflow cleanups.
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
wrangler.jsonc |
Renames the worker, updates compatibility/observability settings, and changes bound D1 database config. |
worker-configuration.d.ts |
Regenerated Cloudflare runtime and binding types for the newer workerd version. |
test/integration/app.test.ts |
Updates integration test expectation for the renamed root message. |
test/app/index.test.ts |
Updates app test expectation for the renamed root message. |
src/services/central-alerts/v1/scripts/init-db.ts |
Renames the local D1 target used by the DB init script. |
src/app/index.ts |
Updates the root endpoint message and documentation URL. |
package.json |
Renames the package to api. |
package-lock.json |
Syncs lockfile metadata and refreshed transitive dependency versions. |
.github/workflows/dependency-review.yml |
Adds a PR dependency review workflow. |
.github/workflows/codeql.yml |
Minor workflow naming cleanup in the checkout step. |
.github/workflows/ci.yml |
Reorders top-level permissions block without changing job behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.