-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update dependency syrupy to v4 #292
Open
mend-for-github-com
wants to merge
1
commit into
main
Choose a base branch
from
whitesource-remediate/syrupy-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
902e830
to
e3a3abf
Compare
9cd8b63
to
16e45a8
Compare
6fd3d1a
to
54563ab
Compare
b2103e8
to
a7012e6
Compare
a7012e6
to
2652072
Compare
8a0bac1
to
9a23b0a
Compare
a10cd3a
to
ccd2784
Compare
c66718f
to
5e3b31b
Compare
f998456
to
6b903bb
Compare
6b903bb
to
b829add
Compare
|
b829add
to
baa8b1e
Compare
004c5f3
to
af07240
Compare
51678ba
to
162be13
Compare
162be13
to
686a75a
Compare
686a75a
to
2ded4f1
Compare
db073b4
to
573fbae
Compare
4ae77ed
to
571e30d
Compare
3e2359f
to
4f2f16a
Compare
4f2f16a
to
f455bc2
Compare
fea6a4f
to
6c59e44
Compare
6c59e44
to
03b95aa
Compare
03b95aa
to
3375f94
Compare
3375f94
to
6291e18
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
Release Notes
tophat/syrupy (syrupy)
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Features
v4.5.0
Compare Source
Features
v4.4.0
Compare Source
Features
v4.3.0
Compare Source
Features
4.2.2 (2023-08-28)
Bug Fixes
4.2.1 (2023-08-21)
Bug Fixes
v4.2.2
Compare Source
Bug Fixes
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Features
4.1.1 (2023-08-17)
Bug Fixes
v4.1.1
Compare Source
Bug Fixes
v4.1.0
Compare 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.8
Compare Source
Bug Fixes
v4.0.7
Compare Source
Bug Fixes
v4.0.6
Compare Source
Bug Fixes
v4.0.5
Compare Source
Bug Fixes
v4.0.4
Compare Source
Bug Fixes
v4.0.3
Compare Source
Bug Fixes
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
Bug Fixes
v4.0.0
Compare 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.