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

chore(deps): update dependency wagtail to v2.16.3 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 5, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wagtail (source, changelog) ==2.13 -> ==2.16.3 age adoption passing confidence

Release Notes

wagtail/wagtail (wagtail)

v2.16.3: 2.16.3

Compare Source

  • Fix: Ensure the upgrade notification request for the latest release, which can be disabled via the WAGTAIL_ENABLE_UPDATE_CHECK sends the referrer origin with strict-origin-when-cross-origin (Karl Hobley)
  • Fix: On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
  • Fix: Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)

v2.16.2: 2.16.2

Compare Source

  • Fix: Update django-treebeard dependency to 4.5.1 or above (Serafeim Papastefanos)
  • Fix: Fix permission error when sorting pages having page type restrictions (Thijs Kramer)
  • Fix: Allow bulk publishing of pages without revisions (Andy Chosak)
  • Fix: Ensure that all descendant pages are logged when deleting a page, not just immediate children (Jake Howard)
  • Fix: Refactor FormPagesListView in wagtail.contrib.forms to avoid undefined locale variable when subclassing (Dan Braghis)
  • Fix: Page copy in Wagtail admin ignores exclude_fields_in_copy (John-Scott Atlakson)
  • Fix: Translation key IntegrityError when publishing pages with translatable Orderables that were copied without being published (Kalob Taulien, Dan Braghis)
  • Fix: Ignore GenericRelation when copying pages (John-Scott Atlakson)
  • Fix: Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
  • Fix: Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
  • Fix: Prevent JS errors on locale switcher in page chooser (Matt Westcott)

v2.16.1: 2.16.1

Compare Source

  • Fix: Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
  • Fix: Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
  • Fix: Fix issue where bulk actions would not work for object IDs greater than 999 when USE_THOUSAND_SEPARATOR (Dennis McGregor)
  • Fix: Set cookie for sidebar collapsed state to "SameSite: lax" (LB (Ben Johnston))
  • Fix: Prevent error on creating automatic redirects for sites with non-standard ports (Matt Westcott)
  • Fix: Restore ability to customise admin UI colours via CSS (LB (Ben Johnston))

v2.16: 2.16

Compare Source

  • Added support for Django 4.0
  • Removed support for Django 3.0 and 3.1
  • Removed support for Python 3.6
  • Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia, with sponsorship from NHS)
  • Added Aging Pages report (Tidjani Dia)
  • Added automatic redirect creation feature (Andy Babic, with sponsorship from The National Archives)
  • Added page_slug_changed signal for pages (Andy Babic)
  • Add more SketchFab oEmbed patterns for models (Tom Usher)
  • Add collapse option to StreamField, StreamBlock, and ListBlock which will load all sub-blocks initially collapsed (Matt Westcott)
  • Private pages can now be fetched over the API (Nabil Khalil)
  • Added alias_of field to the pages API (Dmitrii Faiazov)
  • Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
  • Improved styling of workflow timeline modal view (Tidjani Dia)
  • Add secondary actions menu in edit page headers (Tidjani Dia)
  • Removed WOFF fonts
  • Add system check for missing core Page fields in search_fields (LB (Ben Johnston))
  • Improve CircleCI frontend & backend build caches, add automated browser accessibility test suite in CircleCI (Thibaud Colas)
  • Add a 'remember me' checkbox to the admin sign in form, if unticked (default) the auth session will expire if the browser is closed (Michael Karamuth, Jake Howard)
  • When returning to image or document listing views after editing, filters (collection or tag) are now remembered (Tidjani Dia)
  • Improve the visibility of field error messages, in Windows high-contrast mode and out (Jason Attwood)
  • Improve implementations of visually-hidden text in explorer and main menu toggle (Martin Coote)
  • Add locale labels to page listings (Dan Braghis)
  • Add locale labels to page reports (Dan Braghis)
  • Change release check domain to releases.wagtail.org (Jake Howard)
  • Add the user who submitted a page for moderation to the "Awaiting your review" homepage summary panel (Tidiane Dia)
  • When moving pages, default to the current parent section (Tidjani Dia)
  • admin/expanding_formset.js has been renamed to admin/expanding-formset.js (LB (Ben Johnston))
  • Change docs URL to docs.wagtail.org (Jake Howard)
  • Update links to wagtail.io to point to new domain wagtail.org (Jake Howard)
  • Add borders to TypedTableBlock to help visualize rows and columns (Scott Cranfill)
  • Set default submit button label on generic create views to 'Create' instead of 'Save' (Matt Westcott)
  • Improve display of image listing for long image titles (Krzysztof Jeziorny)
  • Use SVG icons in admin home page site summary items (Jérôme Lebleu)
  • Ensure site summary items wrap on smaller devices on the admin home page (Jérôme Lebleu)
  • Rework Workflow task chooser modal to align with other chooser modals, using consistent pagination and leveraging class based views (Matt Westcott)
  • Implemented a locale switcher on the forms listing page in the admin (Dan Braghis)
  • Implemented a locale switcher on the page chooser modal (Dan Braghis)
  • Implemented the wagtail_site template tag for Jinja2 (Vladimir Tananko)
  • Change webmaster to website administrator in the admin (Naomi Morduch Toubman)
  • Added documentation for creating custom submenus in the admin menu (Sævar Öfjörð Magnússon)
  • Choice blocks in StreamField now show label rather than value when collapsed (Jérôme Lebleu)
  • Added documentation to clarify configuration of user-uploaded files (Cynthia Kiser)
  • Change security contact address to security@wagtail.org (Jake Howard)
  • Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast, help/error/warning blocks for fields and general content, side comment buttons within the page editor, dropdown buttons (Sakshi Uppoor, Shariq Jamil, LB (Ben Johnston), Jason Attwood)
  • Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
  • Fix: default_app_config deprecations for Django >= 3.2 (Tibor Leupold)
  • Fix: Refresh page from database on create before passing to hooks. Page aliases get correct first_published_date and last_published_date (Dan Braghis)
  • Fix: Additional login form fields from WAGTAILADMIN_USER_LOGIN_FORM are now rendered correctly (Michael Karamuth)
  • Fix: Icon only button styling issue on small devices where height would not be set correctly (Vu Pham)
  • Fix: Add padding to the Draftail editor to ensure ol items are not cut off (Khanh Hoang)
  • Fix: Prevent opening choosers multiple times for Image, Page, Document, Snippet (LB (Ben Johnston))
  • Fix: Ensure subsequent changes to styles files are picked up by Gulp watch (Jason Attwood)
  • Fix: Ensure that programmatic page moves are correctly logged as 'move' and not 'reorder' in some cases (Andy Babic)

v2.15.6: 2.15.6

Compare Source

  • Fix: Ensure the upgrade notification request for the latest release, which can be disabled via the WAGTAIL_ENABLE_UPDATE_CHECK sends the referrer origin with strict-origin-when-cross-origin (Karl Hobley)
  • Fix: On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
  • Fix: Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)

v2.15.5: 2.15.5

Compare Source

  • Fix: Allow bulk publishing of pages without revisions (Andy Chosak)
  • Fix: Ensure that all descendant pages are logged when deleting a page, not just immediate children (Jake Howard)
  • Fix: Translation key IntegrityError when publishing pages with translatable Orderables that were copied without being published (Kalob Taulien, Dan Braghis)
  • Fix: Ignore GenericRelation when copying pages (John-Scott Atlakson)

v2.15.4: 2.15.4

Compare Source

  • Fix: Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
  • Fix: Fix issue where bulk actions would not work for object IDs greater than 999 when USE_THOUSAND_SEPARATOR (Dennis McGregor)
  • Fix: Fix syntax when logging image rendition generation (Jake Howard)

v2.15.3: 2.15.3

Compare Source

  • Fix: Implement correct check for SQLite installations without full-text search support (Matt Westcott)

v2.15.2: 2.15.2

Compare Source

  • Fix: CVE-2022-21683 - Comment reply notifications sent to incorrect users (Ihor Marhitych, Jacob Topp-Mugglestone)
  • Fix: Transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
  • Fix: Remove extraneous header action buttons when creating or editing workflows and tasks (Matt Westcott)
  • Fix: Ensure that bulk publish actions pick up the latest draft revision (Matt Westcott)
  • Fix: Ensure the checkbox_aria_label is used correctly in the Bulk Actions checkboxes (Vu Pham)
  • Fix: Prevent error on MySQL search backend when searching three or more terms (Aldán Creo)
  • Fix: Allow wagtail.search app migrations to complete on versions of SQLite without full-text search support (Matt Westcott)
  • Fix: Update Pillow dependency to allow 9.x (Matt Westcott)

v2.15.1: 2.15.1

Compare Source

  • Fix: Fix syntax when logging image rendition generation (Jake Howard)
  • Fix: Increase version range for django-filter dependency (Serafeim Papastefanos)
  • Fix: Prevent bulk action checkboxes from displaying on page reports and other non-explorer listings (Matt Westcott)
  • Fix: Fix errors on publishing pages via bulk actions (Matt Westcott)
  • Fix: Fix csrf_token issue when using the Approve or Unlock buttons on pages on the Wagtail admin home (Matt Westcott)

v2.15: 2.15

Compare Source

  • Implemented a new database search backend that supports the FTS features of the database in use (Developed by Aldán Creo. Mentored by Karl Hobley and Cynthia Kiser. Funded by Google Summer of Code)
  • Added bulk actions in the Wagtail Admin for Pages, Users, Images and Documents (Developed by Shohan Dutta Roy. Mentored by Dan Braghis, Jacob Topp-Mugglestone, and Storm Heg.)
  • Extended audit logging to all models and added a history view for snippets and ModelAdmin (Matt Westcott. Sponsored by The Motley Fool)
  • Allow granting collection management permissions over individual collections (Cynthia Kiser)
  • Added TypedTableBlock block type for StreamField, for building tables with mixed data types (Matt Westcott, Coen van der Kamp, Scott Cranfill. Sponsored by YouGov)
  • Add the ability for the page chooser to convert external urls that match a page to internal links (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
  • Added "Extending Wagtail" section to documentation (Matt Westcott)
  • Introduced template components, a standard mechanism for renderable objects in the admin (Matt Westcott)
  • Support min_num / max_num options on ListBlock (Matt Westcott)
  • Implemented automatic tree synchronisation for contrib.simple_translation (Mitchel Cabuloy)
  • Added a background_position_style property to renditions (Karl Hobley)
  • Added a distinct wagtail.copy_for_translation log action type (Karl Hobley)
  • Add a debug logger around image rendition generation (Jake Howard)
  • Convert Documents and Images to class based views for easier overriding (Matt Westcott)
  • Isolate admin URLs for Documents and Images search listing results with the name 'listing_results' (Matt Westcott)
  • Removed request.is_ajax() usage in Documents, Image and Snippet views (Matt Westcott)
  • Simplify generic admin view templates plus ensure page_title and page_subtitle are used consistently (Matt Westcott)
  • Extend support for collapsing edit panels from just MultiFieldPanels to all kinds of panels (Fabien Le Frapper, Robbie Mackay)
  • Add object count to header within modeladmin listing view (Jonathan "Yoni" Knoll)
  • Add ability to return HTML in multiple image upload errors (Gordon Pendleton)
  • Upgrade internal JS tooling; Node v14 plus other smaller package upgrades (LB (Ben Johnston))
  • Add support for non_field_errors rendering in Workflow action modal (LB (Ben Johnston))
  • Support calling get_image_model and get_document_model at import time (Matt Westcott)
  • When copying a page, default the 'Publish copied page' field to false (Justin Slay)
  • Open Preview and Live page links in the same tab, except where it would interrupt editing a Page (Sagar Agarwal)
  • Added ExcelDateFormatter to wagtail.admin.views.mixins so that dates in Excel exports will appear in the locale's SHORT_DATETIME_FORMAT (Andrew Stone)
  • Add TIDAL support to the list of oEmbed providers (Wout De Puysseleir)
  • Add label_format attribute to customise the label shown for a collapsed StructBlock (Matt Westcott)
  • User Group permissions will now show all custom object permissions in one row instead of a separate table (Kamil Marut)
  • Create ImageFileMixin to extract shared file handling methods from AbstractImage and AbstractRendition (Fabien Le Frapper)
  • Add before_delete_page and register_permissions examples to Hooks documentation (Jane Liu, Daniel Fairhead)
  • Add clarity to modeladmin template override behaviour in the documentation (Joe Howard, Dan Swain)
  • Add section about CSV exports to security documentation (Matt Westcott)
  • Add initial support for Django 4.0 deprecations (Matt Westcott, Jochen Wersdörfer)
  • Move translations in nl_NL to nl (Loïc Teixeira, Coen van der Kamp)
  • Add documentation for how to redirect to a separate page on Form builder submissions using RoutablePageMixin (Nick Smith)
  • Refactored index listing views and made column sort-by headings more consistent (Matt Westcott)
  • The title field on Image and Document uploads will now default to the filename without the file extension and this behaviour can be customised (LB Johnston)
  • Add support for Python 3.10 (Matt Westcott)
  • Introduce, autocomplete, a separate method which performs partial matching on specific autocomplete fields. This is useful for suggesting pages to the user in real-time as they type their query. (Karl Hobley, Matt Westcott)
  • Use SVG icons in modeladmin headers and StreamField buttons/headers (Jérôme Lebleu)
  • Add tags to existing Django registered checks (LB Johnston)
  • Upgrade admin frontend JS libraries jQuery to 3.6.0 (Fabien Le Frapper)
  • Added request.preview_mode so that template rendering can vary based on preview mode (Andy Chosak)
  • Fix: Delete button is now correct colour on snippets and modeladmin listings (Brandon Murch)
  • Fix: Ensure that StreamBlock / ListBlock-level validation errors are counted towards error counts (Matt Westcott)
  • Fix: InlinePanel add button is now keyboard navigatable (Jesse Menn)
  • Fix: Remove redundant 'clear' button from site root page chooser (Matt Westcott)
  • Fix: Make ModelAdmin IndexView keyboard-navigable (Saptak Sengupta)
  • Fix: Prevent error on refreshing page previews when multiple preview tabs are open (Alex Tomkins)
  • Fix: Multiple accessibility fixes for Windows high contrast mode; Admin fields, Dropdown button, Editor Tabs, Icon visibility, Page Editor field panels, sidebar menu, sidebar hamburger icon, sidebar search, streamfield, checkboxes (Dmitrii Faiazov, Chakita Muttaraju, Onkar Apte, Desai Akshata, LB (Ben Johnston), Amy Chan, Dan Braghis, Thibaud Colas, Shariq Jamil)
  • Fix: Menu sidebar hamburger icon on smaller viewports now correctly indicates it is a button to screen readers and can be accessed via keyboard (Amy Chan, Dan Braghis)
  • Fix: blocks.MultipleChoiceBlock, forms.CheckboxSelectMultiple and ArrayField checkboxes will now stack instead of display inline to align with all other checkboxes fields (Seb Brown)
  • Fix: Screen readers can now access login screen field labels (Amy Chan)
  • Fix: Admin breadcrumbs home icon now shows for users with access to a subtree only (Stefan Hammer)
  • Fix: Add handling of invalid inline styles submitted to RichText so ConfigException is not thrown (Alex Tomkins)
  • Fix: Ensure comment notifications dropdown handles longer translations without overflowing content (Krzysztof Jeziorny)
  • Fix: Set default_auto_field in postgres_search AppConfig (Nick Moreton)
  • Fix: Ensure admin tab JS events are handled on page load (Andrew Stone)
  • Fix: EmailNotificationMixin and send_notification should only send emails to active users (Bryan Williams)
  • Fix: Disable Task confirmation now shows the correct value for quantity of tasks in progress (LB Johnston)
  • Fix: Page history now works correctly when it contains changes by a deleted user (Dan Braghis)
  • Fix: Add gettext_lazy to ModelAdmin built in view titles so that language settings are correctly used (Matt Westcott)
  • Fix: Tabbing and keyboard interaction on the Wagtail userbar now aligns with ARIA best practices (Storm Heg)
  • Fix: Add full support for custom edit_handler usage by adding missing bind_to call to PreviewOnEdit view (Stefan Hammer)
  • Fix: Only show active (not disabled) tasks in the workflow task chooser (LB Johnston)
  • Fix: CSS build scripts now output to the correct directory paths on Windows (Vince Salvino)
  • Fix: Capture log output from style fallback to avoid noise in unit tests (Matt Westcott)
  • Fix: Switch widgets on/off states are now visually different for high-contrast mode users (Sakshi Uppoor)
  • Fix: Nested InlinePanel usage no longer fails to save when creating two or more items (Indresh P, Rinish Sam, Anirudh V S)
  • Fix: Changed relation name used for admin commenting from comments to wagtail_admin_comments to avoid conflicts with third-party commenting apps (Matt Westcott)
  • Fix: CSS variables are now correctly used for the filtering menu in modeladmin (Noah H)
  • Fix: Panel heading attribute is no longer ignored when nested inside a MultiFieldPanel (Jérôme Lebleu)

v2.14.2

Compare Source

  • Fix: Allow relation name used for admin commenting to be overridden to avoid conflicts with third-party commenting apps (Matt Westcott)
  • Fix: Corrected badly-formed format strings in translations (Matt Westcott)
  • Fix: Page history now works correctly when it contains changes by a deleted user (Dan Braghis)

v2.14.1: 2.14.1

Compare Source

  • Fix: Prevent failure on Twitter embeds and others which return cache_age as a string (Matt Westcott)
  • Fix: Fix Uncaught ReferenceError when editing links in Hallo (Cynthia Kiser)

v2.14: 2.14

Compare Source

  • Removed support for Django 2.2
  • Added ancestor_of API filter (Jaap Roes)
  • Added support for customising group management views (Jan Seifert)
  • Added full_url property to image renditions (Shreyash Srivastava)
  • Added locale selector when choosing translatable snippets (Karl Hobley)
  • Added WAGTAIL_WORKFLOW_ENABLED setting for enabling / disabling moderation workflows globally (Matt Westcott)
  • Allow specifying max_width and max_height on EmbedBlock (Petr Dlouhý)
  • Add warning when StreamField is used without a StreamFieldPanel (Naomi Morduch Toubman)
  • Added keyboard and screen reader support to Wagtail user bar (LB Johnston, Storm Heg)
  • Add Google Data Studio to the list of oEmbed providers (Petr Dlouhý)
  • Added instructions on copying and aliasing pages to the editor's guide in documentation (Vlad Podgurschi)
  • Allow ListBlock to raise validation errors that are not attached to an individual child block (Matt Westcott)
  • Use DATETIME_FORMAT for localization in templates (Andrew Stone)
  • Added documentation on multi site, multi instance and multi tenancy setups (Coen Van Der Kamp)
  • Updated Facebook / Instagram oEmbed endpoints to v11.0 (Thomas Kremmel)
  • Performance improvements for admin listing pages (Jake Howard, Dan Braghis, Tom Usher)
  • Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
  • Fix: Ordering specified in construct_explorer_page_queryset hook is now taken into account again by the page explorer API (Andre Fonseca)
  • Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
  • Fix: The Wagtail admin urls will now respect the APPEND_SLASH setting (Tidjani Dia)
  • Fix: Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
  • Fix: Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
  • Fix: Save order of promoted search results (Hardcodd)
  • Fix: Prevent error on copying pages with ClusterTaggableManager relations and multi-level inheritance (Chris Pollard)
  • Fix: Prevent failure on root page when registering the Page model with ModelAdmin (Jake Howard)
  • Fix: Prevent error when filtering page search results with a malformed content_type (Chris Pollard)
  • Fix: Prevent multiple submissions of "update" form when uploading images / documents (Mike Brown)
  • Fix: Ensure HTML title is populated on project template 404 page (Matt Westcott)
  • Fix: Respect cache_age parameters on embeds (Gordon Pendleton)
  • Fix: Page comparison view now reflects request-level customisations to edit handlers (Matt Westcott)
  • Fix: Add block.super to remaining extra_js & extra_css blocks (Andrew Stone)
  • Fix: Ensure that editor and features arguments on RichTextField are preserved by clone() (Daniel Fairhead)
  • Fix: Rename 'spin' CSS animation to avoid clashes with other libraries (Kevin Gutiérrez)
  • Fix: Prevent crash when copying a page from a section where the user has no publish permission (Karl Hobley)
  • Fix: Ensure that rich text conversion correctly handles images / embeds inside links or inline styles (Matt Westcott)

v2.13.5: 2.13.5

Compare Source

  • Fix: Allow relation name used for admin commenting to be overridden to avoid conflicts with third-party commenting apps (Matt Westcott)
  • Fix: Corrected badly-formed format strings in translations (Matt Westcott)
  • Fix: Correctly handle non-numeric user IDs for deleted users in reports (Dan Braghis)

v2.13.4: 2.13.4

Compare Source

  • Fix: Prevent embed thumbnail_url migration from failing on URLs longer than 200 characters (Matt Westcott)

v2.13.3: 2.13.3

Compare Source

  • Fix: Prevent error when using rich text on views where commenting is unavailable (Jacob Topp-Mugglestone)
  • Fix: Include form media on account settings page (Matt Westcott)
  • Fix: Avoid error when rendering validation error messages on ListBlock children (Matt Westcott)
  • Fix: Prevent comments CSS from overriding admin UI colour customisations (Matt Westcott)
  • Fix: Avoid validation error when editing rich text content preceding a comment (Jacob Topp-Mugglestone)

v2.13.2: 2.13.2

Compare Source

CVE-2021-32681 - fix improper escaping of HTML ('Cross-site Scripting') in Wagtail StreamField blocks (Karen Tracey, Matt Westcott)

v2.13.1: 2.13.1

Compare Source

  • Fix: Ensure comment notification checkbox is fully hidden when commenting is disabled (Karl Hobley)
  • Fix: Prevent commenting from failing for user models with UUID primary keys (Jacob Topp-Mugglestone)
  • Fix: Fix incorrect link in comment notification HTML email (Matt Westcott)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the enhancement New feature or request label Jun 5, 2021
@renovate renovate bot force-pushed the renovate/wagtail-2.x branch 2 times, most recently from a5625e1 to 07da16a Compare June 12, 2021 01:48
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.13.1 chore(deps): update dependency wagtail to v2.13.2 Jun 18, 2021
@renovate renovate bot force-pushed the renovate/wagtail-2.x branch 2 times, most recently from 21093e9 to 25455e1 Compare June 26, 2021 10:23
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.13.2 chore(deps): update dependency wagtail to v2.13.3 Jul 5, 2021
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.13.3 chore(deps): update dependency wagtail to v2.13.4 Jul 13, 2021
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.13.4 chore(deps): update dependency wagtail to v2.14 Aug 2, 2021
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.14 chore(deps): update dependency wagtail to v2.14.1 Aug 12, 2021
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.14.1 chore(deps): update dependency wagtail to v2.16.1 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.16.1 chore(deps): update dependency wagtail to v2.16.2 May 16, 2022
| datasource | package | from | to     |
| ---------- | ------- | ---- | ------ |
| pypi       | wagtail | 2.13 | 2.16.3 |
@renovate renovate bot changed the title chore(deps): update dependency wagtail to v2.16.2 chore(deps): update dependency wagtail to v2.16.3 Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants