Skip to content

Update dependencies and runtime for backend-deno#444

Open
pklaschka wants to merge 2 commits intomainfrom
backend-deno-updates
Open

Update dependencies and runtime for backend-deno#444
pklaschka wants to merge 2 commits intomainfrom
backend-deno-updates

Conversation

@pklaschka
Copy link
Member

@pklaschka pklaschka commented Oct 27, 2025

Updated dependencies (now finally moving away from the npm-based zod), as well as the Deno runtime in the Dockerfiles to 2.5.4.

Updated dependencies (now finally moving away from the npm-based `zod`),
as well as the Deno runtime in the `Dockerfile`s to 2.5.4.
@pklaschka pklaschka self-assigned this Oct 27, 2025
@pklaschka pklaschka added 🌷 enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 27, 2025
@pklaschka pklaschka enabled auto-merge October 27, 2025 17:53
Copy link

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 the backend-deno dependencies by migrating from npm-based zod to the JSR-based @zod/zod package, and upgrades the Deno runtime from version 2.1.2/2.1.4 to 2.5.4 in Dockerfiles.

Key Changes:

  • Migration from npm:zod to jsr:@zod/zod across all TypeScript files
  • Updated Zod type definitions to use simpler ZodType instead of complex generic signatures
  • Upgraded Deno runtime to version 2.5.4 in Docker images

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
backend-deno/samples/requester/mod.ts Updated zod import to JSR package
backend-deno/samples/publisher/mod.ts Updated zod import to JSR package
backend-deno/samples/latest-value-cache/mod.ts Updated zod import to JSR package
backend-deno/samples/docker-compose.yml Modified port mapping format for NATS service
backend-deno/samples/config/mod.ts Updated zod import to JSR package
backend-deno/samples/Dockerfile Upgraded Deno runtime to 2.5.4
backend-deno/mod.ts Updated zod import and simplified type definitions
backend-deno/deno.json Updated all dependencies to latest versions and migrated zod to JSR
backend-deno/Dockerfile Upgraded Deno runtime to 2.5.4

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

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

Labels

dependencies Pull requests that update a dependency file 🌷 enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments