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 dependency active_interaction to v5 #2711

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
active_interaction (changelog) '~> 4.0' -> '~> 5.0' age adoption passing confidence

Release Notes

AaronLasseigne/active_interaction (active_interaction)

v5.3.0

Compare Source

Added

  • Added predicate methods for boolean values. Thanks @​heka1024

Fixed

  • [#​554][] - Non-detailed error should not lose options when merged.
  • [#​553][] - Improve error handling and documentation for hash filter defaults.

v5.2.0

Compare Source

Added

Fixed

Added

v5.1.1

Compare Source

Fixed

  • [#​539][] - Fixed a caching error in default values.

v5.1.0

Compare Source

Added

  • Limit dependencies to the minimum requirements.

Fixed

  • [#​536][] - compose accepts Inputs.
  • [#​537][] - Arrays with nested filters returned the wrong value.

v5.0.0

Compare Source

Changed

  • Drop support for JRuby.
  • Drop support for Ruby 2.5 and 2.6, adding support for 3.1
  • Drop support for Rails 5.0 and 5.1
  • ActiveInteraction::Inputs no longer inherits from Hash though it still has most of the methods
    provided by Hash (methods that write were removed).
  • Removed Filter#clean (use Filter#process and call #value on the result)
  • The given? method has been moved onto inputs. (how to upgrade)
  • [#​503][] - The record filter now treats blank strings value as nil. This was missed in the 4.0 update.
  • The type_check callback has been renamed to filter to better match the reality of what it does.
    (how to upgrade)
  • ActiveIneraction::FilterColumn is now ActiveInteraction::Filter::Column
  • Errors on the array filter will now be indexed if the Rails config index_nested_attribute_errors
    is true or the :index_errors option is set to true. The :index_errors option always overrides
    the Rails config.
  • Invalid nested errors (:invalid_nested) are gone. Instead the nested errors will appear as they would
    in Rails if they were a has_many relationship being assigned attributes through a parent.
    (how to upgrade)

Added

  • Filter#process which returns an Input.

Fixed

  • When passing an ActiveRecord::Relation in an array filter with no inner
    filter, the value returned was an ActiveRecord::Relation instead of an
    Array.

Upgrading

given?

The given? method can now be found on inputs. It works the same as before.

v4.1.0

Compare Source

Added

  • [#​518][] - Add Rails 7 support

v4.0.6

Compare Source

Fixed

  • [#​515][] - Filters nested in arrays should accept default values as indicated in the documentation.

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 14, 2024
@renovate renovate bot force-pushed the renovate/active_interaction-5.x branch 3 times, most recently from b81e666 to 246f20d Compare November 19, 2024 08:52
Copy link
Contributor Author

renovate bot commented Nov 19, 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
[11:32:37.842] INFO (808): Installing tool [email protected]...
installing v2 tool ruby v3.0.3
/usr/local/containerbase/tools/v2/ruby.sh: line 82: /etc/gemrc: Permission denied
[11:32:38.020] ERROR (808): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.0.3
[11:32:38.020] FATAL (808): Install tool ruby failed in 198ms.


@renovate renovate bot force-pushed the renovate/active_interaction-5.x branch from 246f20d to 76463c0 Compare November 26, 2024 11:32
@renovate renovate bot changed the title chore(deps): update dependency active_interaction to v5 Update dependency active_interaction to v5 Nov 26, 2024
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.

0 participants