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

Update pubspec.yaml #2321

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Update pubspec.yaml #2321

merged 1 commit into from
Aug 26, 2024

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Aug 26, 2024

For normal dependencies sometimes we use a range that covers multiple major versions to allow wilder selection for increased compatibility with other sibling libraries which may not be up to date. However, for dev dependencies, there isn't any good reason to use a large range that covers multiple major version because dev dependencies will not be installed as transitive dependencies.

This PR replaces the ranged version of dev dependencies with caret syntax.

Closes #2320. - It looks like we're also hitting a bug in dependabot that it keeps sends us empty PR with no actual changes to update dartdoc.

@nex3 nex3 merged commit 798cd7c into sass:main Aug 26, 2024
38 checks passed
@ntkme ntkme deleted the update-pubspec branch August 26, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants