-
Notifications
You must be signed in to change notification settings - Fork 2
FEA-2421: Fixed Functions as Parameters #88
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
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "61.0.0" | ||
version: "54.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.
dependabot pub does not effect the pubspec.yaml directly, and when it does bump versions, it doesnt care about bumping past the sdk:
field declared in the pubspec.yaml
For example: analyzer 5.13.0
requires dart 2.19
, but dependabot happily bumped the lockfile to an invalid version. this change is an effort to see what a different versioning strategy does to the resolution logic in dart
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ |
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.
This lets the debugger be used for indexing staging-project
- package-ecosystem: "pub" | ||
directory: "/" | ||
- package-ecosystem: pub | ||
versioning-strategy: increase |
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.
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-2421
Closes #86