chore(deps): bump picomatch from 4.0.3 to 4.0.4 in /pi-packages/pi-agentmap#43
Conversation
Bumps [picomatch](https://github.com/micromatch/picomatch) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| - `hosts/nuc/default.nix` — NUC host-specific openclaw config (secrets, telegram, cron) | ||
| - `hosts/mactraitorpro/default.nix` — Enables with `apps.openclaw.enable = true` | ||
| - `hosts/shared/secrets/openclaw-gateway-token.age` — Auth token (agenix) | ||
| - `modules/shell/ssh.nix` — SSH target used by the macOS app for Remote over SSH |
There was a problem hiding this comment.
🟡 AGENTS.md references wrong SSH module file
The updated modules/desktop/apps/openclaw/AGENTS.md:111 references modules/shell/ssh.nix as the file containing the SSH target for the macOS app, but the Host nuc entry was actually added to modules/services/ssh.nix in this PR. The referenced modules/shell/ssh.nix exists but is a dormant module — no host sets modules.shell.ssh.enable = true, so its config (which points nuc at a stale local IP 192.168.1.222) is never activated. This will mislead anyone who reads the AGENTS.md and tries to find or modify the SSH config.
| - `modules/shell/ssh.nix` — SSH target used by the macOS app for Remote over SSH | |
| - `modules/services/ssh.nix` — SSH target used by the macOS app for Remote over SSH |
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Closing old Dependabot PR after switching dependency update noise reduction/automerge over to Renovate. Renovate will recreate grouped updates as needed. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps picomatch from 4.0.3 to 4.0.4.
Release notes
Sourced from picomatch's releases.
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)Dependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.