chore(deps): bump tauri-plugin-shell from 2.2.0 to 2.2.1 in /desktop/src-tauri in the cargo group across 1 directory - #570
Conversation
Bumps the cargo group with 1 update in the /desktop/src-tauri directory: [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace). Updates `tauri-plugin-shell` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](tauri-apps/plugins-workspace@os-v2.2.0...os-v2.2.1) --- updated-dependencies: - dependency-name: tauri-plugin-shell dependency-version: 2.2.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository: luvs01/opencodex/.coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Deterministic PR hygiene checks passed. |
⏳ DRAFT
What to do
Review readiness checklist
0/4 boxes ticked. This PR stays in draft until every box above is ticked. |
…ling tool_calls suite lidge-jun#5334 made foldDeveloperRoleToSystem tri-state: absent folds the developer role to system on the wire, false records a destination known to accept it. The other ordering suites were updated to declare their destination; this one was missed, so its barrier-placement assertions read role "system" where they expect "developer". These cases are about where the barrier lands relative to repaired tool calls, not which role carries it, so declare foldDeveloperRoleToSystem: false on the shared provider fixture. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…-document suite lidge-jun#5334 made foldDeveloperRoleToSystem tri-state: absent folds the developer role to system on the wire, false records a destination known to accept it. The inline-document bytes suite was missed, so its 'keeps its role' assertion read role "system" where it expects "developer". These cases are about the document reaching the wire intact, not which role carries it, so declare foldDeveloperRoleToSystem: false on the shared provider fixture. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
|
@dependabot rebase |
|
Sorry, only users with push access can use that command. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
|
Closing evidence (retroactive): superseded by #605, which carries the same tauri-plugin-shell 2.2.1 bump (CVE-2025-31477) and remains open. This dependabot PR was closed without a comment; recording the reason per the evidenced-close rule. |
Bumps the cargo group with 1 update in the /desktop/src-tauri directory: tauri-plugin-shell.
Updates
tauri-plugin-shellfrom 2.2.0 to 2.2.1Commits
b40a02cpublish new versions (#2477)a1b3fa2fix: Re-export api structs (#2515)e54cfcbfix(updater): should belog::debugnotprintln(#2514)22ba197chore(deps): update eslint monorepo to v9.22.0 (#2508)77520a3chore(deps): update dependency rollup to v4.35.0 (#2511)dbc5fe1chore(deps): update dependency eslint-config-prettier to v10.1.1 (#2503)faefcc9feat(updater): addconfigure_clienttoUpdaterBuilder(#2430)ac60d58feat(updater): improve tracing and error logging (#2513)cb38f54HTTP add stream support (#2479)d37bbdefix(clipboard-manager): Wayland support (#2507)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Review readiness checklist
This PR stays in draft until every box below is ticked. Tick all four boxes once the requirements are met:
All CI tests are green on my local testing.
I pushed my PR to the latest dev commit.
I resolved all correct Codex and CodeRabbit findings.
My PR is ready for review.