RobertCraigie / prisma-client-py

Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
https://prisma-client-py.readthedocs.io
Apache License 2.0
1.85k stars 81 forks source link

chore(deps): update dependency inline-snapshot to v0.12.0 #952

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inline-snapshot (changelog) ==0.6.1 -> ==0.12.0 age adoption passing confidence

Release Notes

15r10nk/inline-snapshot (inline-snapshot) ### [`v0.12.0`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v0120-2024-07-22) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.11.0...v0.12.0) ##### Feat - implement extra.raises - added inline_snapshot.testing.Example which can be used to test 3rd-party extensions ### [`v0.11.0`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v0110-2024-07-07) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.10.2...v0.11.0) ##### Feat - check if the result of copy.deepcopy() is equal to the copied value - support for `enum.Enum`, `enum.Flag`, `type` and omitting of default values ([#​73](https://togithub.com/15r10nk/inline-snapshot/issues/73)) ### [`v0.10.2`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v0102-2024-05-28) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.10.1...v0.10.2) ##### Fix - changed how --inline-snapshot=disable works in combination with xdist ([#​90](https://togithub.com/15r10nk/inline-snapshot/issues/90)) - fix typo, rename 'theme' with 'them' ### [`v0.10.1`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v0101-2024-05-26) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.10.0...v0.10.1) ##### Fix - trigger no update for trailing comma changes ### [`v0.10.0`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v0100-2024-05-21) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.9.0...v0.10.0) ##### BREAKING CHANGE - removed support for python 3.7 - removed `--inline-snapshot-disable` option and replaced it with `--inline-snapshot=disable` ##### Feat - new flags: *disable*, *short-report*, *report* and *review* - added config option and environment variable to specify default flags - show diff of changed snapshots in pytest report - interactive *review* mode ### [`v0.9.0`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v090-2024-05-07) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.8.2...v0.9.0) ##### Feat - check if inline-snapshot is used in combination with xdist and notify the user that this is not possible ##### Fix - change the quoting of strings does not trigger an update ### [`v0.8.2`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v082-2024-04-24) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.8.1...v0.8.2) ##### Fix - removed restriction that the snapshot functions has to be called snapshot ([#​72](https://togithub.com/15r10nk/inline-snapshot/issues/72)) - report error in tear down for sub-snapshots with missing values ([#​70](https://togithub.com/15r10nk/inline-snapshot/issues/70)) - element access in sub-snapshots does not create new values ### [`v0.8.1`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v081-2024-04-22) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.8.0...v0.8.1) ##### Fix - make typing less strict ### [`v0.8.0`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v080-2024-04-09) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.7.0...v0.8.0) ##### Feat - prevent dirty-equal values from triggering of updates - fix lists by calculating the alignment of the changed values - insert dict items - delete dict items - preserve not changed dict-values and list-elements ##### Fix - update with UndecidedValue - handle dicts with mulitple insertions and deletions - handle lists with mulitple insertions and deletions - fixed typing and coverage ##### Refactor - removed old *needs*\* logic - removed get_result - use \_get_changes api for DictValue - use \_get_changes api for CollectionValue - use \_get_changes api for MinMaxValue - use \_get_changes - moved some functions ### [`v0.7.0`](https://togithub.com/15r10nk/inline-snapshot/blob/HEAD/CHANGELOG.md#v070-2024-02-27) [Compare Source](https://togithub.com/15r10nk/inline-snapshot/compare/v0.6.1...v0.7.0) ##### Feat - removed old --update-snapshots option

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 was generated by Mend Renovate. View the repository job log.