KinsonDigital / BranchValidator

Validates branch names for the organization projects
MIT License
5 stars 1 forks source link

🚧Lock version of MOQ #113

Closed CalvinWilkinson closed 1 year ago

CalvinWilkinson commented 1 year ago

Complete The Item Below

Description

Lock the version of mock to anything below version v4.20.0. This will prevent any incoming update prs from renovate until we can find the time to possibly move away from MOQ

This is due to the reason for preventing the practice of harvesting PII. This is a recent change that the MOQ project has added to v4.20.+.

For more information go to:

To do this, update the csproj file for the Moq nuget package reference to the value below.

- <PackageReference Include="Moq" Version="4.18.4" />
+ <PackageReference Include="Moq" Version="[4.18.4,4.19]" />

Acceptance Criteria

ToDo Items

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Config Changes ⚙️config
Performance Improvements 🏎️performance
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct