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

Use declareVar and declareFinal from code_builder #3373

Merged
merged 1 commit into from Sep 20, 2022

Conversation

natebosch
Copy link
Member

Stop using the deprecated assignVar and assignFinal. Bump the minimum dep on code_builder to 4.2.0 which introduced declareVar and declareFinal.

Update the generated golden file to reflect the new trailing commas emitted by code_builder.

Stop using the deprecated `assignVar` and `assignFinal`.
Bump the minimum dep on `code_builder` to `4.2.0` which introduced
`declareVar` and `declareFinal`.

Update the generated golden file to reflect the new trailing commas
emitted by `code_builder`.
@@ -15,7 +15,7 @@ dependencies:
build_daemon: ^3.1.0
build_resolvers: ^2.0.0
build_runner_core: ^7.2.0
code_builder: ^4.0.0
code_builder: ^4.2.0
Copy link
Member

Choose a reason for hiding this comment

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

Well done! 👏

@natebosch natebosch merged commit 7409980 into master Sep 20, 2022
@natebosch natebosch deleted the code-builder-deprecations branch September 20, 2022 19:23
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.

None yet

2 participants