mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1315] [CLOSED] chore(deps): bump thiserror from 2.0.11 to 2.0.12 #1318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1315
Author: @dependabot[bot]
Created: 3/3/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/thiserror-2.0.12📝 Commits (10+)
01a8320build(cargo): add custom build profilesf7c9712feat(wm): add tiling and floating ws layersba1ef22fix(wm): take layer into account on ws restore0f59820fix(wm): hide/restore floating windows on monocle toggle47f4f47feat(wm): add padding per monitorfc0da2crefactor(bar): add extend_enum! macroc37a0aafix(wm): properly load monitor on first connectc25750bfix(bar): apply work area offset on monitor reconnectd351e91fix(wm): prevent floating focus change event infinite loops0289b02chore(just): add wpm target📊 Changes
33 files changed (+1880 additions, -705 deletions)
View changed files
📝
Cargo.lock(+150 -224)📝
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 thiserror from 2.0.11 to 2.0.12.
Release notes
Sourced from thiserror's releases.
Commits
95a5126Release 2.0.1276490f7Merge pull request #413 from dtolnay/elidablelifetime9f27b76Ignore elidable_lifetime_names pedantic clippy lintdaf2a6fResolve some elidable_lifetime_names pedantic clippy lint5f07160Point standard library links to stable6706a51Convert html links to intra-doc links2706873More precise gitignore patterns70bc20dRemove **/*.rs.bk from project-specific gitignoreDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.