Skip to content

chore(deps)(deps): bump @tauri-apps/api from 1.6.0 to 2.10.1 in /desktop#764

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/desktop/tauri-apps/api-2.10.1
Closed

chore(deps)(deps): bump @tauri-apps/api from 1.6.0 to 2.10.1 in /desktop#764
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/desktop/tauri-apps/api-2.10.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps @tauri-apps/api from 1.6.0 to 2.10.1.

Release notes

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

@​tauri-apps/api v2.10.1

No known vulnerabilities found

[2.10.1]

Bug Fixes

  • Re-release of 2.10.0 with working assets.
> @tauri-apps/api@2.10.1 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@​2.10.1 build /home/runner/work/tauri/tauri/packages/api > rollup -c --configPlugin typescript

�[36m �[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m �[32mcreated �[1m./dist, ./dist�[22m in �[1m1.2s�[22m�[39m �[36m �[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m �[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.4s�[22m�[39m npm verbose cli /opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/npm npm info using npm@11.6.2 npm info using node@v24.13.0 npm silly config load:file:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/npmrc npm warn Unknown cli config "--git-checks". This will stop working in the next major version of npm. npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm. npm silly config load:file:/tmp/adc7feab38a65aed96fd8b952564b859/.npmrc npm silly config load:file:/home/runner/.npmrc npm silly config load:file:/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc npm verbose title npm publish tauri-apps-api-2.10.1.tgz npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.10.1.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks" npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2026-02-03T00_17_22_204Z- npm verbose logfile /home/runner/.npm/_logs/2026-02-03T00_17_22_204Z-debug-0.log npm silly logfile done cleaning log files npm verbose publish [ 'tauri-apps-api-2.10.1.tgz' ] npm http cache file:/tmp/adc7feab38a65aed96fd8b952564b859/tauri-apps-api-2.10.1.tgz 0ms (cache hit) </tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tauri-apps/api since your current version.


@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 7, 2026

Labels

The following labels could not be found: frontend, nodejs. Please create them before Dependabot can add them to a pull request.

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

Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.6.0 to 2.10.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.6...@tauri-apps/api-v2.10.1)

---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/desktop/tauri-apps/api-2.10.1 branch from c6f3468 to 955652d Compare April 7, 2026 13:55
@AlexMikhalev
Copy link
Copy Markdown
Contributor

Closing this Dependabot PR. The Tauri v2 API migration is desktop-only scope and requires dedicated import path migration across ~20 Svelte components. Will be tracked as a separate desktop-focused task.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 7, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/desktop/tauri-apps/api-2.10.1 branch April 7, 2026 14:38
AlexMikhalev added a commit that referenced this pull request Apr 22, 2026
…able agents in context

- Fix AgentRunRecord construction: extract chain fields from active_agents
  via .get() instead of referencing non-existent local variable
- Add mention_parent_agent field to ManagedAgent, set at all 3 dispatch sites
- Pass available_agents in MentionContextArgs so spawned agents know who
  they can chain to
- Add 2 tests for available_agents in mention context output

Refs #763 Refs #764 Refs #144
AlexMikhalev added a commit that referenced this pull request Apr 22, 2026
…#832)

Adds inter-agent orchestration via mention chain tracking. Fixes #144. Closes #760, #761, #762, #763, #764, #765.
AlexMikhalev added a commit that referenced this pull request Apr 22, 2026
…#832)

Adds inter-agent orchestration via mention chain tracking. Fixes #144. Closes #760, #761, #762, #763, #764, #765.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant