Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Type Update Change
notify-debouncer-full dependencies minor 0.3 -> 0.4

Release Notes

notify-rs/notify (notify-debouncer-full)

v0.4.0

  • CHANGE: update notify to version 7.0.0

  • CHANGE: manage root folder paths for the file ID cache automatically #​557 breaking

    debouncer.watcher().watch(path, RecursiveMode::Recursive)?;
    debouncer.cache().add_root(path, RecursiveMode::Recursive);

    becomes:

    debouncer.watch(path, RecursiveMode::Recursive)?;
  • CHANGE: add RecommendedCache, which automatically enables the file ID cache on Windows and MacOS
    and disables it on Linux, where it is not needed #​557


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 is behind base branch, 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 requested a review from a team as a code owner November 4, 2024 14:01
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2024

Package Changes Through 73c5c2e

There are 5 changes which include sql-js with patch, clipboard-manager with patch, sql with patch, fs-js with patch, log-plugin with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.4 2.0.5
api-example-js 2.0.1 2.0.2
clipboard-manager 2.0.1 2.0.2
fs-js 2.0.1 2.0.2
log-plugin 2.0.1 2.0.2
sql 2.0.1 2.0.2
sql-js 2.0.0 2.0.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot changed the title fix(deps): update rust crate notify-debouncer-full to 0.4 (v2) fix(deps): update rust crate notify-debouncer-full to 0.4 (v2) - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/v2-notify-debouncer-full-0.x branch November 4, 2024 14:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant