Skip to content

build(deps): Bump wagtail from 2.11.9 to 6.3.8#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/wagtail-6.3.8
Open

build(deps): Bump wagtail from 2.11.9 to 6.3.8#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/wagtail-6.3.8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps wagtail from 2.11.9 to 6.3.8.

Release notes

Sourced from wagtail's releases.

6.3.8

  • Fix: CVE-2026-28222: Improper escaping of HTML (Cross-site Scripting) on TableBlock class attributes (Guan Chenxian, Matt Westcott)
  • Fix: CVE-2026-28223: Improper escaping of HTML (Cross-site Scripting) in simple_translation admin interface (Guan Chenxian, Matt Westcott)

6.3.7

  • Remove upper bound on Pillow dependency

6.3.6

  • Fix: Remove ngram parser on MySQL that prevented autocomplete search from returning results (Vince Salvino)
  • Fix: CVE-2026-25517: Improper permission handling on admin preview endpoints (thxtech, Matt Westcott, Jake Howard)

6.3.5

  • Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)
  • Fix: Fix broken migration when ListBlock is defined with a child_block kwarg (Matt Westcott)
  • Maintenance: Use utf8mb4 charset and collation for MySQL test database (Sage Abdullah)

6.3.4

  • Added support for Django 5.2
  • Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
  • Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
  • Maintenance: Remove upper version boundary for django-filter (Dan Braghis)

v6.3.3

  • Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
  • Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
  • Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
  • Fix: Prevent StreamChildrenToListBlockOperation from duplicating data across multiple StreamField instances (Joshua Munn)
  • Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
  • Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
  • Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
  • Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
  • Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
  • Docs: Revert incorrect example of appending a RichTextBlock to a StreamField (Matt Westcott)

6.3.2

  • Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
  • Fix: Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
  • Fix: Implement get_block_by_content_path on ImageBlock to prevent errors on commenting (Matt Westcott)
  • Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama)

6.3.1

  • Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)
  • Fix: Correctly handle ImageChooserBlock to ImageBlock data conversions where all inputs to bulk_to_python are null (Storm Heg, Matt Westcott)
  • Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
  • Fix: Remove forced capitalization of site name on admin dashboard (Thibaud Colas)
  • Docs: Reword BlogTagIndexPage example for clarity (Clifford Gama)
  • Docs: Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas)
  • Docs: Fix wagtailcache and wagtailpagecache examples to not use quotes for the fragment_name (Shiv)
  • Docs: Lower search result ranking for release notes on readthedocs search (Sage Abdullah)

... (truncated)

Changelog

Sourced from wagtail's changelog.

6.3.8 (03.03.2026)


 * Fix: CVE-2026-28222: Improper escaping of HTML (Cross-site Scripting) on TableBlock class attributes (Guan Chenxian, Matt Westcott)
 * Fix: CVE-2026-28223: Improper escaping of HTML (Cross-site Scripting) in simple_translation admin interface (Guan Chenxian, Matt Westcott)

6.3.7 (12.02.2026)

  • Remove upper bound on Pillow dependency

6.3.6 (03.02.2026)


 * Fix: Remove ngram parser on MySQL that prevented autocomplete search from returning results (Vince Salvino)
 * Fix: CVE-2026-25517: Improper permission handling on admin preview endpoints (thxtech, Matt Westcott, Jake Howard)

6.3.5 (12.06.2025)

  • Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)
  • Fix: Fix broken migration when ListBlock is defined with a child_block kwarg (Matt Westcott)
  • Maintenance: Use utf8mb4 charset and collation for MySQL test database (Sage Abdullah)

6.3.4 (24.04.2025)


 * Added support for Django 5.2
 * Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
 * Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
 * Maintenance: Remove upper version boundary for django-filter (Dan Braghis)

6.3.3 (03.02.2025)

  • Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
  • Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
  • Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
  • Fix: Prevent StreamChildrenToListBlockOperation from duplicating data across multiple StreamField instances (Joshua Munn)
  • Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
  • Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
  • Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
  • Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
  • Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
  • Docs: Revert incorrect example of appending a RichTextBlock to a StreamField (Matt Westcott)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 3, 2026
Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.11.9 to 6.3.8.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v2.11.9...v6.3.8)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-version: 6.3.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-6.3.8 branch from 5996900 to ed991f6 Compare March 26, 2026 13:53
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