dependabot[bot] opened a new pull request, #93: URL: https://github.com/apache/airavata-portals/pull/93
Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.13.4 to 6.3.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wagtail/wagtail/releases">wagtail's releases</a>.</em></p> <blockquote> <h2>6.3.6</h2> <ul> <li>Fix: Remove ngram parser on MySQL that prevented autocomplete search from returning results (Vince Salvino)</li> <li>Fix: CVE-2026-25517: Improper permission handling on admin preview endpoints (thxtech, Matt Westcott, Jake Howard)</li> </ul> <h2>6.3.5</h2> <ul> <li>Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)</li> <li>Fix: Fix broken migration when ListBlock is defined with a <code>child_block</code> kwarg (Matt Westcott)</li> <li>Maintenance: Use <code>utf8mb4</code> charset and collation for MySQL test database (Sage Abdullah)</li> </ul> <h2>6.3.4</h2> <ul> <li>Added support for Django 5.2</li> <li>Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)</li> <li>Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)</li> <li>Maintenance: Remove upper version boundary for django-filter (Dan Braghis)</li> </ul> <h2>v6.3.3</h2> <ul> <li>Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)</li> <li>Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)</li> <li>Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)</li> <li>Fix: Prevent <code>StreamChildrenToListBlockOperation</code> from duplicating data across multiple StreamField instances (Joshua Munn)</li> <li>Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)</li> <li>Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)</li> <li>Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)</li> <li>Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)</li> <li>Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)</li> <li>Docs: Revert incorrect example of appending a <code>RichTextBlock</code> to a <code>StreamField</code> (Matt Westcott)</li> </ul> <h2>6.3.2</h2> <ul> <li>Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)</li> <li>Fix: Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)</li> <li>Fix: Implement <code>get_block_by_content_path</code> on <code>ImageBlock</code> to prevent errors on commenting (Matt Westcott)</li> <li>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)</li> </ul> <h2>6.3.1</h2> <ul> <li>Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)</li> <li>Fix: Correctly handle <code>ImageChooserBlock</code> to <code>ImageBlock</code> data conversions where all inputs to <code>bulk_to_python</code> are null (Storm Heg, Matt Westcott)</li> <li>Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)</li> <li>Fix: Remove forced capitalization of site name on admin dashboard (Thibaud Colas)</li> <li>Docs: Reword <code>BlogTagIndexPage</code> example for clarity (Clifford Gama)</li> <li>Docs: Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas)</li> <li>Docs: Fix <code>wagtailcache</code> and <code>wagtailpagecache</code> examples to not use quotes for the <code>fragment_name</code> (Shiv)</li> <li>Docs: Lower search result ranking for release notes on readthedocs search (Sage Abdullah)</li> </ul> <h2>6.3 (LTS)</h2> <ul> <li>Add support for Python 3.13 (Matt Westcott)</li> <li>Add formal support for Django 5.1 (Matt Westcott)</li> <li>Add <code>ImageBlock</code> with alt text support (Chiemezuo Akujobi for Google Summer of Code, mentored by Storm Heg, Saptak Sengupta, Thibaud Colas and Matt Westcott)</li> <li>Implement incremental dashboard design enhancements (Albina Starykova, Ben Enright)</li> <li>Add a new enhanced contrast admin theming option for the admin interface (Albina Starykova, Victoria Ottah)</li> <li>Migrate workflow history views to universal listings (Sage Abdullah)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt">wagtail's changelog</a>.</em></p> <blockquote> <p>6.3.6 (03.02.2026)</p> <pre><code> * 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) <p>6.3.5 (12.06.2025)<br /> </code></pre></p> <ul> <li>Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)</li> <li>Fix: Fix broken migration when ListBlock is defined with a <code>child_block</code> kwarg (Matt Westcott)</li> <li>Maintenance: Use <code>utf8mb4</code> charset and collation for MySQL test database (Sage Abdullah)</li> </ul> <p>6.3.4 (24.04.2025)</p> <pre><code> * 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) <p>6.3.3 (03.02.2025)<br /> </code></pre></p> <ul> <li>Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)</li> <li>Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)</li> <li>Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)</li> <li>Fix: Prevent <code>StreamChildrenToListBlockOperation</code> from duplicating data across multiple StreamField instances (Joshua Munn)</li> <li>Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)</li> <li>Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)</li> <li>Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)</li> <li>Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)</li> <li>Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)</li> <li>Docs: Revert incorrect example of appending a <code>RichTextBlock</code> to a <code>StreamField</code> (Matt Westcott)</li> </ul> <p>6.3.2 (02.01.2025)</p> <pre><code> * 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) <p>6.3.1 (19.11.2024)<br /> </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wagtail/wagtail/commit/18dddaee3b6fb4af3d3b368f3e2e5ee8a020b765"><code>18dddae</code></a> Version bump to 6.3.6</li> <li><a href="https://github.com/wagtail/wagtail/commit/3128a8f2d85bb86c4b9b5243b369622c2e3cfc85"><code>3128a8f</code></a> Fill in release date for 6.3.6</li> <li><a href="https://github.com/wagtail/wagtail/commit/4fc4fd87e04f62776de21805088c8e4efbae4604"><code>4fc4fd8</code></a> Release note for CVE-2026-25517 in 6.3.6</li> <li><a href="https://github.com/wagtail/wagtail/commit/01fd3477365a193e6a8270311defb76e890d2719"><code>01fd347</code></a> Apply permission checks to page and snippet preview endpoints</li> <li><a href="https://github.com/wagtail/wagtail/commit/954c967ff50daaffbace0b18ac9341e35e54a918"><code>954c967</code></a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13069">#13069</a> in 6.3.6</li> <li><a href="https://github.com/wagtail/wagtail/commit/627158b8dd99162c986d5acd052e47c9502bcae0"><code>627158b</code></a> Remove ngram parser from autocomplete index on MySQL</li> <li><a href="https://github.com/wagtail/wagtail/commit/d52ef55be5bc46368f6bfcd44e29796d6506e3a0"><code>d52ef55</code></a> Fill in release date for 6.3.5</li> <li><a href="https://github.com/wagtail/wagtail/commit/45b46730970b55f7c5dd0f37a15e25097b5dc72d"><code>45b4673</code></a> Fill in release date for 6.2.4</li> <li><a href="https://github.com/wagtail/wagtail/commit/752721eabeff67c6d857fbe2b94b367107b0e12c"><code>752721e</code></a> Bump minimum Willow version to v1.10.0</li> <li><a href="https://github.com/wagtail/wagtail/commit/5ae02fda04def626512ade8dc21bbdd10c17d226"><code>5ae02fd</code></a> Include Python version in CircleCI cache key</li> <li>Additional commits viewable in <a href="https://github.com/wagtail/wagtail/compare/v2.13.4...v6.3.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/airavata-portals/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
