-
Notifications
You must be signed in to change notification settings - Fork 135
Fix merge conflict #2013
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
Fix merge conflict #2013
Conversation
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Co-authored-by: Weston Ruter <westonruter@google.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
…tion Detective disabled state Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
…ptimize_reasons Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
…unction Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Co-authored-by: Weston Ruter <westonruter@google.com>
…view Co-authored-by: Weston Ruter <westonruter@google.com>
Co-authored-by: Weston Ruter <westonruter@google.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Co-authored-by: Weston Ruter <westonruter@google.com>
…d certain post elements to View Transitions plugin.
Co-authored-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
This addresses issues detected by PhpStorm.
Enhance Optimization Detective meta generator tag with all disabled reasons
Updated various documentation and in-code comments to fix typos, improve grammar, and enhance clarity. These changes ensure better readability and more precise communication across the codebase, especially in user-facing docs and inline explanations. These issues were flagged via static analysis in PhpStorm.
Fix typos and clarify grammar in documentation and comments
Use `win` and `doc` aliases consistently
Bumps [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) from 4.22.0 to 4.23.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/prettier-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/prettier-config@4.23.0/packages/prettier-config) --- updated-dependencies: - dependency-name: "@wordpress/prettier-config" dependency-version: 4.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.12.2 to 3.13.0. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.12.2...3.13.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 3.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ress/prettier-config-4.23.0 Bump @wordpress/prettier-config from 4.22.0 to 4.23.0
…/php_codesniffer-3.13.0 Bump squizlabs/php_codesniffer from 3.12.2 to 3.13.0
Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 30.15.0 to 30.16.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.16.0/packages/scripts) --- updated-dependencies: - dependency-name: "@wordpress/scripts" dependency-version: 30.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ress/scripts-30.16.0 Bump @wordpress/scripts from 30.15.0 to 30.16.0
Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 10.22.0 to 10.23.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@10.23.0/packages/env) --- updated-dependencies: - dependency-name: "@wordpress/env" dependency-version: 10.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ress/env-10.23.0 Bump @wordpress/env from 10.22.0 to 10.23.0
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/1511-incorporate-layout-constraints-from-ancestors #2013 +/- ##
==============================================================================================
+ Coverage 72.49% 72.50% +0.01%
==============================================================================================
Files 87 88 +1
Lines 7064 7144 +80
==============================================================================================
+ Hits 5121 5180 +59
- Misses 1943 1964 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
a7c72d0
into
feature/1511-incorporate-layout-constraints-from-ancestors
Summary
The PR fix merge conflict for #2004