chore(deps): update tauri monorepo #216
Merged
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.
This PR contains the following updates:
2.5.1
->2.7.0
2.2.0
->2.3.1
Release Notes
tauri-apps/tauri (tauri)
v2.7.0
: @tauri-apps/cli v2.7.0Compare Source
[2.7.0]
New Features
33d079392
(#13811 by @mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }
while maintaining backwards compatibility with the existing string format.Enhancements
232265c70
(#13209 by @kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.Bug Fixes
916aeaa48
(#13781 by @lucasfernog) Fixes Android dev and build commands readingtauri.ios.conf.json
instead oftauri.android.conf.json
to merge platform-specific configuration.0f248b111
(#13799 by @lucasfernog) Install iOS dependencies when needed.7a6fd5b75
(#13863 by @FabianLars) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.bda830410
(#13833 by @Legend-Master) Fail with an error when trying to migrate from v2 alphabda830410
(#13833 by @Legend-Master) Use v2 stable instead of v2-rc when migrating from v2-betaDependencies
[email protected]
v2.6.2
: tauri v2.6.2Compare Source
Cargo Audit
[2.6.2]
Dependencies
[email protected]
Cargo Publish
v2.6.1
: @tauri-apps/cli v2.6.1Compare Source
[2.6.1]
Dependencies
[email protected]
v2.6.0
: @tauri-apps/api v2.6.0Compare Source
PNPM Audit
[2.6.0]
New Features
50ebddaa2
(#13319 by @kingsword09) Expose thesetAutoResize
API for webviews in@tauri-apps/api
.267368fd4
(#13276 by @amrbashir) AddMonitor.workArea
field.Bug Fixes
23b9da75b
(#13324 by @kingsword09) Fixed path joining behavior wherepath.join('', 'a')
incorrectly returns "/a" instead of "a".b985eaf0a
(#13306 by @lucasfernog) Immediately unregister event listener when the unlisten function is called.What's Changed
b5c549d18
(#13325 by @Legend-Master)transformCallback
now registers the callbacks insidewindow.__TAURI_INTERNALS__.callbacks
instead of directly onwindow['_{id}']
PNPM Publish
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.
This PR was generated by Mend Renovate. View the repository job log.