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 paper_trail to v16 #2729

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
paper_trail (changelog) '~> 14.0' -> '~> 16.0' age adoption passing confidence

Release Notes

paper-trail-gem/paper_trail (paper_trail)

v16.0.0

Compare Source

Breaking Changes
  • #​1478 Do not allow
    multiple has_paper_trail definitions for models. Previously, when has_paper_trail
    was called on a parent and a child from STI, then possibly multiple version records
    will be created per event (create, destroy etc).
Added
  • #​1498 -
    Rails 8.0
  • #​1422 - Add version_error_behavior config
    config option to control error handling when creating/updating/deleting Version records.
Fixed
  • None

v15.2.0

Compare Source

Breaking Changes
  • None
Added
  • #​1485 -
    Rails 7.2
  • #​1457 -
    Change versions table layout (migration generator template) for performance
Fixed
  • None

v15.1.0

Compare Source

Breaking Changes
  • None
Fixed
  • None
Dependencies
  • Add support for Rails 7.1
  • Add support for Ruby 3.2

v15.0.0

Compare Source

Breaking Changes
  • None
Added
  • #​1416 - Adds a
    model-configurable option synchronize_version_creation_timestamp which, if
    set to false, opts out of synchronizing timestamps between Version.created_at
    and the record's updated_at.
Fixed
  • #​1422 - Fix the
    issue that unencrypted plaintext values are versioned with ActiveRecord
    encryption (since Rails 7) when using JSON serialization on PostgreSQL json
    columns.
  • #​1414 - When
    generating the migration, the version table will use uuid as primary key type
    if --uuid flag is specified.
Dependencies
  • Drop support for Rails 6.0, which [reached EoL on 2023-06-01][2]
  • Drop support for Ruby 2.7, which [reached EoL on 2023-03-31][3]

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 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/paper_trail-16.x branch from bcb3975 to 3dd374f Compare January 7, 2025 10:26
Copy link
Contributor Author

renovate bot commented Jan 7, 2025

⚠️ 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
[09:08:19.280] INFO (1258): Installing tool [email protected]...
installing v2 tool ruby v3.0.3
/usr/local/containerbase/tools/v2/ruby.sh: line 82: /etc/gemrc: Permission denied
[09:08:19.419] ERROR (1258): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.0.3
[09:08:19.420] FATAL (1258): Install tool ruby failed in 156ms.


@renovate renovate bot force-pushed the renovate/paper_trail-16.x branch from 3dd374f to e39605d Compare January 8, 2025 09:08
Copy link
Contributor Author

renovate bot commented Jan 15, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 16.x releases. But if you manually upgrade to 16.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/paper_trail-16.x branch January 15, 2025 09:06
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.

1 participant