Skip to content

fix(tauri): sync version for Tauri plugins - #2316

Closed
definfo wants to merge 2 commits into
farion1231:mainfrom
definfo:fix-tauri-plugin-version
Closed

fix(tauri): sync version for Tauri plugins#2316
definfo wants to merge 2 commits into
farion1231:mainfrom
definfo:fix-tauri-plugin-version

Conversation

@definfo

@definfo definfo commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Summary / 概述

Add scripts/sync-tauri-plugin-versions.mjs to detect and fix Tauri plugin version constraints in package.json and src-tauri/Cargo.toml, according to tauri-apps/tauri#13993.

Related Issue / 关联 Issue

Fixes #1944

Screenshots / 截图

Before / 修改前 After / 修改后

Checklist / 检查清单

  • pnpm typecheck passes / 通过 TypeScript 类型检查
  • pnpm format:check passes / 通过代码格式检查
  • cargo clippy passes (if Rust code changed) / 通过 Clippy 检查(如修改了 Rust 代码)
  • Updated i18n files if user-facing text changed / 如修改了用户可见文本,已更新国际化文件

Copy link
Copy Markdown
Owner

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9942756322

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/sync-tauri-plugin-versions.mjs Outdated
@definfo
definfo force-pushed the fix-tauri-plugin-version branch from 9942756 to dc739fd Compare April 30, 2026 11:42
definfo added 2 commits May 6, 2026 08:29
Add scripts/sync-tauri-plugin-versions.mjs to detect Tauri plugin
version constraints through `pnpm run dev:sync-tauri-plugins`.
@definfo
definfo force-pushed the fix-tauri-plugin-version branch from dc739fd to 5c0c894 Compare May 6, 2026 00:31
@definfo definfo closed this Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error Found version mismatched Tauri packages

2 participants