Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@tauri-apps/api 2.7.0 -> 2.8.0 age confidence dependencies minor
@tauri-apps/cli 2.7.1 -> 2.8.4 age confidence devDependencies minor
tauri (source) 2.7.0 -> 2.8.5 age confidence dependencies minor
tauri-build (source) 2.3.1 -> 2.4.1 age confidence build-dependencies minor

Release Notes

tauri-apps/tauri (@​tauri-apps/api)

v2.8.0: @​tauri-apps/api v2.8.0

Compare Source

PNPM Audit

No known vulnerabilities found

[2.8.0]

New Features
Enhancements
  • 5ba1c3faa (#​13722 by @​s00d) Added icon (icon and nativeIcon) support for Submenu:

    • In the Rust API (tauri), you can now set an icon for submenus via the builder and dedicated methods.
    • In the JS/TS API (@tauri-apps/api), SubmenuOptions now has an icon field, and the Submenu class provides setIcon and setNativeIcon methods.
    • Usage examples are added to the documentation and demo app.

    This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.

PNPM Publish

> @​tauri-apps/[email protected] npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/[email protected] 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.7s�[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.9s�[22m�[39m
npm verbose cli /opt/hostedtoolcache/node/20.19.4/x64/bin/node /opt/hostedtoolcache/node/20.19.4/x64/bin/npm
npm info using [email protected]
npm info using [email protected]
npm silly config load:file:/opt/hostedtoolcache/node/20.19.4/x64/lib/node_modules/npm/npmrc
npm silly config load:file:/tmp/dae4d7dba587bf04d8f1d71cbc53f9eb/.npmrc
npm silly config load:file:/home/runner/work/_temp/.npmrc
npm silly config load:file:/opt/hostedtoolcache/node/20.19.4/x64/etc/npmrc
npm verbose title npm publish tauri-apps-api-2.8.0.tgz
npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.8.0.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks"
npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2025-08-18T19_17_41_565Z-
npm verbose logfile /home/runner/.npm/_logs/2025-08-18T19_17_41_565Z-debug-0.log
npm verbose publish [ 'tauri-apps-api-2.8.0.tgz' ]
npm silly logfile done cleaning log files
npm notice
npm notice 📦  @​tauri-apps/[email protected]
npm notice Tarball Contents
npm notice 95.6kB CHANGELOG.md
npm notice 10.2kB LICENSE_APACHE-2.0
npm notice 1.1kB LICENSE_MIT
npm notice 3.5kB README.md
npm notice 5.1kB app.cjs
npm notice 4.3kB app.d.ts
npm notice 4.7kB app.js
npm notice 10.8kB core.cjs
npm notice 6.5kB core.d.ts
npm notice 10.4kB core.js
npm notice 11.0kB dpi.cjs
npm notice 8.8kB dpi.d.ts
npm notice 10.8kB dpi.js
npm notice 5.7kB event.cjs
npm notice 4.8kB event.d.ts
npm notice 5.6kB event.js
npm notice 2.2kB external/tslib/tslib.es6.cjs
npm notice 2.2kB external/tslib/tslib.es6.js
npm notice 3.0kB image.cjs
npm notice 2.4kB image.d.ts
npm notice 2.9kB image.js
npm notice 738B index.cjs
npm notice 1.2kB index.d.ts
npm notice 669B index.js
npm notice 1.1kB menu.cjs
npm notice 451B menu.d.ts
npm notice 717B menu.js
npm notice 3.6kB menu/base.cjs
npm notice 887B menu/base.d.ts
npm notice 3.6kB menu/base.js
npm notice 2.2kB menu/checkMenuItem.cjs
npm notice 1.5kB menu/checkMenuItem.d.ts
npm notice 2.2kB menu/checkMenuItem.js
npm notice 7.4kB menu/iconMenuItem.cjs
npm notice 6.1kB menu/iconMenuItem.d.ts
npm notice 7.4kB menu/iconMenuItem.js
npm notice 5.1kB menu/menu.cjs
npm notice 4.4kB menu/menu.d.ts
npm notice 5.0kB menu/menu.js
npm notice 1.7kB menu/menuItem.cjs
npm notice 1.3kB menu/menuItem.d.ts
npm notice 1.6kB menu/menuItem.js
npm notice 1.1kB menu/predefinedMenuItem.cjs
npm notice 2.6kB menu/predefinedMenuItem.d.ts
npm notice 1.1kB menu/predefinedMenuItem.js
npm notice 7.1kB menu/submenu.cjs
npm notice 4.8kB menu/submenu.d.ts
npm notice 6.9kB menu/submenu.js
npm notice 9.8kB mocks.cjs
npm notice 5.0kB mocks.d.ts
npm notice 9.7kB mocks.js
npm notice 1.8kB package.json
npm notice 22.7kB path.cjs
npm notice 17.7kB path.d.ts
npm notice 21.7kB path.js
npm notice 6.4kB tray.cjs
npm notice 8.0kB tray.d.ts
npm notice 6.4kB tray.js
npm notice 20.7kB webview.cjs
npm notice 21.1kB webview.d.ts
npm notice 20.5kB webview.js
npm notice 8.4kB webviewWindow.cjs
npm notice 4.9kB webviewWindow.d.ts
npm notice 8.3kB webviewWindow.js
npm notice 67.1kB window.cjs
npm notice 61.6kB window.d.ts
npm notice 66.2kB window.js
npm notice Tarball Details
npm notice name: @​tauri-apps/api
npm notice version: 2.8.0
npm notice filename: tauri-apps-api-2.8.0.tgz
npm notice package size: 131.1 kB
npm notice unpacked size: 681.9 kB
npm notice shasum: 0348a2b3ba5982ec67a7d569f329b4a55d7d5f1e
npm notice integrity: sha512-ga7zdhbS2GXOM[...]/7WEiimbQNYlw==
npm notice total files: 67
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=408155095
npm http fetch PUT 200 https://registry.npmjs.org/@​tauri-apps%2fapi 2778ms
+ @​tauri-apps/[email protected]
npm verbose cwd /tmp/dae4d7dba587bf04d8f1d71cbc53f9eb
npm verbose os Linux 6.11.0-1018-azure
npm verbose node v20.19.4
npm verbose npm  v10.8.2
npm verbose exit 0
npm info ok

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from 335a976 to c1f0bb9 Compare August 25, 2025 17:15
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from c1f0bb9 to 79a8e5c Compare August 31, 2025 10:21
@mandel mandel merged commit ba9ac42 into main Sep 2, 2025
11 checks passed
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.

1 participant