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

pip: (deps): bump wagtail from 6.3.2 to 6.4 #2139

Merged
merged 3 commits into from
Feb 4, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps wagtail from 6.3.2 to 6.4.

Release notes

Sourced from wagtail's releases.

6.4

  • Support for background tasks using django-tasks (Jake Howard)
  • Add search terms report (Noah van der Meer, Sage Abdullah)
  • Add the ability to apply basic Page QuerySet optimizations to specific() sub-queries using select_related & prefetch_related (Andy Babic)
  • Increase DATA_UPLOAD_MAX_NUMBER_FIELDS in project template (Matt Westcott)
  • Stop invalid Site hostname records from breaking preview (Matt Westcott)
  • Set sensible defaults for InlinePanel heading and label (Matt Westcott)
  • Limit tags autocompletion to 10 items and add delay to avoid performance issues with large number of matching tags (Aayushman Singh)
  • Add the ability to restrict what types of requests a Pages supports via allowed_http_methods (Andy Babic)
  • Allow plain strings in panel definitions as shorthand for FieldPanel / InlinePanel (Matt Westcott)
  • Only allow selection of valid new parents within the copy Page view (Mauro Soche)
  • Add on_serve_page hook to modify the serving chain of pages (Krystian Magdziarz, Dawid Bugajewski)
  • Add support for WAGTAIL_GRAVATAR_PROVIDER_URL URLs with query string parameters (Ayaan Qadri, Guilhem Saurel)
  • Add get_avatar_url hook to customise user avatars (James Harrington)
  • Set content security policy (CSP) headers to block embedded content when serving images and documents (Jake Howard, with thanks to Ali İltizar for the initial report)
  • Add page as a third parameter to the construct_wagtail_userbar hook (claudobahn)
  • Enable breadcrumbs in revisions compare view (Sage Abdullah)
  • Skip loading of unused JavaScript to speed up 404 page rendering (Sage Abdullah)
  • Replace l18n library with JavaScript Intl API for time zone options in Account view (Sage Abdullah)
  • Use explicit label for defaulting to server language in account settings (Sage Abdullah)
  • Add support for specifying an operator on Fuzzy queries (Tom Usher)
  • Remove support for Safari 15 (Thibaud Colas)
  • Populate the ImageBlock alt text from the image’s default alt text when selecting a new image (Matt Westcott)
  • Prevent main menu from re-rendering when clicking outside while the menu is closed (Sage Abdullah)
  • Fill in the ImageBlock alt text from the image’s default alt text when converting from ImageChooserBlock (Cynthia Kiser)
  • Make sure typing text at the bottom of the page editor always scrolls enough to keep the text into view (Jatin Bhardwaj)
  • Add StreamField and InlinePanel interfaces support for drag-and-drop reordering of items (Thibaud Colas, Sage Abdullah)
  • Add previews support for StreamField blocks inside the block picker (Sage Abdullah, Thibaud Colas)
  • Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
  • Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
  • Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
  • Fix: Fix sub-menus within the main menu cannot be closed on mobile (Bojan Mihelac)
  • Fix: Fix animation overflow transition when navigating through subpages in the sidebar page explorer (manu)
  • Fix: Ensure form builder supports custom admin form validation (John-Scott Atlakson, LB (Ben) Johnston)
  • Fix: Ensure form builder correctly checks for duplicate field names when using a custom related name (John-Scott Atlakson, LB (Ben) Johnston)
  • Fix: Normalize StreamField.get_default() to prevent creation forms from breaking (Matt Westcott)
  • Fix: Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
  • Fix: Use correct connections on multi-database setups in database search backends (Jake Howard)
  • Fix: Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
  • Fix: Show the correct privacy status in the sidebar when creating a new page (Joel William)
  • Fix: Prevent generic model edit view from unquoting non-integer primary keys multiple times (Matt Westcott)
  • Fix: Ensure comments are functional when editing Page models with read_only Fieldpanels in use (Strapchay)
  • Fix: Ensure the accessible labels and tooltips reflect the correct private/public status on the live link button within pages after changing the privacy (Ayaan Qadri)
  • Fix: Fix empty th (table heading) elements that are not compliant with accessibility standards (Jai Vignesh J)
  • Fix: Ensure MultipleChooserPanel using images or documents work when nested within an InlinePanel when no other choosers are in use within the model (Elhussein Almasri)
  • Fix: Ensure MultipleChooserPanel works after doing a search in the page chooser modal (Matt Westcott)
  • Fix: Ensure new ListBlock instances get created with unique IDs in the admin client for accessibility and mini-map element references (Srishti Jaiswal)
  • Fix: Return never-cache HTTP headers when serving pages and documents with view restrictions (Krystian Magdziarz, Dawid Bugajewski)
  • Fix: Implement get_block_by_content_path on ImageBlock to prevent errors on commenting (Matt Westcott)
  • Fix: Add aria-expanded attribute to new column button on TypedTableBlock to reflect menu state (Ayaan Qadri, Scott Cranfill)

... (truncated)

Changelog

Sourced from wagtail's changelog.

6.4 (03.02.2025)


 * Support for background tasks using `django-tasks` (Jake Howard)
 * Add search terms report (Noah van der Meer, Sage Abdullah)
 * Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related` (Andy Babic)
 * Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
 * Stop invalid Site hostname records from breaking preview (Matt Westcott)
 * Set sensible defaults for InlinePanel heading and label (Matt Westcott)
 * Limit tags autocompletion to 10 items and add delay to avoid performance issues with large number of matching tags (Aayushman Singh)
 * Add the ability to restrict what types of requests a Pages supports via `allowed_http_methods` (Andy Babic)
 * Allow plain strings in panel definitions as shorthand for `FieldPanel` / `InlinePanel` (Matt Westcott)
 * Only allow selection of valid new parents within the copy Page view (Mauro Soche)
 * Add `on_serve_page` hook to modify the serving chain of pages (Krystian Magdziarz, Dawid Bugajewski)
 * Add support for `WAGTAIL_GRAVATAR_PROVIDER_URL` URLs with query string parameters (Ayaan Qadri, Guilhem Saurel)
 * Add `get_avatar_url` hook to customise user avatars (James Harrington)
 * Set content security policy (CSP) headers to block embedded content when serving images and documents (Jake Howard, with thanks to Ali İltizar for the initial report)
 * Add `page` as a third parameter to the `construct_wagtail_userbar` hook (claudobahn)
 * Enable breadcrumbs in revisions compare view (Sage Abdullah)
 * Skip loading of unused JavaScript to speed up 404 page rendering (Sage Abdullah)
 * Replace l18n library with JavaScript Intl API for time zone options in Account view (Sage Abdullah)
 * Use explicit label for defaulting to server language in account settings (Sage Abdullah)
 * Add support for specifying an operator on `Fuzzy` queries (Tom Usher)
 * Remove support for Safari 15 (Thibaud Colas)
 * Populate the ImageBlock alt text from the image’s default alt text when selecting a new image (Matt Westcott)
 * Prevent main menu from re-rendering when clicking outside while the menu is closed (Sage Abdullah)
 * Fill in the ImageBlock alt text from the image’s default alt text when converting from ImageChooserBlock (Cynthia Kiser)
 * Make sure typing text at the bottom of the page editor always scrolls enough to keep the text into view (Jatin Bhardwaj)
 * Add StreamField and InlinePanel interfaces support for drag-and-drop reordering of items (Thibaud Colas, Sage Abdullah)
 * Add previews support for StreamField blocks inside the block picker (Sage Abdullah, Thibaud Colas)
 * Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
 * Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
 * Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
 * Fix: Fix sub-menus within the main menu cannot be closed on mobile (Bojan Mihelac)
 * Fix: Fix animation overflow transition when navigating through subpages in the sidebar page explorer (manu)
 * Fix: Ensure form builder supports custom admin form validation (John-Scott Atlakson, LB (Ben) Johnston)
 * Fix: Ensure form builder correctly checks for duplicate field names when using a custom related name (John-Scott Atlakson, LB (Ben) Johnston)
 * Fix: Normalize `StreamField.get_default()` to prevent creation forms from breaking (Matt Westcott)
 * Fix: Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
 * Fix: Use correct connections on multi-database setups in database search backends (Jake Howard)
 * Fix: Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
 * Fix: Show the correct privacy status in the sidebar when creating a new page (Joel William)
 * Fix: Prevent generic model edit view from unquoting non-integer primary keys multiple times (Matt Westcott)
 * Fix: Ensure comments are functional when editing Page models with `read_only` `Fieldpanel`s in use (Strapchay)
 * Fix: Ensure the accessible labels and tooltips reflect the correct private/public status on the live link button within pages after changing the privacy (Ayaan Qadri)
 * Fix: Fix empty `th` (table heading) elements that are not compliant with accessibility standards (Jai Vignesh J)
 * Fix: Ensure `MultipleChooserPanel` using images or documents work when nested within an `InlinePanel` when no other choosers are in use within the model (Elhussein Almasri)
 * Fix: Ensure `MultipleChooserPanel` works after doing a search in the page chooser modal (Matt Westcott)
 * Fix: Ensure new `ListBlock` instances get created with unique IDs in the admin client for accessibility and mini-map element references (Srishti Jaiswal)
 * Fix: Return never-cache HTTP headers when serving pages and documents with view restrictions (Krystian Magdziarz, Dawid Bugajewski)
</tr></table> 

... (truncated)

Commits
  • 30d4da4 Expand docs for StreamField block previews
  • fa81702 Add reference docs for Block.get_template and Block.get_context
  • 430a8b0 Minor tweaks to StreamField block previews documentation
  • 54e0874 Fill in release date for 6.3.3
  • 9e2c51a Fill in release date for 5.2.8
  • 45960de Fill in release date for 6.4 final
  • 877bb37 Version bump to 6.4 final
  • 7828396 Fetch new translations from Transifex
  • 9901646 Ensure block preview is hidden when the user clears out the search input
  • 9786090 Release note for #12829 in 6.4
  • 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 [wagtail](https://github.com/wagtail/wagtail) from 6.3.2 to 6.4.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v6.3.2...v6.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 4, 2025 06:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2025
Copy link

sonarqubecloud bot commented Feb 4, 2025

@A-Ashiq A-Ashiq merged commit 9a3a934 into main Feb 4, 2025
14 checks passed
@A-Ashiq A-Ashiq deleted the dependabot/pip/wagtail-6.4 branch February 4, 2025 14:46
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.

1 participant