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

build: Bump custom_lint_builder from 0.6.5 to 0.7.0 #71

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

naipaka
Copy link
Contributor

@naipaka naipaka commented Oct 30, 2024

🙌 What's Done

  • Bump custom_lint_builder from 0.6.5 to 0.7.0

✍️ What's Not Done

  • None

🖼️ Image Differences

Before After
image image

🤼 Desired Review Method

  • Correction Commit
  • Pair programming

Note

It is possible that a reviewer's will may cause a method to be implemented that is not selected.

📝 Additional Notes

Pre-launch Checklist

  • I have reviewed my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I updated/added relevant documentation (doc comments with ///).

@@ -15,6 +15,6 @@ environment:
sdk: ^3.0.0

dependencies:
analyzer: ^6.5.0
analyzer: ^6.7.0
Copy link
Contributor Author

@naipaka naipaka Oct 30, 2024

Choose a reason for hiding this comment

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

The analyzer version has been updated to align with the current Flutter Stable and custom_lint.

collection: ^1.18.0
custom_lint_builder: ^0.6.5
custom_lint_builder: ^0.7.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.

In custom_lint and custom_lint_builder 0.7.0, compatibility has been expanded to support multiple versions of the analyzer!

Up until the previous version, 0.6.10, analyzer was specified as ^6.10.0, which prevented projects using Flutter Stable from upgrading the custom_lint version. However, with this latest update, the newest version is now available for use on Stable as well.

@naipaka naipaka marked this pull request as ready for review October 30, 2024 03:01
@naipaka naipaka requested a review from a team as a code owner October 30, 2024 03:01
@naipaka naipaka requested review from riscait and removed request for a team October 30, 2024 03:01
Copy link
Member

@riscait riscait left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks for the update!

@naipaka naipaka merged commit e929401 into main Oct 30, 2024
1 check passed
@naipaka naipaka deleted the upgrade-custom-lint-builder branch October 30, 2024 04:52
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