Move @protobuf-ts/plugin to dev dependencies#2106
Merged
Conversation
yacaovsnc
previously approved these changes
Jul 28, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request moves @protobuf-ts/plugin from runtime dependencies to development dependencies in the cache package, which is appropriate since this package is typically used for code generation during build time rather than at runtime.
- Moved
@protobuf-ts/pluginfromdependenciestodevDependencies
Files not reviewed (1)
- packages/cache/package-lock.json: Language not supported
Member
Author
|
@copilot Update the PR description with a list of ALL the dependencies that have been upgraded as part of this change. Include in the table the name of the package, the previous version and the new version |
conorsloan
approved these changes
Jul 31, 2025
conorsloan
left a comment
There was a problem hiding this comment.
Not sure if my approval means anything here, but here you go!
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request updates the dependencies in the
packages/cacheproject to correctly classify@protobuf-ts/pluginand related packages as development dependencies.Dependency Upgrades
@azure/core-http/form-data@types/node-fetch/form-databrace-expansionform-data(root)New Dependencies Added
call-bind-apply-helpersdunder-protoes-define-propertyes-errorses-object-atomses-set-tostringtagfunction-bindget-intrinsicget-protogopdhas-symbolshas-tostringtaghasownmath-intrinsicssafe-bufferPackage Movement
@protobuf-ts/pluginSummary
This change primarily involved:
brace-expansion(1.1.11 → 1.1.12)@protobuf-ts/pluginwas moved from regular dependencies to devDependencieses-set-tostringtagandhasownThe changes appear to be focused on optimizing cache dependencies and modernizing the dependency tree with better ECMAScript support and updated form-data handling capabilities.