Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Update wordpress monorepo #6013

Merged
merged 10 commits into from
Feb 10, 2021
Merged

Update wordpress monorepo #6013

merged 10 commits into from
Feb 10, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/babel-preset-default 4.17.0 -> 4.20.0 age adoption passing confidence
@wordpress/base-styles 3.1.0 -> 3.3.0 age adoption passing confidence
@wordpress/browserslist-config 2.6.0 -> 2.7.0 age adoption passing confidence
@wordpress/components 10.0.0 -> 10.2.0 age adoption passing confidence
@wordpress/components 11.0.0 -> 11.1.3 age adoption passing confidence
@wordpress/compose 3.13.1 -> 3.23.1 age adoption passing confidence
@wordpress/custom-templated-path-webpack-plugin 1.6.0 -> 1.7.0 age adoption passing confidence
@wordpress/data 4.16.1 -> 4.26.1 age adoption passing confidence
@wordpress/data-controls 1.10.1 -> 1.20.1 age adoption passing confidence
@wordpress/date 3.9.0 -> 3.13.0 age adoption passing confidence
@wordpress/dom 2.9.0 -> 2.16.0 age adoption passing confidence
@wordpress/e2e-test-utils 4.6.0 -> 4.16.1 age adoption passing confidence
@wordpress/element 2.13.1 -> 2.19.0 age adoption passing confidence
@wordpress/eslint-plugin 7.1.0 -> 7.4.0 age adoption passing confidence
@wordpress/hooks 2.8.0 -> 2.11.0 age adoption passing confidence
@wordpress/html-entities 2.7.0 -> 2.10.0 age adoption passing confidence
@wordpress/i18n 3.11.0 -> 3.17.0 age adoption passing confidence
@wordpress/icons 2.0.0 -> 2.9.0 age adoption passing confidence
@wordpress/keycodes 2.11.0 -> 2.18.0 age adoption passing confidence
@wordpress/plugins 2.22.0 -> 2.24.1 age adoption passing confidence
@wordpress/postcss-plugins-preset 1.3.0 -> 1.6.0 age adoption passing confidence
@wordpress/prettier-config 0.3.0 -> 0.4.0 age adoption passing confidence
@wordpress/scripts 12.0.0 -> 12.6.1 age adoption passing confidence
@wordpress/url 2.13.0 -> 2.21.0 age adoption passing confidence
@wordpress/viewport 2.15.1 -> 2.25.1 age adoption passing confidence

Release Notes

WordPress/gutenberg

v4.20.0

Compare Source

v4.19.0

Compare Source

v4.18.1

Compare Source

v4.18.0

Compare Source


Renovate configuration

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

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 has been generated by WhiteSource Renovate. View repository job log here.

@louwie17 louwie17 force-pushed the renovate/wordpress-monorepo branch from 439db6c to c38c758 Compare January 15, 2021 19:44
@louwie17
Copy link
Contributor

Hey @samueljseay or @octaedro is one of you able to double check this? It renders well for me.
I had to fix two things to get it working:

  • Fix lint errors, see comments in code changes
  • The latest wordpress/viewport package breaks the JS build (~2.25.0), so I updated it to (2.24.0) in our packages/components

relatedTarget = event.relatedTarget;
} else if ( this.toggleButtonRef.current ) {
const ownerDoc = this.toggleButtonRef.current.ownerDocument;
relatedTarget = ownerDoc ? ownerDoc.activeElement : null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes a lint error that doesn't like the use of document.activeElement and suggests to use ownerDocument instead.

@@ -4,6 +4,7 @@ module.exports = {
require.resolve( './custom.js' ),
'plugin:@wordpress/eslint-plugin/recommended',
],
parser: '@typescript-eslint/parser',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the typescript-eslint parser as was suggested here
To fix this import error:
Syntax error in type: import('@wordpress/element').WPElement} WPElement jsdoc/valid-types
An import statement like this was done in more place (you can see the errors in the initial travis ci output).

@samueljseay
Copy link
Contributor

@louwie17 sorry I missed the ping on this one. Your changes look good, but alas its been open a while so there are conflicts. Do you wanna take a look at those?

@samueljseay samueljseay merged commit e7098ca into main Feb 10, 2021
@samueljseay samueljseay deleted the renovate/wordpress-monorepo branch February 10, 2021 21:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants