Skip to content

Commit

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

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Ulid](https://togithub.com/Cysharp/Ulid) | `1.3.3` -> `1.3.4` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Ulid/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Ulid/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Ulid/1.3.3/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Ulid/1.3.3/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Cysharp/Ulid (Ulid)</summary>

### [`v1.3.4`](https://togithub.com/Cysharp/Ulid/releases/tag/1.3.4):
Ver.1.3.4

[Compare
Source](https://togithub.com/Cysharp/Ulid/compare/1.3.3...1.3.4)

#### What's Changed

-   (may) fix ARMv7 Unity IL2CPP crash
- Use Cysharp/Actions/setup-dotnet default version by
[@&#8203;guitarrapc](https://togithub.com/guitarrapc) in
[https://github.com/Cysharp/Ulid/pull/62](https://togithub.com/Cysharp/Ulid/pull/62)
- ci: Cysharp/Actions/.github/workflows/create-release.yaml by
[@&#8203;guitarrapc](https://togithub.com/guitarrapc) in
[https://github.com/Cysharp/Ulid/pull/65](https://togithub.com/Cysharp/Ulid/pull/65)
- feat: change load secret from op by
[@&#8203;guitarrapc](https://togithub.com/guitarrapc) in
[https://github.com/Cysharp/Ulid/pull/70](https://togithub.com/Cysharp/Ulid/pull/70)
- ci: change upload-artifact & download-artifact to Cysharp/Actions by
[@&#8203;guitarrapc](https://togithub.com/guitarrapc) in
[https://github.com/Cysharp/Ulid/pull/71](https://togithub.com/Cysharp/Ulid/pull/71)
- chore(deps): bump System.Text.Json from 4.7.0 to 8.0.4 in
/src/Ulid.SystemTextJson by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/Cysharp/Ulid/pull/77](https://togithub.com/Cysharp/Ulid/pull/77)

#### New Contributors

- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/Cysharp/Ulid/pull/77](https://togithub.com/Cysharp/Ulid/pull/77)

**Full Changelog**:
Cysharp/Ulid@1.3.3...1.3.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 05af1ce commit cd0ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MumbleApi/MumbleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" />
<PackageReference Include="Ulid" Version="1.3.3" />
<PackageReference Include="Ulid" Version="1.3.4" />
<PackageReference Include="Zitadel" Version="6.1.2" />
</ItemGroup>

Expand Down

0 comments on commit cd0ba2c

Please sign in to comment.