Skip to content

Bump @tauri-apps/api from 1.6.0 to 2.5.0 #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

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

Release notes

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

@​tauri-apps/api v2.5.0

No known vulnerabilities found

[2.5.0]

New Features

  • 66e6325f4 (#13136) Allow passing the callback as the parameter of constructor of Channel so you can use it like this new Channel((message) => console.log(message))

  • ea36294cb (#13208) Added disableInputAccessoryView: bool config for iOS.

  • c1cd0a2dd (#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)

    • WindowOptions::allowLinkPreview
    • WebviewOptions::allowLinkPreview
  • b072e2b29 (#9687) Add preventOverflow config option to prevent the window from overflowing the monitor size on creation

  • dd4f13ce4 (#13185) Added app.setDockVisibility for macOS.

Enhancements

  • b8f86669a (#13145) core.isTauri now leverages globalThis instead of window in order to be used in unit tests.

Bug Fixes

  • 66e6325f4 (#13136) Fix Channel's callback attached to window never cleaned up
> @tauri-apps/api@2.5.0 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.5.0 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.0/x64/bin/node /opt/hostedtoolcache/node/20.19.0/x64/bin/npm npm info using npm@10.8.2 </tr></table>

... (truncated)

Commits
  • 977c4b4 apply version updates (#13123)
  • 48b12b4 chore: bump crates depending on tauri-utils as minor
  • 9356fa1 feat(core): include type name in state panic message (#13239)
  • 2dccfab fix: fileAssociations missing LSHandlerRank on macOS (#13159) (#13236)
  • 5d3687e chore(tauri-driver): update README
  • 0cf2d99 fix(tauri-driver): append .exe ext on app path on Windows, closes #11317 (#13...
  • 1734273 fix: using center and overflow together crashes (#13235)
  • 690146e fix(macros): invoke handler stack overflow (#13217)
  • f888502 fix(core): use Headers in sendIpcMessage (#13227)
  • 577c7ff fix(webdriver): windows: make native webdriver close with parent process (fix...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.6.0 to 2.5.0.
- [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.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2025
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants