-
Notifications
You must be signed in to change notification settings - Fork 1
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 #53
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src-tauri/Cargo.lock
|
47133cb
to
3e55ae9
Compare
3e55ae9
to
afc5438
Compare
abcc9c5
to
b6cbe82
Compare
ca43379
to
6cf1e3c
Compare
8db5d2d
to
9031813
Compare
9031813
to
50e4d6f
Compare
7850080
to
40e923e
Compare
40e923e
to
b3b5023
Compare
b3b5023
to
672cf9f
Compare
229a229
to
f2f5b3f
Compare
6d916a4
to
fb1ef72
Compare
e6e3d01
to
4633176
Compare
d027a81
to
351961d
Compare
eeec42e
to
c8162c6
Compare
8e064a5
to
b1e0871
Compare
|
b1e0871
to
2bd4d09
Compare
b0ad197
to
82274aa
Compare
82274aa
to
f4fe18e
Compare
f4fe18e
to
d3bdf1c
Compare
bfd6a36
to
96c00eb
Compare
d443f57
to
04b33af
Compare
ff6f8df
to
71af6a4
Compare
16eb2e4
to
2ce30e4
Compare
2ce30e4
to
ee4ffdc
Compare
ee4ffdc
to
c308f2c
Compare
c308f2c
to
58850cd
Compare
This PR contains the following updates:
2.0.0-alpha.3
->2.2.0
2.0.0-alpha.8
->2.2.7
2.0.0-alpha.8
->2.2.5
2.0.0-alpha.4
->2.0.5
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
v2.0.0-rc.6
: tauri v2.0.0-rc.6Compare Source
Updating git repository
https://github.com/tauri-apps/schemars.git
Updating crates.io index
Locking 514 packages to latest compatible versions
Adding addr2line v0.22.0 (latest: v0.24.1)
Adding base64 v0.21.7 (latest: v0.22.1)
Adding bit-set v0.5.3 (latest: v0.8.0)
Adding bit-vec v0.6.3 (latest: v0.8.0)
Adding bitflags v1.3.2 (latest: v2.6.0)
Adding cairo-rs v0.18.5 (latest: v0.20.1)
Adding cairo-sys-rs v0.18.2 (latest: v0.20.0)
Adding cargo_toml v0.17.2 (latest: v0.20.4)
Adding cfb v0.7.3 (latest: v0.10.0)
Adding cfg-expr v0.15.8 (latest: v0.16.0)
Adding convert_case v0.4.0 (latest: v0.6.0)
Adding core-foundation v0.9.4 (latest: v0.10.0)
Adding core-graphics v0.23.2 (latest: v0.24.0)
Adding core-graphics-types v0.1.3 (latest: v0.2.0)
Adding cssparser v0.27.2 (latest: v0.34.0)
Adding derive_more v0.99.18 (latest: v1.0.0)
Adding encode_unicode v0.3.6 (latest: v1.0.0)
Adding env_logger v0.8.4 (latest: v0.11.5)
Adding fluent-uri v0.1.4 (latest: v0.2.0)
Adding foreign-types v0.3.2 (latest: v0.5.0)
Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
Adding gdk-pixbuf v0.18.5 (latest: v0.20.1)
Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.1)
Adding generator v0.7.5 (latest: v0.8.2)
Adding generic-array v0.14.7 (latest: v1.1.0)
Adding getrandom v0.1.16 (latest: v0.2.15)
Adding gimli v0.29.0 (latest: v0.31.0)
Adding gio v0.18.4 (latest: v0.20.1)
Adding gio-sys v0.18.1 (latest: v0.20.1)
Adding glib v0.18.5 (latest: v0.20.1)
Adding glib-macros v0.18.5 (latest: v0.20.1)
Adding glib-sys v0.18.1 (latest: v0.20.1)
Adding gobject-sys v0.18.0 (latest: v0.20.1)
Adding hashbrown v0.12.3 (latest: v0.14.5)
Adding heck v0.4.1 (latest: v0.5.0)
Adding hermit-abi v0.3.9 (latest: v0.4.0)
Adding html5ever v0.26.0 (latest: v0.28.0)
Adding idna v0.5.0 (latest: v1.0.2)
Adding image v0.24.9 (latest: v0.25.2)
Adding indexmap v1.9.3 (latest: v2.4.0)
Adding infer v0.15.0 (latest: v0.16.0)
Adding itoa v0.4.8 (latest: v1.0.11)
Adding jni-sys v0.3.0 (latest: v0.4.0)
Adding jsonptr v0.4.7 (latest: v0.6.0)
Adding libloading v0.7.4 (latest: v0.8.5)
Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
Adding loom v0.5.6 (latest: v0.7.2)
Adding malloc_buf v0.0.6 (latest: v1.0.0)
Adding markup5ever v0.11.0 (latest: v0.13.0)
Adding matchers v0.1.0 (latest: v0.2.0)
Adding miniz_oxide v0.7.4 (latest: v0.8.0)
Adding nu-ansi-term v0.46.0 (latest: v0.50.1)
Adding pango v0.18.3 (latest: v0.20.1)
Adding pango-sys v0.18.0 (latest: v0.20.1)
Adding phf v0.8.0 (latest: v0.11.2)
Adding phf v0.10.1 (latest: v0.11.2)
Adding phf_codegen v0.8.0 (latest: v0.11.2)
Adding phf_codegen v0.10.0 (latest: v0.11.2)
Adding phf_generator v0.8.0 (latest: v0.11.2)
Adding phf_generator v0.10.0 (latest: v0.11.2)
Adding phf_macros v0.8.0 (latest: v0.11.2)
Adding phf_shared v0.8.0 (latest: v0.11.2)
Adding phf_shared v0.10.0 (latest: v0.11.2)
Adding proc-macro-crate v1.3.1 (latest: v3.1.0)
Adding proc-macro-crate v2.0.2 (latest: v3.1.0)
Adding quick-error v1.2.3 (latest: v2.0.1)
Adding quick-xml v0.32.0 (latest: v0.36.1)
Adding rand v0.7.3 (latest: v0.8.5)
Adding rand_chacha v0.2.2 (latest: v0.3.1)
Adding rand_core v0.5.1 (latest: v0.6.4)
Adding rand_hc v0.2.0 (latest: v0.3.2)
Adding rand_pcg v0.2.1 (latest: v0.3.1)
Adding regex-automata v0.1.10 (latest: v0.4.7)
Adding regex-syntax v0.6.29 (latest: v0.8.4)
Adding selectors v0.22.0 (latest: v0.25.0)
Adding serialize-to-javascript v0.1.1 (latest: v0.1.2)
Adding serialize-to-javascript-impl v0.1.1 (latest: v0.1.2)
Adding servo_arc v0.1.1 (latest: v0.3.0)
Adding siphasher v0.3.11 (latest: v1.0.1)
Adding soup3 v0.5.0 (latest: v0.7.0)
Adding soup3-sys v0.5.0 (latest: v0.7.0)
Adding syn v1.0.109 (latest: v2.0.75)
Adding system-deps v6.2.2 (latest: v7.0.2)
Adding toml v0.7.8 (latest: v0.8.19)
Adding toml v0.8.2 (latest: v0.8.19)
Adding toml_datetime v0.6.3 (latest: v0.6.8)
Adding toml_edit v0.19.15 (latest: v0.22.20)
Adding toml_edit v0.20.2 (latest: v0.22.20)
Adding tower v0.4.13 (latest: v0.5.0)
Adding urlpattern v0.2.0 (latest: v0.3.0)
Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
Adding windows v0.48.0 (latest: v0.58.0)
Adding windows-core v0.52.0 (latest: v0.58.0)
Adding windows-sys v0.45.0 (latest: v0.59.0)
Adding windows-sys v0.48.0 (latest: v0.59.0)
Adding windows-sys v0.52.0 (latest: v0.59.0)
Adding windows-targets v0.42.2 (latest: v0.52.6)
Adding windows-targets v0.48.5 (latest: v0.52.6)
Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6)
Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
Adding windows_i686_gnu v0.42.2 (latest: v0.52.6)
Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
Adding windows_i686_msvc v0.42.2 (latest: v0.52.6)
Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
Adding winnow v0.5.40 (latest: v0.6.18)
Cargo Audit
[2.0.0-rc.6]
What's Changed
f4d5241b3
(#10731 by @amrbashir) Update documentation icon path.Dependencies
tauri-utils@2.0.0-rc.6
tauri-build@2.0.0-rc.6
tauri-runtime-wry@2.0.0-rc.6
tauri-runtime@2.0.0-rc.6
tauri-macros@2.0.0-rc.5
Cargo 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.