Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(check:policy): Add policy to check for correct dependency types #12724

Merged
merged 7 commits into from
Nov 1, 2022

Conversation

tylerbutler
Copy link
Member

Some libraries we depend on, like typescript and eslint, recommend using tilde dependencies instead of caret because they do introduce breaking changes in minor versions. This change adds a policy handler to enforce it.

More discussion at #9966 (comment) and in #9982.

Some libraries we depend on, like typescript and eslint, recommend using tilde dependencies instead
of caret because they do introduce breaking changes in minor versions. This change adds a policy
handler to enforce it.
@github-actions github-actions bot added the base: main PRs targeted against main branch label Oct 28, 2022
@github-actions github-actions bot added the area: dds Issues related to distributed data structures label Oct 29, 2022
@tylerbutler tylerbutler marked this pull request as ready for review October 29, 2022 01:20
@tylerbutler tylerbutler requested review from msfluid-bot and a team as code owners October 29, 2022 01:20
@tylerbutler tylerbutler requested a review from curtisman November 1, 2022 17:27
@tylerbutler tylerbutler merged commit fe6d4c2 into microsoft:main Nov 1, 2022
@tylerbutler tylerbutler deleted the cli/dependency-policy branch November 1, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds Issues related to distributed data structures base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants