Skip to content

Commit 7eedaa7

Browse files
chore(deps): update dependency publicapigenerator to 11.4.5 (#3991)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [PublicApiGenerator](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator) | `11.4.2` -> `11.4.5` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/PublicApiGenerator/11.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/PublicApiGenerator/11.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/PublicApiGenerator/11.4.2/11.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/PublicApiGenerator/11.4.2/11.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PublicApiGenerator/PublicApiGenerator (PublicApiGenerator)</summary> ### [`v11.4.5`](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/releases/tag/11.4.5) [Compare Source](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/compare/11.4.4...11.4.5) #### What's Changed - Handle ordering of type aliases for `Nullable<T>` by [@&#8203;sungam3r](https://redirect.github.com/sungam3r) in [https://github.com/PublicApiGenerator/PublicApiGenerator/pull/470](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/pull/470) **Full Changelog**: PublicApiGenerator/PublicApiGenerator@11.4.4...11.4.5 ### [`v11.4.4`](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/releases/tag/11.4.4) [Compare Source](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/compare/11.4.3...11.4.4) #### What's Changed - Handle ordering of type aliases by [@&#8203;sungam3r](https://redirect.github.com/sungam3r) in [https://github.com/PublicApiGenerator/PublicApiGenerator/pull/469](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/pull/469) **Full Changelog**: PublicApiGenerator/PublicApiGenerator@11.4.3...11.4.4 ### [`v11.4.3`](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/releases/tag/11.4.3) [Compare Source](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/compare/11.4.2...11.4.3) #### What's Changed - Handle ordering of nullable arguments with constraints by [@&#8203;sungam3r](https://redirect.github.com/sungam3r) in [https://github.com/PublicApiGenerator/PublicApiGenerator/pull/468](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/pull/468) - Bump Roslynator.Analyzers from 4.13.0 to 4.13.1 in /src by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/PublicApiGenerator/PublicApiGenerator/pull/467](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/pull/467) - Bump Roslynator.Formatting.Analyzers from 4.13.0 to 4.13.1 in /src by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/PublicApiGenerator/PublicApiGenerator/pull/466](https://redirect.github.com/PublicApiGenerator/PublicApiGenerator/pull/466) **Full Changelog**: PublicApiGenerator/PublicApiGenerator@11.4.2...11.4.3 </details> --- ### Configuration 📅 **Schedule**: 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e263c73 commit 7eedaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
2323
<PackageVersion Include="Mocks.Maui" Version="1.1.8" />
2424
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" />
25-
<PackageVersion Include="PublicApiGenerator" Version="11.4.2" />
25+
<PackageVersion Include="PublicApiGenerator" Version="11.4.5" />
2626
<PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
2727
<PackageVersion Include="Roslynator.Analyzers" Version="4.13.1" />
2828
<PackageVersion Include="Splat" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)