Skip to content

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
mainfrom
dependabot/npm_and_yarn/backend/comapeo/ipc-9.0.0
Closed

chore(deps): bump @comapeo/ipc from 9.0.0-pre.2 to 9.0.0 in /backend#185
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/backend/comapeo/ipc-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @comapeo/ipc from 9.0.0-pre.2 to 9.0.0.

Release notes

Sourced from @​comapeo/ipc's releases.

v9.0.0

What's Changed

Full Changelog: digidem/comapeo-ipc@v8.0.0...v9.0.0

Changelog

Sourced from @​comapeo/ipc's changelog.

Changelog

No longer maintained. Release notes now live in GitHub Releases. This file is kept for historical entries only.

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2024-10-22)

2.0.1 (2024-10-22)

2.0.0 (2024-10-15)

⚠ BREAKING CHANGES

  • update to @comapeo/core@2.0.0 (#21)

  • update to @comapeo/core@2.0.0 (#21) (f593914)

1.0.1 (2024-09-19)

Bug Fixes

1.0.0 (2024-09-17)

⚠ BREAKING CHANGES

  • update to @comapeo/core@1 (#19)

  • update to @comapeo/core@1 (#19) (a8343c6)

0.16.1 (2024-09-16)

0.16.0 (2024-09-16)

⚠ BREAKING CHANGES

  • update to @​mapeo/core@​9.0.0-alpha.24
  • rename to @comapeo/ipc (#16)

Features

0.15.0 (2024-09-03)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Dependency update (changelog) javascript Pull requests that update javascript code labels Jun 29, 2026
@socket-security

socket-security Bot commented Jun 29, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​comapeo/​ipc@​9.0.07610010096100

View full report

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
dependabot Bot force-pushed the dependabot/npm_and_yarn/backend/comapeo/ipc-9.0.0 branch from f590a5a to d35c233 Compare June 29, 2026 19:45
@gmaclennan gmaclennan added the safe-to-test Maintainer-approved: run the BrowserStack e2e on this external/Dependabot PR label Jun 30, 2026
@gmaclennan
gmaclennan enabled auto-merge June 30, 2026 09:22
@gmaclennan
gmaclennan disabled auto-merge June 30, 2026 09:23
@gmaclennan gmaclennan closed this Jun 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/backend/comapeo/ipc-9.0.0 branch June 30, 2026 09:23
@github-actions github-actions Bot removed the safe-to-test Maintainer-approved: run the BrowserStack e2e on this external/Dependabot PR label Jun 30, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update (changelog) javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant