microsoft / rushstack

Monorepo for tools developed by the Rush Stack community
https://rushstack.io/
Other
5.74k stars 587 forks source link

[rush] Don't include package.json version field when calculating packageJsonInjectedDependenciesHash #4806

Closed g-chao closed 1 week ago

g-chao commented 1 week ago

Summary

No need to include package.json's version field when calculating packageJsonInjectedDependenciesHash. It is because that these projects are all workspace projects, we always using the whatever latest version in the Monorepo.

How it was tested

Manually tested with Monorepo locally.

Impacted documentation