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

fix(deps): update all non-major dependencies #1587

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anyhow dependencies patch 1.0.89 -> 1.0.90 age adoption passing confidence
getmeili/meilisearch patch v1.10.2 -> v1.10.3 age adoption passing confidence
image dependencies patch 0.25.2 -> 0.25.4 age adoption passing confidence
octocrab dependencies patch 0.41.0 -> 0.41.2 age adoption passing confidence
python stage minor 3.12-bullseye -> 3.13-bullseye age adoption passing confidence
rust stage minor 1.81-alpine -> 1.82-alpine age adoption passing confidence
vue (source) dependencies patch 3.5.11 -> 3.5.12 age adoption passing confidence

Release Notes

dtolnay/anyhow (anyhow)

v1.0.90

Compare Source

  • Documentation improvements
image-rs/image (image)

v0.25.4

Compare Source

Features:

  • Much faster decoding of lossless WebP due to a variety of optimizations. Our benchmarks show 2x to 2.5x improvement.
  • Added support for orientation metadata, so that e.g. smartphone camera images could be displayed correctly:
    • Added ImageDecoder::orientation() and implemented orientation metadata extraction for JPEG, WebP and TIFF formats
    • Added DynamicImage::apply_orientation() to apply the orientation to an image
  • Added support for extracting Exif metadata from images via ImageDecoder::exif_metadata(), and implemented it for JPEG and WebP formats
  • Added ImageEncoder::set_icc_profile() and implemented it for WebP format. Pull requests with implementations for other formats are welcome.
  • Added DynamicImage::fast_blur() for a linear-time approximation of Gaussian blur, which is much faster at larger blur radii

Bug fixes:

  • Fixed some APNG images being decoded incorrectly
  • Fixed the iterator over animated WebP frames to return None instead of an error when the end of the animation is reached

v0.25.3

Compare Source

Features:

  • Much faster decoding of lossless WebP due to a variety of optimizations. Our benchmarks show 2x to 2.5x improvement.
  • Added support for orientation metadata, so that e.g. smartphone camera images could be displayed correctly:
    • Added ImageDecoder::orientation() and implemented orientation metadata extraction for JPEG, WebP and TIFF formats
    • Added DynamicImage::apply_orientation() to apply the orientation to an image
  • Added support for extracting Exif metadata from images via ImageDecoder::exif_metadata(), and implemented it for JPEG and WebP formats
  • Added ImageEncoder::set_icc_profile() and implemented it for WebP format. Pull requests with implementations for other formats are welcome.
  • Added DynamicImage::fast_blur() for a linear-time approximation of Gaussian blur, which is much faster at larger blur radii

Bug fixes:

  • Fixed some APNG images being decoded incorrectly
  • Fixed the iterator over animated WebP frames to return None instead of an error when the end of the animation is reached
  • Toggling the rayon feature now correctly toggles the use of rayon within ravif (AVIF encoder). Previously it would be either always on or always off, depending on the ravif version.
XAMPPRocky/octocrab (octocrab)

v0.41.2

Compare Source

Fixed
  • Removed rustls hard-dependency (#​709)
  • crate build issues with stream feature (#​711)
Other
  • Update tower dependency from 0.4.13 to 0.5.1 (#​722)
  • added user's social accounts operations (/user/social_accounts) (#​723)
  • added auth.user's git_ssh_keys operations (#​719)
  • Remove --verbose (#​716)

v0.41.1

Compare Source

Fixed
  • don't capture backtraces by default (#​710)
Other
  • added user's gpg_keys operations (#​717)
  • Secrecy dependency update from 0.8.0 to 0.10.3 (#​718)
  • Added handlers for Repo Dependabot API (#​714)
  • #​552 (emails, public_emails, visibility) (#​712)
  • make some fields to public (#​708)
  • Implement some style improvements (#​698)
vuejs/core (vue)

v3.5.12

Compare Source

Bug Fixes
Performance Improvements

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@CommanderStorm
Copy link
Member

Needs apache/arrow#43519 released first

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 69bfa93 to ca15007 Compare October 9, 2024 18:05
@renovate renovate bot changed the title chore(deps): update python docker tag to v3.13 chore(deps): update all non-major dependencies Oct 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 23d9e0e to 2451c8c Compare October 17, 2024 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9d30fa0 to 37d7ed7 Compare October 18, 2024 16:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 18, 2024
@CommanderStorm CommanderStorm enabled auto-merge (squash) October 18, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a48ede7 to a7cfffa Compare October 18, 2024 21:25
Copy link
Contributor Author

renovate bot commented Oct 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@CommanderStorm CommanderStorm force-pushed the renovate/all-minor-patch branch from 34f8521 to 27b4f53 Compare October 18, 2024 22:09
@CommanderStorm CommanderStorm merged commit d0be088 into main Oct 18, 2024
6 of 8 checks passed
@CommanderStorm CommanderStorm deleted the renovate/all-minor-patch branch October 18, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant