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 dependency code_builder to v4 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
code_builder dependencies major ^3.2.1 -> ^4.0.0

Release Notes

dart-lang/code_builder

v4.4.0

Compare Source

  • Mention how the allocator argument relates to imports in the DartEmitter
    constructor doc.
  • Add support for emitting typedefs.
  • Add support for emitting leading line comments for libraries.
  • Add support for emitting ignore_for_file analyzer directive comments.

v4.3.0

Compare Source

  • Add support for adding more implementation in enum classes.
  • Only emit late keyword when using null safety syntax.
  • Use implicit const when assigning to a declareConst variable.
  • Deprecate assignVar, assignConst, and assignFinal.
  • Add trailing commas to any parameter list, argument list, or collection
    literal which has more than one element.

v4.2.0

  • Add an ignore for a lint from the package:lints recommended set. The lint,
    no_leading_underscores_for_library_prefixes is most useful for hand edited
    code where the appearance of a private name that is already not visible
    outside the library is confusing.
  • Fix the docs for Expression.assign, ifNullThen, and assignNullAware
    which had the argument and receiver flipped.
  • Add declareConst, declareFinal, and declareVar to replace
    Expression.assignConst, assignFinal, and assignVar. Add support for late
    variables with the declare* utilities.
  • Add ParameterBuilder.toSuper so support super formal parameters language
    feature.

v4.1.0

  • Add Expression.spread for the spread operator ....
  • Add support 'late' field modifier.
  • Add support for Expression.nullChecked to add a null assertion operator.
  • Add support for creating mixins.
  • Add Expression.nullSafeSpread for the null aware spread operator ...?.
  • A Library can now be annotated.

v4.0.0

Compare Source

  • Migrate to null safety.
  • Changed the DartEmitter constructor to use named optional parameters.
  • Add ParenthesizedExpression and
    ExpressionVisitor.visitParenthesizedExpression.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

1 participant