libvibrant / vibrantDeck

Plugin for the Steam Deck, to adjust color settings, like saturation or gamma
GNU Lesser General Public License v3.0
137 stars 7 forks source link

fix(deps): update dependency typescript-json-serializer to v6 #48

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript-json-serializer 5.1.0 -> 6.0.0 age adoption passing confidence

Release Notes

GillianPerard/typescript-json-serializer ### [`v6.0.0`](https://togithub.com/GillianPerard/typescript-json-serializer/blob/HEAD/CHANGELOG.md#​600-2023-03-29) [Compare Source](https://togithub.com/GillianPerard/typescript-json-serializer/compare/1b0f69cb42ab458cbb5e721fc3a6e171c6eae750...71d830971cd51b91531016ae3101ed60245dc1a3) Check the new [README](./README.md) to understand how to use `typescript-json-serializer` now. ##### BREAKING CHANGES - `JsonObject`: empty object `{}` is no longer passed to the constructor on deserialize. This list of default params must be pass to the `JsonObject` thanks to the new `constructorParams` property of the `JsonObjectOptions` if the class contains a constructor with params used in the constructor body. ##### Fixes - **deps:** bump json5 from 2.2.0 to 2.2.3 ([#​196](https://togithub.com/GillianPerard/typescript-json-serializer/pull/196)) ([63d941d](https://togithub.com/GillianPerard/typescript-json-serializer/commit/63d941dcf2e77cd8749471a03bea097bd773acd7)) - **JsonObject**: `JsonObjectOptions` has been added to manage default constructor params values ([#​200](https://togithub.com/GillianPerard/typescript-json-serializer/issues/200)) ([8f9eba8](https://togithub.com/GillianPerard/typescript-json-serializer/commit/8f9eba8a9b74beff602a7e30fe28b2c936c4643f)) - **JsonSerializer**: take in account the default value of properties when it checks if the value is `required` ([#​201](https://togithub.com/GillianPerard/typescript-json-serializer/issues/201)) ([136ed86](https://togithub.com/GillianPerard/typescript-json-serializer/commit/136ed8685c2d94a89acd4b7f76fcf6a80fdea179))

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.