mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-15 00:39:14 +00:00
Update dependency Sep to 0.15.0 (#137)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Sep](https://github.com/nietras/Sep) | `0.14.1` → `0.15.0` |  |  | --- ### Release Notes <details> <summary>nietras/Sep (Sep)</summary> ### [`v0.15.0`](https://github.com/nietras/Sep/releases/tag/v0.15.0): 0.15.0 #### What's Changed Minor breaking changes to API parameter names. - Bump actions/setup-dotnet from 5.2.0 to 5.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​545](https://github.com/nietras/Sep/pull/545) - Bump github/codeql-action from 4.35.3 to 4.36.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​544](https://github.com/nietras/Sep/pull/544) - Bump codecov/codecov-action from 6.0.0 to 6.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​547](https://github.com/nietras/Sep/pull/547) - Bump coverlet.collector from 10.0.0 to 10.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​549](https://github.com/nietras/Sep/pull/549) - Bump actions/dependency-review-action from 4.9.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​548](https://github.com/nietras/Sep/pull/548) - Bump step-security/harden-runner from 2.19.1 to 2.19.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​546](https://github.com/nietras/Sep/pull/546) - Bump MSTest from 4.2.2 to 4.2.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​550](https://github.com/nietras/Sep/pull/550) - Fix typos: `degreeOfParallism` parameter name and missing quote in exception message by [@​Copilot](https://github.com/Copilot) in [#​551](https://github.com/nietras/Sep/pull/551) - Remove unnessary `unsafe` usage by [@​nietras](https://github.com/nietras) in [#​552](https://github.com/nietras/Sep/pull/552) - Address and remove TODOs by [@​nietras](https://github.com/nietras) in [#​554](https://github.com/nietras/Sep/pull/554) - Fix Reader Spec forwarding, SepWriter dispose and README nits, expand tests by [@​nietras](https://github.com/nietras) in [#​555](https://github.com/nietras/Sep/pull/555) - Bump github/codeql-action from 4.36.0 to 4.36.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​558](https://github.com/nietras/Sep/pull/558) - Bump actions/checkout from 6.0.2 to 6.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​556](https://github.com/nietras/Sep/pull/556) - Bump codecov/codecov-action from 6.0.1 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​557](https://github.com/nietras/Sep/pull/557) **Full Changelog**: <https://github.com/nietras/Sep/compare/v0.14.1...v0.15.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/137
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<PackageVersion Include="Ryujinx.Systems.Update.Common" Version="2.0.6" />
|
||||
<PackageVersion Include="Gommon" Version="2.8.1.2" />
|
||||
<PackageVersion Include="securifybv.ShellLink" Version="0.1.0" />
|
||||
<PackageVersion Include="Sep" Version="0.14.1" />
|
||||
<PackageVersion Include="Sep" Version="0.15.0" />
|
||||
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
|
||||
<PackageVersion Include="Silk.NET.Shaderc" Version="2.23.0" />
|
||||
<PackageVersion Include="Silk.NET.Vulkan" Version="2.23.0" />
|
||||
|
||||
Reference in New Issue
Block a user