chore: Update dependency syrupy to v4#292
Open
mend-for-github-com[bot] wants to merge 1 commit into
Open
Conversation
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
4 times, most recently
from
May 9, 2023 18:55
902e830 to
e3a3abf
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
3 times, most recently
from
May 22, 2023 16:50
9cd8b63 to
16e45a8
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
4 times, most recently
from
May 25, 2023 19:48
6fd3d1a to
54563ab
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
11 times, most recently
from
June 6, 2023 23:35
b2103e8 to
a7012e6
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
from
June 12, 2023 22:27
a7012e6 to
2652072
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
3 times, most recently
from
June 29, 2023 21:45
8a0bac1 to
9a23b0a
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
4 times, most recently
from
July 7, 2023 15:55
a10cd3a to
ccd2784
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
12 times, most recently
from
August 3, 2023 20:43
bc4c608 to
c171c86
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
from
August 11, 2023 22:44
c171c86 to
f31928b
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
3 times, most recently
from
August 29, 2023 20:38
99f446c to
d98bab2
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
7 times, most recently
from
September 15, 2023 18:42
83ed10e to
ffa45ac
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/syrupy-4.x
branch
5 times, most recently
from
September 20, 2023 23:33
056de68 to
29fd20e
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.6->^3.0.6 || ^4.0.0Release Notes
tophat/syrupy (syrupy)
v4.6.1Compare Source
Bug Fixes
v4.6.0Compare Source
Features
v4.5.0Compare Source
Features
v4.4.0Compare Source
Features
v4.3.0Compare Source
Features
4.2.2 (2023-08-28)
Bug Fixes
4.2.1 (2023-08-21)
Bug Fixes
v4.2.2Compare Source
Bug Fixes
v4.2.1Compare Source
Bug Fixes
v4.2.0Compare Source
Features
4.1.1 (2023-08-17)
Bug Fixes
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
4.0.8 (2023-07-20)
Bug Fixes
4.0.7 (2023-07-20)
Bug Fixes
4.0.6 (2023-07-11)
Bug Fixes
4.0.5 (2023-07-04)
Bug Fixes
4.0.4 (2023-06-19)
Bug Fixes
4.0.3 (2023-06-19)
Bug Fixes
4.0.2 (2023-04-25)
Bug Fixes
4.0.1 (2023-02-21)
Bug Fixes
v4.0.8Compare Source
Bug Fixes
v4.0.7Compare Source
Bug Fixes
v4.0.6Compare Source
Bug Fixes
v4.0.5Compare Source
Bug Fixes
v4.0.4Compare Source
Bug Fixes
v4.0.3Compare Source
Bug Fixes
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
Serializers may now throw a TaintedSnapshotError which will tell the user to regenerate the snapshot even if the underlying data has not changed. This is to support rolling out more subtle changes to the serializers, such as the introduction of serializer metadata.
Renamed DataSerializer to AmberDataSerializer.
serializer: Key order is now preserved if using OrderedDict in both the Amber serializer and JSON serializer.
json: The JSONSnapshotExtension now serializes Python's None as "null" rather than "None".
Raise minimum python version to 3.8.1 and min. pytest version to v7.
PyTestLocation.filename has been renamed to .basename
refactor: add test_location kwarg to get_snapshot_name
refactor: get_snapshot_name is now static as a classmethod
refactor: remove pre and post read/write hooks
Pre and post read/write hooks have been removed without replacement to make internal refactor simpler. Please open a GitHub issue if you have a use case for these hooks.
refactor: rename Fossil to Collection
The term 'fossil' has been replaced by the clearer term 'collection'.
refactor: pass test_location to read_snapshot
refactor: remove singular write_snapshot method
refactor: dirname property to method
refactor: pass test_location to discover_snapshots
refactor: remove usage of self.test_location
refactor: make write_snapshot a classmethod
refactor: do not instantiate extension with test_location
Numerous instance methods have been refactored as classmethods.
3.0.6 (2022-12-30)
Bug Fixes
3.0.5 (2022-11-08)
Bug Fixes
3.0.4 (2022-11-03)
Bug Fixes
3.0.3 (2022-11-03)
Bug Fixes
3.0.2 (2022-09-23)
Bug Fixes
3.0.1 (2022-09-23)
Bug Fixes
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.