Skip to content

build(deps): bump third-party/tray from df9af11 to 8ea4c68#5296

Merged
ReenigneArcher merged 1 commit into
masterfrom
dependabot/submodules/third-party/tray-8ea4c68
Jun 17, 2026
Merged

build(deps): bump third-party/tray from df9af11 to 8ea4c68#5296
ReenigneArcher merged 1 commit into
masterfrom
dependabot/submodules/third-party/tray-8ea4c68

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps third-party/tray from df9af11 to 8ea4c68.

Commits
  • 8ea4c68 chore(deps): update msys2/setup-msys2 action to v2.32.0 (#149)
  • 8ab5c63 chore(deps): update lizardbyte/actions action to v2026.605.34721 (#146)
  • cd73525 chore(deps): update codecov/codecov-action action to v7 (#148)
  • 21a0a14 fix(linux): run notify and acknowledge async (#141)
  • 84e46f1 chore(deps): update astral-sh/setup-uv action to v8.2.0 (#143)
  • 83c1f19 chore(deps): use lizardbyte-common for python helpers (#144)
  • c633308 chore(deps): update official github actions to v6.0.3 (#142)
  • See full diff in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [third-party/tray](https://github.com/LizardByte/tray) from `df9af11` to `8ea4c68`.
- [Release notes](https://github.com/LizardByte/tray/releases)
- [Commits](LizardByte/tray@df9af11...8ea4c68)

---
updated-dependencies:
- dependency-name: third-party/tray
  dependency-version: 8ea4c6835d623b1095a6c8885d70e6c836ca2307
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Jun 17, 2026
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 17.70%. Comparing base (423a69a) to head (1636aef).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5296      +/-   ##
==========================================
- Coverage   17.73%   17.70%   -0.03%     
==========================================
  Files         111      111              
  Lines       24441    24441              
  Branches    10822    10822              
==========================================
- Hits         4335     4328       -7     
+ Misses      18509    15682    -2827     
- Partials     1597     4431    +2834     
Flag Coverage Δ
Archlinux 11.19% <ø> (ø)
FreeBSD-aarch64 ?
FreeBSD-amd64 13.23% <ø> (-0.01%) ⬇️
Homebrew-ubuntu-24.04 13.23% <ø> (ø)
Linux-AppImage 12.11% <ø> (ø)
Windows-AMD64 14.91% <ø> (ø)
Windows-ARM64 13.20% <ø> (+<0.01%) ⬆️
macOS-arm64 18.83% <ø> (ø)
macOS-x86_64 18.31% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 67 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 423a69a...1636aef. Read the comment docs.

@ReenigneArcher

Copy link
Copy Markdown
Member

@Kishi85 does this resolve any open issues?

@Kishi85

Kishi85 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

#2778 and #4199 should be fixed by this due to running libnotify notifications async.

@ReenigneArcher ReenigneArcher merged commit b9e0739 into master Jun 17, 2026
127 of 128 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/submodules/third-party/tray-8ea4c68 branch June 17, 2026 13:33
Nottlespike added a commit to RESMP-DEV/Sunshine that referenced this pull request Jun 18, 2026
…der enablement

Carries the FFmpeg configure flag change (LizardByte/build-deps#693,
commit c40fba6 "build: enable ProRes VideoToolbox encoder") that the
ProRes runtime wiring in this PR depends on.

The SHA a51ecf15 lives on the RESMP-DEV/build-deps fork branch
feat/ffmpeg/enable-prores-videotoolbox-encoder — it is not yet on
LizardByte/build-deps master because build-deps#693 is still open.

Normally this would ship as a standalone `build(deps): bump
third-party/build-deps` PR per the Sunshine convention (cf. LizardByte#5296,
LizardByte#5280, LizardByte#5271), but those PRs always point at canonical master SHAs.
Until build-deps#693 lands, this fork-scoped pointer is folded into
the feature PR so reviewers can actually build and test the ProRes
path. Once LizardByte#693 merges, replace a51ecf15 with the canonical master
SHA via the standard dep-bump flow.
Nottlespike added a commit to RESMP-DEV/Sunshine that referenced this pull request Jun 18, 2026
…der enablement

Carries the FFmpeg configure flag change (LizardByte/build-deps#693,
commit c40fba6 "build: enable ProRes VideoToolbox encoder") that the
ProRes runtime wiring in this PR depends on.

The SHA a51ecf15 lives on the RESMP-DEV/build-deps fork branch
feat/ffmpeg/enable-prores-videotoolbox-encoder — it is not yet on
LizardByte/build-deps master because build-deps#693 is still open.

Normally this would ship as a standalone `build(deps): bump
third-party/build-deps` PR per the Sunshine convention (cf. LizardByte#5296,
LizardByte#5280, LizardByte#5271), but those PRs always point at canonical master SHAs.
Until build-deps#693 lands, this fork-scoped pointer is folded into
the feature PR so reviewers can actually build and test the ProRes
path. Once LizardByte#693 merges, replace a51ecf15 with the canonical master
SHA via the standard dep-bump flow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SIGTRAP crash in stream::session::join due to deadlock with system tray/notification thread on Wayland [Linux] RTSP handshake fails when run as user

2 participants