Skip to content

Commit

Permalink
chore(deps): update dependency bogus to 35.6.2 (#2004)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Bogus](https://github.com/bchavez/Bogus) | `35.6.1` ->
`35.6.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Bogus/35.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Bogus/35.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Bogus/35.6.1/35.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Bogus/35.6.1/35.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bchavez/Bogus (Bogus)</summary>

###
[`v35.6.2`](https://github.com/bchavez/Bogus/blob/HEAD/HISTORY.md#v3562)

Release Date: 2025-02-20

-   PR 584: Pack LICENSE file with NuGet package. Also, use ProjectIcon.
- Issue 581: Fix `Randomizer.ULong()` arithmetic overflow. Thanks
[@&#8203;reuterma24](https://github.com/reuterma24)!
- PR 586: Use .NET 9 SDK build tooling. Thanks
[@&#8203;SimonCropp](https://github.com/SimonCropp)!
- PR 587: Fix CS1584 incorrect use of cref in XML doc comment. Thanks
[@&#8203;SimonCropp](https://github.com/SimonCropp)!
- PR 589: Unlock ability to use any .NET SDK build tooling on AppVeyor.
Thanks [@&#8203;SimonCropp](https://github.com/SimonCropp)!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on
Wednesday" (UTC), 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/Altinn/dialogporten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent d6df681 commit 1161c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="MassTransit.EntityFrameworkCore" Version="8.3.6"/>
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.2"/>
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.8"/>
<PackageReference Include="Bogus" Version="35.6.1"/>
<PackageReference Include="Bogus" Version="35.6.2"/>
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.2"/>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.2"/>
<PackageReference Include="Npgsql" Version="9.0.2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1"/>
<PackageReference Include="Bogus" Version="35.6.2"/>
<PackageReference Include="CommandLineParser" Version="2.9.1"/>
</ItemGroup>

Expand Down

0 comments on commit 1161c9f

Please sign in to comment.