Fix wp/7.0 cherry-pick lint errors#79737
Merged
Merged
Conversation
|
Size Change: +3 B (0%) Total Size: 7.61 MB
ℹ️ View Unchanged
|
|
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. |
Contributor
Author
|
CI errors are not related with the fix. |
pento
pushed a commit
to WordPress/wordpress-develop
that referenced
this pull request
Jul 1, 2026
- Backport package version bump (WordPress/gutenberg#79676) - Revisions: Use CSS outline as secondary non-color indicator for diff blocks (WordPress/gutenberg#78393) - Editor: Move focus to revisions slider when entering revisions mode (WordPress/gutenberg#79691) - Avoid dirtying related navigation entities during passive render (WordPress/gutenberg#79000) - Navigation: Use block context to determine whether Page List is nested in Submenu (WordPress/gutenberg#79048) - Mark all controlled/mode block changes non-persistent (WordPress/gutenberg#79350) - Fix wp/7.0 cherry-pick lint errors (WordPress/gutenberg#79737) - Custom HTML: Fix scrollbar after tab switch in modal (WordPress/gutenberg#78571) - Template Part: Remove restriction on tabs / inspector fills (WordPress/gutenberg#79181) - wp-build: Fix black flash on wp-admin pages before hydration (WordPress/gutenberg#78493) - Navigation: Restore block_core_navigation_submenu_render_submenu_icon() as deprecated shim (WordPress/gutenberg#78484) - Guard PHP unit test to avoid failures on old wp versions (WordPress/gutenberg#78547) - Image: Fix missing aria-label on lightbox trigger button for single images (WordPress/gutenberg#78426) - useCopyToClipboard: Always call onSuccess callback (WordPress/gutenberg#78387) - Block Editor: Fix blockGap fallback parsing for nested var() values (WordPress/gutenberg#77750) - Backport: Navigation shared icon rendering functions to wp/7.0 (WordPress/gutenberg#79754) Reviewed-by cbravobernal. Fixes #65566. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62610 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith
pushed a commit
to markjaquith/WordPress
that referenced
this pull request
Jul 1, 2026
- Backport package version bump (WordPress/gutenberg#79676) - Revisions: Use CSS outline as secondary non-color indicator for diff blocks (WordPress/gutenberg#78393) - Editor: Move focus to revisions slider when entering revisions mode (WordPress/gutenberg#79691) - Avoid dirtying related navigation entities during passive render (WordPress/gutenberg#79000) - Navigation: Use block context to determine whether Page List is nested in Submenu (WordPress/gutenberg#79048) - Mark all controlled/mode block changes non-persistent (WordPress/gutenberg#79350) - Fix wp/7.0 cherry-pick lint errors (WordPress/gutenberg#79737) - Custom HTML: Fix scrollbar after tab switch in modal (WordPress/gutenberg#78571) - Template Part: Remove restriction on tabs / inspector fills (WordPress/gutenberg#79181) - wp-build: Fix black flash on wp-admin pages before hydration (WordPress/gutenberg#78493) - Navigation: Restore block_core_navigation_submenu_render_submenu_icon() as deprecated shim (WordPress/gutenberg#78484) - Guard PHP unit test to avoid failures on old wp versions (WordPress/gutenberg#78547) - Image: Fix missing aria-label on lightbox trigger button for single images (WordPress/gutenberg#78426) - useCopyToClipboard: Always call onSuccess callback (WordPress/gutenberg#78387) - Block Editor: Fix blockGap fallback parsing for nested var() values (WordPress/gutenberg#77750) - Backport: Navigation shared icon rendering functions to wp/7.0 (WordPress/gutenberg#79754) Reviewed-by cbravobernal. Fixes #65566. Built from https://develop.svn.wordpress.org/branches/7.0@62610 git-svn-id: http://core.svn.wordpress.org/branches/7.0@61890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
cropButtonRefdeclaration from the Site Logo cherry-pick where the wp/7.0 branch does not include the newer trunk media-editor code that uses it.Stackimport from the revisions slider cherry-pick where wp/7.0 still usesHStackfrom@wordpress/components.Why?
The wp/7.0 static-analysis rerun failed in
npm run lint:jsafter recent cherry-picks. These were cherry-pick context artifacts rather than intended release-branch behavior.Testing
npm run lint:js -- packages/block-library/src/site-logo/edit.js packages/editor/src/components/post-revisions-preview/revisions-slider.jsnpm run lintnpm run docs:buildCherry-picks
3c7620daf364cb6408130acfdc7052740185e868- Editor: Move focus to revisions slider when entering revisions mode (Editor: Move focus to revisions slider when entering revisions mode #79691)3a5ff539f1ef53bb85f024b6c3129402b67f8881- Mark all controlled/mode block changes non-persistent (Mark all controlled/mode block changes non-persistent #79350)