Skip to content

chore: dependency updates and fixes#46

Merged
dgoerdes merged 6 commits into
mainfrom
feature/deps
May 26, 2026
Merged

chore: dependency updates and fixes#46
dgoerdes merged 6 commits into
mainfrom
feature/deps

Conversation

@dgoerdes
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 26, 2026 12:25
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates a handful of runtime/development dependencies (Hono, Deno std libs, Zod, protobufjs, etc.), refreshes the deno.lock, and adjusts CI/publish workflows to use newer Deno tooling.

Changes:

  • Bump Hono and refresh lockfile-resolved versions for several transitive dependencies.
  • Update npm overrides (notably protobufjs) and add an .npmrc policy.
  • Update GitHub Actions workflows (setup-deno pin, switch checks to deno ci, and pin checks to Deno v2.8).

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
packages/mongodb/deno.json Pins mongodb import to an exact version.
packages/hono/deno.json Updates hono import version range.
examples/hono-demo/deno.json Updates demo app hono import version range.
examples/eventsourcing-demo/deno.json Updates demo app hono import version range.
package.json Re-formats and updates npm overrides (protobufjs).
deno.lock Refreshes lockfile with updated direct/transitive dependency resolutions.
.npmrc Adds an npm config policy (min-release-age).
.github/workflows/checks.yaml Pins Deno to v2.8, switches install to deno ci, and removes the previous Docker socket proxy step.
.github/workflows/publish.yaml Updates the pinned denoland/setup-deno action revision.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/checks.yaml
Comment thread .github/workflows/checks.yaml Outdated
@sonarqubecloud
Copy link
Copy Markdown

@dgoerdes dgoerdes merged commit 34871d2 into main May 26, 2026
7 checks passed
@dgoerdes dgoerdes deleted the feature/deps branch May 26, 2026 14:04
@github-actions github-actions Bot locked and limited conversation to collaborators May 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants