Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@hookform/resolvers (source) 5.0.0 -> 5.0.1 age adoption passing confidence dependencies patch
@tailwindcss/postcss (source) 4.0.17 -> 4.1.1 age adoption passing confidence devDependencies minor
@tanstack/query-broadcast-client-experimental (source) 5.71.1 -> 5.71.3 age adoption passing confidence dependencies patch
@tanstack/react-query (source) 5.71.1 -> 5.71.3 age adoption passing confidence dependencies patch
@tanstack/react-query-devtools (source) 5.71.2 -> 5.71.3 age adoption passing confidence dependencies patch
@tauri-apps/api 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch
@tauri-apps/cli 2.4.0 -> 2.4.1 age adoption passing confidence devDependencies patch
@tauri-apps/plugin-deep-link 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
@tauri-apps/plugin-dialog 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
@tauri-apps/plugin-fs 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
@tauri-apps/plugin-process 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
@tauri-apps/plugin-shell 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
@tauri-apps/plugin-updater 2.6.1 -> 2.7.0 age adoption passing confidence dependencies minor
@tauri-apps/plugin-window-state 2.2.1 -> 2.2.2 age adoption passing confidence dependencies patch
@types/node (source) 22.13.16 -> 22.13.17 age adoption passing confidence devDependencies patch
@types/react (source) 19.0.12 -> 19.1.0 age adoption passing confidence devDependencies minor
@types/react-dom (source) 19.0.4 -> 19.1.1 age adoption passing confidence devDependencies minor
flate2 1.1.0 -> 1.1.1 age adoption passing confidence dependencies patch
lucide-react (source) ^0.486.0 -> ^0.487.0 age adoption passing confidence dependencies minor
lucide-static (source) ^0.486.0 -> ^0.487.0 age adoption passing confidence dependencies minor
tailwindcss (source) 4.0.17 -> 4.1.1 age adoption passing confidence devDependencies minor
tauri (source) 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch
tauri-build (source) 2.1.0 -> 2.1.1 age adoption passing confidence build-dependencies patch
tauri-plugin-deep-link 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
tauri-plugin-dialog 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
tauri-plugin-fs 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
tauri-plugin-process 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
tauri-plugin-shell 2.2.0 -> 2.2.1 age adoption passing confidence dependencies patch
tauri-plugin-single-instance 2.2.2 -> 2.2.3 age adoption passing confidence dependencies patch
tauri-plugin-updater 2.6.1 -> 2.7.0 age adoption passing confidence dependencies minor
tauri-plugin-window-state 2.2.1 -> 2.2.2 age adoption passing confidence dependencies patch

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.1

Compare Source

Fixed
  • Disable padding in @source inline(…) brace expansion (#​17491)
  • Inject polyfills after @import and body-less @layer (#​17493)
  • Ensure @tailwindcss/cli does not contain an import for jiti (#​17502)

v4.1.0

Compare Source

Added
  • Add details-content variant (#​15319)
  • Add inverted-colors variant (#​11693)
  • Add noscript variant (#​11929, #​17431)
  • Add items-baseline-last and self-baseline-last utilities (#​13888, #​17476)
  • Add pointer-none, pointer-coarse, and pointer-fine variants (#​16946)
  • Add any-pointer-none, any-pointer-coarse, and any-pointer-fine variants (#​16941)
  • Add safe alignment utilities (#​14607)
  • Add user-valid and user-invalid variants (#​12370)
  • Add wrap-anywhere, wrap-break-word, and wrap-normal utilities (#​12128)
  • Add @source inline(…) and @source not inline(…) (#​17147)
  • Add @source not "…" (#​17255)
  • Add text-shadow-* utilities (#​17389)
  • Add mask-* utilities (#​17134)
  • Add bg-{position,size}-* utilities for arbitrary values (#​17432)
  • Add shadow-*/<alpha>, inset-shadow-*/<alpha>, drop-shadow-*/<alpha>, and text-shadow-*/<alpha> utilities to control shadow opacity (#​17398, #​17434)
  • Add drop-shadow-<color> utilities (#​17434)
  • Improve compatibility with older versions of Safari and Firefox (#​17435)
Fixed
  • Follow symlinks when resolving @source directives (#​17391)
  • Don't scan ignored files for classes when changing an ignored file triggers a rebuild using @tailwindcss/cli (#​17255)
  • Support negated content rules in legacy JavaScript configuration (#​17255)
  • Interpret syntax like @("@&#8203;")md:… as @md:… in Razor files (#​17427)
  • Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#​17361)
  • Ensure the --theme(…) function still resolves to the CSS variables when using legacy JS plugins (#​17458)
  • Detect used theme variables in CSS module files (#​17433, #​17467)
Changed
  • Ignore node_modules by default (can be overridden by @source … rules) (#​17255)
  • @source rules that include file extensions or point inside node_modules/ folders no longer consider your .gitignore rules (#​17255)
  • Deprecate bg-{left,right}-{top,bottom} in favor of bg-{top,bottom}-{left,right} utilities (#​17378)
  • Deprecate object-{left,right}-{top,bottom} in favor of object-{top,bottom}-{left,right} utilities (#​17437)
TanStack/query (@​tanstack/query-broadcast-client-experimental)

v5.71.3

Compare Source

Version 5.71.3 - 4/2/25, 9:47 AM

Changes

Fix
  • query-core: Rename defaultshouldRedactErrors to defaultShouldRedactErrors (#​8933) (e73d5b4) by MINSEONG KIM
Chore
  • allow Preview Bundle Size to fail (24dd7c7) by TkDodo
Test
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8900) (67ab070) by MINSEONG KIM
  • query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for createPersister.test.tsx (#​8915) (12762a3) by MINSEONG KIM
  • query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for persist.test.tsx (#​8914) (15ebad8) by MINSEONG KIM
  • react-query-devtools: resolve ESLint typescript-eslint/require-await warnings (#​8912) (b1a2fef) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8908) (4be5740) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8907) (78c8a0c) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8905) (815ff24) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8904) (4117d68) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8903) (3799d87) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8902) (4779747) by MINSEONG KIM
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8901) (f4aa6e3) by MINSEONG KIM
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8899) (a8beb4a) by MINSEONG KIM
Docs
Other

Packages

tauri-apps/tauri (@​tauri-apps/api)

v2.4.1: tauri v2.4.1

Compare Source

Cargo Audit

Updating git repository `https://github.com/tauri-apps/schemars.git`
    Updating crates.io index
warning: Patch `schemars_derive v0.8.21 (https://github.com/tauri-apps/schemars.git?branch=feat%2Fpreserve-description-newlines#c30f9848)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
     Locking 1021 packages to latest compatible versions
      Adding apple-codesign v0.27.0 (available: v0.29.0)
      Adding axum v0.7.9 (available: v0.8.3)
      Adding colored v2.2.0 (available: v3.0.0)
      Adding ctor v0.2.9 (available: v0.4.1)
      Adding getrandom v0.2.15 (available: v0.3.2)
      Adding html5ever v0.26.0 (available: v0.30.0)
      Adding itertools v0.13.0 (available: v0.14.0)
      Adding json-patch v3.0.1 (available: v4.0.0)
      Adding minisign v0.7.3 (available: v0.7.9)
      Adding oxc_allocator v0.36.0 (available: v0.61.2)
      Adding oxc_ast v0.36.0 (available: v0.61.2)
      Adding oxc_parser v0.36.0 (available: v0.61.2)
      Adding oxc_span v0.36.0 (available: v0.61.2)
      Adding proc-macro-crate v2.0.0 (available: v2.0.2)
      Adding rand v0.8.5 (available: v0.9.0)
      Adding rpm v0.16.0 (available: v0.17.0)
      Adding serialize-to-javascript v0.1.1 (available: v0.1.2)
      Adding serialize-to-javascript-impl v0.1.1 (available: v0.1.2)
      Adding tauri-utils v1.6.0 (available: v1.6.2)
      Adding tiny_http v0.11.0 (available: v0.12.0)
      Adding webview2-com v0.36.0 (available: v0.37.0)
      Adding windows v0.60.0 (available: v0.61.1)
      Adding x509-certificate v0.23.1 (available: v0.24.0)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 748 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (1046 crate dependencies)
Crate:     atk
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0413
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
Dependency tree:
atk 0.18.2
└── gtk 0.18.2
    ├── wry 0.50.5
    │   └── tauri-runtime-wry 2.5.1
    │       └── tauri 2.4.1
    │           ├── tauri-plugin-sample 0.1.0
    │           │   └── api 0.1.0
    │           ├── tauri-plugin-log 2.3.1
    │           │   └── api 0.1.0
    │           ├── tauri-file-associations-demo 0.1.0
    │           ├── tauri 2.4.1
    │           ├── restart 0.1.0
    │           ├── resources 0.1.0
    │           ├── bench_helloworld 0.1.0
    │           ├── bench_files_transfer 0.1.0
    │           ├── bench_cpu_intensive 0.1.0
    │           └── api 0.1.0
    ├── webkit2gtk 2.0.1
    │   ├── wry 0.50.5
    │   ├── tauri-runtime-wry 2.5.1
    │   └── tauri 2.4.1
    ├── tauri-runtime-wry 2.5.1
    ├── tauri-runtime 2.5.1
    │   ├── tauri-runtime-wry 2.5.1
    │   └── tauri 2.4.1
    ├── tauri 2.4.1
    ├── tao 0.32.8
    │   └── tauri-runtime-wry 2.5.1
    ├── muda 0.16.1
    │   ├── tray-icon 0.20.0
    │   │   └── tauri 2.4.1
    │   └── tauri 2.4.1
    └── libappindicator 0.9.0
        └── tray-icon 0.20.0

Crate:     atk-sys
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0416
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0416
Dependency tree:
atk-sys 0.18.2
├── gtk-sys 0.18.2
│   ├── webkit2gtk-sys 2.0.1
│   │   ├── wry 0.50.5
│   │   │   └── tauri-runtime-wry 2.5.1
│   │   │       └── tauri 2.4.1
│   │   │           ├── tauri-plugin-sample 0.1.0
│   │   │           │   └── api 0.1.0
│   │   │           ├── tauri-plugin-log 2.3.1
│   │   │           │   └── api 0.1.0
│   │   │           ├── tauri-file-associations-demo 0.1.0
│   │   │           ├── tauri 2.4.1
│   │   │           ├── restart 0.1.0
│   │   │           ├── resources 0.1.0
│   │   │           ├── bench_helloworld 0.1.0
│   │   │           ├── bench_files_transfer 0.1.0
│   │   │           ├── bench_cpu_intensive 0.1.0
│   │   │           └── api 0.1.0
│   │   └── webkit2gtk 2.0.1
│   │       ├── wry 0.50.5
│   │       ├── tauri-runtime-wry 2.5.1
│   │       └── tauri 2.4.1
│   ├── webkit2gtk 2.0.1
│   ├── libappindicator-sys 0.9.0
│   │   └── libappindicator 0.9.0
│   │       └── tray-icon 0.20.0
│   │           └── tauri 2.4.1
│   ├── libappindicator 0.9.0
│   └── gtk 0.18.2
│       ├── wry 0.50.5
│       ├── webkit2gtk 2.0.1
│       ├── tauri-runtime-wry 2.5.1
│       ├── tauri-runtime 2.5.1
│       │   ├── tauri-runtime-wry 2.5.1
│       │   └── tauri 2.4.1
│       ├── tauri 2.4.1
│       ├── tao 0.32.8
│       │   └── tauri-runtime-wry 2.5.1
│       ├── muda 0.16.1
│       │   ├── tray-icon 0.20.0
│       │   └── tauri 2.4.1
│       └── libappindicator 0.9.0
└── atk 0.18.2
    └── gtk 0.18.2

Crate:     gdk
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0412
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0412
Dependency tree:
gdk 0.18.2
├── webkit2gtk 2.0.1
│   ├── wry 0.50.5
│   │   └── tauri-runtime-wry 2.5.1
│   │       └── tauri 2.4.1
│   │           ├── tauri-plugin-sample 0.1.0
│   │           │   └── api 0.1.0
│   │           ├── tauri-plugin-log 2.3.1
│   │           │   └── api 0.1.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.4.1
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   ├── tauri-runtime-wry 2.5.1
│   └── tauri 2.4.1
├── gtk 0.18.2
│   ├── wry 0.50.5
│   ├── webkit2gtk 2.0.1
│   ├── tauri-runtime-wry 2.5.1
│   ├── tauri-runtime 2.5.1
│   │   ├── tauri-runtime-wry 2.5.1
│   │   └── tauri 2.4.1
│   ├── tauri 2.4.1
│   ├── tao 0.32.8
│   │   └── tauri-runtime-wry 2.5.1
│   ├── muda 0.16.1
│   │   ├── tray-icon 0.20.0
│   │   │   └── tauri 2.4.1
│   │   └── tauri 2.4.1
│   └── libappindicator 0.9.0
│       └── tray-icon 0.20.0
└── gdkx11 0.18.2
    └── wry 0.50.5

Crate:     gdk-sys
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0418
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0418
Dependency tree:
gdk-sys 0.18.2
├── webkit2gtk-sys 2.0.1
│   ├── wry 0.50.5
│   │   └── tauri-runtime-wry 2.5.1
│   │       └── tauri 2.4.1
│   │           ├── tauri-plugin-sample 0.1.0
│   │           │   └── api 0.1.0
│   │           ├── tauri-plugin-log 2.3.1
│   │           │   └── api 0.1.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.4.1
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   └── webkit2gtk 2.0.1
│       ├── wry 0.50.5
│       ├── tauri-runtime-wry 2.5.1
│       └── tauri 2.4.1
├── webkit2gtk 2.0.1
├── gtk-sys 0.18.2
│   ├── webkit2gtk-sys 2.0.1
│   ├── webkit2gtk 2.0.1
│   ├── libappindicator-sys 0.9.0
│   │   └── libappindicator 0.9.0
│   │       └── tray-icon 0.20.0
│   │           └── tauri 2.4.1
│   ├── libappindicator 0.9.0
│   └── gtk 0.18.2
│       ├── wry 0.50.5
│       ├── webkit2gtk 2.0.1
│       ├── tauri-runtime-wry 2.5.1
│       ├── tauri-runtime 2.5.1
│       │   ├── tauri-runtime-wry 2.5.1
│       │   └── tauri 2.4.1
│       ├── tauri 2.4.1
│       ├── tao 0.32.8
│       │   └── tauri-runtime-wry 2.5.1
│       ├── muda 0.16.1
│       │   ├── tray-icon 0.20.0
│       │   └── tauri 2.4.1
│       └── libappindicator 0.9.0
├── gdkx11-sys 0.18.2
│   ├── tao 0.32.8
│   └── gdkx11 0.18.2
│       └── wry 0.50.5
├── gdkwayland-sys 0.18.2
│   └── tao 0.32.8
└── gdk 0.18.2
    ├── webkit2gtk 2.0.1
    ├── gtk 0.18.2
    └── gdkx11 0.18.2

Crate:     gdkwayland-sys
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0411
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0411
Dependency tree:
gdkwayland-sys 0.18.2
└── tao 0.32.8
    └── tauri-runtime-wry 2.5.1
        └── tauri 2.4.1
            ├── tauri-plugin-sample 0.1.0
            │   └── api 0.1.0
            ├── tauri-plugin-log 2.3.1
            │   └── api 0.1.0
            ├── tauri-file-associations-demo 0.1.0
            ├── tauri 2.4.1
            ├── restart 0.1.0
            ├── resources 0.1.0
            ├── bench_helloworld 0.1.0
            ├── bench_files_transfer 0.1.0
            ├── bench_cpu_intensive 0.1.0
            └── api 0.1.0

Crate:     gdkx11
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0417
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0417
Dependency tree:
gdkx11 0.18.2
└── wry 0.50.5
    └── tauri-runtime-wry 2.5.1
        └── tauri 2.4.1
            ├── tauri-plugin-sample 0.1.0
            │   └── api 0.1.0
            ├── tauri-plugin-log 2.3.1
            │   └── api 0.1.0
            ├── tauri-file-associations-demo 0.1.0
            ├── tauri 2.4.1
            ├── restart 0.1.0
            ├── resources 0.1.0
            ├── bench_helloworld 0.1.0
            ├── bench_files_transfer 0.1.0
            ├── bench_cpu_intensive 0.1.0
            └── api 0.1.0

Crate:     gdkx11-sys
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0414
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0414
Dependency tree:
gdkx11-sys 0.18.2
├── tao 0.32.8
│   └── tauri-runtime-wry 2.5.1
│       └── tauri 2.4.1
│           ├── tauri-plugin-sample 0.1.0
│           │   └── api 0.1.0
│           ├── tauri-plugin-log 2.3.1
│           │   └── api 0.1.0
│           ├── tauri-file-associations-demo 0.1.0
│           ├── tauri 2.4.1
│           ├── restart 0.1.0
│           ├── resources 0.1.0
│           ├── bench_helloworld 0.1.0
│           ├── bench_files_transfer 0.1.0
│           ├── bench_cpu_intensive 0.1.0
│           └── api 0.1.0
└── gdkx11 0.18.2
    └── wry 0.50.5
        └── tauri-runtime-wry 2.5.1

Crate:     gtk
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0415
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0415
Dependency tree:
gtk 0.18.2
├── wry 0.50.5
│   └── tauri-runtime-wry 2.5.1
│       └── tauri 2.4.1
│           ├── tauri-plugin-sample 0.1.0
│           │   └── api 0.1.0
│           ├── tauri-plugin-log 2.3.1
│           │   └── api 0.1.0
│           ├── tauri-file-associations-demo 0.1.0
│           ├── tauri 2.4.1
│           ├── restart 0.1.0
│           ├── resources 0.1.0
│           ├── bench_helloworld 0.1.0
│           ├── bench_files_transfer 0.1.0
│           ├── bench_cpu_intensive 0.1.0
│           └── api 0.1.0
├── webkit2gtk 2.0.1
│   ├── wry 0.50.5
│   ├── tauri-runtime-wry 2.5.1
│   └── tauri 2.4.1
├── tauri-runtime-wry 2.5.1
├── tauri-runtime 2.5.1
│   ├── tauri-runtime-wry 2.5.1
│   └── tauri 2.4.1
├── tauri 2.4.1
├── tao 0.32.8
│   └── tauri-runtime-wry 2.5.1
├── muda 0.16.1
│   ├── tray-icon 0.20.0
│   │   └── tauri 2.4.1
│   └── tauri 2.4.1
└── libappindicator 0.9.0
    └── tray-icon 0.20.0

Crate:     gtk-sys
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0420
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0420
Dependency tree:
gtk-sys 0.18.2
├── webkit2gtk-sys 2.0.1
│   ├── wry 0.50.5
│   │   └── tauri-runtime-wry 2.5.1
│   │       └── tauri 2.4.1
│   │           ├── tauri-plugin-sample 0.1.0
│   │           │   └── api 0.1.0
│   │           ├── tauri-plugin-log 2.3.1
│   │           │   └── api 0.1.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.4.1
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   └── webkit2gtk 2.0.1
│       ├── wry 0.50.5
│       ├── tauri-runtime-wry 2.5.1
│       └── tauri 2.4.1
├── webkit2gtk 2.0.1
├── libappindicator-sys 0.9.0
│   └── libappindicator 0.9.0
│       └── tray-icon 0.20.0
│           └── tauri 2.4.1
├── libappindicator 0.9.0
└── gtk 0.18.2
    ├── wry 0.50.5
    ├── webkit2gtk 2.0.1
    ├── tauri-runtime-wry 2.5.1
    ├── tauri-runtime 2.5.1
    │   ├── tauri-runtime-wry 2.5.1
    │   └── tauri 2.4.1
    ├── tauri 2.4.1
    ├── tao 0.32.8
    │   └── tauri-runtime-wry 2.5.1
    ├── muda 0.16.1
    │   ├── tray-icon 0.20.0
    │   └── tauri 2.4.1
    └── libappindicator 0.9.0

Crate:     gtk3-macros
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0419
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0419
Dependency tree:
gtk3-macros 0.18.2
└── gtk 0.18.2
    ├── wry 0.50.5
    │   └── tauri-runtime-wry 2.5.1
    │       └── tauri 2.4.1
    │           ├── tauri-plugin-sample 0.1.0
    │           │   └── api 0.1.0
    │           ├── tauri-plugin-log 2.3.1
    │           │   └── api 0.1.0
    │           ├── tauri-file-associations-demo 0.1.0
    │           ├── tauri 2.4.1
    │           ├── restart 0.1.0
    │           ├── resources 0.1.0
    │           ├── bench_helloworld 0.1.0
    │           ├── bench_files_transfer 0.1.0
    │           ├── bench_cpu_intensive 0.1.0
    │           └── api 0.1.0
    ├── webkit2gtk 2.0.1
    │   ├── wry 0.50.5
    │   ├── tauri-runtime-wry 2.5.1
    │   └── tauri 2.4.1
    ├── tauri-runtime-wry 2.5.1
    ├── tauri-runtime 2.5.1
    │   ├── tauri-runtime-wry 2.5.1
    │   └── tauri 2.4.1
    ├── tauri 2.4.1
    ├── tao 0.32.8
    │   └── tauri-runtime-wry 2.5.1
    ├── muda 0.16.1
    │   ├── tray-icon 0.20.0
    │   │   └── tauri 2.4.1
    │   └── tauri 2.4.1
    └── libappindicator 0.9.0
        └── tray-icon 0.20.0

Crate:     paste
Version:   1.0.15
Warning:   unmaintained
Title:     paste - no longer maintained
Date:      2024-10-07
ID:        RUSTSEC-2024-0436
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0436
Dependency tree:
paste 1.0.15
├── specta 2.0.0-rc.22
│   └── tauri 2.4.1
│       ├── tauri-plugin-sample 0.1.0
│       │   └── api 0.1.0
│       ├── tauri-plugin-log 2.3.1
│       │   └── api 0.1.0
│       ├── tauri-file-associations-demo 0.1.0
│       ├── tauri 2.4.1
│       ├── restart 0.1.0
│       ├── resources 0.1.0
│       ├── bench_helloworld 0.1.0
│       ├── bench_files_transfer 0.1.0
│       ├── bench_cpu_intensive 0.1.0
│       └── api 0.1.0
└── rav1e 0.7.1
    └── ravif 0.11.11
        └── image 0.25.6
            ├── tauri-cli 2.4.1
            │   └── tauri-cli-node 0.0.0
            ├── tauri-bundler 2.3.1
            │   └── tauri-cli 2.4.1
            └── tauri 2.4.1

Crate:     glib
Version:   0.18.5
Warning:   unsound
Title:     Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter`
Date:      2024-03-30
ID:        RUSTSEC-2024-0429
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0429
Dependency tree:
glib 0.18.5
├── webkit2gtk 2.0.1
│   ├── wry 0.50.5
│   │   └── tauri-runtime-wry 2.5.1
│   │       └── tauri 2.4.1
│   │           ├── tauri-plugin-sample 0.1.0
│   │           │   └── api 0.1.0
│   │           ├── tauri-plugin-log 2.3.1
│   │           │   └── api 0.1.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.4.1
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   ├── tauri-runtime-wry 2.5.1
│   └── tauri 2.4.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Apr 1, 2025

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

Name Status Preview Comments Updated (UTC)
soulfire-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2025 10:16am

@renovate renovate bot requested a review from AlexProgrammerDE as a code owner April 1, 2025 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 841a01c to da07cce Compare April 2, 2025 04:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da07cce to bfe4e38 Compare April 2, 2025 06:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfe4e38 to bb87f3c Compare April 2, 2025 08:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb87f3c to 9423e1c Compare April 2, 2025 08:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9423e1c to ddcff74 Compare April 2, 2025 08:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddcff74 to 187a3e5 Compare April 2, 2025 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 187a3e5 to 7f54e80 Compare April 2, 2025 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f54e80 to b60e78b Compare April 2, 2025 08:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b60e78b to b051286 Compare April 2, 2025 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b051286 to 9b82060 Compare April 2, 2025 08:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b82060 to c72f75c Compare April 2, 2025 10:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c72f75c to 21ff136 Compare April 2, 2025 10:13
@renovate renovate bot merged commit 70f75f3 into main Apr 2, 2025
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 2, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants