Skip to content

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
dependabot/npm_and_yarn/tauri-32340ebb2e
Open

chore(deps-dev): bump @tauri-apps/cli from 2.10.0 to 2.10.1 in the tauri group#343
dependabot[bot] wants to merge 2188 commits intonextfrom
dependabot/npm_and_yarn/tauri-32340ebb2e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the tauri group with 1 update: @tauri-apps/cli.

Updates @tauri-apps/cli from 2.10.0 to 2.10.1

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.10.1

[2.10.1]

Bug Fixes

What's Changed

Dependencies

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

deepsourcebot and others added 30 commits July 29, 2022 14:08
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
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>
kimlimjustin and others added 24 commits April 2, 2026 12:57
- 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)
…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]>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 2, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
xplorer Ready Ready Preview, Comment Apr 2, 2026 4:05pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants