Skip to content

Conversation

@Link-
Copy link
Member

@Link- Link- commented Aug 7, 2025

Fixes: #2112
Related to: #2106

By moving @protobuf-ts/plugin from dependencies to devDependencies, @protobuf-ts/runtime-rpc which is a runtime dependency was lost.

This change reintroduced @protobuf-ts/runtime-rpc only and not the entire @protobuf-ts/plugin package which has 6 other dependencies not needed during runtime.

Copilot AI review requested due to automatic review settings August 7, 2025 10:24
@Link- Link- requested a review from a team as a code owner August 7, 2025 10:24
Copy link
Contributor

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 fixes a runtime dependency issue by reintroducing @protobuf-ts/runtime-rpc as a production dependency after it was accidentally removed when @protobuf-ts/plugin was moved to devDependencies.

  • Adds @protobuf-ts/runtime-rpc as a runtime dependency in the cache package
  • Restores only the necessary runtime dependency without bringing back the full plugin package and its 6 additional dependencies
Files not reviewed (1)
  • packages/cache/package-lock.json: Language not supported

@Link- Link- self-assigned this Aug 7, 2025
@Link- Link- merged commit ec43e58 into main Aug 7, 2025
10 of 17 checks passed
@Link- Link- deleted the Link-/fix-runtime-deps branch August 7, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@actions/cache v4.0.4 import error

3 participants