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): update dependency activesupport to v7.0.6 - autoclosed #2281

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
activesupport (source, changelog) patch 7.0.5.1 -> 7.0.6

Release Notes

rails/rails (activesupport)

v7.0.6: 7.0.6

Compare Source

Active Support

  • Fix EncryptedConfiguration returning incorrect values for some Hash
    methods

    Hartley McGuire

  • Fix arguments being destructed Enumerable#many? with block.

    Andrew Novoselac

  • Fix humanize for strings ending with id.

    fatkodima

Active Model

  • No changes.

Active Record

  • Fix autosave associations with validations added on :base of the associated objects.

    fatkodima

  • Fix result with anonymous PostgreSQL columns of different type from json.

    Oleksandr Avoiants

  • Preserve timestamp when setting an ActiveSupport::TimeWithZone value to timestamptz attribute.

    fatkodima

  • Fix where on association with has_one/has_many polymorphic relations.

    Before:

    Treasure.where(price_estimates: PriceEstimate.all)
    #=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates")

    Later:

    Treasure.where(price_estimates: PriceEstimate.all)
    #=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates" WHERE "price_estimates"."estimate_of_type" = 'Treasure')

    Lázaro Nixon

  • Fix decrementing counter caches on optimistically locked record deletion

    fatkodima

  • Ensure binary-destined values have binary encoding during type cast.

    Matthew Draper

  • Preserve existing column default functions when altering table in SQLite.

    fatkodima

  • Remove table alias added when using where.missing or where.associated.

    fatkodima

  • Fix Enumerable#in_order_of to only flatten first level to preserve nesting.

    Miha Rekar

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • Fix error Active Job passed class with permitted?.

    Alex Baldwin

Action Mailer

  • No changes.

Action Cable

  • Fix Action Cable Redis configuration with sentinels.

    Dmitriy Ivliev

Active Storage

  • Fix retrieving rotation value from FFmpeg on version 5.0+.

    In FFmpeg version 5.0+ the rotation value has been removed from tags.
    Instead the value can be found in side_data_list. Along with
    this update it's possible to have values of -90, -270 to denote the video
    has been rotated.

    Haroon Ahmed

Action Mailbox

  • No changes.

Action Text

  • No changes.

Railties

  • Avoid escaping paths when editing credentials.

    Jonathan Hefner


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from jbampton as a code owner June 26, 2023 22:33
@renovate renovate bot added the renovate label Jun 26, 2023
@github-actions github-actions bot added the repo label Jun 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency activesupport to v7.0.5.1 chore(deps): update dependency activesupport to v7.0.5.1 - autoclosed Jun 27, 2023
@renovate renovate bot closed this Jun 27, 2023
@renovate renovate bot deleted the renovate/ruby-on-rails-packages branch June 27, 2023 08:32
@renovate renovate bot changed the title chore(deps): update dependency activesupport to v7.0.5.1 - autoclosed chore(deps): update dependency activesupport to v7.0.5.1 Jun 29, 2023
@renovate renovate bot reopened this Jun 29, 2023
@renovate renovate bot restored the renovate/ruby-on-rails-packages branch June 29, 2023 21:56
@renovate renovate bot changed the title chore(deps): update dependency activesupport to v7.0.5.1 chore(deps): update dependency activesupport to v7.0.6 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/ruby-on-rails-packages branch from ce4f967 to ca9e305 Compare June 29, 2023 21:56
@renovate renovate bot changed the title chore(deps): update dependency activesupport to v7.0.6 chore(deps): update dependency activesupport to v7.0.6 - autoclosed Jun 30, 2023
@renovate renovate bot closed this Jun 30, 2023
@renovate renovate bot deleted the renovate/ruby-on-rails-packages branch June 30, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant