Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump up Rust crate notify to v7 #8605

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2024

This PR contains the following updates:

Package Type Update Change
notify workspace.dependencies major 6 -> 7

Release Notes

notify-rs/notify (notify)

v7.0.0

Compare Source

  • CHANGE: raise MSRV to 1.72 #​569 #​610 breaking
  • CHANGE: move event type to notify-types crate #​559
  • CHANGE: flatten serialization of events and use camelCase #​558
  • CHANGE: remove internal use of crossbeam channels #​569 #​610
  • CHANGE: rename feature crossbeam to crossbeam-channel and disable it by default #​610 breaking
  • CHANGE: upgrade mio to 1.0 #​623
  • CHANGE: add log statements #​499
  • FIX: prevent UB with illegal instruction for the windows backend #​604 #​607
  • FIX: on Linux report deleted directories correctly #​545
  • FIX: on Linux report access open events #​612
  • FEATURE: enable kqueue on iOS #​533
  • MISC: various minor doc updates and fixes #​535 #​536 #​543 #​565 #​592 #​595
  • MISC: update inotify to 0.10 #​547

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
Copy link

graphite-app bot commented Oct 25, 2024

Your org has enabled the Graphite merge queue for merging into canary

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link

nx-cloud bot commented Oct 25, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 24d412d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.16%. Comparing base (829361a) to head (24d412d).
Report is 1 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #8605      +/-   ##
==========================================
- Coverage   70.17%   70.16%   -0.02%     
==========================================
  Files         536      536              
  Lines       33653    33653              
  Branches     3021     3021              
==========================================
- Hits        23617    23612       -5     
- Misses       9680     9686       +6     
+ Partials      356      355       -1     
Flag Coverage Δ
server-test 77.09% <ø> (ø)
unittest 45.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

graphite-app bot commented Oct 26, 2024

Merge activity

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [notify](https://github.com/notify-rs/notify) | workspace.dependencies | major | `6` -> `7` |

---

### Release Notes

<details>
<summary>notify-rs/notify (notify)</summary>

### [`v7.0.0`](https://github.com/notify-rs/notify/blob/HEAD/CHANGELOG.md#notify-700-2024-10-25)

[Compare Source](https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-7.0.0)

-   CHANGE: raise MSRV to 1.72 [#&#8203;569] [#&#8203;610] **breaking**
-   CHANGE: move event type to notify-types crate [#&#8203;559]
-   CHANGE: flatten serialization of events and use camelCase [#&#8203;558]
-   CHANGE: remove internal use of crossbeam channels [#&#8203;569] [#&#8203;610]
-   CHANGE: rename feature `crossbeam` to `crossbeam-channel` and disable it by default [#&#8203;610] **breaking**
-   CHANGE: upgrade mio to 1.0 [#&#8203;623]
-   CHANGE: add log statements [#&#8203;499]
-   FIX: prevent UB with illegal instruction for the windows backend [#&#8203;604] [#&#8203;607]
-   FIX: on Linux report deleted directories correctly [#&#8203;545]
-   FIX: on Linux report access open events [#&#8203;612]
-   FEATURE: enable kqueue on iOS [#&#8203;533]
-   MISC: various minor doc updates and fixes [#&#8203;535] [#&#8203;536] [#&#8203;543] [#&#8203;565] [#&#8203;592] [#&#8203;595]
-   MISC: update inotify to 0.10 [#&#8203;547]

[#&#8203;499]: https://github.com/notify-rs/notify/pull/499

[#&#8203;533]: https://github.com/notify-rs/notify/pull/533

[#&#8203;535]: https://github.com/notify-rs/notify/pull/535

[#&#8203;536]: https://github.com/notify-rs/notify/pull/536

[#&#8203;543]: https://github.com/notify-rs/notify/pull/543

[#&#8203;545]: https://github.com/notify-rs/notify/pull/545

[#&#8203;547]: https://github.com/notify-rs/notify/pull/547

[#&#8203;558]: https://github.com/notify-rs/notify/pull/558

[#&#8203;559]: https://github.com/notify-rs/notify/pull/559

[#&#8203;565]: https://github.com/notify-rs/notify/pull/565

[#&#8203;569]: https://github.com/notify-rs/notify/pull/569

[#&#8203;592]: https://github.com/notify-rs/notify/pull/592

[#&#8203;595]: https://github.com/notify-rs/notify/pull/595

[#&#8203;604]: https://github.com/notify-rs/notify/pull/604

[#&#8203;607]: https://github.com/notify-rs/notify/pull/607

[#&#8203;610]: https://github.com/notify-rs/notify/pull/610

[#&#8203;612]: https://github.com/notify-rs/notify/pull/612

[#&#8203;623]: https://github.com/notify-rs/notify/pull/623

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Copy link
Contributor Author

renovate bot commented Oct 26, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@graphite-app graphite-app bot merged commit 24d412d into canary Oct 26, 2024
40 checks passed
@graphite-app graphite-app bot deleted the renovate/notify-7.x branch October 26, 2024 12:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant