-
Notifications
You must be signed in to change notification settings - Fork 70
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
6 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
4 times, most recently
from
January 4, 2025 03:36
91f2c93
to
f4fecf1
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
2 times, most recently
from
January 11, 2025 18:08
83792f1
to
10eb5c4
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
2 times, most recently
from
January 26, 2025 09:10
0ff8e8c
to
25235df
Compare
renovate
bot
force-pushed
the
renovate/major-tauri-monorepo
branch
from
January 29, 2025 08:59
25235df
to
7ae986f
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.7
1.6.1
->2.0.0
1.5.1
->2.0.0
Release Notes
tauri-apps/tauri (@tauri-apps/api)
v2.2.0
: @tauri-apps/api v2.2.0Compare Source
PNPM Audit
[2.2.0]
New Features
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) AddTrayIcon.setShowMenuOnLeftClick
method and deprecateTrayIcon.setMenuOnLeftClick
to match the Rust API.fc30b20be
(#11726 by @amrbashir) AddTrayIconOptions.showMenuOnLeftClick
field and deprecateTrayIconOptions.menuOnLeftClick
to match the Rust API.Enhancements
fc30b20be
(#11726 by @amrbashir) Add support forTrayIconOptions.menuOnLeftClick
option andTrayIcon.setMenuOnLeftClick
on Windows.Bug Fixes
a16796a55
(#12069 by @Legend-Master) FixChannel
never callsonmessage
in some cases12a48d1e2
(#11741 by @amrbashir) Fix error when callingPredefinedMenuItem.new
to create anAbout
menu item that uses anImage
instance for the about icon.12a48d1e2
(#11741 by @amrbashir) Fix error when callingIconMenuItem.new
using anImage
instance for the icon.b63262cd4
(#11724 by @FabianLars) Removed the generic in the type of the callback function argument inmockIPC
which prevented its proper use in tests using TypeScript.a6e84f7d2
(#11835 by @ilittlebig) Fix error where usingisAbsolute
would returnCommand not found
.PNPM 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-apps/api v2.1.0Compare Source
PNPM Audit
[2.1.0]
New Features
5c4b83084
(#11191 by @amrbashir) Improved support fordpi
module types to allow these types to be used without manual conversions withinvoke
:SERIALIZE_TO_IPC_FN
const incore
module which can be used to implement custom IPC serialization for types passed toinvoke
.Size
andPosition
classes indpi
module.SERIALIZE_TO_IPC_FN
method onPhysicalSize
,PhysicalPosition
,LogicalSize
andLogicalPosition
to convert it into a valid IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.4d545ab3c
(#11486 by @amrbashir) AddedWebview::setBackgroundColor
,WebviewWindow::setBackgroundColor
APIs to set the window background color dynamicallyand a
backgroundColor
window option to set the background color on window creation.cbc095ec5
(#11451 by @amrbashir) Addapp > windows > devtools
config option and when creating the webview from JS, to enable or disable devtools for a specific webview.2a75c64b5
(#11469 by @amrbashir) AddedwindowClassname
option, when constructing aWebview
orWebviewWindow
, to specify the name of the window class on Windows.Bug Fixes
54cbf59b5
(#11441 by @amrbashir) Fix submenu created as a menu item instead of a submenu when created by using an object in theitems
field in the options object passed toMenu.new
orSubmenu.new
.PNPM Publish
v2.0.3
: @tauri-apps/api v2.0.3Compare Source
PNPM Audit
[2.0.3]
Bug Fixes
fbb45c674
(#11423 by @lucasfernog) FixesaddPluginListener
not working.What's Changed
2e88633ba
(#11369 by @lucasfernog) Remove references to no longer used__TAURI_INTERNALS__.metadata.windows
and__TAURI_INTERNALS__.metadata.webviews
.PNPM Publish
v2.0.2
: @tauri-apps/api v2.0.2Compare Source
PNPM Audit
[2.0.2]
What's Changed
e968b3d25
(#11219 by @lucasfernog) Actually publish package with the latest tag.PNPM Publish
v2.0.1
: @tauri-apps/api v2.0.1Compare Source
PNPM Audit
[2.0.1]
What's Changed
be683e2ac
(#11199 by @lucasfernog) Publish package with the latest NPM tag.PNPM Publish
v2.0.0
: @tauri-apps/api v2.0.0Compare Source
PNPM Audit
[2.0.0]
What's Changed
637285790
Promote to v2 stable!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 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.