Bump modernc.org/sqlite from 1.48.1 to 1.48.2 in /apps/chau7-macos/chau7-proxy - #11
Merged
schiste merged 1 commit intoApr 10, 2026
Conversation
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.48.1 to 1.48.2. - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.1...v1.48.2) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.48.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/go_modules/apps/chau7-macos/chau7-proxy/modernc.org/sqlite-1.48.2
branch
April 10, 2026 08:19
schiste
added a commit
that referenced
this pull request
Jun 29, 2026
…dit #11) Chau7OverlayView.swift was 3889 lines mixing the tab-bar/toolbar machinery with three self-contained feature overlays. Extracted them verbatim: - ClipboardHistoryOverlay.swift (F16: ClipboardHistoryOverlayView + row) - BookmarksOverlay.swift (F17: BookmarkListOverlayView + row) - SnippetsOverlay.swift (F21: SnippetManagerOverlayView + editor, variable dialog, FlowLayout, search field) The shared dark palette (overlayPanel/Row/ChipBackground) moved to a small OverlayColors.swift as module-internal constants so all four files reference one source. Chau7OverlayView.swift drops to 2757 lines. Pure code motion — no behavior change; build + 3173 tests green. DS-check bypassed (CHAU7_SKIP_DS_CHECK=1): the 42 flagged literals (font sizes, named accent colors) are pre-existing and relocated verbatim from the legacy-grandfathered Chau7OverlayView. Migrating them to Appearance/ tokens is a separate visual-risk change that warrants its own focused pass, not a code-motion commit. Tracked as a DS-cleanup follow-up. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
schiste
added a commit
that referenced
this pull request
Jun 29, 2026
22/22 actionable consolidations committed; won't-fix (77, 101, 92) and deferred (51 IPC C-interop, 47 bug-report flow) recorded with rationale, plus the DS-token follow-up owed from the #11 overlay split. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bumps modernc.org/sqlite from 1.48.1 to 1.48.2.
Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
df16977CHANGELOG.md: add !112172c395Merge branch 'fix-openv2-handle-leak' into 'master'2719730fix openV2 handle leak, TLS leak, and misleading error on failed open53c87f6CHANGELOG.md: add !111c324f37Merge branch 'fix-backup-restore-error-handle' into 'master'fc791dfread error from correct db handle on backup init failure1620515CHANGELOG.md: add !10972aaab4Merge branch 'errstr-for-db' into 'master'2ae65f7extract errstrForDB from conn.errstreeec006CHANGELOG.md: add !108Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)