Skip to content

build(deps-dev): bump inline-snapshot from 0.20.9 to 0.22.2#217

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/inline-snapshot-0.22.2
Closed

build(deps-dev): bump inline-snapshot from 0.20.9 to 0.22.2#217
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/inline-snapshot-0.22.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps inline-snapshot from 0.20.9 to 0.22.2.

Release notes

Sourced from inline-snapshot's releases.

0.22.2

Fixed

  • show correct diff when pytest --inline-snapshot=report -vv is used (#231)

0.22.1

Fixed

  • The environment variable INLINE_SNAPSHOT_DEFAULT_FLAGS now takes precedence over all default flags defined in pyproject.toml.

  • inline-snapshot can now be used in combination with pytester.runpytest()

0.22.0

Added

  • You can now use the config option skip-snapshot-updates-for-now to skip the reporting of updates. But be aware that this option might not be there forever. Please create an issue if you think that the creation of snapshots can be improved.

0.21.3

Fixed

  • Allowed inline-snapshot to work when pytest-xdist is disabled with -n 0.

0.21.2

Fixed

  • repr(Is(x)) returns the same value as repr(x) to provide nice pytest outputs (#217)

0.21.1

Changed

  • trailing white spaces in multi-line strings are now terminated with an \n\.
    def test_something():
        assert "a   \nb\n" == snapshot(
            """\
    a   \n\
    b
    """
        )

0.21.0

Changed

  • inline-snapshot uses now --inline-snapshot=disable during CI runs by default. This improves performance because snapshot() is then equal to:
    def snapshot(x):
        return x

... (truncated)

Changelog

Sourced from inline-snapshot's changelog.

0.22.2 — 2025-04-14

Fixed

  • show correct diff when pytest --inline-snapshot=report -vv is used (#231)

0.22.1 — 2025-04-11

Fixed

  • The environment variable INLINE_SNAPSHOT_DEFAULT_FLAGS now takes precedence over all default flags defined in pyproject.toml.

  • inline-snapshot can now be used in combination with pytester.runpytest()

0.22.0 — 2025-04-03

Added

  • You can now use the config option skip-snapshot-updates-for-now to skip the reporting of updates. But be aware that this option might not be there forever. Please create an issue if you think that the creation of snapshots can be improved.

0.21.3 — 2025-04-02

Fixed

  • Allowed inline-snapshot to work when pytest-xdist is disabled with -n 0.

0.21.2 — 2025-03-31

Fixed

  • repr(Is(x)) returns the same value as repr(x) to provide nice pytest outputs (#217)

0.21.1 — 2025-03-29

Changed

  • trailing white spaces in multi-line strings are now terminated with an \n\.
    def test_something():
        assert "a   \nb\n" == snapshot(
            """\
    a   \n\
    b
    """

... (truncated)

Commits
  • 6bd7b22 bump: version 0.22.1 → 0.22.2
  • 9418dfb Merge pull request #232 from 15r10nk/fix_pytest_diff
  • fc2e054 fix: report correct pytest diff when --inline-snapshot=report -vv is used
  • 66ecd66 docs: removed giveaway mention
  • 294c2b9 bump: version 0.22.0 → 0.22.1
  • 9123d05 Merge pull request #227 from 15r10nk/fix_env_var
  • c35c2c3 Merge pull request #230 from 15r10nk/fix_pytester
  • 174ffaa fix: fixed bug in combination with pytest.pytester (#229)
  • ed557a8 fix: precedence of INLINE_SNAPSHOT_DEFAULT_FLAGS
  • 216cef1 Merge pull request #107 from 15r10nk/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [inline-snapshot](https://github.com/15r10nk/inline-snapshot) from 0.20.9 to 0.22.2.
- [Release notes](https://github.com/15r10nk/inline-snapshot/releases)
- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)
- [Commits](15r10nk/inline-snapshot@0.20.9...0.22.2)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-version: 0.22.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2025

Superseded by #218.

@dependabot dependabot bot closed this Apr 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.22.2 branch April 15, 2025 17:13
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants