Update dependency ancestry to "~>4.3.0" - #23559
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Member
|
@kbrock Can you take a look here? I'm surprised this fails the specs. |
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
September 25, 2025 16:19
8817fe1 to
da7d2ff
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
November 18, 2025 23:31
da7d2ff to
f36c20d
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
December 31, 2025 18:39
f36c20d to
79746ad
Compare
Member
|
kicking |
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
February 2, 2026 15:48
79746ad to
6386abb
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
February 12, 2026 12:28
6386abb to
12130aa
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
March 13, 2026 12:56
12130aa to
5f75ad4
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
May 18, 2026 13:49
5f75ad4 to
81f0c80
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
2 times, most recently
from
July 20, 2026 20:27
1845880 to
f5d2b71
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
August 12, 2026 02:41
f5d2b71 to
a7b15c6
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
2 times, most recently
from
September 2, 2026 18:36
7a07cc2 to
ae7a951
Compare
renovate
Bot
force-pushed
the
renovate/ancestry-4.x
branch
from
September 3, 2026 17:59
ae7a951 to
c3803b6
Compare
Member
|
Checked commit c3803b6 with ruby 3.3.12, rubocop 1.89.0, haml-lint 0.78.0, and yamllint 1.37.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"~>4.1.0"→"~>4.3.0"Release Notes
stefankroes/ancestry (ancestry)
v4.3.3Compare Source
v4.3.2Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
siblingsnow excludes self #710 (thx @chikamichi)orphan_strategy: :none#658rebuild_counter_cache!to reset counter caches. #663 #668 (thx @RongRongTeng)in_subtree_of?instance method #680 (thx @instrumentl)has_siblings?to useexists?#693 (thx @a5-stable)update_strategy: :sqlhooks for extension developersbuild_cache_depth_sql!, a sql alternative tobuild_cache_depth#654ancestry_primary_key_format#649Notable features
Depth scopes now work without
cache_depth. But please only use this in backgroundjobs. If you need to do this in the ui, please use
cache_depth.build_cache_depth_sql!is quicker thanbuild_cache_depth!(1 query instead of N+1 queries).Deprecations
:depth_cache_columnis going away.Please use a single key instead:
cache_depth: :depth_cach_column_name.cache_depth: truestill defaults toancestry_depth.Breaking Changes
siblingsno longer returns self. This is a bug fix, but does change behavior.*_before_savemethods renamed to*_before_last_save(e.g.,
child_ancestry_before_save=>child_ancestry_before_last_save)has_ancestryis now the only way to enable these features.These are all not part of the public API.
ancestry_base_class(introduced 1.1, removed by #633)ancestry_column(introduced 1.2, removed by #633)ancestry_delimiter(introduced 4.3.0, removed by #633)depth_cache_column(introduced 4.3.0, removed by #654)ancestry_format(introduced 4.3.0, removed by #654)orphan_strategy(introduced 1.1, removed by #617)ancestry_primary_key_format(introduced 4.3.0, removed by #649)touch_ancestors(introduced 2.1, removed by TODO)apply_orphan_strategyPlease useorphan_strategy: :noneand a custombefore_destoryinstead.v4.2.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.