chore: reconcile main into v4_development (ancestry merge)#1010
Merged
Conversation
… prevent saveCredentials() crash
…S1-OAEP-key-migration-to-prevent-saveCredentials-crash
…saveCredentials() crash (#924)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…background interaction
…sabled packages and add test for adjustable height
… side sheet options
…for boundary conditions
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Prince Mathew <17837162+pmathew92@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Moved 'fix' entry under 'Fixed' section in changelog.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
utkrishtsahu
approved these changes
Jul 8, 2026
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.
Summary
Records
main(tip68202cb5, Release 3.21.0) as a merged ancestor ofv4_developmentvia agit merge -s ourscommit, so the v4 → main release PR becomes conflict-free.The v4 tree is unchanged —
git diffagainstv4_developmentHEAD is empty. This commit only adds the ancestry link (second parent =main); no file content changes.This PR's entire purpose is the second parent pointing at
main. Squash or rebase will flatten the merge and discard that parent, leavingmainstill not an ancestor ofv4_development— exactly what happened to the previous attempt (#1009 was squash-merged, which dropped the ancestry and left the release PR conflicting).Use the "Create a merge commit" option only.
Verification
v4_developmentHEAD (5956c0c1) +origin/maintip (68202cb5).git diff HEAD origin/v4_development= empty (tree identical; v4 restructuring fully preserved).After this merges
mainbecomes an ancestor ofv4_development, so a fresh v4 → main release PR (4.0.0) will show zero conflicts.