Skip to content

use versioned deps in generated packages #1744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
devoncarew opened this issue Apr 8, 2025 · 0 comments
Open

use versioned deps in generated packages #1744

devoncarew opened this issue Apr 8, 2025 · 0 comments
Labels
dart Issues related to the Dart backend for sidekick. sidekick Issues related to the code generator type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@devoncarew
Copy link
Collaborator

We should use versioned deps in generated packages (we're currently using any for the version constraint).

That would convert something like:

dependencies:
  google_cloud_gax: any
  google_cloud_protobuf: any

dev_dependencies:
  test: any

to:

dependencies:
  google_cloud_gax: ^0.1.0
  google_cloud_protobuf: ^0.1.0

dev_dependencies:
  test: ^1.25.0
@devoncarew devoncarew added dart Issues related to the Dart backend for sidekick. sidekick Issues related to the code generator type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Issues related to the Dart backend for sidekick. sidekick Issues related to the code generator type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant