diff --git a/.yarnrc.yml b/.yarnrc.yml index c7c51ef6fbb77..e5b206a8e9eb3 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -105,6 +105,13 @@ logFilters: - pattern: "wp-calypso@workspace:. provides react-dom (pff688) with version 17.0.2, which doesn't satisfy what @automattic/components and some of its descendants request" level: discard + # Depends on + # @wordpress/eslint-plugin: https://github.com/WordPress/gutenberg/issues/35576 + - pattern: "@automattic/wpcom-editing-toolkit@workspace:apps/editing-toolkit provides eslint (pcb2ba) with version 8.4.1, which doesn't satisfy what @wordpress/eslint-plugin and some of its descendants request" + level: discard + - pattern: "wp-calypso@workspace:. provides eslint (p3918c) with version 8.4.1, which doesn't satisfy what @wordpress/eslint-plugin and some of its descendants request" + level: discard + # `postinstall` script fails (https://github.com/pmndrs/react-spring/issues/1668) # Fixed in https://github.com/yarnpkg/berry/pull/3661, we need for a new yarn release. # Work around it by disabling scripts for this package (see `dependenciesMeta` in `package.json`). The workaround can be removed