Skip to content

chore(deps): update CLI to v3.4.0#5145

Merged
jamescrosswell merged 1 commit intomainfrom
deps/scripts/update-cli.ps1
Apr 22, 2026
Merged

chore(deps): update CLI to v3.4.0#5145
jamescrosswell merged 1 commit intomainfrom
deps/scripts/update-cli.ps1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-cli.ps1 from 3.3.5 to 3.4.0.

Auto-generated by a dependency updater.

Changelog

3.4.0

Features

  • (snapshots) Add --selective flag to build snapshots to indicate the upload contains only a subset of images (#3268)
  • (bundle-jvm) Allow running directly on a project root (including multi-module repos) by automatically collecting only JVM source files (.java, .kt, .scala, .groovy), respecting .gitignore, and excluding common build output directories (#3260)
  • (bundle-jvm) Add --exclude option for custom glob patterns to exclude files/directories from source collection (#3260)

Performance

  • (snapshots) Parallelize image hashing with rayon (#3250)

Fixes

  • (snapshots) Chunk image uploads to avoid file descriptor exhaustion and 413 errors when uploading hundreds of images (#3249)

  • (snapshots) Preserve subdirectory structure in snapshot manifest keys instead of flattening to bare filenames (#3269)

  • Replace eprintln! with log::info! for progress bar completion messages when the progress bar is disabled (e.g. in CI). This avoids spurious stderr output that some CI systems treat as errors (#3223).

  • (snapshots) Add --diff-threshold option to build snapshots to set a minimum pixel difference percentage for reporting image changes (#3259)

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Apr 21, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.05%. Comparing base (e4b850c) to head (cc0d21b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5145      +/-   ##
==========================================
- Coverage   74.06%   74.05%   -0.01%     
==========================================
  Files         501      501              
  Lines       18111    18111              
  Branches     3521     3521              
==========================================
- Hits        13414    13413       -1     
- Misses       3837     3838       +1     
  Partials      860      860              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.ps1 branch from af3bec0 to cc0d21b Compare April 22, 2026 03:59
@jamescrosswell jamescrosswell merged commit 60088e7 into main Apr 22, 2026
45 checks passed
@jamescrosswell jamescrosswell deleted the deps/scripts/update-cli.ps1 branch April 22, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants