chore: housekeeping and dependency updates#53
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs housekeeping dependency updates across the Deno packages and the example projects, aligning versions and refreshing lockfiles to reflect the new resolutions.
Changes:
- Bumped shared dependencies (notably
hono,zod,@std/*, andundici) across packages and examples. - Updated example Node/Bun dependency manifests and corresponding lockfiles.
- Refreshed the workspace
deno.lockto reflect the updated dependency graph.
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/mongodb/deno.json | Bumps @std/text and zod import versions. |
| packages/hono/deno.json | Bumps hono import version. |
| packages/core/deno.json | Bumps @std/fmt and zod import versions. |
| package.json | Updates undici version. |
| examples/node-demo/package.json | Updates hono/zod versions for the Node demo. |
| examples/node-demo/package-lock.json | Locks updated hono/zod versions for the Node demo. |
| examples/hono-demo/deno.json | Updates demo imports (dotenv, hono, zod). |
| examples/eventsourcing-demo/deno.json | Updates demo imports (dotenv, hono, zod). |
| examples/bun-demo/package.json | Updates hono/zod versions for the Bun demo. |
| examples/bun-demo/bun.lock | Reflects updated Bun demo deps, but includes a leftover older hono resolution. |
| deno.lock | Updates locked resolutions to match the new import/specifier set. |
Files not reviewed (1)
- examples/node-demo/package-lock.json: Generated file
💡 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.