homekit
homekit copied to clipboard
chore(deps): update insta requirement from 0.10.0 to 1.5.1
Updates the requirements on insta to permit the latest version.
Changelog
Sourced from insta's changelog.
1.5.1
- Fixed glob not working correctly.
- Fail by default if glob is not returning any matches. Fixes #151.
1.5.0
- Add
pending-snapshotsparameter tocargo-insta.cargo-instanow honors ignore files. This can be overridden with--no-ignore.cargo-instanow supports the vscode extension.1.4.0
- Add
--delete-unreferenced-snapshotsparameter tocargo-insta.- Switch to the
globsetcrate for theglobfeature.- When
INSTA_UPDATEis set toalwaysorunseenit won't fail on execution.- Changed informational outputs also show on pass.
1.3.0
- Expose more useful methods from
Content.- Fixes for latest rustc version.
1.2.0
- Fix invalid offset calculation for inline snapshot (#137)
- Added support for newtype variant redactions. (#139)
1.1.0
- Added the
INSTA_SNAPSHOT_REFERENCES_FILEenvironment variable to support deletions of unreferenced snapshot files. (#136)- Added support for TOML serializations.
- Avoid diff calculation on large input files. (#135)
- Added
prepend_module_to_snapshotflag to disable prepending of module names to snapshot files. (#133)- Made
consoledependency optional. Thecolorsfeature can be disabled now which disables colored output.1.0.0
- Globs now follow links (#132)
- Added CSV Support (#134)
- Changed globs to also include directories not just files.
- Support snapshots outside source folder. (#70)
- Update RON to 0.6.
0.16.1
Commits
978ef7f1.5.19728295Fix glob not working and fail if it does not return matches (#152)efe84abvscode 1.0.6f7b219f1.5.059c58c1Update changelog for 1.5.05c03b86Add vscode screenshot to readme7652f0aUpdate cargo-insta readme3279c37Significant VS Code Improvements (#150)42e6c5dAdded basic support for accepting/rejecting snapshots8cd8125Update changelog for vscode extension- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)