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

Update wordpress monorepo #60

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/block-editor (source) 8.0.0 -> 8.6.0 age adoption passing confidence
@wordpress/blocks (source) 11.1.0 -> 11.21.0 age adoption passing confidence
@wordpress/components (source) 19.3.0 -> 19.17.0 age adoption passing confidence
@wordpress/i18n (source) 4.3.0 -> 4.58.0 age adoption passing confidence
@wordpress/scripts (source) 22.3.0 -> 22.5.0 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/block-editor)

v8.6.0

Compare Source

v8.5.11

Compare Source

v8.5.10

Compare Source

v8.5.9

Compare Source

v8.5.8

Compare Source

v8.5.7

Compare Source

v8.5.6

Compare Source

v8.5.5

Compare Source

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1: 8.5.1

Compare Source

Bug Fixes
  • Improve the performance of the Site builder page.
  • Load external images if local images not present.

v8.5.0

Compare Source

v8.4.0

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

v8.2.0

Compare Source

New Features
  • LineHeightControl: Changes internal implementation to use NumberControl, which allows enhanced interactions such as dragging to change the value. To improve consistency with other control components, the bottom margin styles on the component has been deprecated, and will be removed in a future version. To opt into this simplified margin style, set the __nextHasNoMarginBottom prop to true.

v8.1.2

Compare Source

v8.1.1

Compare Source

Bug Fixes
  • Removed unused @wordpress/block-serialization-default-parser, css-mediaquery, memize and redux-multi dependencies (#​38388).
New Features
  • List View now supports selecting and dragging multiple blocks via SHIFT clicking items in the list #​38314.

v8.1.0

Compare Source

v8.0.18

Compare Source

v8.0.17

Compare Source

v8.0.16

Compare Source

v8.0.15

Compare Source

v8.0.14

Compare Source

v8.0.13

Compare Source

v8.0.12

Compare Source

v8.0.11

Compare Source

v8.0.10

Compare Source

v8.0.9

Compare Source

v8.0.8

Compare Source

v8.0.7

Compare Source

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

WordPress/gutenberg (@​wordpress/blocks)

v11.21.0

Compare Source

v11.20.0

Compare Source

v11.19.0

Compare Source

v11.18.0

Compare Source

Deprecations
  • Deprecate non-string descriptions (#​44455).

v11.17.0

Compare Source

v11.16.4

Compare Source

v11.16.3

Compare Source

v11.16.2

Compare Source

v11.16.1

Compare Source

v11.16.0

Compare Source

v11.15.0

Compare Source

Bug Fixes
  • Packages: Replace is-plain-obj with is-plain-object (#​43511).

v11.14.0

Compare Source

v11.13.0

Compare Source

v11.12.0

Compare Source

Deprecations
  • withBlockContentContext is no longer used by the block editor and therefore got deprecated (#​41395).
New Features
  • The shortcode transformer now accepts a transform method to allow advanced controls over the transformed result. For instance, it's now possible to define custom innerBlocks for the transformed block. (#​42001)

v11.11.0

Compare Source

v11.10.0

Compare Source

v11.9.0

Compare Source

v11.8.0

Compare Source

v11.7.0

Compare Source

v11.6.0

Compare Source

v11.5.4

Compare Source

v11.5.3

Compare Source

v11.5.2

Compare Source

v11.5.1: 11.5.1

Compare Source

Bug Fixes
Global Styles
  • Fix theme supports for themes without theme.json. (34955)
Various
  • Build plugin zip: Verify npm cache before a clean install. (34973)

v11.5.0

Compare Source

v11.4.0

Compare Source

v11.3.1

Compare Source

v11.3.0

Compare Source

v11.2.2

Compare Source

v11.2.1: 11.2.1

Compare Source

Bug Fixes
  • Fix available alignments and layout for the post editor. (33894)

v11.2.0

Compare Source

v11.1.5

Compare Source

v11.1.4

Compare Source

v11.1.3

Compare Source

v11.1.2

Compare Source

v11.1.1

Compare Source

WordPress/gutenberg (@​wordpress/components)

v19.17.0

Compare Source

Bug Fix
  • Popover: make sure that ownerDocument is always defined (#​42886).
  • ExternalLink: Check if the link is an internal anchor link and prevent anchor links from being opened. (#​42259).
  • BorderControl: Ensure box-sizing is reset for the control (#​42754).
  • InputControl: Fix acceptance of falsy values in controlled updates (#​42484).
  • Tooltip (Experimental), CustomSelectControl, TimePicker: Add missing font-size styles which were necessary in non-WordPress contexts (#​42844).
  • TextControl, TextareaControl, ToggleGroupControl: Add box-sizing reset style (#​42889).
  • Popover: fix arrow placement and design (#​42874).
  • Popover: fix minor glitch in arrow #​42903).
  • ColorPicker: fix layout overflow #​42992).
  • ToolsPanel: Constrain grid columns to 50% max-width (#​42795).
  • Popover: anchor correctly to parent node when no explicit anchor is passed (#​42971).
  • ColorPalette: forward correctly popoverProps in the CustomColorPickerDropdown component #​42989).
  • ColorPalette, CustomGradientBar: restore correct color picker popover position #​42989).
  • Popover: fix iframe offset not updating when iframe resizes (#​42971).
Enhancements
  • ToggleGroupControlOptionIcon: Maintain square proportions (#​43060).
  • ToggleGroupControlOptionIcon: Add a required label prop so the button is always accessibly labeled. Also removes showTooltip from the accepted prop types, as the tooltip will now always be shown. (#​43060).
  • SelectControl, CustomSelectControl: Refresh and refactor chevron down icon (#​42962).
  • FontSizePicker: Add large size variant (#​42716).
  • Popover: tidy up code, add more comments (#​42944).
  • Add box-sizing reset style mixin to utils (#​42754).
  • ResizableBox: Make tooltip background match Tooltip component's (#​42800).
  • Update control labels to the new uppercase styles (#​42789).
  • UnitControl: Update unit dropdown design for the large size variant (#​42000).
  • BaseControl: Add box-sizing reset style (#​42889).
  • ToggleGroupControl, RangeControl, FontSizePicker: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#​43062).
  • BoxControl: Export applyValueToSides util function. (#​42733).
  • ColorPalette: use index while iterating over color entries to avoid React "duplicated key" warning (#​43096).
  • AnglePickerControl: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#​43160).
  • ComboboxControl: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#​43165).
Internal
  • ToggleGroupControl: Add __experimentalIsIconGroup prop (#​43060).
  • Flex, FlexItem, FlexBlock: Convert to TypeScript (#​42537).
  • InputControl: Fix incorrect size prop passing (#​42793).
  • Placeholder: Convert to TypeScript (#​42990).
  • Popover: rewrite Storybook examples using controls #​42903).
  • Swatch: Remove component in favor of ColorIndicator #​43068).

v19.16.0

Compare Source

Bug Fix
  • Context System: Stop explicitly setting undefined to the children prop. This fixes a bug where Icon could not be correctly rendered via the as prop of a context-connected component (#​42686).
  • Popover, Dropdown: Fix width when expandOnMobile is enabled (#​42635).
  • CustomSelectControl: Fix font size and hover/focus style inconsistencies with SelectControl (#​42460).
  • AnglePickerControl: Fix gap between elements in RTL mode (#​42534).
  • ColorPalette: Fix background image in RTL mode (#​42510).
  • RangeControl: clamp initialPosition between min and max values (#​42571).
  • Tooltip: avoid unnecessary re-renders of select child elements (#​42483).
  • Popover: Fix offset when the reference element is within an iframe. (#​42417).
Enhancements
  • BorderControl: Improve labelling, tooltips and DOM structure (#​42348).
  • BaseControl: Set zero padding on StyledLabel to ensure cross-browser styling (#​42348).
  • InputControl: Implement wrapper subcomponents for adding responsive padding to prefix/suffix (#​42378).
  • SelectControl: Add flag for larger default size (#​42456).
  • UnitControl: Update unit select's focus styles to match input's (#​42383).
  • ColorPalette: Display checkered preview background when value is transparent (#​42232).
  • CustomSelectControl: Add size variants (#​42460).
  • CustomSelectControl: Add flag to opt in to unconstrained width (#​42460).
  • Dropdown: Implement wrapper subcomponent for adding different padding to the dropdown content (#​42595).
  • BorderControl: Render dropdown as prefix within its UnitControl (#​42212)
  • UnitControl: Update prop types to allow ReactNode as prefix (#​42212)
  • ToolsPanel: Updated README with panel layout information and more expansive usage example (#​42615).
  • ComboboxControl, FormTokenField: Add custom render callback for options in suggestions list (#​42597).
Internal
  • ColorPicker: Clean up implementation of 40px size (#​42002).
  • Divider: Complete TypeScript migration (#​41991).
  • Divider, Flex, Spacer: Improve documentation for the SpaceInput prop (#​42376).
  • Elevation: Convert to TypeScript (#​42302).
  • ScrollLock: Convert to TypeScript (#​42303).
  • Shortcut: Convert to TypeScript (#​42272).
  • TreeSelect: Refactor away from _.compact() (#​42438).
  • MediaEdit: Refactor away from _.compact() for mobile (#​42438).
  • BoxControl: Refactor away from _.isEmpty() (#​42468).
  • RadioControl: Refactor away from _.isEmpty() (#​42468).
  • SelectControl: Refactor away from _.isEmpty() (#​42468).
  • StyleProvider: Convert to TypeScript (#​42541).
  • ComboboxControl: Replace keyboardEvent.keyCode with keyboardEvent.code(#​42569).
  • ComboboxControl: Add support for uncontrolled mode (#​42752).

v19.15.0

Compare Source

Bug Fix
  • BoxControl: Change ARIA role from region to group to avoid unwanted ARIA landmark regions (#​42094).
  • FocalPointPicker, FormTokenField, ResizableBox: Fixed SSR breakage (#​42248).
  • ComboboxControl: use custom prefix when generating the instanceId (#​42134.
  • Popover: pass missing anchor ref to the getAnchorRect callback prop. (#​42076).
  • Popover: call getAnchorRect callback prop even if anchorRefFallback has no value. (#​42329).
  • Fix ToolTip position to ensure it is always positioned relative to the first child of the ToolTip. (#​41268)
Enhancements
  • ToggleGroupControl: Add large size variant (#​42008).
  • InputControl: Ensure that the padding between a prefix/suffix and the text input stays at a reasonable 8px, even in larger size variants (#​42166).
Internal
  • Grid: Convert to TypeScript (#​41923).
  • TextHighlight: Convert to TypeScript (#​41698).
  • Tip: Convert to TypeScript (#​42262).
  • Scrollable: Convert to TypeScript (#​42016).
  • Spacer: Complete TypeScript migration (#​42013).
  • VisuallyHidden: Convert to TypeScript (#​42220).
  • TreeSelect: Refactor away from _.repeat() (#​42070).
  • FocalPointPicker updated to satisfy react/exhaustive-deps eslint rule (#​41520).
  • ColorPicker updated to satisfy react/exhaustive-deps eslint rule (#​41294).
  • Slot/Fill: Refactor away from Lodash (#​42153).
  • ComboboxControl: Refactor away from _.deburr() (#​42169).
  • FormTokenField: Refactor away from _.identity() (#​42215).
  • SelectControl: Use roles and @testing-library/user-event in unit tests (#​42308).
  • DropdownMenu: Refactor away from Lodash (#​42218).
  • ToolbarGroup: Refactor away from _.flatMap() (#​42223).
  • TreeSelect: Refactor away from _.flatMap() (#​42223).
  • Autocomplete: Refactor away from _.deburr() (#​42266).
  • MenuItem: Refactor away from _.isString() (#​42268).
  • Shortcut: Refactor away from _.isString() (#​42268).
  • Shortcut: Refactor away from _.isObject() (#​42336).
  • RangeControl: Convert to TypeScript (#​40535).
  • ExternalLink: Refactor away from Lodash (#​42341).
  • Navigation: updated to satisfy react/exhaustive-deps eslint rule (#​41612)

v19.14.0

Compare Source

Bug Fix
  • ColorPicker: Remove horizontal scrollbar when using HSL or RGB color input types. (#​41646)
  • ColorPicker: Widen hex input field for mobile. (#​42004)
Enhancements
  • Wrapped ColorIndicator in a forwardRef call (#​41587).
  • ComboboxControl & FormTokenField: Add __next36pxDefaultSize flag for larger default size (#​40746).
  • BorderControl: Improve TypeScript support. (#​41843).
  • DatePicker: highlight today's date. (#​41647).
  • Allow automatic repositioning of BorderBoxControl and ColorPalette popovers within smaller viewports (#​41930).
Internal
  • Spinner: Convert to TypeScript and update storybook (#​41540).
  • InputControl: Add tests and update to use @testing-library/user-event (#​41421).
  • FormToggle: Convert to TypeScript (#​41729).
  • ColorIndicator: Convert to TypeScript (#​41587).
  • Truncate: Convert to TypeScript (#​41697).
  • FocalPointPicker: Refactor away from _.clamp() (#​41735).
  • RangeControl: Refactor away from _.clamp() (#​41735).
  • Refactor components utils away from _.clamp() (#​41735).
  • BoxControl: Refactor utils away from _.isNumber() (#​41776).
  • Elevation: Refactor away from _.isNil() (#​41785).
  • HStack: Refactor away from _.isNil() (#​41785).
  • Truncate: Refactor away from _.isNil() (#​41785).
  • VStack: Convert to TypeScript (#​41850).
  • AlignmentMatrixControl: Refactor away from _.flattenDeep() in utils (#​41814).
  • AutoComplete: Revert recent exhaustive-deps refactor (#​41820).
  • Spacer: Convert knobs to controls in Storybook (#​41851).
  • Heading: Complete TypeScript migration (#​41921).
  • Navigation: Refactor away from Lodash functions (#​41865).
  • CustomGradientPicker: Refactor away from Lodash (#​41901).
  • SegmentedControl: Refactor away from _.values() (#​41905).
  • DimensionControl: Refactor docs away from _.partialRight() (#​41909).
  • NavigationItem updated to ignore react/exhaustive-deps eslint rule (#​41639).

v19.13.0

Compare Source

Bug Fix
  • Tooltip: Opt in to __unstableShift to ensure that the Tooltip is always within the viewport. (#​41524)
  • FormTokenField: Do not suggest the selected one even if { value: string } is passed (#​41216).
  • CustomGradientBar: Fix insertion and control point positioning to more closely follow cursor. (#​41492)
  • FormTokenField: Added Padding to resolve close button overlap issue (#​41556).
  • ComboboxControl: fix the autofocus behavior after resetting the value. (#​41737).
Enhancements
  • AnglePickerControl: Use NumberControl as input field (#​41472).
Internal
  • FormTokenField: Convert to TypeScript and refactor to functional component (#​41216).
  • Draggable: updated to satisfy react/exhaustive-deps eslint rule (#​41499)
  • RadioControl: Convert to TypeScript (#​41568).
  • Flex updated to satisfy react/exhaustive-deps eslint rule (#​41507).
  • CustomGradientBar updated to satisfy react/exhaustive-deps eslint rule (#​41463)
  • TreeSelect: Convert to TypeScript (#​41536).
  • FontSizePicker: updated to satisfy react/exhaustive-deps eslint rule (#​41600).
  • ZStack: Convert component story to TypeScript and add inline docs (#​41694).
  • Dropdown: Make sure cleanup (closing the dropdown) only runs when the menu has actually been opened.
  • Enhance the TypeScript migration guidelines (#​41669).
  • ExternalLink: Convert to TypeScript (#​41681).
  • InputControl updated to satisfy react/exhaustive-deps eslint rule (#​41601)
  • Modal: updated to satisfy react/exhaustive-deps eslint rule (#​41610)
Experimental
  • Navigation: improve unit tests by using @testing-library/user-event and modern @testing-library assertions; add unit test for controlled component (#​41668).

v19.12.0

Compare Source

Bug Fix
  • Popover, Dropdown, CustomGradientPicker: Fix dropdown positioning by always targeting the rendered toggle, and switch off width in the Popover size middleware to stop reducing the width of the popover. (#​41361)
  • Fix InputControl blocking undo/redo while focused. (#​40518)
  • ColorPalette: Correctly update color name label when CSS variables are involved (#​41461).
Enhancements
  • SelectControl: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#​41269).
  • ColorPicker: Strip leading hash character from hex values pasted into input. (#​41223)
  • ColorPicker: Display detailed color inputs by default. (#​41222)
  • Updated design for the DateTimePicker, DatePicker and TimePicker components (#​41097).
  • DateTimePicker: Add __nextRemoveHelpButton and __nextRemoveResetButton for opting into new behaviour where there is no Help and Reset button (#​41097).
Internal
  • AlignmentMatrixControl updated to satisfy react/exhaustive-deps eslint rule (#​41167)
  • BorderControl updated to satisfy react/exhaustive-deps eslint rule (#​41259)
  • CheckboxControl: Add unit tests (#​41165).
  • BorderBoxControl: fix some layout misalignments, especially for RTL users (#​41254).
  • TimePicker: Update unit tests to use @testing-library/user-event (#​41270).
  • DateTimePicker: Update moment to 2.26.0 and update react-date typings (#​41266).
  • TextareaControl: Convert to TypeScript (#​41215).
  • BoxControl: Update unit tests to use @testing-library/user-event (#​41422).
  • Surface: Convert to TypeScript (#​41212).
  • Autocomplete updated to satisfy react/exhaustive-deps eslint rule (#​41382)
  • Dropdown updated to satisfy react/exhaustive-deps eslint rule (#​41505)
  • DateDayPicker updated to satisfy react/exhaustive-deps eslint rule (#​41470).
Experimental

v19.11.0

Compare Source

Enhancements
  • BorderControl now only displays the reset button in its popover when selections have already been made. (#​40917)
  • BorderControl & BorderBoxControl: Add __next36pxDefaultSize flag for larger default size (#​40920).
  • BorderControl improved focus and border radius styling for component. (#​40951)
  • Improve focused CircularOptionPicker styling (#​40990)
  • BorderControl: Make border color consistent with other controls (#​40921)
  • SelectControl: Remove lineHeight setting to fix issue with font descenders being cut off (#​40985)
Internal
  • DateTimePicker: Convert to TypeScript (#​40775).
  • DateTimePicker: Convert unit tests to TypeScript (#​40957).
  • CheckboxControl: Convert to TypeScript (#​40915).
  • ButtonGroup: Convert to TypeScript (#​41007).
  • Popover: refactor component to use the floating-ui library internally (#​40740).

v19.10.0

Compare Source

Internal
  • UnitControl: migrate unit tests to TypeScript (#​40697).
  • DatePicker: Add improved unit tests (#​40754).
  • Setup user-event in unit tests inline, once per test (#​40839).
  • DatePicker: Update react-dates to 21.8.0 (#​40801).
Enhancements
  • InputControl: Add __next36pxDefaultSize flag for larger default size (#​40622).
  • UnitControl: Add __next36pxDefaultSize flag for larger default size (#​40627).
  • Modal design adjustments: Blur eleme

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/wordpress-monorepo branch from a8da9aa to e68ec2d Compare February 23, 2022 14:39
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from e68ec2d to 43813cd Compare March 11, 2022 16:31
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 43813cd to b674450 Compare March 23, 2022 13:56
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 5 times, most recently from 2203242 to 0b0a291 Compare March 30, 2022 17:01
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 0b0a291 to 43ee902 Compare April 8, 2022 16:34
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 43ee902 to 9e3683d Compare April 21, 2022 07:01
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 9e3683d to 05843b1 Compare May 4, 2022 22:16
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 05843b1 to 5cdf2ee Compare May 18, 2022 16:35
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 5cdf2ee to 3f996e9 Compare June 18, 2022 13:30
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 3f996e9 to 28cc707 Compare September 25, 2022 21:42
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 28cc707 to 2edc72a Compare November 20, 2022 21:23
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 2edc72a to b474b9f Compare March 16, 2023 13:51
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 8dce54a to f371710 Compare April 3, 2023 11:05
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from f371710 to 926ed43 Compare April 17, 2023 12:49
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from ab335be to 903505c Compare June 4, 2023 10:48
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from f059ccb to 29ad74b Compare June 13, 2023 16:09
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 3 times, most recently from b596ed7 to cab3ea2 Compare June 23, 2023 11:17
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 2e82633 to 003705b Compare July 6, 2023 01:50
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 93d2fcd to d354624 Compare July 9, 2023 09:20
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from a0f77ef to ee145ff Compare December 3, 2023 11:54
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from ee145ff to da6d637 Compare December 13, 2023 13:30
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from da6d637 to c6ffb3c Compare January 16, 2024 15:00
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from c6613f1 to 306e63c Compare January 28, 2024 10:42
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 8c2231b to 42ea787 Compare February 9, 2024 18:34
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 87fa663 to 1597f01 Compare February 25, 2024 11:41
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 8245c5d to 71a5224 Compare March 12, 2024 12:40
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 3 times, most recently from d89f8fc to 34ca127 Compare March 24, 2024 15:07
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 34ca127 to dd70349 Compare April 3, 2024 08:03
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 6819107 to a6fb3ba Compare April 19, 2024 19:55
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 335edd2 to 03b2c5d Compare April 25, 2024 10:59
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from b7ad317 to 984c661 Compare May 2, 2024 19:46
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 984c661 to b5d2828 Compare May 16, 2024 02:28
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from b5d2828 to 5e5cbc4 Compare June 4, 2024 11:31
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 5e5cbc4 to bd34d8c Compare July 21, 2024 14:51
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from bd34d8c to 29567c2 Compare August 6, 2024 07:59
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 29567c2 to a27200f Compare August 28, 2024 09:43
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from a27200f to dba4f66 Compare October 9, 2024 09:57
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from dba4f66 to 1900531 Compare October 17, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants