chore(deps): bump interprocess from 2.4.1 to 2.4.2#180
Open
dependabot[bot] wants to merge 5 commits into
Open
Conversation
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Full CI must passWonderful, this rule succeeded.All CI checks must pass. Activates for non-bot authors, or dependabot when files exist outside .github/workflows/.
🟢 Do not merge outdated PRsWonderful, this rule succeeded.Make sure PRs are within 3 commits of the base branch before merging
|
…ing docs (#179) ## Summary Pre-release documentation hygiene pass. Removes user-facing docs that describe features users can't actually use yet (the product hasn't shipped a v1.0.0 release) and scrubs paid-tier specifics that violate AGENTS.md's open-core hygiene rules. Follows the eight-phase workflow documented at `docs/solutions/workflow-issues/open-core-hygiene-confluence-migration-2026-04-18.md`. Equivalent commercial-tier and user-facing content is preserved in Confluence space ES (verified per file before deletion). ## Commits 1. `547b47f` — **Remove aspirational user-facing docs** (install/deployment/operator/API/CLI). 11 markdown files deleted under `docs/src/{deployment,user-guides,api-reference}/` plus orphaned `docs/src/cli-reference.md`. SUMMARY.md / introduction.md / getting-started.md / project-overview.md updated to drop or rewrite dangling links. 2. `928ea19` — **Scrub paid-tier specifics from steering and spec docs.** Deletes `.kiro/steering/product.md` (pure paid-tier overview), `spec/structure.md`, `spec/tech.md` (older duplicates of the steering versions). Edits `.kiro/steering/structure.md` and `.kiro/steering/tech.md` to drop phantom `security-center/` directory, Free/Business/Enterprise tier enumeration, Business/Enterprise DB tables, and the Kernel Monitoring (Enterprise Tier) and Enterprise Security Features subsections — replaced with single boundary-acknowledgement footnotes. 3. `f8104b8` — **Remove Enterprise Tier subsection from root SECURITY.md.** Reframed as "Planned Hardening (Community Tier)" with only items actually planned for the OSS tier; added a single boundary footnote for fleet-level mTLS. 4. `52d59f4` — **Trim residual paid-tier mentions** in `project-overview.md` (Organizational Context tier mapping; Cross-Platform Support entries that mislabeled OSS sysinfo collection as Enterprise tier) and `security_design_overview.md` (SC-36 Distributed Processing federated-SC implementation note). ## Verification - Final grep sweep confirms all remaining "tier" mentions in tracked OSS docs are boundary footnotes (the preferred pattern from the hygiene workflow), not paid-tier feature claims. - All deleted user-facing docs have equivalents in Confluence ES (Installation 1802370, Docker 1802371, Kubernetes 1802372, Configuration 1802373/1802375, Core API 1802366, CLI 1802368, Feature Tiers 1802352, Business Tier 1802362, Enterprise Tier 1802363, Architecture Overview 1802349, Security Design Overview 1802346/1802364). - The canonical PRD covering all tiers is the new Confluence page 11599874. ## Test plan - [ ] CI passes (linter / mdformat / pre-commit hooks all green locally) - [ ] `mdbook build` (if relevant CI step exists) succeeds with the trimmed SUMMARY.md - [ ] Reviewer manually verifies no surviving paid-tier feature *claims* (boundary footnotes are intentional) - [ ] Reviewer confirms deleted docs have Confluence equivalents ## AI Disclosure Used Claude Code (Claude Opus 4.7 (1M Context)) to inventory pollution, plan the four-commit structure, perform surgical edits, and verify each phase. All file changes reviewed before commit. Confluence verification was done by parallel agents reading source-of-truth pages. --------- Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io> Co-authored-by: dosubot[bot] <131922026+dosubot[bot]@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Hey there! 👋 We've noticed that your Mergify configuration is using some deprecated fields. No worries—we've got your back! This automated PR updates your config to align with the newest standards, ensuring everything keeps running smoothly. Do not procrastinate! You **must upgrade** your configuration before **2026-07-16**, otherwise your configuration will stop working. ## What's Changed? - `queue_rules → autoqueue`: `autoqueue` in `queue_rules` is deprecated. Use `auto_merge_conditions` in `merge_protections_settings` instead. (deadline: 2026-07-16) ## Why This Matters Keeping your configuration up-to-date means you'll benefit from the latest features and improvements Mergify has to offer. Plus, it helps prevent any unexpected hiccups down the road. ## Got Questions? We've Got Answers! 🙌 **Is this update safe to merge?** Absolutely! We've made sure the changes are compatible with your current setup. Your workflows should continue to work just as before—if not better! **Do I need to do anything special after merging?** Nope! Just merge this PR, and you're all set. If you have any custom configurations, it's a good idea to give them a quick look to ensure everything's in order. **What if I run into issues or have concerns?** We're here to help! Feel free to [reach out to our support team](mailto:support@mergify.com) anytime. Thanks for being awesome and keeping your configuration up-to-date! If you have any thoughts or need a hand, don't hesitate to let us know. Happy merging! 🎉 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Member
|
@dependabot recreate |
Bumps [interprocess](https://github.com/kotauskas/interprocess) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/kotauskas/interprocess/releases) - [Commits](kotauskas/interprocess@2.4.1...2.4.2) --- updated-dependencies: - dependency-name: interprocess dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4539079 to
88c50f0
Compare
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.185 to 0.2.186. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.186</h2> <h3>Added</h3> <ul> <li>Apple: Add <code>KEVENT_FLAG_*</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5070">#5070</a>)</li> <li>Linux: Add <code>PR_SET_MEMORY_MERGE</code> and <code>PR_GET_MEMORY_MERGE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5060">#5060</a>)</li> </ul> <h3>Changed</h3> <ul> <li>CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (<a href="https://redirect.github.com/rust-lang/libc/pull/5058">#5058</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.185...0.2.186">0.2.186</a> - 2026-04-24</h2> <h3>Added</h3> <ul> <li>Apple: Add <code>KEVENT_FLAG_*</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5070">#5070</a>)</li> <li>Linux: Add <code>PR_SET_MEMORY_MERGE</code> and <code>PR_GET_MEMORY_MERGE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5060">#5060</a>)</li> </ul> <h3>Changed</h3> <ul> <li>CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (<a href="https://redirect.github.com/rust-lang/libc/pull/5058">#5058</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/42620ffc4109dc32e02f1cae9e63a3f4311b4b71"><code>42620ff</code></a> [0.2] libc: Release 0.2.186</li> <li><a href="https://github.com/rust-lang/libc/commit/9db2eaaaaea60e0b048785e41ca4eb9c50d30ad5"><code>9db2eaa</code></a> apple: add KEVENT_FLAG_* constants</li> <li><a href="https://github.com/rust-lang/libc/commit/38409392ffb50288aa84e94b75fc37bd565fd5bc"><code>3840939</code></a> Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux</li> <li><a href="https://github.com/rust-lang/libc/commit/f697deb9440a8f916ec2fb95bef9e06fc847b6f7"><code>f697deb</code></a> chore: migrate from Cirrus CI to GHA</li> <li>See full diff in <a href="https://github.com/rust-lang/libc/compare/0.2.185...0.2.186">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The merge-base changed after approval.
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 interprocess from 2.4.1 to 2.4.2.
Release notes
Sourced from interprocess's releases.
Commits
ecb9dafchore: remove some dead coded3dead4chore: bump version621ce95fix: interior-mutableCompletionResult1544f04chore: removeUnwindBomb155e17ffix: remove fragile timeout support inexsync_opd04abc4fix: wait for cancellation inexsync_op