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 #941

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
paper_trail (changelog) '~> 14.0.0' -> '~> 16.0.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 - 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 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 8, 2024
@renovate renovate bot force-pushed the renovate/paper_trail-16.x branch from e731f27 to 710d5e6 Compare November 21, 2024 21:04
@renovate renovate bot force-pushed the renovate/paper_trail-16.x branch from 710d5e6 to 3241526 Compare November 27, 2024 15:01
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.37%. Comparing base (0daa494) to head (3241526).
Report is 10 commits behind head on staging.

Additional details and impacted files
@@           Coverage Diff            @@
##           staging     #941   +/-   ##
========================================
  Coverage    52.37%   52.37%           
========================================
  Files           55       55           
  Lines         1178     1178           
========================================
  Hits           617      617           
  Misses         561      561           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lodewiges lodewiges enabled auto-merge December 31, 2024 00:42
@lodewiges lodewiges added this pull request to the merge queue Dec 31, 2024
Merged via the queue into staging with commit 02dddab Dec 31, 2024
5 checks passed
@lodewiges lodewiges deleted the renovate/paper_trail-16.x branch December 31, 2024 01:00
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