Skip to content

chore(deps): Bump dart_style from 3.1.9 to 3.1.12 in /packages/app_intents_codegen#87

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/packages/app_intents_codegen/dart_style-3.1.12
Open

chore(deps): Bump dart_style from 3.1.9 to 3.1.12 in /packages/app_intents_codegen#87
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/packages/app_intents_codegen/dart_style-3.1.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps dart_style from 3.1.9 to 3.1.12.

Release notes

Sourced from dart_style's releases.

package:dart_style v3.1.12

Internal changes

  • Allow package_config version 3 (#1876).

package:dart_style v3.1.11

Internal changes

  • Migrate off grinder.
  • Allow analyzer version 14.

package:dart_style v3.1.10

  • Show the supported language versions in dart format --version --verbose.

Bug fixes

  • Don't crash if an analysis_options.yaml file has an include that points to a non-existent or unreadable file (#1840).

Style changes

The following minor style bug fixes are not language versioned and apply to all formatted code:

  • Fix a bug in eager splitting optimization that in rare cases would lead to a collection or argument list splitting unnecessarily (#1809).

  • Don't add a blank line before a comment at the end of a compilation unit or braced body (#1644). If you have already formatted code using dart_style that encounters this bug, then reformatting it even after this fix will have no effect since the unneeded blank line was already added.

The following changes only apply when formatting code at language version 3.13 or higher:

  • Fix a bug in an eager splitting optimization that would lead the formatter to prefer less desirable solutions (#1847). Typically, the code affected by this bug is a call chain that contains an argument list with a large collection literal, as in:
    // Before:
    await MethodChannelContainer()
        .onMethodChannelInvoke("reportCrash", <String, dynamic>{
          "time": nowTime,
          "errorValue": errorName,
          "reason": reason,
          "stacktrace": stacktrace,
        });
    // After:

... (truncated)

Changelog

Sourced from dart_style's changelog.

3.1.12

Internal changes

  • Allow package_config version 3 (#1876).

3.1.11

Internal changes

  • Migrate off grinder.
  • Allow analyzer version 14.

3.1.10

  • Show the supported language versions in dart format --version --verbose.

Bug fixes

  • Don't crash if an analysis_options.yaml file has an include that points to a non-existent or unreadable file (#1840).

Style changes

The following minor style bug fixes are not language versioned and apply to all formatted code:

  • Fix a bug in eager splitting optimization that in rare cases would lead to a collection or argument list splitting unnecessarily (#1809).

  • Don't add a blank line before a comment at the end of a compilation unit or braced body (#1644).

    If you have already formatted code using dart_style that encounters this bug, then reformatting it even after this fix will have no effect since the unneeded blank line was already added.

The following changes only apply when formatting code at language version 3.13 or higher:

  • Fix a bug in an eager splitting optimization that would lead the formatter to prefer less desirable solutions (#1847).

    Typically, the code affected by this bug is a call chain that contains an argument list with a large collection literal, as in:

    // Before:
    await MethodChannelContainer()
        .onMethodChannelInvoke("reportCrash", <String, dynamic>{

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dart_style](https://github.com/dart-lang/dart_style) from 3.1.9 to 3.1.12.
- [Release notes](https://github.com/dart-lang/dart_style/releases)
- [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dart_style@v3.1.9...v3.1.12)

---
updated-dependencies:
- dependency-name: dart_style
  dependency-version: 3.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Dart-side change dependencies Pull requests that update a dependency labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from touyou as a code owner July 13, 2026 06:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency dart Dart-side change labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Dart-side change dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants