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 dart_style to v2 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dart_style dependencies major ^1.3.3 -> ^2.0.0

Release Notes

dart-lang/dart_style

v2.3.0

Compare Source

New language features

  • Format patterns and related features.
  • Format record expressions and record type annotations.
  • Format class modifiers base, final, interface, mixin, and sealed.
  • Format inline class declarations.
  • Format unnamed libraries.

Bug fixes and style changes

  • Handle sync* and async* functions with => bodies.
  • Fix bug where parameter metadata wouldn't always split when it should.
  • Don't split after < in collection literals.
  • Better indentation of multiline function types inside type argument lists.

Internal changes

  • Use typed _visitFunctionOrMethodDeclaration instead of dynamically typed.
  • Fix metadata test to not fail when record syntax makes whitespace between
    metadata annotation names and ( significant (sdk#​50769).
  • Require Dart 2.19.
  • Require package:analyzer ^5.7.0.

v2.2.5

Compare Source

  • Format unnamed libraries.
  • Require Dart 2.17.

v2.2.4

Compare Source

  • Unify how brace-delimited syntax is formatted. This is mostly an internal
    refactoring, but slightly changes how a type body containing only an inline
    block comment is formatted.
  • Refactor Chunk to store split before text instead of after. This mostly does
    not affect the visible behavior of the formatter, but a few edge cases are
    handled slightly differently. These are all bug fixes where the previous
    behavior was unintentional. The changes are:
  • Consistently discard blank lines between a { or [ and a subsequent
    comment. It used to do this before the { in type bodies, but not switch
    bodies, optional parameter sections, or named parameter sections.
  • Don't allow splitting an empty class body.
  • Allow splitting after an inline block comment in some places where it makes
    sense.
  • Don't allow a line comment in an argument list to cause preceding arguments
    to be misformatted.
  • Remove blank lines after a line comment at the end of a body.
  • Require package:analyzer >=4.4.0 <6.0.0.

v2.2.3

Compare Source

  • Allow the latest version of package:analyzer.

v2.2.2

Compare Source

v2.2.1

Compare Source

  • Require package:analyzer version 2.6.0.
  • Use NamedType instead of TypeName.

v2.2.0

Compare Source

  • Fix analyzer dependency constraint (#​1051).

v2.1.1

Compare Source

  • Republish 2.0.3 as 2.1.1 in order to avoid users getting 2.1.0, which has a
    bad dependency constraint (#​1051).

v2.1.0

Compare Source

  • Support generic function references and constructor tear-offs (#​1028).

v2.0.3

Compare Source

v2.0.2

Compare Source

  • Don't unnecessarily split argument lists with /* */ comments (#​837).
  • Return correct exit code from FormatCommand when formatting stdin (#​1035).
  • Always split cascades with multiple sections (#​1006).
  • Don't indent cascades farther than their receiver method chains.
  • Optimize line splitting cascades (#​811).
  • Split empty catch blocks with finally clauses (#​1029).
  • Split empty catch blocks with catches after them.
  • Allow the latest version of package:analyzer.

v2.0.1

Compare Source

  • Support triple-shift >>> and >>>= operators (#​992).
  • Support non-function type aliases (#​993).
  • Correct constructor initializer indentation after required (#​1010).

v2.0.0

  • Migrate to null safety.

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