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

build(deps): update dependency wagtail to >=6.3,<6.4 #565

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wagtail (source, changelog) >=6.1,<6.2 -> >=6.3,<6.4 age adoption passing confidence

Release Notes

wagtail/wagtail (wagtail)

v6.3.2: 6.3.2

Compare Source

  • 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)

v6.3.1: 6.3.1

Compare Source

  • 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)

v6.3: 6.3 (LTS)

Compare Source

  • Add support for Python 3.13 (Matt Westcott)
  • Add formal support for Django 5.1 (Matt Westcott)
  • Add ImageBlock with alt text support (Chiemezuo Akujobi for Google Summer of Code, mentored by Storm Heg, Saptak Sengupta, Thibaud Colas and Matt Westcott)
  • Implement incremental dashboard design enhancements (Albina Starykova, Ben Enright)
  • Add a new enhanced contrast admin theming option for the admin interface (Albina Starykova, Victoria Ottah)
  • Migrate workflow history views to universal listings (Sage Abdullah)
  • Refactor documents views to use universal designs (Sage Abdullah)
  • Refactor images views to use universal designs (Sage Abdullah)
  • Implement universal listings for workflow usage and page type usage views (Sage Abdullah)
  • Add search and filters to form pages listing (Sage Abdullah)
  • Add support for uploading HEIC / HEIF images (Matt Westcott)
  • Allow customization of preview device sizes in the live preview panel (Bart Cieliński, alexkiro, Sage Abdullah)
  • Formalize support for MariaDB (Sage Abdullah, Daniel Black)
  • Redirect to the last viewed listing page after deleting form submissions (Matthias Brück)
  • Provide getTextLabel method on date / time StreamField blocks (Vaughn Dickson)
  • Purge frontend cache when modifying redirects (Jake Howard)
  • Deprecate the WAGTAIL_AUTO_UPDATE_PREVIEW setting, use WAGTAIL_AUTO_UPDATE_PREVIEW_INTERVAL = 0 instead (Sage Abdullah)
  • Consistently use capfirst for title-casing model verbose names (Sébastien Corbin)
  • Fire copy_for_translation_done signal when copying translatable models as well as pages (Coen van der Kamp)
  • Add support for an image description field across all images, to better support accessible image descriptions (Chiemezuo Akujobi)
  • Prompt the user about unsaved changes when editing snippets (Sage Abdullah)
  • Make dashboard upgrade banners dismissible (Sage Abdullah)
  • Add support for specifying different preview modes to the "View draft" URL for pages (Robin Varghese)
  • Implement new designs for the footer actions dropdown with more contrast and larger text (Sage Abdullah)
  • All create/edit admin forms now use a sticky submit button, for consistency and to speed up edits (Sage Abdullah)
  • Secondary form actions such as "Delete" are now in the header actions menu (Sage Abdullah)
  • Allow setting page privacy rules when a restriction already exists on an ancestor page (Bojan Mihelac)
  • Automatically create links when pasting content that contain URLs into a rich text input (Thibaud Colas)
  • Add Uyghur language support
  • Fix: Prevent page type business rules from blocking reordering of pages (Andy Babic, Sage Abdullah)
  • Fix: Improve layout of object permissions table (Sage Abdullah)
  • Fix: Fix typo in aria-label attribute of page explorer navigation link (Sébastien Corbin)
  • Fix: Reinstate transparency indicator on image chooser widgets (Sébastien Corbin)
  • Fix: Remove table headers that have no text (Matt Westcott)
  • Fix: Fix broken link to user search (Shlomo Markowitz)
  • Fix: Ensure that JS slugify function strips Unicode characters disallowed by Django slug validation (Atif Khan)
  • Fix: Do not show notices about root / unroutable pages when searching or filtering in the page explorer (Matt Westcott)
  • Fix: Resolve contrast issue for page deletion warning (Sanjeev Holla S)
  • 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)
  • Fix: Fix content path links in usage view to scroll to the correct element (Sage Abdullah)
  • Fix: Always show the minimap toggle button (Albina Starykova)
  • Fix: Ensure that dropdown button toggles show with a border in high contrast mode (Ishwari8104, LB (Ben) Johnston)
  • Fix: Update email notification header to the new logo design (rahulsamant37)
  • Fix: Change file_size field on document model to avoid artificial 2Gb limit (Gabriel Getzie)
  • Fix: Ensure that TypedTableBlock uses the correct API representations of child blocks (Matt Westcott)
  • Fix: Footer action buttons now include their media definitions (Sage Abdullah)
  • Fix: Improve the text contrast of the bulk actions "Select all" button (Sage Abdullah)
  • Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)
  • Fix: Fix datetime fields overflowing its parent wrapper in listing filters (Rohit Singh)
  • Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas)
  • Fix: Improve layout of report listing tables (Sage Abdullah)
  • Fix: Fix regression from creation of AbstractGroupApprovalTask to ensure can_handle checks for the abstract class correctly (Sumana Sree Angajala)
  • Docs: Upgrade Sphinx to 7.3 (Matt Westcott)
  • Docs: Upgrade sphinx-wagtail-theme to v6.4.0, with a new search integration and Read the Docs Addons bug fixes (Thibaud Colas)
  • Docs: Document how to customize date/time format settings (Vince Salvino)
  • Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino)
  • Docs: Clarify process for UserViewSet customization (Sage Abdullah)
  • Docs: Correct WAGTAIL_WORKFLOW_REQUIRE_REAPPROVAL_ON_EDIT documentation to state that it defaults to False (Matt Westcott)
  • Docs: Add an example of customizing a default accessibility check (Cynthia Kiser)
  • Docs: Demonstrate access protection with TokenAuthentication in the Wagtail API v2 Configuration Guide (Krzysztof Jeziorny)
  • Docs: Replace X links with Mastodon in the README (Alex Morega)
  • Docs: Re-enable building offline formats in online documentation (Read the docs) for EPUB/PDF/HTML downloads (Joel William, Sage Abdullah)
  • Docs: Resolve multiple output errors in the documentation ePub format (Sage Abdullah)
  • Docs: Update social media examples to use LinkedIn, Reddit, Facebook (Ayaan Qadri)
  • Maintenance: Removed support for Python 3.8 (Matt Westcott)
  • Maintenance: Drop pytz dependency in favour of zoneinfo.available_timezones (Sage Abdullah)
  • Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott)
  • Maintenance: Improve page listing performance (Sage Abdullah)
  • Maintenance: Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard)
  • Maintenance: Audit all use of localized and non-localized numbers in templates (Matt Westcott)
  • Maintenance: Refactor StreamField get_prep_value for closer alignment with JSONField (Sage Abdullah)
  • Maintenance: Move search implementation logic from generic IndexView to BaseListingView (Sage Abdullah)
  • Maintenance: Upgrade Puppeteer integration tests for reliability (Matt Westcott)
  • Maintenance: Restore ability to use .in_bulk() on specific querysets under Django 5.2a0 (Sage Abdullah)
  • Maintenance: Add generated test-media to .gitignore (Shlomo Markowitz)
  • Maintenance: Improve debounce util's return type for better TypeScript usage (Sage Abdullah)
  • Maintenance: Ensure the side panel's show event is dispatched after any hide events (Sage Abdullah)
  • Maintenance: Migrate preview-panel JavaScript to Stimulus & TypeScript, add full unit testing (Sage Abdullah)
  • Maintenance: Move wagtailConfig values from inline scripts to the wagtail_config template tag (LB (Ben) Johnston, Sage Abdullah)
  • Maintenance: Deprecate the {% locales %} and {% js_translation_strings %} template tags (LB (Ben) Johnston, Sage Abdullah)
  • Maintenance: Ensure multi-line comments are cleaned from custom icons in addition to just single line comments (Jake Howard)
  • Maintenance: Deprecate window.wagtailConfig.BULK_ACTION_ITEM_TYPE usage in JavaScript to reduce reliance on inline scripts (LB (Ben) Johnston)
  • Maintenance: Remove window.fileupload_opts usage in JavaScript, use data attributes on fields instead to reduce reliance on inline scripts (LB (Ben) Johnston)
  • Maintenance: Remove image_format_name_to_content_type helper function that duplicates Willow functionality (Matt Westcott)
  • Maintenance: Improve code reuse for footer actions markup across generic views (Sage Abdullah)
  • Maintenance: Deprecate internal DeleteMenuItem API for footer actions (Sage Abdullah)
  • Maintenance: Update Pillow dependency to allow 11.x (Storm Heg)

v6.2.3: 6.2.3

Compare Source

  • Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas)
  • Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)
  • Fix: Prevent history view from breaking if a log entry's revision is missing (Matt Westcott)
  • Docs: Upgrade sphinx-wagtail-theme to v6.4.0, with a new search integration and Read the Docs Addons bug fixes (Thibaud Colas)

v6.2.2: 6.2.2

Compare Source

  • 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)

v6.2.1: 6.2.1

Compare Source

  • 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)

v6.2: 6.2

Compare Source

  • 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)
  • Fix: Add separators when displaying multiple error messages on a StructBlock (Kyle Bayliss)
  • Fix: Specify verbose_name on TranslatableMixin.locale so that it is translated when used as a label (Romein van Buren)
  • Fix: Disallow null characters in API filter values (Jochen Wersdörfer)
  • Fix: Fix image preview when Willow optimizers are enabled (Alex Tomkins)
  • Fix: Ensure external-to-internal link conversion works when the wagtail_serve view is on a non-root path (Sage Abdullah)
  • Fix: Add missing for_instance method to PageLogEntryManager (Matt Westcott)
  • Fix: Ensure that "User" column on history view is translatable (Romein van Buren)
  • Fix: Handle StreamField migrations where the field value is null (Joshua Munn)
  • Fix: Prevent incorrect menu ordering when order value is 0 (Ben Dickinson)
  • Fix: Fix dynamic image serve view with certain backends (Sébastien Corbin)
  • Fix: Show not allowed extension in error message (Sahil Jangra)
  • Fix: Fix focal point chooser when localization enabled (Sébastien Corbin)
  • Fix: Ensure that system checks for WAGTAIL_DATE_FORMAT, WAGTAIL_DATETIME_FORMAT and WAGTAIL_TIME_FORMAT take FORMAT_MODULE_PATH into account (Sébastien Corbin)
  • Fix: Prevent rich text fields inside choosers from being duplicated when opened repeatedly (Sage Abdullah)
  • Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard)
  • Docs: Document restriction_type field on PageViewRestriction (Shlomo Markowitz)
  • Docs: Document Wagtail's bug bounty policy (Jake Howard)
  • Docs: Fix incorrect Sphinx-style code references to use MyST style (Byron Peebles)
  • Docs: Document the fact that Orderable is not required for inline panels (Bojan Mihelac)
  • Docs: Add note about prefers-reduced-motion to the accessibility documentation (Roel Koper)
  • Docs: Update deployment instructions for Fly.io (Jeroen de Vries)
  • Docs: Add better docs for generating URLs on creating admin views (Shlomo Markowitz)
  • Docs: Document the vary_fields property for custom image filters (Daniel Kirkham)
  • Docs: Fix documentation build errors (Himanshu Garg, Chris Shenton)
  • Docs: Fix PDF export (Nathanaël Jourdane)
  • Maintenance: Use DjangoJSONEncoder instead of custom LazyStringEncoder to serialize Draftail config (Sage Abdullah)
  • Maintenance: Refactor image chooser pagination to check WAGTAILIMAGES_CHOOSER_PAGE_SIZE at runtime (Matt Westcott)
  • Maintenance: Exclude the client/scss directory in Tailwind content config to speed up CSS compilation (Sage Abdullah)
  • Maintenance: Split contrib.frontend_cache.backends into dedicated sub-modules (Andy Babic)
  • Maintenance: Remove unused docs/autobuild.sh script (Sævar Öfjörð Magnússon)
  • Maintenance: Replace urlparse with urlsplit to improve performance (Jake Howard)
  • Maintenance: Optimise embed finder lookups (Jake Howard)
  • Maintenance: Improve performance of initial admin loading by moving sprite hashing out of module import time (Jake Howard)
  • Maintenance: Remove workaround and inline scripts for activating workflow actions (Sage Abdullah)
  • Maintenance: Prevent 'BlockWidget' object has no attribute '_block_json' from masking errors during StreamField serialization (Matt Westcott)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Africa/Lusaka, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 3, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (846caa4) to head (3943138).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #565   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           35        35           
=========================================
  Hits            35        35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/wagtail-6.x branch 9 times, most recently from 43bbc72 to 082ead2 Compare August 10, 2024 10:46
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch 17 times, most recently from 46185f1 to 21dc963 Compare October 5, 2024 03:49
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch from 21dc963 to a2d36dd Compare October 5, 2024 06:42
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch 4 times, most recently from b83dec0 to f3e9d8e Compare October 13, 2024 15:38
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch from f3e9d8e to 3c701ed Compare November 2, 2024 23:39
@renovate renovate bot changed the title build(deps): update dependency wagtail to >=6.2,<6.3 build(deps): update dependency wagtail to >=6.3,<6.4 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch 17 times, most recently from 532e31b to fd34247 Compare November 10, 2024 01:36
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch 5 times, most recently from 6d38ecf to 3744f73 Compare November 10, 2024 15:46
@renovate renovate bot force-pushed the renovate/wagtail-6.x branch from 3744f73 to 3943138 Compare November 10, 2024 18:37
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.

1 participant