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): Bump the clap group across 1 directory with 3 updates #21366

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps the clap group with 3 updates in the / directory: clap, clap-verbosity-flag and clap_complete.

Updates clap from 4.5.17 to 4.5.18

Release notes

Sourced from clap's releases.

v4.5.18

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order
Changelog

Sourced from clap's changelog.

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order
Commits
  • d811585 chore: Release
  • ab948b3 docs: Update changelog
  • 82e599e Merge pull request #5602 from shannmu/delimiter_values
  • 59bf26d feat(clap_complete): Support delimiter values in native completions
  • ccecab3 test(clap_complete): Add test cases for delimiter_values support
  • a3a4764 docs(derive): Specify Parser::update_from semantics
  • df165a2 docs(derive): Flatten isn't just for update
  • 5488bcf docs(derive): Connect more dots for Args/Subcommand
  • See full diff in compare view

Updates clap-verbosity-flag from 2.2.1 to 2.2.2

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.2] - 2024-09-26

Fixes

  • Resolve overflow issues
Commits
  • 74d1e81 chore: Release clap-verbosity-flag version 2.2.2
  • 502ef85 docs: Update changelog
  • 41425bb Merge pull request #115 from joshka/jm/verbosity-u8
  • 9936958 fix: Don't overflow on boundary conditions
  • c684b6f refactor: Track numeric levels as a u8
  • 4e3f4e5 refactor: Break out parts of verbosity calculation
  • 02ddbef refactor: Shift numeric level to be 0 based
  • 4c96f55 test: Verbosity calculatio boundary conditions
  • c621a6a Merge pull request #113 from clap-rs/renovate/embarkstudios-cargo-deny-action...
  • 27f5cc9 chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.26 to 4.5.29

Commits
  • 1f74b01 chore: Release
  • 23feee1 docs: Update changelog
  • ae1457b chore(complete): Update require clap
  • 0d142f6 chore: Release
  • 0facf1f docs: Update changelog
  • ee6af99 Merge pull request #5743 from epage/sort
  • 232ee10 fix(complete): Use existing display order for Arg/Command
  • c6b5d62 feat(builder): Expose get_display_order
  • 67d9fef feat(complete): Give control over display order
  • 59a61e1 refactor(complete): Pull out common candidate code
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the clap group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.17 to 4.5.18
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.17...clap_complete-v4.5.18)

Updates `clap-verbosity-flag` from 2.2.1 to 2.2.2
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.1...v2.2.2)

Updates `clap_complete` from 4.5.26 to 4.5.29
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.29)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 27, 2024 04:33
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Sep 27, 2024
@github-actions github-actions bot added the domain: vdev Anything related to the vdev tooling label Sep 27, 2024
@pront pront added this pull request to the merge queue Sep 27, 2024
Copy link

Regression Detector Results

Run ID: d8efe322-51d0-458b-af78-de1c213b51cb Metrics dashboard

Baseline: 7f376b1
Comparison: 0cd763a

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

No significant changes in experiment optimization goals

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI links
file_to_blackhole egress throughput -10.20 [-16.78, -3.63]

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI links
syslog_regex_logs2metric_ddmetrics ingress throughput +4.15 [+3.96, +4.33]
syslog_log2metric_humio_metrics ingress throughput +3.97 [+3.79, +4.14]
datadog_agent_remap_blackhole_acks ingress throughput +3.72 [+3.61, +3.84]
syslog_splunk_hec_logs ingress throughput +2.21 [+2.10, +2.31]
syslog_loki ingress throughput +1.38 [+1.31, +1.45]
syslog_log2metric_tag_cardinality_limit_blackhole ingress throughput +1.23 [+1.14, +1.32]
datadog_agent_remap_datadog_logs ingress throughput +0.81 [+0.65, +0.98]
http_elasticsearch ingress throughput +0.53 [+0.37, +0.68]
http_to_http_acks ingress throughput +0.29 [-0.93, +1.52]
datadog_agent_remap_blackhole ingress throughput +0.25 [+0.13, +0.36]
http_to_http_noack ingress throughput +0.12 [+0.05, +0.19]
http_to_http_json ingress throughput +0.05 [-0.00, +0.10]
splunk_hec_indexer_ack_blackhole ingress throughput +0.02 [-0.06, +0.10]
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.00 [-0.10, +0.10]
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.00 [-0.09, +0.09]
datadog_agent_remap_datadog_logs_acks ingress throughput -0.26 [-0.42, -0.10]
fluent_elasticsearch ingress throughput -0.46 [-0.97, +0.06]
syslog_humio_logs ingress throughput -0.69 [-0.82, -0.56]
http_to_s3 ingress throughput -0.79 [-1.07, -0.52]
otlp_grpc_to_blackhole ingress throughput -0.86 [-0.97, -0.74]
splunk_hec_route_s3 ingress throughput -0.88 [-1.25, -0.51]
syslog_log2metric_splunk_hec_metrics ingress throughput -0.88 [-1.02, -0.75]
http_text_to_http_json ingress throughput -2.01 [-2.13, -1.88]
otlp_http_to_blackhole ingress throughput -2.63 [-2.75, -2.51]
socket_to_socket_blackhole ingress throughput -2.87 [-2.94, -2.80]
file_to_blackhole egress throughput -10.20 [-16.78, -3.63]

Explanation

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

Merged via the queue into master with commit 0cd763a Sep 27, 2024
72 checks passed
@pront pront deleted the dependabot/cargo/clap-1c7ec98771 branch September 27, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant