Implement --skip-asset flag on ts-scripts bump to allow packages within an asset to be bumped without bumping the version of the asset or bumping the asset's dependencies on those packages.
See here for a discussion of all the changes to the bump script to make it compatible with an asset: #3388
We pulled this functionality from #3408 because I didn't realize that the asset's dependencies should not be bumped in this case and the syncVersions function in scripts/src/helpers/sync/utils.ts made implementing this change more difficult than first anticipated.
Implement
--skip-asset
flag on ts-scripts bump to allow packages within an asset to be bumped without bumping the version of the asset or bumping the asset's dependencies on those packages.See here for a discussion of all the changes to the bump script to make it compatible with an asset: #3388
We pulled this functionality from #3408 because I didn't realize that the asset's dependencies should not be bumped in this case and the
syncVersions
function inscripts/src/helpers/sync/utils.ts
made implementing this change more difficult than first anticipated.