mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
93 stars 2 forks source link

Bump the all-deps group in /apps/desktop with 5 updates #63

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-deps group in /apps/desktop with 5 updates:

Package From To
tauri 2.0.0-beta.17 2.0.0-beta.19
serde 1.0.200 1.0.201
serde_json 1.0.116 1.0.117
tauri-plugin-shell 2.0.0-beta.4 2.0.0-beta.5
tauri-build 2.0.0-beta.13 2.0.0-beta.15

Updates tauri from 2.0.0-beta.17 to 2.0.0-beta.19

Release notes

Sourced from tauri's releases.

tauri v2.0.0-beta.19

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (483 crate dependencies)

[2.0.0-beta.19]

New Features

  • 78839b6d2(#4865) Add RunEvent::Reopen for handle click on dock icon on macOS.

Bug Fixes

  • fedca7386(#9720) Fix IPC tracing format incompatible between the custom protocol and the postMessage implementations.

Dependencies

  • Upgraded to tauri-runtime@2.0.0-beta.16
  • Upgraded to tauri-runtime-wry@2.0.0-beta.16
  • Upgraded to tauri-utils@2.0.0-beta.15
  • Upgraded to tauri-macros@2.0.0-beta.15
  • Upgraded to tauri-build@2.0.0-beta.15

Breaking Changes

  • 783ef0f2d(#9647) Changed WebviewWindow::url and Webview::url getter to return a result.
Updating crates.io index
   Packaging tauri v2.0.0-beta.19 (/home/runner/work/tauri/tauri/core/tauri)
    Updating crates.io index
   Verifying tauri v2.0.0-beta.19 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded serde_repr v0.1.19
  Downloaded serialize-to-javascript v0.1.1
  Downloaded keyboard-types v0.7.0
  Downloaded libloading v0.7.4
  Downloaded tokio-macros v2.2.0
</tr></table> 

... (truncated)

Commits


Updates serde from 1.0.200 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits


Updates tauri-plugin-shell from 2.0.0-beta.4 to 2.0.0-beta.5

Release notes

Sourced from tauri-plugin-shell's releases.

single-instance v2.0.0-beta.5

[2.0.0-beta.5]

Updating crates.io index
warning: manifest has no documentation, homepage or repository.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
   Packaging tauri-plugin-single-instance v2.0.0-beta.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
   Verifying tauri-plugin-single-instance v2.0.0-beta.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
    Updating crates.io index
 Downloading crates ...
  Downloaded async-fs v2.1.1
  Downloaded event-listener-strategy v0.4.0
  Downloaded async-channel v2.2.0
  Downloaded async-io v2.3.2
  Downloaded polling v3.6.0
  Downloaded piper v0.2.1
  Downloaded rustix v0.38.32
  Downloaded linux-raw-sys v0.4.13
  Downloaded futures-lite v2.3.0
  Downloaded fastrand v2.0.2
  Downloaded event-listener v4.0.3
  Downloaded errno v0.3.8
  Downloaded blocking v1.5.1
  Downloaded atomic-waker v1.1.2
  Downloaded async-task v4.7.0
  Downloaded async-lock v3.3.0
  Downloaded async-executor v1.9.1
   Compiling libc v0.2.153
   Compiling syn v1.0.109
   Compiling ppv-lite86 v0.2.17
   Compiling futures-util v0.3.30
   Compiling getrandom v0.2.12
   Compiling rand_core v0.6.4
   Compiling getrandom v0.1.16
   Compiling rand_core v0.5.1
   Compiling rand_chacha v0.3.1
   Compiling glib-sys v0.18.1
   Compiling rand v0.8.5
   Compiling gobject-sys v0.18.0
   Compiling gio-sys v0.18.1
   Compiling bitflags v2.5.0
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling rand v0.7.3
</tr></table> 

... (truncated)

Commits
  • 9f545c6 publish new versions (#1142)
  • 37dbd4c fix(deps): update tauri monorepo (#1202)
  • 2b53546 chore(deps): update dependency @​iconify-json/codicon to v1.1.47 (#1219)
  • 293f363 fix(updater): Enable rustls-tls feature flag by default (#1175)
  • e3d41f4 fix: use webview's resources table (#1191)
  • 8638740 chore(deps): update dependency svelte to v4.2.15 (#1217)
  • bb51a41 feat: Remove UNC prefix in paths returned to the frontend (#1168)
  • 6698774 fix(deps): update rust crate tiny_http to 0.12 (#1213)
  • c079d8c fix(deps): update rust crate winrt-notification to 0.2 (#1215)
  • 3db3b20 fix(deps): update rust crate win7-notifications to 0.4.3 (#1214)
  • Additional commits viewable in compare view


Updates tauri-build from 2.0.0-beta.13 to 2.0.0-beta.15

Release notes

Sourced from tauri-build's releases.

tauri-build v2.0.0-beta.15

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (483 crate dependencies)

[2.0.0-beta.15]

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.15
  • Upgraded to tauri-codegen@2.0.0-beta.15
Updating crates.io index
   Packaging tauri-build v2.0.0-beta.15 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v2.0.0-beta.15 (/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded cargo_toml v0.17.2
  Downloaded embed-resource v2.4.2
  Downloaded tauri-winres v0.1.1
   Compiling proc-macro2 v1.0.82
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.154
   Compiling serde v1.0.201
   Compiling siphasher v0.3.11
   Compiling ppv-lite86 v0.2.17
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling autocfg v1.3.0
   Compiling quote v1.0.36
   Compiling phf_shared v0.10.0
   Compiling syn v2.0.61
   Compiling getrandom v0.2.15
   Compiling rand_core v0.6.4
   Compiling rand_core v0.5.1
   Compiling rand_chacha v0.3.1
</tr></table> 

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
painting-droid-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 7:45am