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 #848

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/api-fetch 5.1.1 -> 5.2.7 age adoption passing confidence
@wordpress/babel-plugin-makepot 4.2.0 -> 4.3.1 age adoption passing confidence
@wordpress/babel-preset-default 4.3.0 -> 4.20.0 age adoption passing confidence
@wordpress/base-styles 3.5.4 -> 3.6.0 age adoption passing confidence
@wordpress/block-editor 7.0.2 -> 7.0.4 age adoption passing confidence
@wordpress/blocks 11.0.1 -> 11.7.0 age adoption passing confidence
@wordpress/browserslist-config 3.0.1 -> 3.0.3 age adoption passing confidence
@wordpress/components 11.1.5 -> 11.1.6 age adoption passing confidence
@wordpress/data 4.22.1 -> 4.27.3 age adoption passing confidence
@wordpress/data-controls 1.6.0 -> 1.21.3 age adoption passing confidence
@wordpress/date 3.9.0 -> 3.15.1 age adoption passing confidence
@wordpress/dependency-extraction-webpack-plugin 3.2.1 -> 3.4.1 age adoption passing confidence
@wordpress/e2e-test-utils 4.11.0 -> 4.16.1 age adoption passing confidence
@wordpress/hooks 3.2.0 -> 3.8.0 age adoption passing confidence
@wordpress/i18n 4.1.1 -> 4.8.0 age adoption passing confidence
@wordpress/jest-preset-default 4.0.0 -> 4.3.0 age adoption passing confidence
@wordpress/plugins 4.0.6 -> 4.6.0 age adoption passing confidence
@wordpress/scripts 12.4.0 -> 12.6.1 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/api-fetch)

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

Internal
  • Removed getStablePath function. Please use normalizePath from @wordpress/url package instead (#​35992).``

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

New feature
  • AbortError being thrown by the default fetch handler can now be caught and handled separately in user-land. Add documentation about aborting a request (#​32530).

v5.1.3

Compare Source

v5.1.2

Compare Source

WordPress/gutenberg (@​wordpress/babel-plugin-makepot)

v4.3.1

Compare Source

v4.3.0

Compare Source

  • Allow toggling the core custom fields meta box.
  • Introduce Annotations API across Block and Formatting.
  • Allow using a YouTube URL (or other sources) in the Video block and transparently convert it to Embed.
  • Allow Alt+F10 keyboard shortcut to navigate to block toolbar regardless of the toolbar visibility (isTyping, etc).
  • Return focus to element that opened the post publish panel after it is closed.
  • Avoid unnecessary re-renders when navigating between blocks.
  • Improve interactions around Columns block.
  • Improve keyboard navigation through the Gallery block.
  • Use full parser in do_blocks with nested block support. This switch will allow dynamic blocks which contain nested blocks inside of them and it will pave the way for a filtering API to structurally process blocks.
  • Refactor contextual toolbar to work better with floats.
  • Auto-refresh Popovers position but only refresh if the anchor position changes.
  • Add min-width to audio block.
  • Avoid auto-saving with empty post content.
  • Display correct Taxonomy labels.
  • Fix incorrect import name.
  • Fix styling issue with checkboxes.
  • Add full set of reusable block post type labels (addresses “no blocks found” state).
  • Fix right to left block alignment.
  • Fix “updating failed” notices showing on long-open tabs.
  • Fix default PHP parser to cast inner blocks as arrays.
  • Fix JS/PHP inconsistencies with empty attributes on parsing.
  • Link to the source image in the media block.
  • Fix select all keyboard shortcut for Safari and Firefox.
  • Create multiple blocks when multiple files are drag and dropped.
  • Fixes potential theme syle.css clash.
  • Makes preview button a link (a11y).
  • Stop re-rendering all blocks on arrow navigation.
  • Add constraint tabbing to post publish panel (a11y).
  • Fix image uploading bug (incorrect JSON in apiFetch).
  • Fix taxonomy visibility for contributors.
  • Adds aria labels to images in gallery blocks during editing (a11y).
  • Formatting fix for blockquotes.
  • Hide custom fields when meta box is disabled.
  • Limits blockquote color auto-selection to solid color blocks for readability.
  • Fixes announcement on multi-selection of blocks (a11y).
  • Display upload errors in the image block.
  • Fixes selection of embed type blocks.
  • Fixes JSON attribute parsing.
  • Fixes post publish focus (a11y).
  • Resolve macOS Firefox / Safari sibling inserter behavior.
  • Fix visibility of sibling inserter on tab focus.
  • Fix issue with pasting from Word where an image would be created instead of text.
  • Fix multi-selection for float elements.
  • Fetch all tag terms, not just first 100.
  • Correctly displays media on the right.
  • Only show named image sizes.
  • Improves handling of paste action.
  • Updates displayed permalink after permalink is edited.
  • Adjust font size for contrast warning (a11y).
  • Better handles formatting – nested and Google Docs.
  • Fixes suggestion list scrolling when using keyboard (a11y).
  • Fixes block and menu navigation a11y.
  • Click to close dropdown popover.
  • Fix save lock control.
  • Timezone handling fix.
  • Improve a11y of empty text blocks.
  • Fix states for publish buttons.
  • Fix backspace behavior.
  • Change aria labels for paragraph blocks (a11y).
  • Add support for prepare RichText tree.
  • With this change we force the browser to treat the textarea for the
  • code editor as auto when handling direction for its display to preserve the ability to interact with the block delimiters.
  • Rename parentClientId to rootClientId.
  • Remove deprecated findDOMNode call from Tooltip component.
  • Remove unused ref assignment to RichText.
  • Remove redundant onClickOutside handler from Dropdown.
  • Refactor block state.
  • Remove Cloudflare warning for blocked API calls.
  • Remove _wpGutenbergCodeEditorSettings (dead code).
  • Adds periods to block a11y descriptions.
  • Refactor embed block.
  • Handle metabox warning exceptions.
  • Refactor RichText to update formatting bar on format availability changes.
  • Rename wp-polyfill-ecmascript.
  • Update translator comments for quote and pullquote.
  • Remove findDOMNode useage from NavigableToolbar.
  • Changes handling of dates to properly handling scheduling.
  • Remove findDomNode from withHoverAreas.
  • Fixes missing translator comments.
  • Refactor to import Format API components.
  • Refactor of change detection: initial edits.
  • Adds better translation comments to “resolve” and “resolve block”.
  • Adds option for blocks with child blocks to change selection behavior.
  • Allows blocks to disable being converted to reusable blocks.
  • Improve undo/redo states.
  • Updates parsing to better handle nested content.
  • Remove undefined className argument from save().
  • Use different tooltips for different alignment buttons.
  • Improve performance and handling of autosave.
  • Improve gallery upload for multiple images: load one by one.
  • Adds context variable to RichText component.
  • Avoid calling missing get_current_screen function.
  • Make cssnano remove all style comments.
  • Refactor normalizeBlockType.
  • Shows icon in block toolbar.
  • Makes kitchensink button removable from plugins.
  • Fix popover sizing on screen change (autorefresh)
  • Improvement to Columns block.
  • Update block description for consistency.
  • Refactor block styles registration.
  • Use apostrophe instead of single-quote character in strings.
  • Add transformations between video and media and text block.
  • Version update for NPM packages.
  • Update Lerna to latest version.
  • Validates link format in RichText.
  • Refactor contextual toolbar to work better with floats.
  • Move wp-polyfill-ecmascript override to scripts registration.
  • Improves consistency of parser tests.
  • Remove code coverage.
  • Adds mocking helpers for E2E tests.
  • Runs E2E tests with the user in author role.
  • Adds tests for Format API.
  • Adds E2E test for rapid enter presses.
  • Fix typo in documentation.
  • Fix typos in block API documentation.
  • Improved documentation and examples for withFilters.
  • Fix some broken links in documentation.
  • Fix typo and quote consistency.
  • Remove duplicated word.
  • Adds custom block icon instructions.
  • Update documentation on keyboard shortcuts.
  • Updates isSelectionEnabledDocumentation.
  • Update FontSizePicker component documentation.
  • Export switchToBlockType function.
  • Remove mobile RN test suite (temporary measure).
  • Improve styling of next page block.
  • Removes fixed cover on iOS (unsupported in mobile Safari).
  • Adds support for native media picker.
  • Remove onChange delay.
  • Exposes slot/fill pattern to mobile.
  • Expose @​wordpress/editor to mobile.
  • Refreshes native post block merge.
  • Properly handle cancel on the media picker.

v4.2.1

Compare Source

WordPress/gutenberg (@​wordpress/babel-preset-default)

v4.20.0

Compare Source

New Features
  • The bundled @babel/core dependency has been updated from requiring ^7.11.6 to requiring ^7.12.9. All other Babel plugins were updated to the latest version (see Highlights).

v4.19.0

Compare Source

v4.18.1

Compare Source

v4.18.0

Compare Source

v4.17.0

Compare Source

v4.16.0

Compare Source

v4.15.0

Compare Source

v4.14.0

Compare Source

Breaking Changes
  • Revert enabling the shippedProposals flag. That flag enables the use of stage-3 proposals, but the goal of this preset is to only support stage-4 features. #​22083
New Features
  • The bundled @babel/core dependency has been updated from requiring ^7.9.0 to requiring ^7.11.6. All other Babel plugins were updated to the latest version (see Highlights: 7.11 and 7.10).

v4.13.0

Compare Source

v4.12.1

Compare Source

v4.12.0

Compare Source

New Features
  • The bundled @babel/core dependency has been updated from requiring ^7.8.3 to requiring ^7.9.0. All other Babel plugins were updated to the latest version (see Highlights).

v4.11.0

Compare Source

v4.10.0

Compare Source

New Feature
  • The bundled @babel/core dependency has been updated from requiring ^7.4.4 to requiring ^7.8.3. All other Babel plugins were updated to the latest version. @babel/preset-env has now ESMAScript 2020 support enabled by default (see Highlights).

v4.9.0

Compare Source

Changelog

Performance

  • Implement an async rendering mode for the data module updates.
  • Avoid rerendering the block components when selecting a block.
  • Improve the performance of isEditorEmptyPost selector (13% typing performance improvement).
  • Data Module: Avoid persisting unchanged values.
  • Update withSelect to use type-optimized isShallowEqual.
  • Move data selection to event handlers (called only when necessary).
  • Improve the initial rendering time by optimizing the withFilters Higher-order component.

Bug Fixes

  • Fix RichText toolbar when using multiline=”li”.
  • Correct the margin of the block icons in the inserter.
  • Fix ampersand in post tags causing editor crash.
  • Remove alignundefined class from gallery block edit markup.
  • Disable the button to open the publish sidebar if locked.
  • Correct the default margin for buttons with icons.
  • Keep the date floating when for posts with "pending" status.
  • Fix using the EXIF title when uploading images.
  • Fix font size picker on mobile.
  • Fix z-index of the Reusable Block Inserter button.
  • Fix autop behavior when a text is followed by a div.
  • Fix warning when returning null from a data module generator.
  • Announce the screen reader messages in the correct order in Safari.
  • Check Post Type support in the options modal.

Enhancements

  • Support customizing the table background colors.
  • Support underlining text using the keyboard shortcut ctrl+U.
  • Apply the editor styles to the HTML Block Preview.
  • Improve the color swatch selection indicator.
  • Improve scrolling behavior in Fullscreen Mode in Edge.
  • Remove deprecated embed providers.
  • Refactor the alignements support in the Cover Block and the Categories Block.
  • Code quality improvement to getBlockContentSchema
  • Internationalize the excerpt documentation link.
  • Improve pasting of quotes with citations.
  • A11y
    • Add a tooltip to the block list appender.
    • Improve the color contrast of the inserter shortcuts.
    • Remove the label from the Warning component’s menu.
  • Add an option to overwrite the block in the Warning component.

Extensibility

  • Support custom fetch handlers for wp.apiFetch.
  • Support additional data passed to the mediaUpload utility.
  • Add filter for the preview interstitial markup.
  • Avoid appending empty query string in wp.url.addQueryArgs.
  • Dispatch heartbeat events as hook actions to avoid the jQuery dependency.
  • Support adding classnames to the plugins sidebar panels.
  • Add a className to the parent page selector.

Documentation

  • Add tutorials for
    • Creating sidebar plugins.
    • Using the Format API.
    • Creating meta blocks.
  • Reorganize the tutorials page.
  • Improve the UI component documentation:
    • The ButtonGroup component.
    • The IconButton component.
    • The SelectControl component.
    • The TextareaControl component.
    • The TabPanel component.
    • The Toolbar component.
    • The FormToggle component.
  • Update the Gutenberg Release and the Repository Management docs.
  • Add new section on scoping JS code.
  • Use Block Editor instead of Gutenberg in the docs.
  • Mention the Advanced Controls Panel in the design guidelines.
  • Clarify the unregisterBlockStyle documentation.
  • Clarify the difference between the button block and the button component.
  • Scope JavaScript ES5 code example.
  • Fix incorrect code example.
  • Clarify the deprecated APIs.
  • Fix typos 1 2 3 4 5 6 7.

Chore

  • Improve CI build times.
  • Extract error messages from console logging in E2E tests.
  • Reorganization of the E2E tests setup and expose it as npm packages.
  • Add aXe accessibility E2E tests support.
  • Add E2E tests for the excerpt meta box plugin.

Mobile

  • Fix the Image Size implementation.
  • Fix scrolling long text content.

v4.8.0

Compare Source

Performance
  • Improve page initialization time by optimizing the addHook function and the viewport state initialization.
  • Improve typing performance by splitting the state tree.
  • Optimize partial application of runSelector.
  • Move selector calls to the event handles to avoid useless component rerenders.
  • Render DropZone children only when dragging elements over it.
  • Initialize variables only when needed.
Enhancements
  • Add error messages to the image block on upload failures.
  • Merge similar i18n strings.
  • Disable clipboard button in file block during upload.
  • Persist alignment when transforming a gallery to an image and vice-versa.
  • Copy enhancement to the embed block help text.
  • Improve the scrolling of the WordPress navigation menu.
Bug Fixes
  • Fix RTL support for the DatePicker component.
  • Change the header level in the BlockCompare component.
  • Show all the taxonomies in the sidebar.
  • Fix the latest posts date className.
  • Fix the “align center” button in Latest Posts block in the backend.
  • Fix block height when DropCap is used.
  • Fix converting caption shortcode with link.
  • Fix edge case in addQueryArgs function.
  • Don’t return the permalink if the CPT is not publicly viewable.
  • Fix error when saving non public CPTs.
  • Properly disable the Publish button when saving is disabled.
Various
  • Show a message in the browser’s console when in Quirks Mode.
  • Improvements to the @​wordpress/scripts package: A new a check-engines command, a lint-style command and an update to lint-js.
Documentation
  • Add a getting started with JavaScript tutorial.
  • Document the blocks’ setup states in the design guidelines.
  • Add content to Contributors index page.
  • Improve the components documentation:
    • The MenuItem component.
    • The RadioControl component.
    • The ServerSideRender component.
  • Organise the documentation assets in a dedicated folder.
  • Clarify immutability of the block attributes.
  • Fix the metabox back compat code example.
  • Fix incorrect data module example.
  • Improve the plugin release docs.
  • Remove useless property from the colors code example.
  • Improve the contributing documentation.
  • Fix npm README links.
  • Update the design resources link.
  • Typo fixes.
Chore
  • Run e2e tests with popular plugins enabled.
  • Add new e2e tests:
    • The permalink panel.
    • The categories panel.
    • Blocks with meta attributes.
  • Update node-sass to fix Node 11 support.
  • Move the dev dependencies to the root package.json.
  • Improve the Pull Request Template.
  • More logs to the CI jobs.
  • Code style fixes and expand the phpcs coverage.
  • Disable fragile e2e tests.
  • Avoid PHP notices when running the e2e tests in debug mode.
Mobile
  • Make a simple version of DefaultBlockAppender.
  • Stop using classname-to-style autotransform in react native.
  • Fix SVG styles.
  • Implement Enter press to add a default block.
  • Hide keyboard when non textual block is selected.
  • Fix undo/redo on new blocks.
  • Pass the blockType prop to RNAztecView.
  • Expose unregisterBlockType.

v4.7.0

Compare Source

Changelog (Same as RC)

Performance improvements

  • Optimize isViewportMatch
  • Performance: BlockListAppender: 1.7x increase on key press
  • Date: Optimize the usage of moment-timezone to save some kilobytes
  • RichText: selectionChange: bind on focus, unbind on blur
  • RichText: only replace range and nodes if different
  • Cache createBlock call in isUnmodifiedDefaultBlock
  • Edit Post: Select blocks only once multiple verified
  • RichText: Do not run valueToEditableHTML on every render
  • RichText: Reuse DOM document across calls to createEmpty
  • Only initialise TinyMCE once per instance
  • Optimize the insertion point component
  • Avoid rerending the current block if the previous block change
  • Avoid getBlock in block-list/block
  • Pass the registry argument to withDispatch to allow selectors to be used

Bug fixes

  • Annotations: Apply annotation className as string
  • RichText: Ensure instance is selected before setting back selection
  • Meta Boxes: Don’t hide disabled meta boxes by modifying DOM
  • Fix: Problems on Media & Text block resizing; Load wp-block-library styles before wp-edit-blocks
  • When a post is saved, check for tinymce and save any editors.
  • Fix: Undoing Image Selection from Media Library in Image Block breaks it
  • Add an end-to-end test for the HTML block
  • Fix regression when copying or cutting content in the editor
  • Fix issue where default appender has icons overlaying the text
  • Set document title for preview loading interstitial
  • Fix: Upload permissions error on end-to-end inline tokens test
  • Ensure classic block caret is in correct position after blur
  • Fix tab navigation sometimes skipping block UI
  • Improve font size picker accessibility: Use a menuitemradio role and better labels
  • Don’t show trashed reusable blocks in the editor or frontend
  • Rename functions, removing gutenberg_ prefix
  • Add block switcher end-to-end tests
  • Allow links in plugin group in the editor more menu
  • Introduce searching of block categories from slash inserter
  • Convert HTML formatting whitespace to spaces
  • Label link format with selected text, not full text
  • Ensure permalink panel is only displayed when a permalink is allowed
  • Allow the user to convert unembeddable URLs to links and try embedding again
  • Improve the top bar tools interaction and consistency
  • Fix overflowing content in the facebook embed preview screen
  • Add an action to set a category icon and correct block categories documentation
  • Fix: pasting a tag that is part of a transform and not matched ignores the content.
  • Packages: Extract Eslint config package
  • Add end-to-end test to catch revert of title during a preview after saving a draft
  • Avoid react warnings when merging two adjacent paragraphs
  • Avoid PHP notice in the recent comments block

v4.6.2

Compare Source

v4.6.1

Compare Source

Changelog

  • Parser: Make attribute parsing possessive (Fix High CPU usage).

v4.6.0

Compare Source

Changelog

  • Fix issue with drag-and-drop in columns.
  • Fix TinyMCE list plugin registration.
  • Fix IE11 flexbox alignment when min-width is set.
  • Fix IE11 focus loss after TinyMCE init. Add IE check.
  • Fix getSelectedBlockClientId selector.
  • Fix issue where unregistering a block type would cause blocks that convert to it to break.
  • Fix Classic block not showing galleries on a grid.
  • Fix visual issues with Button block text wrap.
  • Fix modals in Edge.
  • Fix Categories block filter effect on the front-end.
  • Fix an issue where the block toolbar would cause an image to jump downwards when the wide or full - alignments were activated.
  • Apply IE11 input fix only when mounting TinyMCE.
  • Improve block preview styling.
  • Make the Image Link URL field readonly.
  • Disable HTML edit from Media & Text block.
  • Avoid loading theme editor styles if not existing (RTL languages).
  • Improve scoping of nested paragraph right-padding CSS rule.
  • Add e2e tests for the format API.
  • Merge similar text strings for i18n.
  • Move editor specific styles from style.scss to editor.scss in Cover block.
  • Simplify sidebar tabs aria-labels.
  • Remove onSplit from RichText docs.
  • Remove textdomain from the block library.
  • Avoid rendering AdminNotices compatibility component.
  • Avoid changing default wpautop priority.
  • Change @​package names to WordPress.
  • Update published packages changelogs.

v4.5.0

Compare Source

Bug Fixes
  • Added missing @wordpress/element dependency which is used internally.

v4.4.0

Compare Source

Bug Fixes
  • Configure Babel to target your current version of Node as described in Jest docs.
  • Added missing core-js dependency (#​16259).
WordPress/gutenberg (@​wordpress/base-styles)

v3.6.0

Compare Source

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

v7.0.4

Compare Source

v7.0.3

Compare Source

WordPress/gutenberg (@​wordpress/blocks)

v11.7.0

Compare Source

v11.6.0

Compare Source

v11.5.3

Compare Source

v11.5.2

Compare Source

v11.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

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

v11.1.0

Compare Source

Backward Compatibility
  • Register a block even when an invalid value provided for the icon setting (#​34350).
New API
  • The isMatch callback on block transforms now receives the block object (or block objects if isMulti is true) as its second argument.
WordPress/gutenberg (@​wordpress/browserslist-config)

v3.0.3

Compare Source

v3.0.2

Compare Source

WordPress/gutenberg (@​wordpress/components)

v11.1.6

Compare Source

WordPress/gutenberg (@​wordpress/data)

v4.27.3

Compare Source

v4.27.2

Compare Source

v4.27.1

Compare Source

v4.27.0

Compare Source

New Features
  • Added new resolveSelect registry method to initiate and wait for selector resolution

v4.26.9

Compare Source

v4.26.8

Compare Source

v4.26.7

Compare Source

v4.26.6

Compare Source

v4.26.5

Compare Source

v4.26.4

Compare Source

v4.26.3

Compare Source

v4.26.2

Compare Source

v4.26.1

Compare Source

v4.26.0

Compare Source

New Features
  • Added new register function for registering a standard @wordpress/data store definition (#​26655).
  • Added new createReduxStore factory function that creates a data store definition for the provided Redux store options to use with register function (#​26655).
  • Extended select and dispatch functions to accept a data store definition as their first param in addition to a string-based store name value #​26655).
  • Extended useDispatch hook to accept a data store definition as their first param in addition to a string-based store name value #​26655).
Deprecations
  • registerGenericStore has been deprecated. Use register instead.
  • registerStore has been deprecated. Use register instead.

v4.25.0

[Compare Source](https://github.com/WordPress/gutenberg/compare/cbcd167ffb9b67f87a79df71d95aa48dc4db1


Configuration

📅 Schedule: "before 3am on Sunday" (UTC).

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

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 7ad6715 to a8a316f Compare September 3, 2020 08:42
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from c72a9d2 to 9840641 Compare September 22, 2020 11:33
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from dcad768 to adb4c9d Compare October 6, 2020 04:23
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 4 times, most recently from 8d6fd9e to a3239a1 Compare October 21, 2020 11:44
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from a3239a1 to f45275e Compare November 2, 2020 10:03
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 35599e5 to 5c0df38 Compare November 10, 2020 21:41
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 5c0df38 to df10ccd Compare December 1, 2020 04:08
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 7bef980 to b921529 Compare December 17, 2020 06:58
@vbelolapotkov vbelolapotkov changed the base branch from master to trunk December 24, 2020 08:42
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from b921529 to 10befb2 Compare January 5, 2021 12:19
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 13 times, most recently from 3d2df05 to 7a996e8 Compare January 21, 2021 02:20
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 12 times, most recently from 0976695 to 2de6c2e Compare October 17, 2021 00:29
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 2de6c2e to 3c6580b Compare October 24, 2021 01:23
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 6de3abc to dcbecf0 Compare November 21, 2021 00:54
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from dcbecf0 to d026197 Compare December 26, 2021 00:40
@renovate renovate bot changed the title chore(deps): update wordpress monorepo Update wordpress monorepo Jan 10, 2022
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from d026197 to 3abc9c0 Compare January 30, 2022 02:15
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 3abc9c0 to a426862 Compare February 13, 2022 00:17
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from a426862 to 9f3740b Compare February 27, 2022 00:38
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 9f3740b to 910c613 Compare March 13, 2022 00:29
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 910c613 to aa1c720 Compare March 27, 2022 01:14
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from aa1c720 to de955f9 Compare April 10, 2022 00:50
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 6f3f120 to c9ec2be Compare April 23, 2022 04:33
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from c9ec2be to 799a90d Compare May 4, 2022 23:38
@frosso frosso deleted the renovate/wordpress-monorepo branch August 20, 2024 10:48
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.

2 participants