8000 Update wordpress monorepo by renovate[bot] · Pull Request #183 · bigboxwc/wp-plugin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update wordpress monorepo #183

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 Jan 13, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/babel-plugin-import-jsx-pragma 2.3.0 -> 2.7.0 age adoption passing confidence
@wordpress/babel-preset-default 4.8.0 -> 4.20.0 age adoption passing confidence
@wordpress/browserslist-config 2.6.0 -> 2.7.0 age adoption passing confidence
@wordpress/element 2.10.0 -> 2.20.3 age adoption passing confidence
@wordpress/eslint-plugin 3.3.0 -> 3.4.1 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/babel-plugin-import-jsx-pragma)

v2.7.0

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.0

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

v2.7.0

Compare Source

WordPress/gutenberg (@​wordpress/element)

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

v2.19.1

Compare Source

v2.19.0

Compare Source

v2.18.0

Compare Source

v2.17.1

Compare Source

Bug fix

v2.17.0

Compare Source

v2.16.0

Compare Source

v2.15.0

Compare Source

v2.14.0

Compare Source

New Feature
  • Include TypeScript type declarations (#​21781)

v2.13.1

Compare Source

Bug Fix
  • Hide TypeScript type declarations (#​21613)
    after they were found to conflict with DefinitelyTyped provided declarations.

v2.13.0

Compare Source

New Features
  • Include TypeScript type declarations (#​21248)
  • Graduated __experimentalCreateInterpolateElement function to stable api: createInterpolateElement (see 20699)

v2.12.0

Compare Source

v2.11.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.

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 2 times, most recently from 0b728ef to faa9e3b Compare February 4, 2020 15:54
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from faa9e3b to 252f2b4 Compare May 3, 2020 13:02
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 252f2b4 to 0536688 Compare July 1, 2020 15:04
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 0536688 to 80a54e6 Compare July 10, 2020 11:55
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 80a54e6 to 9ceb680 Compare October 26, 2020 14:05
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 9ceb680 to 108d6d2 Compare January 6, 2021 05:56
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 108d6d2 to 1bd0038 Compare February 8, 2021 16:58
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 1bd0038 to 6cc108e Compare April 26, 2021 15:48
@renovate renovate bot force-pushed the renovate/wordpress-monorepo branch from 6cc108e to 39a5603 Compare May 9, 2021 23:33
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
0