Skip to content

Update wordpress monorepo #114

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 19, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/babel-preset-default 4.7.0 -> 4.20.0 age adoption passing confidence
@wordpress/browserslist-config 2.6.0 -> 2.7.0 age adoption passing confidence
@wordpress/eslint-plugin 3.2.0 -> 3.4.1 age adoption passing confidence

Release Notes

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.
WordPress/gutenberg (@​wordpress/browserslist-config)

v2.7.0

Compare Source

WordPress/gutenberg (@​wordpress/eslint-plugin)

v3.4.1

Compare Source

Bug Fix
  • Removed plugin:prettier/recommended from recommended ruleset as it introduces breaking changes.

v3.4.0

Compare Source

New Features
  • The recommended ruleset no longer enables rules that check code formatting (whitespace, indenting, etc.) and that could conflict with Prettier.
  • There is a new recommended-with-formatting ruleset that has the code formatting rules still enabled, for projects that want to opt out from Prettier and continue checking code formatting with ESLint.

v3.3.0

Compare Source

Bug Fixes
  • The React ruleset now correctly references the WordPress ESLint plugin, resolving an error about an unfound rule.

Configuration

📅 Schedule: 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, 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 dba7067 to 218e307 Compare January 13, 2020 13:48
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 218e307 to 5c307eb Compare January 21, 2020 16:28
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch 2 times, most recently from 000e07f to 3b1d5c5 Compare February 4, 2020 15:53
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 3b1d5c5 to 504d20c Compare May 8, 2020 11:51
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 504d20c to 6e7f59b Compare May 16, 2020 01:59
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 6e7f59b to 3d5d28a Compare July 1, 2020 05:03
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 3d5d28a to 8e68488 Compare August 27, 2020 02:01
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 8e68488 to 64d3fc2 Compare October 30, 2020 01:01
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 64d3fc2 to 1fea5ca Compare January 6, 2021 11:51
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.

1 participant