chore(deps): bump @comapeo/ipc from 9.0.0-pre.2 to 9.0.0 in /backend#185
Closed
dependabot[bot] wants to merge 2 commits into
Closed
chore(deps): bump @comapeo/ipc from 9.0.0-pre.2 to 9.0.0 in /backend#185dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps [@comapeo/ipc](https://github.com/digidem/comapeo-ipc) from 9.0.0-pre.2 to 9.0.0. - [Release notes](https://github.com/digidem/comapeo-ipc/releases) - [Changelog](https://github.com/digidem/comapeo-ipc/blob/main/CHANGELOG.md) - [Commits](digidem/comapeo-ipc@v9.0.0-pre.2...v9.0.0) --- updated-dependencies: - dependency-name: "@comapeo/ipc" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/backend/comapeo/ipc-9.0.0
branch
from
June 29, 2026 19:45
f590a5a to
d35c233
Compare
gmaclennan
enabled auto-merge
June 30, 2026 09:22
gmaclennan
disabled auto-merge
June 30, 2026 09:23
Contributor
Author
|
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. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/backend/comapeo/ipc-9.0.0
branch
June 30, 2026 09:23
gmaclennan
pushed a commit
that referenced
this pull request
Jul 11, 2026
…heck deadlock check-core-types-pin requires @comapeo/core to move in package.json and backend/package.json together, so any automation that bumps it in only one directory produces a PR that can never go green. The existing minor-and-patch group already spans both directories (single "across 2 directories" PRs), but updates outside that group — prerelease bumps (see #185) and security updates — arrive as per-directory PRs, which would deadlock: two red PRs, each missing the other's half. Add a first-party-sync group (group-by: dependency-name) and a security-update twin so every @comapeo/* update spans both directories in one PR, ordered before the catch-all group since a dependency joins the first group it matches. Document the automation paths and the manual escape hatch (dispatch bump-first-party-deps) in CONTRIBUTING. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NVFsPZBJJHnSg3DajK3ydQ
gmaclennan
pushed a commit
that referenced
this pull request
Jul 12, 2026
Policy: prerelease pins are dev-managed — Dependabot must not open PRs for them (neither newer prereleases nor the stable graduation, the class PR #185 fell into); the dev who pinned the prerelease updates it manually. Dependabot never proposes a prerelease from a stable pin, so the only case to handle is a manifest that already pins one: that now requires a temporary unconditional ignore entry in dependabot.yml, removed when the pin returns to stable. scripts/check-prerelease-pins.mjs (in `prepare`, alongside the other invariant checks) enforces the convention: it fails when a prerelease pin in / or /backend lacks a matching ignore entry, and its message shows the exact entry to add. Qualified ignores (update-types/versions) don't count as coverage. Documented in dependabot.yml and CONTRIBUTING. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NVFsPZBJJHnSg3DajK3ydQ
gmaclennan
pushed a commit
that referenced
this pull request
Jul 12, 2026
…heck deadlock check-core-types-pin requires @comapeo/core to move in package.json and backend/package.json together, so any automation that bumps it in only one directory produces a PR that can never go green. The existing minor-and-patch group already spans both directories (single "across 2 directories" PRs), but updates outside that group — prerelease graduations (see #185) and security updates — arrive as per-directory PRs, which would deadlock: two red PRs, each missing the other's half. Add a first-party-sync group (group-by: dependency-name) and a security-update twin so every @comapeo/* update spans both directories in one PR, ordered before the catch-all group since a dependency joins the first group it matches. Document the automation paths and the manual escape hatch (dispatch bump-first-party-deps) in CONTRIBUTING, and record why no prerelease ignore rules are needed: Dependabot never bumps a stable pin to a prerelease, and prerelease-pinned deps getting graduation PRs is wanted behavior. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NVFsPZBJJHnSg3DajK3ydQ
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 @comapeo/ipc from 9.0.0-pre.2 to 9.0.0.
Release notes
Sourced from @comapeo/ipc's releases.
Changelog
Sourced from @comapeo/ipc's changelog.
... (truncated)
Commits
9a8db81Release v9.0.0 (#81)e7666e4ci: notify downstream repos on release (#82)f6e32a2refactor: hoist repeated JSDoc type imports to@import(#79)e7cba99refactor!: rename exports to CoMapeo core/services naming (#77)8f1cd85chore(deps): update deps (#78)52452d4Release v8.0.0 (#59)7ab53c0chore!: update@comapeo/coreto v7 (#58)97b50cfRelease v7.0.0 (#57)73edae2chore: update dependencies and actions (#56)5978e80chore!: upgrade@comapeo/coreto v6 (#55)