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 Dart, dart analyzer to 3.2.4 #5065

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Update Dart, dart analyzer to 3.2.4 #5065

merged 1 commit into from
Dec 26, 2023

Conversation

ferrarimarco
Copy link
Collaborator

Recent versions of dart analyzer don't support the --options configuration option anymore, so we cannot pass an arbitrary configuration file. This commit removes the default dart analyzer configuration file as well, because it's not needed anymore.

Related to #4986

Proposed Changes

  • Update Dart SDK and dart analyzer to 3.2.4.
  • Install Dart SDK from its container image, so we can benefit from automated dependency updates.
  • Remove the default dart analyzer configuration file because dart analyzer doesn't support that option anymore.

Readiness Checklist

In order to have this pull request merged, complete the following tasks.

Pull request author tasks

  • I included all the needed documentation for this change.
  • I provided the necessary tests.
  • I squashed all the commits into a single commit.
  • I followed the Conventional Commit v1.0.0 spec.
  • If this is a breaking change, write upgrade instructions in the upgrade guide.

Super-linter maintainer tasks

  • Label as breaking if this change breaks compatibility with the previous released version.
  • Label as either: automation, bug, documentation, enhancement, infrastructure.

@ferrarimarco ferrarimarco added breaking big changes, potentially causes failure O: backlog 🤖 Backlog, stale ignores this label dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Dec 25, 2023
@ferrarimarco ferrarimarco self-assigned this Dec 25, 2023
@ferrarimarco ferrarimarco changed the title deps(docker): update Dart, dart analyzer to 3.2.4 Update Dart, dart analyzer to 3.2.4 Dec 25, 2023
Recent versions of dart analyzer don't support the --options
configuration option anymore, so we cannot pass an arbitrary
configuration file. This commit removes the default dart analyzer
configuration file as well, because it's not needed anymore.
@ferrarimarco ferrarimarco merged commit 4d9eaa5 into main Dec 26, 2023
7 checks passed
@ferrarimarco ferrarimarco deleted the update-dart branch December 26, 2023 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking big changes, potentially causes failure dependencies Pull requests that update a dependency file docker Pull requests that update Docker code O: backlog 🤖 Backlog, stale ignores this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant