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 from 5.2.6 to 6.2.2 #12919

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps wagtail from 5.2.6 to 6.2.2.

Release notes

Sourced from wagtail's releases.

6.2.2

  • Fix: Fix various instances of USE_THOUSAND_SEPARATOR formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott)
  • Fix: Fix broken link to user search (Shlomo Markowitz)
  • Fix: Make sure content metrics falls back to body element only when intended (Sage Abdullah)
  • Fix: Remove wrongly-added filters from redirects index (Matt Westcott)
  • Fix: Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott)
  • Docs: Clarify process for UserViewSet customization (Sage Abdullah)

6.2.1

  • Fix: Handle child_block being passed as a kwarg in ListBlock migrations (Matt Westcott)
  • Fix: Fix broken task type filter in workflow task chooser modal (Sage Abdullah)
  • Fix: Prevent circular imports between wagtail.admin.models and custom user models (Matt Westcott)
  • Fix: Ensure that concurrent editing check works for users who only have edit access via workflows (Matt Westcott)

6.2

  • Optimize and consolidate redirects report view into the index view (Jake Howard, Dan Braghis)
  • Support a HOSTNAMES parameter on WAGTAILFRONTENDCACHE to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America)
  • Refactor redirects edit view to use the generic EditView and breadcrumbs (Rohit Sharma)
  • Allow custom permission policies on snippets to prevent superusers from creating or editing them (Sage Abdullah)
  • Do not link to edit view from listing views if user has no permission to edit (Sage Abdullah)
  • Allow access to snippets and other model viewsets to users with "View" permission (Sage Abdullah)
  • Skip ChooseParentView if only one possible valid parent page is available (Matthias Brück)
  • Add copy_for_translation_done signal when a page is copied for translation (Arnar Tumi Þorsteinsson)
  • Remove reduced opacity for draft page title in listings (Inju Michorius)
  • Adopt more compact representation for StreamField definitions in migrations (Matt Westcott)
  • Implement a new design for locale labels in listings (Albina Starykova)
  • Add alt text validation rule in the accessibility checker (Albina Starykova)
  • Add a deactivate() method to ProgressController (Alex Morega)
  • Allow manually specifying credentials for CloudFront frontend cache backend (Jake Howard)
  • Automatically register permissions for models registered with a ModelViewSet (Sage Abdullah)
  • Implement universal listings UI for report views (Sage Abdullah)
  • Make routable_resolver_match attribute available on RoutablePageMixin responses (Andy Chosak)
  • Support customizations to UserViewSet via the app config (Sage Abdullah)
  • Add word count and reading time metrics within the page editor (Albina Starykova. Sponsored by The Motley Fool)
  • Implement a new design for accessibility checks (Albina Starykova)
  • Allow changing available privacy options per page model (Shlomo Markowitz)
  • Add concurrent editing notifications for pages and snippets (Matt Westcott, Sage Abdullah)
  • Add "soft" client-side validation for StreamBlock / ListBlock min_num / max_num (Matt Westcott)
  • Log accessibility checker results in the console to help developers with troubleshooting (Thibaud Colas)
  • Disable pointer events on checker highlights to simplify DevTools inspections (Thibaud Colas)
  • Fix: Make WAGTAILIMAGES_CHOOSER_PAGE_SIZE setting functional again (Rohit Sharma)
  • Fix: Enable richtext template tag to convert lazy translation values (Benjamin Bach)
  • Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott)
  • Fix: Preserve whitespace in comment replies (Elhussein Almasri)
  • Fix: Address layout issues in the title cell of universal listings (Sage Abdullah)
  • Fix: Support SVG icon id attributes with single quotes in the styleguide (Sage Abdullah)
  • Fix: Do not show delete button on model edit views if per-instance permissions prevent deletion (Matt Westcott)
  • Fix: Remove duplicate header in privacy dialog when a privacy setting is set on a parent page or collection (Matthias Brück)
  • Fix: Allow renditions of .ico images (Julie Rymer)
  • Fix: Handle choice groups as dictionaries in active filters (Sébastien Corbin)

... (truncated)

Changelog

Sourced from wagtail's changelog.

6.2.2 (24.09.2024)


 * Fix: Fix various instances of `USE_THOUSAND_SEPARATOR` formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott)
 * Fix: Fix broken link to user search (Shlomo Markowitz)
 * Fix: Make sure content metrics falls back to body element only when intended (Sage Abdullah)
 * Fix: Remove wrongly-added filters from redirects index (Matt Westcott)
 * Fix: Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott)
 * Docs: Clarify process for UserViewSet customization (Sage Abdullah)

6.2.1 (20.08.2024)

  • Fix: Handle child_block being passed as a kwarg in ListBlock migrations (Matt Westcott)
  • Fix: Fix broken task type filter in workflow task chooser modal (Sage Abdullah)
  • Fix: Prevent circular imports between wagtail.admin.models and custom user models (Matt Westcott)
  • Fix: Ensure that concurrent editing check works for users who only have edit access via workflows (Matt Westcott)

6.2 (01.08.2024)


 * Optimize and consolidate redirects report view into the index view (Jake Howard, Dan Braghis)
 * Support a `HOSTNAMES` parameter on `WAGTAILFRONTENDCACHE` to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America)
 * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma)
 * Allow custom permission policies on snippets to prevent superusers from creating or editing them (Sage Abdullah)
 * Do not link to edit view from listing views if user has no permission to edit (Sage Abdullah)
 * Allow access to snippets and other model viewsets to users with "View" permission (Sage Abdullah)
 * Skip `ChooseParentView` if only one possible valid parent page is available (Matthias Brück)
 * Add `copy_for_translation_done` signal when a page is copied for translation (Arnar Tumi Þorsteinsson)
 * Remove reduced opacity for draft page title in listings (Inju Michorius)
 * Adopt more compact representation for StreamField definitions in migrations (Matt Westcott)
 * Implement a new design for locale labels in listings (Albina Starykova)
 * Add alt text validation rule in the accessibility checker (Albina Starykova)
 * Add a `deactivate()` method to `ProgressController` (Alex Morega)
 * Allow manually specifying credentials for CloudFront frontend cache backend (Jake Howard)
 * Automatically register permissions for models registered with a `ModelViewSet` (Sage Abdullah)
 * Implement universal listings UI for report views (Sage Abdullah)
 * Make `routable_resolver_match` attribute available on RoutablePageMixin responses (Andy Chosak)
 * Support customizations to `UserViewSet` via the app config (Sage Abdullah)
 * Add word count and reading time metrics within the page editor (Albina Starykova. Sponsored by The Motley Fool)
 * Implement a new design for accessibility checks (Albina Starykova)
 * Allow changing available privacy options per page model (Shlomo Markowitz)
 * Add concurrent editing notifications for pages and snippets (Matt Westcott, Sage Abdullah)
 * Add "soft" client-side validation for `StreamBlock` / `ListBlock` `min_num` / `max_num` (Matt Westcott)
 * Log accessibility checker results in the console to help developers with troubleshooting (Thibaud Colas)
 * Disable pointer events on checker highlights to simplify DevTools inspections (Thibaud Colas)
 * Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma)
 * Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach)
</tr></table> 

... (truncated)

Commits
  • d24bedc Version bump to 6.2.2
  • 1f92b10 Fill in release date for 6.2.2
  • a4b957c Fetch new translations from Transifex
  • 187b354 Release note for #12352 in 6.2.2
  • 2c9003b Stop PopularTagsFilter from applying an IN clause when not filtering
  • ebbad32 Docs - Update spelling & reference in release notes for UserViewSet for 6.2.2
  • 910dea7 Release note for #12332 in 6.2.2
  • ff01041 Remove unnecessary filters from redirects index
  • 4ec9220 Fix content metrics plugin to work on the main element before falling back to...
  • 5d0bb06 Release note for #12298 in 6.2.2
  • 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)

┆Issue is synchronized with this Jira Story

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python labels Sep 24, 2024
Bumps [wagtail](https://github.com/wagtail/wagtail) from 5.2.6 to 6.2.2.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v5.2.6...v6.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-6.2.2 branch from 3513145 to 4b35a30 Compare September 24, 2024 21:56
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 pip Used for dependabot PR's having to do with pip/python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants