chore(deps): update all non-major dependencies #62
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.2.64
->^2.2.195
^2.0.0-alpha.3
->^2.0.0-beta.6
^10.1.2
->^10.9.0
^0.16.1
->^0.18.5
^3.3.2
->^3.4.21
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.195
Compare Source
v2.2.194
Compare Source
v2.2.193
Compare Source
v2.2.192
Compare Source
v2.2.191
Compare Source
v2.2.190
Compare Source
v2.2.189
Compare Source
v2.2.188
Compare Source
v2.2.187
Compare Source
v2.2.186
Compare Source
v2.2.185
Compare Source
v2.2.184
Compare Source
v2.2.183
Compare Source
v2.2.182
Compare Source
v2.2.181
Compare Source
v2.2.180
Compare Source
v2.2.179
Compare Source
v2.2.178
Compare Source
v2.2.177
Compare Source
v2.2.176
Compare Source
v2.2.175
Compare Source
v2.2.174
Compare Source
v2.2.173
Compare Source
v2.2.172
Compare Source
v2.2.171
Compare Source
v2.2.170
Compare Source
v2.2.169
Compare Source
v2.2.168
Compare Source
v2.2.167
Compare Source
v2.2.166
Compare Source
v2.2.165
Compare Source
v2.2.164
Compare Source
v2.2.163
Compare Source
v2.2.162
Compare Source
v2.2.161
Compare Source
v2.2.160
Compare Source
v2.2.159
Compare Source
v2.2.158
Compare Source
v2.2.157
Compare Source
v2.2.156
Compare Source
v2.2.155
Compare Source
v2.2.154
Compare Source
v2.2.153
Compare Source
v2.2.152
Compare Source
v2.2.151
Compare Source
v2.2.150
Compare Source
v2.2.149
Compare Source
v2.2.148
Compare Source
v2.2.147
Compare Source
v2.2.146
Compare Source
v2.2.145
Compare Source
v2.2.144
Compare Source
v2.2.143
Compare Source
v2.2.142
Compare Source
v2.2.141
Compare Source
v2.2.140
Compare Source
v2.2.139
Compare Source
v2.2.138
Compare Source
v2.2.137
Compare Source
v2.2.136
Compare Source
v2.2.135
Compare Source
v2.2.134
Compare Source
v2.2.133
Compare Source
v2.2.132
Compare Source
v2.2.131
Compare Source
v2.2.130
Compare Source
v2.2.129
Compare Source
v2.2.128
Compare Source
v2.2.127
Compare Source
v2.2.126
Compare Source
v2.2.125
Compare Source
v2.2.124
Compare Source
v2.2.123
Compare Source
v2.2.122
Compare Source
v2.2.121
Compare Source
v2.2.120
Compare Source
v2.2.119
Compare Source
v2.2.118
Compare Source
v2.2.117
Compare Source
v2.2.116
Compare Source
v2.2.115
Compare Source
v2.2.114
Compare Source
v2.2.113
Compare Source
v2.2.112
Compare Source
v2.2.111
Compare Source
v2.2.110
Compare Source
v2.2.109
Compare Source
v2.2.108
Compare Source
v2.2.107
Compare Source
v2.2.106
Compare Source
v2.2.105
Compare Source
v2.2.104
Compare Source
v2.2.103
Compare Source
v2.2.102
Compare Source
v2.2.101
Compare Source
v2.2.100
Compare Source
v2.2.99
Compare Source
v2.2.98
Compare Source
v2.2.97
Compare Source
v2.2.96
Compare Source
v2.2.95
Compare Source
v2.2.94
Compare Source
v2.2.93
Compare Source
v2.2.92
Compare Source
v2.2.91
Compare Source
v2.2.90
Compare Source
v2.2.89
Compare Source
v2.2.88
Compare Source
v2.2.87
Compare Source
v2.2.86
Compare Source
v2.2.85
Compare Source
v2.2.84
Compare Source
v2.2.83
Compare Source
v2.2.82
Compare Source
v2.2.81
Compare Source
v2.2.80
Compare Source
v2.2.79
Compare Source
v2.2.78
Compare Source
v2.2.77
Compare Source
v2.2.76
Compare Source
v2.2.75
Compare Source
v2.2.74
Compare Source
v2.2.73
Compare Source
v2.2.72
Compare Source
v2.2.71
Compare Source
v2.2.70
Compare Source
v2.2.69
Compare Source
v2.2.68
Compare Source
v2.2.67
Compare Source
v2.2.66
Compare Source
v2.2.65
Compare Source
tauri-apps/tauri (@tauri-apps/api)
v2.0.0-beta.6
: @tauri-apps/api v2.0.0-beta.6Compare Source
Yarn Audit
[2.0.0-beta.6]
New Features
acdd76833
(#9155) AddTrayIcon.getById
andTrayIcon.removeById
static methods.Enhancements
ea0242db4
(#9179) TheImage
constructor is now public (for internal use only).Bug Fixes
379cc2b35
(#9165) Fixbasename(path, 'ext')
JS API when removing all occurances ofext
where it should only remove the last one.Breaking Changes
ea0242db4
(#9179)Image::rgba()
now returnsPromise<Uint8Array>
.ea0242db4
(#9179) Removedwidth
andheight
methods on the JSImage
class, usesize
instead.Yarn Publish
v2.0.0-beta.5
: @tauri-apps/api v2.0.0-beta.5Compare Source
Yarn Audit
[2.0.0-beta.5]
Breaking Changes
db0a24a97
(#9132) Remove theImage.fromPngBytes
andImage.fromIcoBytes
APIs. UseImage.fromBytes
instead.Yarn Publish
v2.0.0-beta.4
: @tauri-apps/api v2.0.0-beta.4Compare Source
Yarn Audit
[2.0.0-beta.4]
New Features
d1e77acd8
(#9011) Add a newImage
type in Rust and JS.Enhancements
e62ca4ee9
(#9070) Added a mechanism to preserve channel message order.Yarn Publish
v2.0.0-beta.3
: tauri-build v2.0.0-beta.3Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-beta.3]
Dependencies
[email protected]
[email protected]
Cargo Publish
v2.0.0-beta.2
: tauri-build v2.0.0-beta.2Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-beta.2]
Enhancements
83a68deb
(#8797) Added a new configuration optiontauri.conf.json > app > security > capabilities
to reference existing capabilities and inline new ones. If it is empty, all capabilities are still included preserving the current behavior.edb11c13
(#8781) AddedAttributes::plugin()
to register a plugin that is inlined in the application crate.8d16a80d
(#8802) AddedCodegenContext::capability
to include a capability file dynamically.Bug Fixes
0e8e9cd0
(#8906) Fixes the capability schema not resolving inner definitions.19fb5f0b
(#8782) Fix generating invalid schema files.Dependencies
[email protected]
[email protected]
Cargo Publish
v2.0.0-beta.1
: tauri-build v2.0.0-beta.1Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-beta.1]
Enhancements
4e101f80
(#8756) Moved the capability JSON schema to thesrc-tauri/gen
folder so it's easier to track changes on thecapabilities
folder.Bug Fixes
4e101f80
(#8756) Do not trigger build script to rerun if the frontendDist directory does not exist.0f2789cd
(#8757) Do not rewrite capability JSON schema if it did not change.Dependencies
[email protected]
[email protected]
Cargo Publish
v2.0.0-beta.0
: tauri-build v2.0.0-beta.0Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-beta.0]
New Features
74a2a603
(#8661) Implement access control list for IPC usage.Enhancements
e8d3793c
(#8732) Addconfig-json
cargo feature flag (enabled by default) to. Disabling this feature flag will stop cargo from rebuilding whentauri.conf.json
changes, see #8721 for more info.Dependencies
[email protected]
[email protected]
Breaking Changes
8de308d1
(#8723) Restructured Tauri config per RFC#5:package.productName
,package.version
andtauri.bundle.identifier
fields to the top-level.package
object.tauri
object toapp
.tauri.bundle
object to the top-level.build.distDir
field tofrontendDist
.build.devPath
field todevUrl
and will no longer accepts paths, it will only accept URLs.tauri.pattern
toapp.security.pattern
.tauri.bundle.updater
object, and its fields have been moved to the updater plugin underplugins.updater
object.build.withGlobalTauri
toapp.withGlobalTauri
.tauri.bundle.dmg
object tobundle.macOS.dmg
.tauri.bundle.deb
object tobundle.linux.deb
.tauri.bundle.appimage
object tobundle.linux.appimage
.bundle.license
andbundle.licenseFile
.AppUrl
toFrontendDist
and refactored its variants to be more explicit.0cdfda28
(#8737) Movedmobile::PluginBuilder
,mobile::update_entitlements
,config::plugin_config
andmobile::update_android_manifest
to the newtauri-plugin
crate.74a2a603
(#8661)CodegenContext::build
andCodegenContext::try_build
have been removed, usetauri_build::try_build(tauri_build::Attributes::new().codegen(codegen))
instead.Cargo Publish
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.