Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2025

This PR contains the following updates:

Package Type Update Change
dart_style dev_dependencies patch ^3.1.0 -> ^3.1.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/dart_style (dart_style)

v3.1.2

Compare Source

  • Support dot shorthand syntax.
  • Update to the latest package:analyzer.
  • Enable language version 3.10.
Bug fixes
  • Preserved trailing commas (trailing_commas: preserve) applies to record
    type annotations too (#​1721).
Style changes

This change only applies to code whose language version is 3.10 or higher:

  • When trailing_commas is preserve, preserve a trailing comma after the last
    enum constant when members are present (#​1678, #​1729).

    // Before formatting:
    enum { constant, ; member() {} }
    
    // After formatting at language version 3.9 or lower:
    enum {
      constant;
    
      member() {}
    }
    
    // After formatting at language version 3.10 or higher:
    enum {
      constant,
      ;
    
      member() {}
    }

    (Thanks to jellynoone@ for this change.)

v3.1.1

Compare Source

  • Update to latest analyzer and enable language version 3.9.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dart_style-3.x branch 2 times, most recently from 12a01d4 to 4723bad Compare July 19, 2025 06:48
@renovate renovate bot force-pushed the renovate/dart_style-3.x branch from 4723bad to f402217 Compare August 8, 2025 00:32
@renovate renovate bot changed the title chore(deps): update dependency dart_style to ^3.1.1 chore(deps): update dependency dart_style to ^3.1.2 Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants