chore(deps): update dependency snap-shot-it to v7 #61
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:
4.1.5->7.4.4Release Notes
bahmutov/snap-shot-it
v7.4.4Compare Source
Bug Fixes
v7.4.3Compare Source
Bug Fixes
v7.4.2Compare Source
Bug Fixes
v7.4.1Compare Source
Bug Fixes
v7.4.0Compare Source
Features
See https://github.com/bahmutov/snap-shot-it#sorted-snapshots
v7.3.0Compare Source
Features
v7.2.0Compare Source
Features
You can pass your own NPM modules as
pre-compare,compareandstorefunctions usingpackage.json. For example, to use both local and 3rd party NPM modules{ "config": { "snap-shot-it": { "pre-compare": "./pre-compare", "compare": "snap-shot-compare", "store": "./store" } } }Each NPM module in this case should export a definition of a function that matches the expected core function
pre-compareis simply an identity or transformation functioncompareshould match snap-shot-core#compare-function, for example see snap-shot-comparestoreis another identity or transformation function, see snap-shot-core#store-functionv7.1.0Compare Source
Bug Fixes
Features
if you add options to package.json
{ "config": { "snap-shot-it": { "useRelativePath": true } } }then nested specs will have nested folders inside
__snapshots__likeinput spec files
result should be
v7.0.1Compare Source
Bug Fixes
v7.0.0Compare Source
major
BREAKING CHANGES
You can still sort using
SNAPSHOT_SORT=1environment variable.v6.3.5Compare Source
Bug Fixes
v6.3.4Compare Source
Bug Fixes
v6.3.3Compare Source
Bug Fixes
v6.3.2Compare Source
Bug Fixes
v6.3.1Compare Source
Bug Fixes
v6.3.0Compare Source
Features
v6.2.10Compare Source
Bug Fixes
v6.2.9Compare Source
Bug Fixes
v6.2.8Compare Source
Bug Fixes
v6.2.7Compare Source
Bug Fixes
v6.2.6Compare Source
Bug Fixes
v6.2.5Compare Source
Bug Fixes
v6.2.4Compare Source
Bug Fixes
v6.2.3Compare Source
Bug Fixes
v6.2.2Compare Source
Bug Fixes
v6.2.1Compare Source
Bug Fixes
v6.2.0Compare Source
Features
v6.1.10Compare Source
Bug Fixes
v6.1.9Compare Source
Bug Fixes
v6.1.8Compare Source
Bug Fixes
v6.1.7Compare Source
Bug Fixes
v6.1.6Compare Source
Bug Fixes
v6.1.5Compare Source
Bug Fixes
v6.1.4Compare Source
Bug Fixes
v6.1.3Compare Source
Bug Fixes
v6.1.2Compare Source
Bug Fixes
v6.1.1Compare Source
Bug Fixes
v6.1.0Compare Source
Features
v6.0.1Compare Source
Bug Fixes
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
Renovate configuration
📅 Schedule: "before 3am on the first day of the month" in timezone America/New_York.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.