[PR #1316] [CLOSED] chore(deps): bump bitflags from 2.8.0 to 2.9.0 #1319

Closed
opened 2026-01-05 14:54:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1316
Author: @dependabot[bot]
Created: 3/3/2025
Status: Closed

Base: masterHead: dependabot/cargo/bitflags-2.9.0


📝 Commits (10+)

  • 01a8320 build(cargo): add custom build profiles
  • f7c9712 feat(wm): add tiling and floating ws layers
  • ba1ef22 fix(wm): take layer into account on ws restore
  • 0f59820 fix(wm): hide/restore floating windows on monocle toggle
  • 47f4f47 feat(wm): add padding per monitor
  • fc0da2c refactor(bar): add extend_enum! macro
  • c37a0aa fix(wm): properly load monitor on first connect
  • c25750b fix(bar): apply work area offset on monitor reconnect
  • d351e91 fix(wm): prevent floating focus change event infinite loops
  • 0289b02 chore(just): add wpm target

📊 Changes

33 files changed (+1915 additions, -740 deletions)

View changed files

📝 Cargo.lock (+185 -259)
📝 Cargo.toml (+18 -4)
📝 README.md (+1 -1)
docs/cli/toggle-workspace-layer.md (+12 -0)
📝 justfile (+13 -1)
📝 komorebi-bar/Cargo.toml (+1 -1)
📝 komorebi-bar/src/bar.rs (+53 -52)
📝 komorebi-bar/src/config.rs (+96 -0)
📝 komorebi-bar/src/komorebi.rs (+220 -42)
📝 komorebi-bar/src/komorebi_layout.rs (+19 -10)
📝 komorebi-bar/src/render.rs (+63 -48)
📝 komorebi-bar/src/selected_frame.rs (+22 -12)
📝 komorebi-bar/src/time.rs (+14 -8)
📝 komorebi-client/src/lib.rs (+2 -0)
📝 komorebi-themes/Cargo.toml (+3 -3)
📝 komorebi/Cargo.toml (+1 -1)
📝 komorebi/src/border_manager/border.rs (+0 -2)
📝 komorebi/src/border_manager/mod.rs (+188 -82)
📝 komorebi/src/core/mod.rs (+1 -0)
📝 komorebi/src/monitor.rs (+60 -7)

...and 13 more files

📄 Description

Bumps bitflags from 2.8.0 to 2.9.0.

Release notes

Sourced from bitflags's releases.

2.9.0

What's Changed

Full Changelog: https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0

Changelog

Sourced from bitflags's changelog.

2.9.0

What's Changed

Full Changelog: https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0

Commits
  • e197bf5 Merge pull request #439 from KodrAus/cargo/2.9.0
  • 8df6e80 prepare for 2.9.0 release
  • e92f0ae Merge pull request #438 from KodrAus/fix/ui-tests
  • 226ff75 fix up UI tests
  • 2170a26 Merge pull request #437 from wysiwys/wysiwys/add-clear-method
  • 76dde58 add tests for clear() trait method
  • ce5d420 add clear() method to trait
  • 9e45d36 Merge pull request #434 from bitflags/KodrAus-patch-1
  • 617645a pin checkout action for miri job
  • 2c836f2 Merge pull request #433 from bitflags/ci/remove-scorecard
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1316 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/bitflags-2.9.0` --- ### 📝 Commits (10+) - [`01a8320`](https://github.com/LGUG2Z/komorebi/commit/01a832027dad8c104704f4ff868d8afdb7a726ce) build(cargo): add custom build profiles - [`f7c9712`](https://github.com/LGUG2Z/komorebi/commit/f7c97127066f4d1e831807e0cc3f6736b6f5b858) feat(wm): add tiling and floating ws layers - [`ba1ef22`](https://github.com/LGUG2Z/komorebi/commit/ba1ef22204b3f84aab943ceac768424a7519d306) fix(wm): take layer into account on ws restore - [`0f59820`](https://github.com/LGUG2Z/komorebi/commit/0f598204199ea7d88ce09c5cae8e3f3e67b53fa6) fix(wm): hide/restore floating windows on monocle toggle - [`47f4f47`](https://github.com/LGUG2Z/komorebi/commit/47f4f47d3f8bf60638326c85b1b5c34c637ba591) feat(wm): add padding per monitor - [`fc0da2c`](https://github.com/LGUG2Z/komorebi/commit/fc0da2c1d33e72a63f04f2d75e99d0fc8a134250) refactor(bar): add extend_enum! macro - [`c37a0aa`](https://github.com/LGUG2Z/komorebi/commit/c37a0aa8a65894fb99567b4ae2d195053ff195c4) fix(wm): properly load monitor on first connect - [`c25750b`](https://github.com/LGUG2Z/komorebi/commit/c25750b691ca992a6e841bbbcfc7bf72acd21139) fix(bar): apply work area offset on monitor reconnect - [`d351e91`](https://github.com/LGUG2Z/komorebi/commit/d351e910e5b84d9f264ca311853cac0eba972ab9) fix(wm): prevent floating focus change event infinite loops - [`0289b02`](https://github.com/LGUG2Z/komorebi/commit/0289b02d971728e6af67f5d4e9eb3363f9971f2c) chore(just): add wpm target ### 📊 Changes **33 files changed** (+1915 additions, -740 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+185 -259) 📝 `Cargo.toml` (+18 -4) 📝 `README.md` (+1 -1) ➕ `docs/cli/toggle-workspace-layer.md` (+12 -0) 📝 `justfile` (+13 -1) 📝 `komorebi-bar/Cargo.toml` (+1 -1) 📝 `komorebi-bar/src/bar.rs` (+53 -52) 📝 `komorebi-bar/src/config.rs` (+96 -0) 📝 `komorebi-bar/src/komorebi.rs` (+220 -42) 📝 `komorebi-bar/src/komorebi_layout.rs` (+19 -10) 📝 `komorebi-bar/src/render.rs` (+63 -48) 📝 `komorebi-bar/src/selected_frame.rs` (+22 -12) 📝 `komorebi-bar/src/time.rs` (+14 -8) 📝 `komorebi-client/src/lib.rs` (+2 -0) 📝 `komorebi-themes/Cargo.toml` (+3 -3) 📝 `komorebi/Cargo.toml` (+1 -1) 📝 `komorebi/src/border_manager/border.rs` (+0 -2) 📝 `komorebi/src/border_manager/mod.rs` (+188 -82) 📝 `komorebi/src/core/mod.rs` (+1 -0) 📝 `komorebi/src/monitor.rs` (+60 -7) _...and 13 more files_ </details> ### 📄 Description Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p> <blockquote> <h2>2.9.0</h2> <h2>What's Changed</h2> <ul> <li><code>Flags</code> trait: add <code>clear(&amp;mut self)</code> method by <a href="https://github.com/wysiwys"><code>@​wysiwys</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/437">bitflags/bitflags#437</a></li> <li>Fix up UI tests by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/438">bitflags/bitflags#438</a></li> <li>Prepare for 2.9.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/439">bitflags/bitflags#439</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0">https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p> <blockquote> <h1>2.9.0</h1> <h2>What's Changed</h2> <ul> <li><code>Flags</code> trait: add <code>clear(&amp;mut self)</code> method by <a href="https://github.com/wysiwys"><code>@​wysiwys</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/437">bitflags/bitflags#437</a></li> <li>Fix up UI tests by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/438">bitflags/bitflags#438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0">https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitflags/bitflags/commit/e197bf50393d26a4a4373ec3b5835ab6768dacd9"><code>e197bf5</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/439">#439</a> from KodrAus/cargo/2.9.0</li> <li><a href="https://github.com/bitflags/bitflags/commit/8df6e80770221b93b1b568a4f29d7f6c833970ab"><code>8df6e80</code></a> prepare for 2.9.0 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/e92f0ae4b62cdaafa9e370fe65139ad119e89dbc"><code>e92f0ae</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/438">#438</a> from KodrAus/fix/ui-tests</li> <li><a href="https://github.com/bitflags/bitflags/commit/226ff75b994eb0c1e03ed40209afbc08cc04c75f"><code>226ff75</code></a> fix up UI tests</li> <li><a href="https://github.com/bitflags/bitflags/commit/2170a265588b0c22812a331af89334edeff95c88"><code>2170a26</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/437">#437</a> from wysiwys/wysiwys/add-clear-method</li> <li><a href="https://github.com/bitflags/bitflags/commit/76dde58498d349f9c49eecedb6246008df9f90ba"><code>76dde58</code></a> add tests for <code>clear()</code> trait method</li> <li><a href="https://github.com/bitflags/bitflags/commit/ce5d4207bb49ef07bb10f561157c3168e865fba8"><code>ce5d420</code></a> add <code>clear()</code> method to trait</li> <li><a href="https://github.com/bitflags/bitflags/commit/9e45d36e0a6770b2d395b28b6947eeafa49bd104"><code>9e45d36</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/434">#434</a> from bitflags/KodrAus-patch-1</li> <li><a href="https://github.com/bitflags/bitflags/commit/617645aa457ff5a28682d9d33175fed9b3835d2e"><code>617645a</code></a> pin checkout action for miri job</li> <li><a href="https://github.com/bitflags/bitflags/commit/2c836f230d499e201f2cf12865be6f8ef7e650b1"><code>2c836f2</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/433">#433</a> from bitflags/ci/remove-scorecard</li> <li>Additional commits viewable in <a href="https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitflags&package-manager=cargo&previous-version=2.8.0&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:52 +01:00
adam closed this issue 2026-01-05 14:54:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1319