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

Bump wagtail-localize from 1.5.2 to 1.6 #11231

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps wagtail-localize from 1.5.2 to 1.6.

Release notes

Sourced from wagtail-localize's releases.

v1.6 - keeping the lights on, and swapping some with LEDs

This release adds a few bug fixes, and improves the translations report local filter.

[!WARNING] If you have tests that call .save_target() on Translation objects, or emulate submitting the translation via the UI, you will want to patch transaction.on_commit

# test_something.py
from django.db import transaction
...
def test_my_test(self):
    with patch.object(transaction, "on_commit", side_effect=lambda func: func()):
        translation.save_target()
    ...
 # or
@​patch.object(transaction, "on_commit", side_effect=lambda func: func())
def test_decorate_test(self, _mock_on_commit):
...

What's Changed

New Contributors

Full Changelog: wagtail/wagtail-localize@v1.5.2...v1.6

Changelog

Sourced from wagtail-localize's changelog.

[1.6] - 2023-10-01

Fixed

Changed

Commits
  • dc30d44 Bump version to 1.6
  • 6f4d8ab Fix non-page model creation with `WAGTAILLOCALIZE_SYNC_LIVE_STATUS_ON_TRANSLA...
  • 088a6bc Be less verbose in CI
  • a3cfca7 Use bitnami postgres with fsync off and in-memory data dir
  • 1abeef8 Ensure all variations run with sqlite/postgres
  • 99b7117 Update testing deps
  • 0aedcc3 Lint
  • 3821a6f Use ruff and update black
  • bc9f0dd Update GitHub Actions workflow deps
  • e6c48ea Add Wagtail 5.1 to the test matrix
  • 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)

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering labels Oct 9, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-localize-1.6 branch 4 times, most recently from fb28041 to ea0e872 Compare October 18, 2023 17:01
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-localize-1.6 branch from ea0e872 to b30873b Compare October 25, 2023 19:02
Bumps [wagtail-localize](https://github.com/wagtail/wagtail-localize) from 1.5.2 to 1.6.
- [Release notes](https://github.com/wagtail/wagtail-localize/releases)
- [Changelog](https://github.com/wagtail/wagtail-localize/blob/main/CHANGELOG.md)
- [Commits](wagtail/wagtail-localize@v1.5.2...v1.6)

---
updated-dependencies:
- dependency-name: wagtail-localize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-localize-1.6 branch from b30873b to 4c89474 Compare November 7, 2023 03:27
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #11443.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/wagtail-localize-1.6 branch November 20, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file engineering
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants