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

Update minor updated gems #3393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-sdk-s3 (source, changelog) '~> 1', '>= 1.148.0' -> '~> 1', '>= 1.152.3' age adoption passing confidence
ffi '>= 1.16.3' -> '>= 1.17.0' age adoption passing confidence
httparty '~> 0.21' -> '~> 0.22' age adoption passing confidence
mini_magick ">= 4.12.0" -> ">= 4.13.1" age adoption passing confidence
omniauth-google-oauth2 '>= 0.8.2' -> '>= 1.1.2' age adoption passing confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-s3)

v1.152.3

  • Issue - Handle 200 errors for all S3 operations that do not have streaming responses.

v1.152.2

  • Issue - Revert Handling of 200 errors for all S3 operations.

v1.152.1

  • Issue - Handle 200 errors for all S3 operations that do not have streaming responses.

v1.152.0

  • Feature - Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.

v1.151.0

  • Feature - Updated a few x-id in the http uri traits

v1.150.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.149.1

  • Issue - Fix bug where destination bucket default encryption was inadvertently overridden by source object encryption.

v1.149.0

  • Feature - Support S3 Access Grants authentication. Access Grants can be enabled with the access_grants option, and custom options can be passed into the access_grants_credentials_provider option. This feature requires aws-sdk-s3control to be installed.

  • Feature - Add RBS signatures for customizations of S3.

jnunemaker/httparty (httparty)

v0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: jnunemaker/httparty@v0.21.0...v0.22.0

minimagick/minimagick (mini_magick)

v4.13.1

Compare Source

  • Revert an optimization to save an identify call when retrieving image information by doing this work while validating on create, as this caused validation to hang for some SVG files.

v4.13.0

Compare Source

  • Warnings about convert command being deprecated on ImageMagick 7 are now ignored.

    The next major version of MiniMagick will switch to using magick on IM7, as it might not be fully compatible with magick convert.

  • If processing images is returning warnings (e.g. TIFF images tend to do that), but they're otherwise fine, you can prevent MiniMagick from forwarding warnings to standard error:

    MiniMagick.configure do |config|
      config.warnings = false
    end
  • When the ImageMagick subprocess has been abruptly killed by the operating system (e.g. OOM kill), in which case the exit status will be unknown, MiniMagick will now handle this gracefully.

  • When validating the image, the cheap info will now be automatically stored on the MiniMagick::Image object, so a subsequent call to #type, #width, #height, #dimensions, #size or #human_size will not call identify again.

  • The posix-spawn shell backend has been deprecated (see https://github.com/minimagick/minimagick/pull/558).

    Ruby uses vfork since Ruby 2.2, so posix-spawn doesn't provide performance benefits on relevant Ruby versions anymore. Additionally, Ruby 3 switched to non-blocking pipes by default, which should hopefully resolve deadlocks with open3 (see https://github.com/minimagick/minimagick/issues/347 and https://github.com/minimagick/minimagick/pull/437). Due to this change, posix-spawn is currently incompatible with Ruby 3.

  • MiniMagick::Image#mime_type has been deprecated, due to returning incorrect MIME type for formats not starting with image/*.

    ImageMagick does have a way to return the MIME type, but it requires reading the whole image, which is significantly slower. It's recommended to use Marcel or MimeMagic for determining MIME type from magic header. Alternatively, you can use mime-types or MiniMime for obtaining MIME type from file extension or from MiniMagick::Image#type.

  • Ruby 2.3+ is now required.

zquestz/omniauth-google-oauth2 (omniauth-google-oauth2)

v1.1.2

Compare Source

Added
  • Add support for enable_granular_consent option (#​455)
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v1.1.1

Compare Source

Added
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Fixed JWT decoding issue. (Invalid segment encoding) #​431

v1.1.0

Compare Source

Added
  • overridable_authorize_options has been added to restrict overriding authorize_options by request params. #​423
  • Support for oauth2 2.0.x. #​429
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

Configuration

📅 Schedule: Branch creation - "after 9am and before 1pm on Saturday" in timezone Asia/Tokyo, 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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented May 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/......
Resolving dependencies...

Could not find compatible versions

Because omniauth-google-oauth2 >= 1.1.2 depends on oauth2 ~> 2.0
  and every version of dropbox-api depends on oauth2 ~> 1.0,
  omniauth-google-oauth2 >= 1.1.2 is incompatible with dropbox-api >= 0.
So, because Gemfile depends on dropbox-api >= 0
  and Gemfile depends on omniauth-google-oauth2 >= 1.1.2,
  version solving has failed.

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 2 times, most recently from 76333ce to 2a8fb13 Compare May 4, 2024 02:23
@knu
Copy link
Member

knu commented May 4, 2024

Dependency conflicts around oauth2 and ominiauth gems have long been a pain in the neck. I bet few people enable all omniauth modules at the same time, but since we have them all enabled by default we cannot update any of them due to a version conflict.

oauth2 1.x is required by https://github.com/dsander/dropbox-api and https://github.com/albertsun/weibo_2, where there have been no updates for 7 years. Perhaps we should make them optional by now, I guess?

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from 2a8fb13 to a9cc790 Compare May 6, 2024 23:01
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label May 6, 2024
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from a9cc790 to 93f2413 Compare May 13, 2024 21:45
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/......
Resolving dependencies...

Could not find compatible versions

Because omniauth-google-oauth2 >= 1.1.2 depends on oauth2 ~> 2.0
  and every version of dropbox-api depends on oauth2 ~> 1.0,
  omniauth-google-oauth2 >= 1.1.2 is incompatible with dropbox-api >= 0.
So, because Gemfile depends on dropbox-api >= 0
  and Gemfile depends on omniauth-google-oauth2 >= 1.1.2,
  version solving has failed.

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 5 times, most recently from 390c270 to 67d7b75 Compare May 19, 2024 01:26
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 4 times, most recently from c46f361 to 09ae40b Compare June 7, 2024 10:46
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 4 times, most recently from 10ea233 to a789e18 Compare June 13, 2024 23:38
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from a789e18 to cfb2589 Compare June 15, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant