Skip to content
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

⬆️ update inline-snapshot requirement from ~=0.6.0 to ~=0.8.2 #458

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Updates the requirements on inline-snapshot to permit the latest version.

Release notes

Sourced from inline-snapshot's releases.

v0.8.2

What's Changed

  • removed restriction that the snapshot functions has to be called snapshot (#72) which allows you to use
    from inline_snapshot import snapshot as snap
  • report error in tear down for sub-snapshots with missing values (#70)
  • element access in sub-snapshots does not create new values

Full Changelog: 15r10nk/inline-snapshot@v0.8.1...v0.8.2

Changelog

Sourced from inline-snapshot's changelog.

v0.8.2 (2024-04-24)

Fix

  • removed restriction that the snapshot functions has to be called snapshot (#72)
  • report error in tear down for sub-snapshots with missing values (#70)
  • element access in sub-snapshots does not create new values

v0.8.1 (2024-04-22)

Fix

  • make typing less strict

v0.8.0 (2024-04-09)

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 (2024-02-27)

Feat

  • removed old --update-snapshots option

v0.6.1 (2024-01-28)

Fix

... (truncated)

Commits
  • 7e753a2 bump: version 0.8.1 → 0.8.2
  • 2b584d1 Merge pull request #71 from 15r10nk/empty_sub_snapshot
  • 3a4fdf3 fix: removed restriction that the snapshot functions has to be called snapsho...
  • 260ffc3 fix: report error in tear down for sub-snapshots with missing values (#70)
  • 1bcee40 fix: element access in sub-snapshots does not create new values
  • f7444f0 bump: version 0.8.0 → 0.8.1
  • 7afaca6 Merge pull request #69 from 15r10nk/typing
  • f099e1e fix: make typing less strict
  • 86c8738 Merge pull request #66 from 15r10nk/sponsors
  • a1be3c8 docs: add pydantic sponsor
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2024
Updates the requirements on [inline-snapshot](https://github.com/15r10nk/inline-snapshots) to permit the latest version.
- [Release notes](https://github.com/15r10nk/inline-snapshots/releases)
- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)
- [Commits](15r10nk/inline-snapshot@v0.6.0...v0.8.2)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/inline-snapshot-approx-eq-0.8.2 branch from 2fd3134 to 91bb3cf Compare April 26, 2024 23:28
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2024

Superseded by #473.

@dependabot dependabot bot closed this May 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-approx-eq-0.8.2 branch May 8, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants