Skip to content

Conversation

davidmorgan
Copy link
Contributor

@davidmorgan davidmorgan commented Sep 2, 2025

Prep for release with analyzer 8 constraint.

Allow build 4.0.0, which removes some unused API surface and in particular removes the build->build_runner_core dependency that was added in the refactor.

Fix one that that was using the removed runBuilder method to use package:build_test instead.

@@ -6,8 +6,8 @@ environment:
sdk: ^3.7.0

dependencies:
analyzer: '>=7.4.0 <9.0.0'
build: ^3.0.0
analyzer: '>=8.1.1 <9.0.0'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
analyzer: '>=8.1.1 <9.0.0'
analyzer: ^8.1.1

lishaduck added a commit to lishaduck/source_gen_test that referenced this pull request Sep 3, 2025
lishaduck added a commit to lishaduck/source_gen_test that referenced this pull request Sep 3, 2025
@davidmorgan davidmorgan merged commit 3b319fb into dart-lang:master Sep 4, 2025
6 checks passed
@davidmorgan davidmorgan deleted the allow-build-4 branch September 4, 2025 06:56
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