-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix(deps): update tauri monorepo to v2 (major) #669
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-tauri-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
6 times, most recently
from
October 7, 2024 18:25
d72edb6
to
e31466b
Compare
renovate
bot
changed the title
chore(deps): update tauri monorepo to v2 (major)
fix(deps): update tauri monorepo to v2 (major)
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
21 times, most recently
from
October 14, 2024 19:00
a4c618e
to
8a1c3bb
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
from
October 17, 2024 17:35
8a1c3bb
to
1a5e659
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
2 times, most recently
from
October 27, 2024 15:14
4743e24
to
49edd19
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
9 times, most recently
from
November 4, 2024 12:02
93d24de
to
4f4b8c2
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
3 times, most recently
from
November 11, 2024 16:54
a26c1f9
to
c37ebd5
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
8 times, most recently
from
November 23, 2024 16:51
3b4bca7
to
3e953c7
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
2 times, most recently
from
November 30, 2024 21:04
dfeae12
to
e7194f2
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
from
December 15, 2024 21:07
e7194f2
to
b0813ad
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
3 times, most recently
from
January 3, 2025 17:10
fbef006
to
91f2c93
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
from
January 4, 2025 03:36
91f2c93
to
f4fecf1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.6.0
->2.2.0
1.6.3
->2.2.2
1.6.1
->2.0.0
1.5.1
->2.0.0
Release Notes
tauri-apps/tauri (@tauri-apps/api)
v2.2.0
: tauri v2.2.0Compare Source
Cargo Audit
[2.2.0]
New Features
f884bae75
(#11742 by @amrbashir) Addtauri::Builder::on_tray_icon_event
handler.5188c0fae
(#11767 by @FabianLars) AddedScope::is_forbidden
to check if a path was explicitly forbidden.18bd639f6
(#11798 by @lars-berger) AddWebviewWindowBuilder/WebviewBuilder::data_store_identifier
on macOS.dc4d79477
(#11628 by @SpikeHD) AddWebviewWindowBuilder/WebviewBuilder::extensions_path
on Linux and Windows.020ea0556
(#11661 by @ahqsoftwares) Add badging APIs:Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.fc30b20be
(#11726 by @amrbashir) AddTrayIconBuilder::show_menu_on_left_click
method and deprecateTrayIconBuilder::menu_on_left_click
for consistent naming and clarity.Enhancements
d86aaccb0
(#11729 by @sandercox) Add support forTrayIconBuilder::menu_on_left_click
andTrayIcon::set_show_menu_on_left_click
on Windows.b0ddee899
(#12101 by @renovate) Breaking change: Updatedwebview2-com
to0.34
. This may be a breaking change if you use thewith_webview
method.Bug Fixes
b50a1ac0e
(#11850 by @FabianLars) Add webview and window color setters to autogenerated permissions.ba6f37014
(#11785 by @lars-berger) Fix panic when a plugin command is run with a capability added at runtime (viaManager::add_capability
).e349dfe57
(#12000 by @stringhandler) Fixed a panic caused by an assert when the resource random id has been used already.46935212b
(#11658 by @Legend-Master) Fix.json5
capability files not recognized even withconfig-json5
feature enabledb37741da6
(#11871 by @johncarmack1984) Fixspecta-util
dependency not found error when usingspecta
featureca7f025fd
(#11958 by @amrbashir) Fix panic when invoking a command with an unmanaged state, an error will be returned instead.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Cargo Publish
v2.1.1
: @tauri-apps/api v2.1.1Compare Source
PNPM Audit
[2.1.1]
Bug Fixes
5e9435487
(#11645 by dgerhardt) Fix regression intoLogical
andtoPhysical
for position types indpi
module returning incorrecty
value.e8a50f6d7
(#11645) Fix integer values ofBasDirectory.Home
andBaseDirectory.Font
regression which broke path APIs in JS.PNPM Publish
v2.1.0
: tauri-utils v2.1.0Compare Source
Cargo Audit
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.