-
Notifications
You must be signed in to change notification settings - Fork 19
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
FEA-3682: v4 #111
FEA-3682: v4 #111
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
@@ -647,7 +696,7 @@ void main() { | |||
version: 0.0.0 | |||
private: true | |||
environment: | |||
sdk: '>=2.4.0 <3.0.0' | |||
sdk: '>=2.12.0 <4.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bounds of these were expanded so we can run pub get with dart 3
.github/workflows/dart_ci.yaml
Outdated
strategy: | ||
matrix: | ||
sdk: [ 2.19.6 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably get this running on Dart stable as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this comment is a bit old, we're running on stable now: https://github.com/Workiva/dependency_validator/pull/111/files#diff-0530c3bf28665689d37061f6d19aade372700afec3ae45decc3f2edbd64e344dR18
semver +1 |
QA +1
🚀 @Workiva/release-management-p 🚢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from RM
FEA-3682
Motivation
Includes changes from both:
bin/
#107Any current consumers of dependency_validator might encounter failures due to these changes, merging into a single v4 branch, and will be released as a major to specifically inform the "breaking" changes