chore: Update dependencies and improve installer and release workflows#55
Merged
Conversation
- Updated `tauri-build` from version 2 to 2.5.6 in Cargo.toml. - Updated `tauri` from version 2 to 2.10.1 in Cargo.toml. - Modified NSIS installer hooks to kill specific processes before installation. - Changed `beforeDevCommand` in tauri.conf.json from `npm run dev` to `vite`. - Simplified `beforeBuildCommand` in tauri.conf.json by removing the package-bridge step.
…and dependency alignment
…scriptions in tauri configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the bridge build and packaging process to use Node.js 22 and switches from the deprecated
pkgpackage to@yao-pkg/pkg, improving compatibility and maintainability. It also aligns the CI workflows for testing and releasing, updates dependencies, and makes minor naming adjustments.Build and Packaging Modernization:
pkg(Node 18) to@yao-pkg/pkg(Node 22), updating build scripts and targets inbridge/package.jsonand the release workflow for better compatibility and future-proofing. [1] [2] [3] [4] [5] [6]better-sqlite3) during packaging to ensure correct native bindings. [1] [2]CI Workflow Alignment and Improvements:
pnpmversion to 10 in both test and release workflows for consistency.pnpm/action-setupfrom v4 (nonexistent) to v2 and removed deprecated/incorrect flags.Dependency and Package Maintenance:
pkgdependency and added@yao-pkg/pkginbridge/package.jsonandpnpm-lock.yaml. [1] [2] [3]pnpm-lock.yamlby removing unused dependencies and updating lockfile entries to reflect the new packaging tool. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Minor Naming and Clarity Fixes:
db-visualizer-bridgetorelwave-bridgeinbridge/package.json.