Skip to content

chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /uv-global#4

Open
dependabot[bot] wants to merge 663 commits intomainfrom
dependabot/uv/uv-global/protobuf-6.33.5
Open

chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /uv-global#4
dependabot[bot] wants to merge 663 commits intomainfrom
dependabot/uv/uv-global/protobuf-6.33.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 5, 2026

Bumps protobuf from 6.33.4 to 6.33.5.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v34.0-rc1

Announcements

Bazel

Compiler

C++

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

bdsqqq and others added 30 commits December 28, 2025 03:24
- add lgo-z2e device to mbp-m2 and r56 configs
- update lgo-z2e with real r56 device ID and tailscale IP
- share commonplace and prism-instances folders with lgo-z2e

Amp-Thread-ID: https://ampcode.com/threads/T-019b62f8-94e1-759c-ab19-efcf3ab6733e
Co-authored-by: Amp <amp@ampcode.com>
wayland-1.24.0 is not available on darwin, causing mbp-m2 builds to fail

Amp-Thread-ID: https://ampcode.com/threads/T-019b6300-5c9c-7165-8e88-6e06606b0811
Co-authored-by: Amp <amp@ampcode.com>
environment.darwinConfig is a path, not an attrset
- homeManagerModules → homeModules (nixvim, spicetify, vicinae)
- system → nixpkgs.hostPlatform in darwinSystem/nixosSystem calls
- initExtra → initContent for zsh config
- pkgs.system → pkgs.stdenv.hostPlatform.system in unstable overlay
- set programs.zsh.dotDir to XDG config home
- remove redundant syncthing extraOptions (mbp-m2)

Amp-Thread-ID: https://ampcode.com/threads/T-019b6af5-b09e-7414-baea-b82645c4f924
Co-authored-by: Amp <amp@ampcode.com>
- replace hardcoded tailscale IPs with hostnames across all hosts
- prevents connectivity issues when tailscale IPs change
- fixes stale htz-relay IP (100.101.195.56 → htz-relay)

Amp-Thread-ID: https://ampcode.com/threads/T-019b6ae1-be97-749c-a140-a9225f6f08d0
Co-authored-by: Amp <amp@ampcode.com>
- homeModules → homeManagerModules (these flakes haven't adopted new naming)
- services.vicinae.autoStart → systemd.enable + systemd.autoStart (api change)

Amp-Thread-ID: https://ampcode.com/threads/T-019b6b21-e511-744a-a64c-f1cf081f3839
Co-authored-by: Amp <amp@ampcode.com>
home-manager's syncthing-init script PATCHes guiAddress after PUTting
settings.gui, so settings.gui.address gets overwritten back to 127.0.0.1

Amp-Thread-ID: https://ampcode.com/threads/T-019b6b30-edf5-70ff-b101-839a9db9e645
Co-authored-by: Amp <amp@ampcode.com>
- extract git config to dedicated git.nix
- enable pull.rebase and rebase.autoStash for cleaner syncthing workflow
- configure delta as pager with explicit nix path
- move lazygit, delta, gh, git-filter-repo from dev-tools

Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019b6b13-dcb6-764d-8653-272b10fcd080
- add bluetooth device scanning button
- add click-outside-to-close via backdrop overlay
- add IPC handler for external control (qs ipc call control-center)
- add lisgd gesture for 1-finger top-right swipe down
- use full nix store path for qs binary in lisgd script
- align control center to top edge

Amp-Thread-ID: https://ampcode.com/threads/T-019b6ba2-1a1c-70dd-ba4e-d4c5b08cb04d
Co-authored-by: Amp <amp@ampcode.com>
spawn-at-startup and keybinds now use explicit paths:
- swaybg, quickshell, vicinae, xwayland-satellite, ghostty

bare binary names fail when PATH isn't fully inherited
(e.g., before home-manager session setup)
- point HISTFILE to commonplace/01_files/.zsh_history
- enable SHARE_HISTORY for real-time sync across hosts
- enable EXTENDED_HISTORY for timestamps
- dedupe with ignoreAllDups (keeps recent, removes old dupes)
- 100k history size

Amp-Thread-ID: https://ampcode.com/threads/T-019b6bba-11c2-7674-a8cc-ec38ee58ecd4
Co-authored-by: Amp <amp@ampcode.com>
QML files call binaries like bluetoothctl via bare names for hot-reload.
spawn-at-startup runs before home-manager sets up PATH, so we wrap
quickshell with its runtime deps baked in.

single source of truth in user/lib/quickshell.nix:
- bluez (bluetoothctl)
- networkmanager (nmcli)
- brightnessctl

contract: if QML calls a binary, add it to runtimeDeps.
pkgs.quickshellWrapped now available via overlay, defined once in
overlays/quickshell.nix. modules just use pkgs.quickshellWrapped.

- no lib folder
- no duplication
- standard nix pattern
- zshaddhistory hook records user, host, dir, agent, thread in logfmt
- fzf ctrl+r parses metadata, shows readable timestamps
- only displays context bracket when agent or different host
- truncates long thread IDs as first4...last4
- handles old entries without metadata gracefully

Amp-Thread-ID: https://ampcode.com/threads/T-019b6bba-11c2-7674-a8cc-ec38ee58ecd4
Co-authored-by: Amp <amp@ampcode.com>
1-finger swipe up from bottom edge triggers vicinae toggle.
lisgd has no bottom-middle zone—triggers from anywhere along bottom.
- user/fzf/history-format.awk: awk script with syntax highlighting
- user/fzf/history-widget.zsh: zsh widget with syntax highlighting
- user/fzf/default.nix: imports and substitutes paths
keyboard_interactivity = on_demand allows compositor to route
clicks outside vicinae, enabling focus-loss detection.

default 'exclusive' mode steals all input, preventing dismissal.
fc -rl doesn't include timestamps - only the raw history file has
extended format. fc -liD outputs formatted datetime directly, so
parse date/time from fields 2-3 instead of epoch timestamp.

Amp-Thread-ID: https://ampcode.com/threads/T-019b6c29-1be3-729a-a923-2b1d8a89b644
Co-authored-by: Amp <amp@ampcode.com>
bdsqqq and others added 21 commits February 2, 2026 11:24
zsh echoes variable assignments when 'local' is used inside a piped
while loop. moving all locals to function scope fixes the spurious
name=/branch=/head= output.

also removes deprecated wt.sh, wts.sh, wt-init.sh (unified into _wt).

Amp-Thread-ID: https://ampcode.com/threads/T-019c1e3b-cfb8-7047-a172-faf651b966a2
Co-authored-by: Amp <amp@ampcode.com>
…ts module

- config/global-agents.md is source of truth
- deleted user/agents/AGENTS.md (was redundant)
- moved AGENTS.md symlinks from shell.nix to user/agents/default.nix
- consolidated voice, precision, craft, loop, epistemics, memory sections

Amp-Thread-ID: https://ampcode.com/threads/T-019c1ecc-df88-7710-938a-7655a5f3e0b8
Co-authored-by: Amp <amp@ampcode.com>
- critique ideas freely, express tradeoffs
- be precise and specific; describe, don't emote
- avoid hyperbole
- be critical of information quality
- acknowledge what might not have worked

Amp-Thread-ID: https://ampcode.com/threads/T-019c1ecc-df88-7710-938a-7655a5f3e0b8
Co-authored-by: Amp <amp@ampcode.com>
blacklist dangerous git ops (force push, git add -A), allow everything else.
enforcement at tool level rather than relying on agent to load skills.

Amp-Thread-ID: https://ampcode.com/threads/T-019c1fe3-68a2-75ba-a1aa-b62556f327cd
Co-authored-by: Amp <amp@ampcode.com>
- rename _wt to wt (no wrapper needed)
- remove shell function from shell.nix
- remove __WT_CD__ signal from script
- user cds manually after worktree creation

Amp-Thread-ID: https://ampcode.com/threads/T-019c2567-ab06-72d3-a77c-386ad36566d4
Co-authored-by: Amp <amp@ampcode.com>
prevents new branches from tracking origin/main, allowing first push
to create matching remote branch with proper tracking

Amp-Thread-ID: https://ampcode.com/threads/T-019c2dc1-3b64-77aa-8a7b-9f41aaede624
Co-authored-by: Amp <amp@ampcode.com>
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.4 to 6.33.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 5, 2026
@bdsqqq bdsqqq force-pushed the main branch 5 times, most recently from 56b272f to 477a609 Compare February 22, 2026 14:36
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant