Skip to content

Conversation

matthewnitschke-wk
Copy link
Contributor

@matthewnitschke-wk matthewnitschke-wk commented Aug 29, 2023

FEA-2421

Issue Status

Closes #86

@aviary-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

url: "https://pub.dartlang.org"
source: hosted
version: "61.0.0"
version: "54.0.0"
Copy link
Contributor Author

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": [
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matthewnitschke-wk matthewnitschke-wk marked this pull request as ready for review August 29, 2023 14:39
@matthewnitschke-wk matthewnitschke-wk changed the title Fixed functions as parameters Fixed Functions as Parameters Aug 29, 2023
@bender-wk bender-wk changed the title Fixed Functions as Parameters FEA-2421: Fixed Functions as Parameters Aug 29, 2023
@matthewnitschke-wk matthewnitschke-wk requested a review from a team August 31, 2023 00:59
@matthewnitschke-wk
Copy link
Contributor Author

QA +1

  • Generated snapshots are as expected

🚀 @Workiva/release-management-p 🚢

Copy link

@rmconsole-wf rmconsole-wf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from RM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functions as Parameters Indexing Issues
5 participants