ELifeRPG / Core

Core project
MIT License
3 stars 0 forks source link

chore(deps): update dependency stronglytypedid to 1.0.0-beta08 #111

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
StronglyTypedId 1.0.0-beta06 -> 1.0.0-beta08 age adoption passing confidence

Release Notes

andrewlock/StronglyTypedId (StronglyTypedId) ### [`v1.0.0-beta08`](https://togithub.com/andrewlock/StronglyTypedId/blob/HEAD/CHANGELOG.md#v100-beta08) Fixes - Fix bug in System.Text.Json converters that could cause errors when used with source generators ### [`v1.0.0-beta07`](https://togithub.com/andrewlock/StronglyTypedId/blob/HEAD/CHANGELOG.md#v100-beta07) Breaking Changes: - This release contains a fundamental change in how you define your IDs - For details see [the related issue](https://togithub.com/andrewlock/StronglyTypedId/issues/102), the [PR](https://togithub.com/andrewlock/StronglyTypedId/pull/117), or the [README](./README.md) - The "options" enums `StronglyTypedIdBackingType`, `StronglyTypedIdConverter`, and `StronglyTypedIdImplementations` have been removed. - Instead, you simply choose one of 4 different built-in templates, or use a custom template. Features - Adds `[GeneratedCode]` attribute to generated IDs (Fixes [https://github.com/andrewlock/StronglyTypedId/issues/57](https://togithub.com/andrewlock/StronglyTypedId/issues/57)) - Add support for parsing `SCOPE_IDENTITY()` and `@@​IDENTITY` in MSSQL with `DapperTypeHandler` (Fixes [https://github.com/andrewlock/StronglyTypedId/issues/118](https://togithub.com/andrewlock/StronglyTypedId/issues/118)) - Fix exception being thrown when deserializing nullable strongly-typed id backed by string (Fixes [https://github.com/andrewlock/StronglyTypedId/issues/83](https://togithub.com/andrewlock/StronglyTypedId/issues/83)) - Allow creating multiple IDs with the same name in a project (Fixes [https://github.com/andrewlock/StronglyTypedId/issues/74](https://togithub.com/andrewlock/StronglyTypedId/issues/74), [thanks @​jo-goro](https://togithub.com/andrewlock/StronglyTypedId/pull/77)!)

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.



This PR was generated by Mend Renovate. View the repository job log.