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 to the latest dart_style #3781

Closed
wants to merge 7 commits into from
Closed

update to the latest dart_style #3781

wants to merge 7 commits into from

Conversation

jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented Dec 16, 2024

Closes #3780

  • Allow the latest dart_style, and always pass a language version
  • Pins the language version in a similar fashion to Bump to latest analyzer #3774
    • Previously this was just based on the current packages language version which was unstable and probably quite variable, so it is probably safer overall to go with the pinning approach.
  • Allows latest analyzer across many packages
  • Preps many packages for release
  • Adds overrides to build/build_resolvers to fix existing dependency resolution issues

@jakemac53 jakemac53 requested a review from natebosch December 16, 2024 17:43
Copy link

github-actions bot commented Dec 16, 2024

PR Health

@jakemac53 jakemac53 added the publish-ignore-warnings Ignore warnings in the publish check bot label Dec 16, 2024
Copy link

github-actions bot commented Dec 16, 2024

Package publishing

Package Version Status Publish tag (post-merge)
package:build_modules 5.0.10 ready to publish build_modules-v5.0.10
package:build_runner 2.4.14 ready to publish build_runner-v2.4.14
package:build_runner_core 8.0.0 ready to publish build_runner_core-v8.0.0
package:build_web_compilers 4.1.0 ready to publish build_web_compilers-v4.1.0
package:build 2.4.2-wip WIP (no publish necessary)
package:build_config 1.1.2-wip WIP (no publish necessary)
package:build_daemon 4.0.3-wip WIP (no publish necessary)
package:build_resolvers 2.4.3-wip WIP (no publish necessary)
package:build_test 2.2.3-wip WIP (no publish necessary)
package:scratch_space 1.0.3-wip WIP (no publish necessary)

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@jakemac53
Copy link
Contributor Author

This has gotten complicated enough I think I am going to work on some upstream work first. Too many things globbed into a single change.

@jakemac53 jakemac53 closed this Dec 16, 2024
@jakemac53 jakemac53 deleted the dart_style branch December 16, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish-ignore-warnings Ignore warnings in the publish check bot skip-changelog-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[build_runner] Update to be compatible with package:dart_style v3
1 participant