You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When protobufjs was replaced the ts-proto-descriptor package.json changed it's dependencies, but never published a new package. The ts-proto package also did not rev the ts-proto-descriptor dependency version (as there isn't one yet).
This results in a bunch of @protobufjs/* packages being installed by package managers (for type information) that shouldn't be installed at all (e.g. installing ts-proto@^2 will install ts-proto-descriptors@1.16.0 which installs protobufjs@7.2.5 -- which isn't correct based on the current set of files on the main branch)
The text was updated successfully, but these errors were encountered:
jereklas
changed the title
ts-proto needs to rev ts-proto-descriptors version so no @protobufjs packages install
ts-proto needs to rev ts-proto-descriptors version so no protobufjs packages install
Sep 3, 2024
When protobufjs was replaced the
ts-proto-descriptor
package.json changed it's dependencies, but never published a new package. Thets-proto
package also did not rev thets-proto-descriptor
dependency version (as there isn't one yet).This results in a bunch of
@protobufjs/*
packages being installed by package managers (for type information) that shouldn't be installed at all (e.g. installing ts-proto@^2 will install ts-proto-descriptors@1.16.0 which installs protobufjs@7.2.5 -- which isn't correct based on the current set of files on the main branch)The text was updated successfully, but these errors were encountered: