Closed renovate[bot] closed 6 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: composer update phpunit/phpunit:11.1.2 roots/wordpress:6.5.2 wp-phpunit/wp-phpunit:6.5.2 yoast/phpunit-polyfills:2.0.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires yoast/phpunit-polyfills 2.0.1 -> satisfiable by yoast/phpunit-polyfills[2.0.1].
- yoast/phpunit-polyfills 2.0.1 requires phpunit/phpunit ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 -> found phpunit/phpunit[5.7.21, ..., 5.7.27, 6.0.0, ..., 6.5.14, 7.0.0, ..., 7.5.20, 8.0.0, ..., 8.5.38, 9.0.0, ..., 9.6.19, 10.0.0, ..., 10.5.18] but it conflicts with your root composer.json require (11.1.2).
Problem 2
- Root composer.json requires phpunit/phpunit 11.1.2 -> satisfiable by phpunit/phpunit[11.1.2].
- phpunit/phpunit 11.1.2 requires php >=8.2 -> your php version (7.3; overridden via config.platform, same as actual) does not satisfy that requirement.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
This PR contains the following updates:
9.6.15
->11.1.2
5.9.8
->6.5.2
5.9.8
->6.5.2
1.1.0
->2.0.1
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
### [`v11.1.2`](https://togithub.com/sebastianbergmann/phpunit/compare/11.1.1...11.1.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.1.1...11.1.2) ### [`v11.1.1`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.1.1): PHPUnit 11.1.1 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.1.0...11.1.1) ##### Fixed - [#5798](https://togithub.com/sebastianbergmann/phpunit/issues/5798): The `#[CoversClass]` and `#[UsesClass]` attributes can no longer target traits *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.1/installation.html) ### [`v11.1.0`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.1.0): PHPUnit 11.1.0 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.10...11.1.0) ##### Added - [#5689](https://togithub.com/sebastianbergmann/phpunit/issues/5689): Distinguish between self, direct and indirect deprecations - [#5696](https://togithub.com/sebastianbergmann/phpunit/pull/5696): `#[DisableReturnValueGenerationForTestDoubles]` attribute for disabling return value generation for test doubles created using `createMock()`, `createMockForIntersectionOfInterfaces()`, `createPartialMock()`, `createStub()`, and `createStubForIntersectionOfInterfaces()` - [#5175](https://togithub.com/sebastianbergmann/phpunit/issues/5175): `#[CoversMethod]` and `#[UsesMethod]` attributes for more fine-grained code coverage targeting - [#5720](https://togithub.com/sebastianbergmann/phpunit/issues/5720): Support filtering using `--filter`, `--exclude-filter`, `--group`, and `--exclude-group` when listing tests using `--list-tests` and `--list-tests-xml` as well as listing groups with `--list-groups` - [#5733](https://togithub.com/sebastianbergmann/phpunit/issues/5733): Implicitly include (abstract) parent class(es) with `#[CoversClass]` and `#[UsesClass]` attributes - `--only-summary-for-coverage-text` CLI option to reduce the code coverage report in text format to a summary - `--show-uncovered-for-coverage-text` CLI option to expand the code coverage report in text format to include a list of uncovered files ##### Changed - [#5689](https://togithub.com/sebastianbergmann/phpunit/issues/5689): The XML configuration file generated using `--generate-configuration` now generates `roots/wordpress (roots/wordpress)
### [`v6.5.2`](https://togithub.com/roots/wordpress/compare/6.5...6.5.2) [Compare Source](https://togithub.com/roots/wordpress/compare/6.5...6.5.2) ### [`v6.5`](https://togithub.com/roots/wordpress/compare/6.4.3...6.5) [Compare Source](https://togithub.com/roots/wordpress/compare/6.4.4...6.5) ### [`v6.4.4`](https://togithub.com/roots/wordpress/compare/6.4.3...6.4.4) [Compare Source](https://togithub.com/roots/wordpress/compare/6.4.3...6.4.4) ### [`v6.4.3`](https://togithub.com/roots/wordpress/releases/tag/6.4.3): Version 6.4.3 [Compare Source](https://togithub.com/roots/wordpress/compare/6.4.2...6.4.3) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-4-3/).* ### [`v6.4.2`](https://togithub.com/roots/wordpress/releases/tag/6.4.2): Version 6.4.2 [Compare Source](https://togithub.com/roots/wordpress/compare/6.4.1...6.4.2) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-4-2/).* ### [`v6.4.1`](https://togithub.com/roots/wordpress/compare/6.4...6.4.1) [Compare Source](https://togithub.com/roots/wordpress/compare/6.4...6.4.1) ### [`v6.4`](https://togithub.com/roots/wordpress/releases/tag/6.4): Version 6.4 [Compare Source](https://togithub.com/roots/wordpress/compare/6.3.4...6.4) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-4/).*Highlights
This latest version of WordPress introduces a new, versatile default theme and a suite of upgrades to empower every step of your creative journey. Craft your content seamlessly with further writing improvements. Explore more ways to bring your vision to life and streamline site editing with enhanced tools. Whether you’re new to WordPress or an experienced creator, WordPress 6.4 has something for you. Discover the unmatched flexibility of building with blocks and let your ideas take flight.
Meet Twenty Twenty-Four
Experience site editing at its finest with Twenty Twenty-Four. This new multi-faceted default theme has been thoughtfully crafted with three distinct use cases in mind, from writers and artists to entrepreneurs. Save time and effort with its extensive collection of over 35 templates and patterns—and unlock a world of creative possibilities with a few tweaks. Twenty Twenty-Four’s remarkable flexibility ensures an ideal fit for almost any type of site. Check it out in this demo.
Let your writing flow
New enhancements ensure your content creation journey is smooth. Find new keyboard shortcuts in List View, smarter list merging, and enhanced control over link settings. A cohesive toolbar experience for the Navigation, List, and Quote blocks lets you work efficiently with the tooling options you need.
The Command Palette just got better
First introduced in WordPress 6.3, the Command Palette is a powerful tool to quickly find what you need, perform tasks efficiently, and speed up your building workflow. Enjoy a refreshed design and new commands to perform block-specific actions in this release.
Categorize and filter patterns
Patterns are an excellent way to leverage the potential of blocks and simplify your site-building process. WordPress 6.4 allows you to organize them with custom categories. Plus, new advanced filtering in the Patterns section of the inserter makes finding all your patterns more intuitive.
Get creative with more design tools
Build beautiful and functional layouts with an expanded set of design tools. Play with background images in Group blocks for unique designs and maintain image dimensions consistent with placeholder aspect ratios. Do you want to add buttons to your Navigation block? Now you can do it conveniently without a line of code.
Make your images stand out
Enable lightbox functionality to let your site visitors enjoy full-screen, interactive images on click. Apply it globally or to specific images to customize the viewing experience.
Rename Group blocks
Set custom names for Group blocks to organize and distinguish areas of your content easily. These names will be visible in List View.
Preview images in List View
New previews for Gallery and Image blocks in List View let you visualize and locate where images on your content are at a glance.
Share patterns across sites
Need to use your custom patterns on another site? Import and export them as JSON files from the Site Editor’s patterns view.
Introducing Block Hooks
Block Hooks enables developers to automatically insert dynamic blocks at specific content locations, enriching the extensibility of block themes through plugins. While considered a developer tool, this feature is geared to respect your preferences and gives you complete control to add, dismiss, and customize auto-inserted blocks to your needs.
Performance wins
This release includes more than 100 performance-related updates for a faster and more efficient experience. Notable enhancements focus on template loading performance for themes (including Twenty Twenty-Four), usage of the script loading strategies “defer” and “async” in core, blocks, and themes, and optimization of autoloaded options.
Accessibility highlights
Every release is committed to making WordPress accessible to everyone. WordPress 6.4 brings several List View improvements and aria-label support for the Navigation block, among other highlights. The admin user interface includes enhancements to button placements, “Add New” menu items context, and Site Health spoken messages. Learn more about all the work aimed at improving accessibility in this post.
Other notes of interest
Summary
Maintenance updates
This security and maintenance release features 19 bug fixes on Core, 22 bug fixes for the Block Editor, and 8 security fixes.
This is a short-cycle release. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement.
Security updates
The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:
Summary
Maintenance updates
This minor release features 4 bug fixes in Core and 6 bug fixes for the block editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement.
### [`v6.3`](https://togithub.com/roots/wordpress/releases/tag/6.3): Version 6.3 [Compare Source](https://togithub.com/roots/wordpress/compare/6.2.5...6.3) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-3/).*Highlights
This momentous release opens new possibilities for the creative expression of designers, creators, and builders. Powerful tools and refined controls give users confidence and allow them to easily manage their sites.
Do everything in the Site Editor
WordPress 6.3 brings your content, templates, and patterns together in the Site Editor for the first time. Add pages, browse style variations, create synced patterns, and enjoy fine-tuned control over navigation menus. Spend less time switching across different site areas—so you can focus on what matters most. Creation to completion, all in one place.
Preview Block themes
Experience block themes before you switch and preview the Site Editor, with options to customize directly before committing to a new theme.
Create and sync patterns
Arrange blocks and save them to the ‘My Patterns’ section for use throughout your site. You can even specify whether to sync your patterns (previously referred to as “Reusable blocks”) so that one change applies to all parts of your site. Or, utilize patterns as a starting point with the ability to customize each instance.
Work faster with the Command Palette
Switch to a specific template or open your editor preferences with a new tool that helps you quickly access expanded functionality. With simple keyboard shortcuts (⌘+k on Mac or Ctrl+k on Windows), clicking the sidebar search icon in Site View, or clicking the Title Bar, get where you need to go and do what you need to do in seconds.
Sharpen your designs with new tools
New design controls bring more versatility for fine-tuning, starting with the ability to customize your captions from the Styles interface without coding. You can manage your duotone filters in Styles for supported blocks and pick from the options provided by your theme or disable them entirely. The Cover block gets added settings for text color, layout controls, and border options, making this powerful block even more handy.
Track design changes with Style revisions
With a new audit trail, you can now see how your site looked at a specific time. Visualize these revisions in a timeline and access a one-click option to restore prior styles.
Annotate with the Footnotes block
Footnotes add convenient annotations throughout your content. Now you can add and link footnotes for any paragraph.
Show or hide content with the Details block
Use the Details block to avoid spoiling a surprise, create an interactive Q&A section, or hide a long paragraph under a heading.
Performance gets a boost
WordPress 6.3 has 170+ performance updates, including defer and async support for the Scripts API and fetchpriority support for images. These improvements, along with block template resolution, image lazy-loading, and the emoji loader, can dramatically improve your website’s perceived load time.
Accessibility remains a core focus
Incorporating more than 50 accessibility improvements across the platform, WordPress 6.3 is more accessible than ever. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and new controls in the admin image editor allow those using assistive technologies to navigate more easily.
Other highlights
Set aspect ratio on images
Specify your aspect ratios and ensure design integrity, especially when using images in patterns.
Build your site distraction-free
Distraction-free designing is now available in the Site Editor.
Rediscover the Top Toolbar
A revamped Top Toolbar offers parent selectors for nested blocks, options when selecting multiple blocks, and an interface embedded into the title bar with new functionality in mind.
List View improvements
Drag and drop to every content layer and delete any block you would like in the updated List View.
Build templates with Patterns
Create unique patterns to jumpstart template creation with a new modal enabling access to pattern selection.
### [`v6.2.5`](https://togithub.com/roots/wordpress/compare/6.2.4...6.2.5) [Compare Source](https://togithub.com/roots/wordpress/compare/6.2.4...6.2.5) ### [`v6.2.4`](https://togithub.com/roots/wordpress/releases/tag/6.2.4): Version 6.2.4 [Compare Source](https://togithub.com/roots/wordpress/compare/6.2.3...6.2.4) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-2-4/).* ### [`v6.2.3`](https://togithub.com/roots/wordpress/releases/tag/6.2.3): Version 6.2.3 [Compare Source](https://togithub.com/roots/wordpress/compare/6.2.2...6.2.3) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-2-3/).*Summary
This is a short-cycle release. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement.
Security updates
The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:
Summary
The 6.2.2 minor release addresses 1 bug and 1 security issue. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.9 have also been updated.
Security updates
The security team would like to thank the following people for responsibly reporting vulnerabilities and allowing them to be fixed in this release.
The issue above was originally patched in the 6.2.1 release, but needed further hardening here in 6.2.2. The Core team is thankful for the community in their response to 6.2.1 and collaboration on finding the best path forward for proper resolution in 6.2.2.
### [`v6.2.1`](https://togithub.com/roots/wordpress/releases/tag/6.2.1): Version 6.2.1 [Compare Source](https://togithub.com/roots/wordpress/compare/6.2...6.2.1) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-2-1/).*Summary
Maintenance updates
This minor release features 20 bug fixes in Core and 10 bug fixes for the block editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement.
Security updates
The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release.
Highlights
Meet the reimagined Site Editor
An updated interface gives you more control over your site editing experience. Explore full previews of your templates and template parts, then jump in and get to editing your site from wherever you choose.
Manage your menu in more ways with the Navigation block
A new sidebar experience makes it easier to edit your site’s navigation. Add, remove, and reorder menu items faster—no matter how complex your menus are.
Discover a smoother experience for the Block Inserter
A refreshed design gives you more visibility and easier access to the content you need. Use the Media tab to drag and drop content from your existing Media Library quickly. Find patterns faster with a split view that lets you navigate categories and see previews all at once.
Find the controls you want when you need them
Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access.
Build faster with headers and footers for block themes
Discover a new collection of header and footer patterns. Use them with any block theme as a quick, high-quality starting point for your site’s templates.
Explore Openverse media right from the Editor
Openverse’s library catalogs over 600 million free, openly licensed stock images and audio—and now it’s directly integrated into the Editor.
Focus on writing with Distraction Free mode
For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.
Experience the Site Editor, now out of beta
Stable and ready for you to dive in and explore: 6.2 is your personal invitation to discover what the next generation of WordPress—and block themes—can do.
Meet the new Style Book
Get a complete overview of how every block in your site’s library looks. All in one place, all at a glance.
Copy and paste styles
Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.
Custom CSS
Power up your site any way you wish. Add CSS to your site, or your blocks, for another level of control over your site’s look and feel.
Sticky positioning
Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.
Importing widgets
Options to import your favorite widgets from Classic themes to Block themes.
Local fonts in themes
Default WordPress themes offer better privacy with Google Fonts now included.
### [`v6.1.6`](https://togithub.com/roots/wordpress/compare/6.1.5...6.1.6) [Compare Source](https://togithub.com/roots/wordpress/compare/6.1.5...6.1.6) ### [`v6.1.5`](https://togithub.com/roots/wordpress/releases/tag/6.1.5): Version 6.1.5 [Compare Source](https://togithub.com/roots/wordpress/compare/6.1.4...6.1.5) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-1-5/).* ### [`v6.1.4`](https://togithub.com/roots/wordpress/releases/tag/6.1.4): Version 6.1.4 [Compare Source](https://togithub.com/roots/wordpress/compare/6.1.3...6.1.4) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-1-4/).* ### [`v6.1.3`](https://togithub.com/roots/wordpress/releases/tag/6.1.3): Version 6.1.3 [Compare Source](https://togithub.com/roots/wordpress/compare/6.1.2...6.1.3) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-1-3/).* ### [`v6.1.2`](https://togithub.com/roots/wordpress/releases/tag/6.1.2): Version 6.1.2 [Compare Source](https://togithub.com/roots/wordpress/compare/6.1.1...6.1.2) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-1-2/).*Summary
Maintenance updates
This minor release features 20 bug fixes in Core and 10 bug fixes for the block editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement.
Security updates
The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release.
Summary
Maintenance updates
This maintenance release features 28 bug fixes in Core and 18 bug fixes for the Block Editor.
The following core tickets from Trac were fixed:
NOT EXISTS
tax query inpre_get_posts
action triggers a fatal error inwp-includes/canonical.php
(#55955)get_default_block_editor_settings
(#56815)theme.json
for style variations are ignored (#56903)theme.json
parsing for classic themes (#56945)WP_Theme_JSON
class (#56974)remove_accents()
(#56980)get_page_by_title
in 6.1 changesWHERE
clause (#56991)WPLANG
set (#57051)$locale
toload_textdomain()
if we know the locale (#57060)decoding="async"
breaks my site (#56969)menu-item-has-children
class is not being applied correctly (#56946)get_page_by_title(null)
returns a page (#57039)WP_Query::the_post
causes a type warning when querying for ids, not full post objects (#56948)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.