chore(deps): bump the cli-deps group across 1 directory with 4 updates
Bumps the cli-deps group with 4 updates in the /packages/cli directory: http, stats, test and very_good_analysis.
Updates http from 1.4.0 to 1.5.0
Release notes
Sourced from http's releases.
package:http v1.5.0
- Fixed a bug in
IOClientwhere theHttpClient's response stream was cancelled after the response stream was completed.- Added support for aborting requests before they complete.
- Clarify that some header names may not be sent/received.
Commits
- See full diff in compare view
Updates stats from 2.1.0 to 3.0.0
Release notes
Sourced from stats's releases.
package:stats v3.0.0
- Removed all deprecated members:
- Removed
LightStats.averagerenamed tomean.- Removed
medianeverywhere.Stats: ReplacedstandardDeviationwithsumOfSquaresStats: removed type parameter. Added more complexity than it was worth.ConfidenceIntervalnow builds from aStatsinstance instead of extending it.Statscan now be calculated from aStream<num>.Stats.transformerallows calculating updated stats on the fly.package:stats v2.2.0
- Added confidence internal logic:
ConfidenceIntervalclass andConfidenceLevelenum.- Added
confidenceIntervalextension toIterable<num>.Stats: addedbesselCorrectionoptional parameter to constructors.- Added
assertcalls toLightStatsandStatsconstructors.- Changed the type of
LightStats.averageandStats.standardDeviationtodouble.- Deprecations:
LightStatswill be removed.averagedeprecated in favor ofmean.mediandeprecated everywhere.- Require at least Dart 3.7
Changelog
Sourced from stats's changelog.
3.0.0
- Removed all deprecated members:
- Removed
LightStats.averagerenamed tomean.- Removed
medianeverywhere.Stats: ReplacedstandardDeviationwithsumOfSquaresStats: removed type parameter. Added more complexity than it was worth.ConfidenceIntervalnow builds from aStatsinstance instead of extending it.Statscan now be calculated from aStream<num>.Stats.transformerallows calculating updated stats on the fly.2.2.0
- Added confidence internal logic:
ConfidenceIntervalclass andConfidenceLevelenum.- Added
confidenceIntervalextension toIterable<num>.Stats: addedbesselCorrectionoptional parameter to constructors.- Added
assertcalls toLightStatsandStatsconstructors.- Changed the type of
LightStats.averageandStats.standardDeviationtodouble.- Deprecations:
LightStatswill be removed.averagedeprecated in favor ofmean.mediandeprecated everywhere.- Require at least Dart 3.7
Commits
9e359c0Lots of changes for v3 (#60)ef2ea20Take care of all deprecations (#59)03391bbPrepare v2.2.0 release (#58)5b11dc8Move to a more efficient varience calculation (#57)931a81bConfidence interval (#56)456291ecleanup (#55)96a293eUpdate status badgebbccdc9Bump dart-lang/setup-dart in the github-actions group (#54)35df145Bump actions/stale from 9.0.0 to 9.1.0 in the github-actions group (#53)a31cfecBump dart-lang/setup-dart in the github-actions group (#52)- Additional commits viewable in compare view
Updates test from 1.26.1 to 1.26.3
Release notes
Sourced from test's releases.
package:test v1.26.3
- Expand pub constraint to allow the latest
analyzer.
Commits
c201cc9Expand Analyzer constraints to allow 8.x (#2518)2be5ca0prep to publish package:checks 0.3.1 (#2513)8e703e2Update README.md to clarify this is an experiment (#2512)0793a2bAdd isSorted and related matchers (#2490)42a6d33[native assets] Graduate to preview (#2501)- See full diff in compare view
Updates very_good_analysis from 7.0.0 to 9.0.0
Release notes
Sourced from very_good_analysis's releases.
v9.0.0
What's Changed
- feat: support Dart 3.8.0 by
@wolfenrainin VeryGoodOpenSource/very_good_analysis#152- chore: release 9.0.0-rc.1 by
@marcossevillain VeryGoodOpenSource/very_good_analysis#154- chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by
@dependabotin VeryGoodOpenSource/very_good_analysis#139- chore: release v9.0.0 by
@marcossevillain VeryGoodOpenSource/very_good_analysis#155New Contributors
@marcossevillamade their first contribution in VeryGoodOpenSource/very_good_analysis#154Full Changelog: https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v8.0.0...v9.0.0
v9.0.0-rc.1
- feat: support Dart 3.8.0 152
- Now preserves old formatter trailing commas.
v8.0.0
- chore: release 8.0.0-rc.1
- fix: remove
omit_obvious_property_typesas it conflicts withtype_annotate_public_apis148v8.0.0-rc.1
Changelog
Sourced from very_good_analysis's changelog.
9.0.0
- chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 139
- chore: release 9.0.0-rc.1 154
9.0.0-rc.1
- feat: support Dart 3.8.0 152
8.0.0
- chore: release 8.0.0-rc.1
- fix: remove
omit_obvious_property_typesas it conflicts withtype_annotate_public_apis1488.0.0-rc.1
Commits
efa405echore: release v9.0.0 (#155)7274f10chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 (#139)48a481bchore: release 9.0.0-rc.1 (#154)93f7149feat: support Dart 3.8.0 (#152)cb79f4cchore: release v8.0.0 (#149)038c837fix: removeomit_obvious_property_typesas it conflicts with `type_annotate...088a37fchore: release 8.0.0-rc.1 (#144)9d6a168feat: update VGA for Dart v3.7.0 (#143)aea4e33docs: update exclusion table (#134)004e68cchore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#135)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.