Skip to content

chore(deps): bump notify from 7.0.0 to 8.2.0 in /shared-context#7

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/cargo/shared-context/notify-8.2.0
Mar 21, 2026
Merged

chore(deps): bump notify from 7.0.0 to 8.2.0 in /shared-context#7
hyperpolymath merged 2 commits into
mainfrom
dependabot/cargo/shared-context/notify-8.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 21, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps notify from 7.0.0 to 8.2.0.

Release notes

Sourced from notify's releases.

notify-8.2.0

notify 8.2.0 (2025-08-03)

  • FEATURE: notify user if inotify's max_user_watches has been reached #698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #700

#698: notify-rs/notify#698 #700: notify-rs/notify#700

debouncer-full 0.6.0 (2025-08-03)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #664
  • FEATURE: added support for the flume crate #680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #701

#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701

debouncer-mini 0.7.0 (2025-08-03)

  • FEATURE: added support for the flume crate #680

file-id 0.2.3 (2025-08-03)

  • CHANGE: implement AsRef<FileId> for FileId #664

Full Changelog: notify-rs/notify@notify-8.1.0...notify-8.2.0

notify v8.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from notify's changelog.

notify 8.2.0 (2025-08-03)

  • FEATURE: notify user if inotify's max_user_watches has been reached #698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #700

#698: notify-rs/notify#698 #700: notify-rs/notify#700

debouncer-full 0.6.0 (2025-08-03)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #664
  • FEATURE: added support for the flume crate #680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #701

#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701

debouncer-mini 0.7.0 (2025-08-03)

  • FEATURE: added support for the flume crate #680

file-id 0.2.3 (2025-08-03)

  • CHANGE: implement AsRef<FileId> for FileId #664

notify 8.1.0 (2025-07-03)

  • FEATURE: added support for the flume crate
  • FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683
  • FIX: Return the crate error PathNotFound instead bubbling up the std::io error #685
  • FIX: fix server hangs when trashing folders on Windows #674

notify 8.0.0 (2025-01-10)

  • CHANGE: update notify-types to version 2.0.0
  • CHANGE: raise MSRV to 1.77 breaking
  • FEATURE: add config option to disable following symbolic links #635
  • FIX: unaligned access to FILE_NOTIFY_INFORMATION #647 breaking

#635: notify-rs/notify#635 #647: notify-rs/notify#647

notify-types 2.0.0 (2025-01-10)

  • CHANGE: replace instant crate with web-time #652 breaking
  • CHANGE: the web-time dependency is now behind the web-time feature breaking

#652: notify-rs/notify#652

debouncer-mini 0.6.0 (2025-01-10)

  • CHANGE: update notify to version 8.0.0

debouncer-full 0.5.0 (2025-01-10)

... (truncated)

Commits
  • a1d7c2d Prepare release (#706)
  • c685ea7 Skip all Modify events right after a Create event, unless it's a rename e...
  • e36d54e fix: INotifyWatcher may raise events with no paths (#700)
  • 394ef18 feat(inotify): notify a user if the max_user_watches has been reached impli...
  • 04473de chore: Prepare 8.1.0 release (#697)
  • 12a026d fix: make PathsMut::commit consuming (#695)
  • d824023 feat: introduce Watcher::paths_mut for adding/removing paths in batch (#692)
  • b984134 Do not clone paths while walking dirs (#693)
  • 416ba82 chore: Use MSRV for Clippy and rustfmt (#694)
  • 10ce3ef Update windows-sys to v0.60 (#691)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [notify](https://github.com/notify-rs/notify) from 7.0.0 to 8.2.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-7.0.0...notify-8.2.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner March 21, 2026 12:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
hyperpolymath
hyperpolymath previously approved these changes Mar 21, 2026
@hyperpolymath hyperpolymath merged commit dc92051 into main Mar 21, 2026
13 of 15 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/shared-context/notify-8.2.0 branch March 21, 2026 12:55
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
hyperpolymath added a commit that referenced this pull request May 19, 2026
…, SPDX-only) (#169)

Not a relicence; owner-sanctioned standards LICENCE-POLICY A8(1);
Refs LICENCE-DEBT-LEDGER-2026-05-18.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request Jun 20, 2026
Follow-ups after the sustainabot→oikosbot extraction (#297). Companion
PR: **hyperpolymath/oikosbot** branch `claude/determined-cerf-s4zaob`.

## Matter 1 — Repo Integrity Guard
When #297 deleted the 98 vendored files, the guard fired and the PR was
merged via override. Root cause (besides not knowing the marker): the
guard's own comment promises `[mass-delete-ok]` works in "a commit
message **or the PR title/body**", but the code only grepped commit
messages.

- **Implement the documented PR-title/body escape hatch** (via `env:` +
`grep -F`, injection-safe — untrusted PR text is never `eval`'d).
Accidental stale-base gut-merges are still blocked; only
explicitly-marked intentional removals pass. **The guard is not
weakened** — threshold and critical-file checks are unchanged.
- **CLAUDE.md invariant #7** documents the tripwire + marker convention
so future cleanups are marked, not force-merged.

## Matter 2b — fix rhodibot's broken sibling link
`bots/rhodibot/README.adoc` linked the non-existent
`hyperpolymath/sustainabot` repo. Repointed to the in-repo slot
`bots/sustainabot/` and clarified it's the **reserved fleet slot, not**
the standalone OikosBot (avoids re-creating the conflation).

## Matter 2c (fleet side) — distinct identity for OikosBot
- Add **`BotId::Oikosbot`** to `shared-context` so the optional
`oikosbot-fleet` bridge can publish under its own identity instead of
borrowing `BotId::Sustainabot`. Modelled on `Custom`: **deliberately
excluded from `BotId::all()`**, so the bot roster and coordinator
dispatch are unchanged — OikosBot is an *external publisher*, not a
managed roster bot. (`+22/−1` in `bot.rs`; **84 shared-context tests
pass**.)

### Notes
- `robot-repo-automaton` has a **pre-existing, unrelated** build error
in `src/detector.rs` (regex `is_match` wants `&str`, gets `&Vec<u8>`) —
present on `main` before this change, out of scope here.
- I deliberately avoided running `cargo fmt` (the crate has pre-existing
rustfmt drift); the diff is the minimal `bot.rs` change only.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_01RozeeLxpJsd3WWFngaZWz3

---
_Generated by [Claude
Code](https://claude.ai/code/session_01RozeeLxpJsd3WWFngaZWz3)_

Co-authored-by: Claude <noreply@anthropic.com>
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant