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

chore(deps): update dependency dart_style to ^2.3.7 #2480

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Type Update Change
dart_style dev_dependencies patch ^2.3.6 -> ^2.3.7

Warning

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


Release Notes

dart-lang/dart_style (dart_style)

v2.3.7

Compare Source

  • Allow passing a language version to DartFomatter(). Formatted code will be
    parsed at that version. If omitted, defaults to the latest version. In a
    future release, this parameter will become required.
  • Allow opting out of formatting for a region of code using // dart format off
    and // dart format on comments. Note: This only works using the new tall
    style and requires passing the --enable-experiment=tall-style experiment
    flag (#​361).
  • Preserve type parameters on old-style function-typed formals that also use
    this. or super. (#​1321).
  • Correctly format imports with both as and if clauses (#​1544).
  • Remove temporary work around for analyzer 6.2.0 from dart_style 2.3.6.
  • Require package:analyzer >=6.5.0 <7.0.0.

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.

Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.91%. Comparing base (47b3d61) to head (c07d612).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2480      +/-   ##
==========================================
- Coverage   29.95%   29.91%   -0.04%     
==========================================
  Files         334      332       -2     
  Lines      124453   124382      -71     
==========================================
- Hits        37274    37205      -69     
+ Misses      87179    87177       -2     
Flag Coverage Δ *Carryforward flag
account_repository 99.64% <ø> (ø)
cookie_store 99.48% <ø> (ø) Carriedforward from 7a91724
dashboard_app 96.05% <ø> (ø)
dynamite 31.08% <ø> (ø) Carriedforward from 7a91724
dynamite_end_to_end_test 61.69% <ø> (ø) Carriedforward from 7a91724
dynamite_runtime 85.40% <ø> (ø) Carriedforward from 7a91724
interceptor_http_client ?
neon_dashboard 96.05% <ø> (ø) Carriedforward from 7a91724
neon_framework 43.57% <ø> (ø)
neon_http_client 96.69% <ø> (ø)
neon_notifications 100.00% <ø> (ø) Carriedforward from 7a91724
neon_talk 99.45% <ø> (ø) Carriedforward from 7a91724
nextcloud 25.90% <ø> (ø)
notifications_app 100.00% <ø> (ø)
sort_box 90.90% <ø> (ø) Carriedforward from 7a91724
talk_app 99.09% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

see 2 files with indirect coverage changes

@provokateurin provokateurin merged commit f14e0c8 into main Sep 10, 2024
9 of 10 checks passed
@provokateurin provokateurin deleted the renovate/dart_style-2.x branch September 10, 2024 06:04
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.

1 participant