chore(deps-dev): bump @tauri-apps/cli from 2.10.0 to 2.10.1 in the tauri group#343
Open
dependabot[bot] wants to merge 2188 commits intonextfrom
Open
chore(deps-dev): bump @tauri-apps/cli from 2.10.0 to 2.10.1 in the tauri group#343dependabot[bot] wants to merge 2188 commits intonextfrom
dependabot[bot] wants to merge 2188 commits intonextfrom
Conversation
Tauri does not use Microsoft Edge on MacOS, Linux or any other platform.
Tauri does not use Microsoft Edge on MacOS, Linux or any other platform.
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.7) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.7) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- New Tauri command: install_cli — copies CLI wrapper to /usr/local/bin/xplorer - Uses osascript for admin privileges on macOS - CLI wrapper delegates to Node.js xplorer.mjs for login/publish/extensions - Falls back to opening folders via open -a Xplorer for simple usage - Bundle CLI script as a resource in the app
- macOS: /usr/local/bin/xplorer (osascript for admin) - Windows: %LOCALAPPDATA%\Xplorer\xplorer.cmd + adds to user PATH via registry - Linux: /usr/local/bin/xplorer (pkexec for admin) - Each platform has appropriate app path detection
No separate "install CLI" step needed. On macOS/Linux, the app automatically creates /usr/local/bin/xplorer on first launch if it doesn't exist. Points to the bundled xplorer.mjs in Resources.
- New API: POST /api/user/token — generates signed CLI token - New API: GET /api/user/token — verifies token and returns user info - New page: /dashboard/settings — generate + copy CLI token - Updated CLI login to point to /dashboard/settings
CLI publish now asks for all details interactively (name, description, version, categories, icon, license, pricing, repo/homepage URLs). Includes .sig and README.md in the package zip. Web /publish page replaced with "Publish via CLI" instructions. Web /pricing page replaced with "Coming Soon" + GitHub sponsor link.
…are) /api/user/* is protected by NextAuth middleware which redirects to login. Moved token endpoint to /api/cli which handles its own auth via Bearer token.
- Generated unique SVG icon for each extension (64x64, dark-theme friendly) - CLI publish: checks published version, suggests patch/minor/major bump - CLI publish: reads icon.svg from extension directory (no more lucide names) - CLI publish: updates package.json version automatically on bump
…r publish - Add cliToken field to User model (hashed, unique) - POST /api/cli generates token, stores hash in DB - GET /api/cli verifies token from DB - DELETE /api/cli revokes token - Settings page: generate, copy, regenerate, revoke buttons - Publish API: accepts CLI Bearer token (not just web session)
…pe, category slugs)
…ones Removed extensions that duplicate built-in features: - compare-files, file-comparison (built-in FileComparisonPage) - markdown-preview (built-in MarkdownPreview) - compress, extract (built-in CompressDialog/ExtractDialog) - bulk-rename (built-in BulkRenameDialog) - file-properties (built-in PropertiesPanel) - file-tags (built-in FileTagsDialog) - notes (built-in NotesPanel) - duplicate-finder (built-in DuplicateFinderPanel) - recommendations (built-in RecommendationsPanel) - storage-analytics (built-in PerformanceDashboard) - open-with (built-in OpenWithDialog) - file-organizer (built-in PerformanceDashboard organizer) - ai-chat (built-in ChatPanel is superior) - image-gallery (built-in GalleryView) - audio-waveform (built-in AudioPreview has waveforms) 25 unique extensions remain: themes, integrations, editors, tools, panels.
- activate_extension now uses force_trust:true (user chose to activate) - Removed xplorer-markdown-preview from bundled data/extensions (redundant with built-in MarkdownPreview.tsx)
Theme.register() in the SDK used a factory pattern that didn't include a manifest, preventing the extension host from properly activating themes. Switched to the direct object pattern (matching Sidebar.register) and added a fallback in activateExtension() that directly registers themes in the theme registry. Also filter archived extensions from dashboard and individual extension pages.
- Enable native plugin loading (was disabled pending code signing, now implemented) - Fix Object.getPrototypeOf sandbox override that broke esbuild module interop in complex extensions (SSH, code editor, etc.) - Move shortcuts.json to app data dir to prevent Cargo rebuild loop - Ignore packages/extensions/ in Vite watcher to prevent HMR loop - Fix SSH plugin ID to match extension manifest ID (xplorer-ssh)
Bumps the tauri group with 1 update: [@tauri-apps/cli](https://github.com/tauri-apps/tauri). Updates `@tauri-apps/cli` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.10.0...@tauri-apps/cli-v2.10.1) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tauri ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Bumps the tauri group with 1 update: @tauri-apps/cli.
Updates
@tauri-apps/clifrom 2.10.0 to 2.10.1Release notes
Sourced from
@tauri-apps/cli's releases.Commits
9b17a7afix(ci): bump rustsec/audit-check to v2 and ignore time audit (#15030)d868279apply version updates (#14897)3a65cc6fix(test): disableresolve_resource_diron Android (#15026)52cf195refactor(cli): reduce some nesting code (#14844)c3cbff3fix: resource path handles./path differently (#14662)33754aefix(cli): unusable empty password private keys (#15022)3935deeAdd AI tool policy to contributing guide (#15002)33932a7chore(deps-dev): bump svelte from 5.51.5 to 5.53.5 (#15015)7d3c759chore(deps): update dependency rollup to v4.59.0 (#15001)f20256bchore: fix clippy warnings (#14999)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 conditions