yellowtree / geoip-detect

Wordpress plugin "Geolocation IP Detection": Provides geographic information detected by an IP adress.
http://wordpress.org/plugins/geoip-detect/
GNU General Public License v3.0
163 stars 38 forks source link

Update testing (PHP) (major) #254

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 9.6.15 -> 11.1.2 age adoption passing confidence
roots/wordpress (source) 5.9.8 -> 6.5.2 age adoption passing confidence
wp-phpunit/wp-phpunit (source) 5.9.8 -> 6.5.2 age adoption passing confidence
yoast/phpunit-polyfills 1.1.0 -> 2.0.1 age adoption passing confidence

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 `` instead of `` - [#​5708](https://togithub.com/sebastianbergmann/phpunit/issues/5708): Allow the `--group`, `--exclude-group`, `--covers`, `--uses`, and `--test-suffix` CLI options to be used multiple times - `PHPUnit\Framework\TestCase::__construct()` is now annotated to be final in preparation for declaring it `final` in PHPUnit 12 - Changed how the `DeprecationTriggered`, `ErrorTriggered`, `NoticeTriggered`, `PhpDeprecationTriggered`, `PhpNoticeTriggered`, `PhpWarningTriggered`, and `WarningTriggered` events are represented as text ##### Deprecated - [#​5689](https://togithub.com/sebastianbergmann/phpunit/issues/5689): The `restrictDeprecations` attribute on the `` element of the XML configuration file is now deprecated in favor of the `ignoreSelfDeprecations`, `ignoreDirectDeprecations`, and `ignoreIndirectDeprecations` attributes - [#​5709](https://togithub.com/sebastianbergmann/phpunit/issues/5709): Deprecate support for using comma-separated values with the `--group`, `--exclude-group`, `--covers`, `--uses`, and `--test-suffix` CLI options *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.1/installation.html) ### [`v11.0.10`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.0.10): PHPUnit 11.0.10 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.9...11.0.10) ##### Changed - The namespaces of dependencies are now prefixed with `PHPUnitPHAR` instead of just `PHPUnit` for the PHAR distribution of PHPUnit *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.0/installation.html) ### [`v11.0.9`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.0.9): PHPUnit 11.0.9 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.8...11.0.9) ##### Changed - [#​5766](https://togithub.com/sebastianbergmann/phpunit/pull/5766): Do not use a shell in `proc_open()` if not really needed - [#​5772](https://togithub.com/sebastianbergmann/phpunit/pull/5772): Cleanup process handling after dropping temp-file handling ##### Fixed - [#​5570](https://togithub.com/sebastianbergmann/phpunit/pull/5570): Windows does not support exclusive locks on stdout *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.0/installation.html) ### [`v11.0.8`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.0.8): PHPUnit 11.0.8 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.7...11.0.8) ##### Fixed - [#​5765](https://togithub.com/sebastianbergmann/phpunit/pull/5765): Be more forgiving with error handlers that do not respect error suppression *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.0/installation.html) ### [`v11.0.7`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.0.7): PHPUnit 11.0.7 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.6...11.0.7) ##### Changed - [#​5747](https://togithub.com/sebastianbergmann/phpunit/pull/5747): Cache result of `Groups::groups()` - [#​5748](https://togithub.com/sebastianbergmann/phpunit/pull/5748): Improve performance of `NamePrettifier::prettifyTestMethodName()` - [#​5750](https://togithub.com/sebastianbergmann/phpunit/pull/5750): Micro-optimize `NamePrettifier::prettifyTestMethodName()` once again - [#​5752](https://togithub.com/sebastianbergmann/phpunit/issues/5752): Improve message for deprecation of doubling methods named "method" ##### Fixed - [#​5760](https://togithub.com/sebastianbergmann/phpunit/issues/5760): TestDox printer does not display details about exceptions raised in before-test methods *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.0/installation.html) ### [`v11.0.6`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.0.6): PHPUnit 11.0.6 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.5...11.0.6) ##### Changed - [#​5727](https://togithub.com/sebastianbergmann/phpunit/pull/5727): Prevent duplicate call of `NamePrettifier::prettifyTestMethodName()` - [#​5739](https://togithub.com/sebastianbergmann/phpunit/pull/5739): Micro-optimize `NamePrettifier::prettifyTestMethodName()` - [#​5740](https://togithub.com/sebastianbergmann/phpunit/pull/5740): Micro-optimize `TestRunner::runTestWithTimeout()` - [#​5741](https://togithub.com/sebastianbergmann/phpunit/pull/5741): Save call to `Telemetry\System::snapshot()` - [#​5742](https://togithub.com/sebastianbergmann/phpunit/pull/5742): Prevent file IO when not strictly necessary - [#​5743](https://togithub.com/sebastianbergmann/phpunit/pull/5743): Prevent unnecessary `ExecutionOrderDependency::getTarget()` call - [#​5744](https://togithub.com/sebastianbergmann/phpunit/pull/5744): Simplify `NamePrettifier::prettifyTestMethodName()` ##### Fixed - [#​5351](https://togithub.com/sebastianbergmann/phpunit/issues/5351): Incorrect code coverage metadata does not prevent code coverage data from being collected - [#​5729](https://togithub.com/sebastianbergmann/phpunit/pull/5729): `assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys()` does not correctly handle array order - [#​5746](https://togithub.com/sebastianbergmann/phpunit/issues/5746): Using `-d` CLI option multiple times triggers warning *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.0/installation.html) ### [`v11.0.5`](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.4...11.0.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.4...11.0.5) ### [`v11.0.4`](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.3...11.0.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.3...11.0.4) ### [`v11.0.3`](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.2...11.0.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.2...11.0.3) ### [`v11.0.2`](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.1...11.0.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.1...11.0.2) ### [`v11.0.1`](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.0...11.0.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.0...11.0.1) ### [`v11.0.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.10...11.0.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.18...11.0.0) ### [`v10.5.18`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.17...10.5.18) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.17...10.5.18) ### [`v10.5.17`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/10.5.17): PHPUnit 10.5.17 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.16...10.5.17) ##### Changed - The namespaces of dependencies are now prefixed with `PHPUnitPHAR` instead of just `PHPUnit` for the PHAR distribution of PHPUnit *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.16`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.15...10.5.16) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.15...10.5.16) ### [`v10.5.15`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.14...10.5.15) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.14...10.5.15) ### [`v10.5.14`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/10.5.14): PHPUnit 10.5.14 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.13...10.5.14) ##### Changed - [#​5747](https://togithub.com/sebastianbergmann/phpunit/pull/5747): Cache result of `Groups::groups()` - [#​5748](https://togithub.com/sebastianbergmann/phpunit/pull/5748): Improve performance of `NamePrettifier::prettifyTestMethodName()` - [#​5750](https://togithub.com/sebastianbergmann/phpunit/pull/5750): Micro-optimize `NamePrettifier::prettifyTestMethodName()` once again ##### Fixed - [#​5760](https://togithub.com/sebastianbergmann/phpunit/issues/5760): TestDox printer does not display details about exceptions raised in before-test methods *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.13`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.12...10.5.13) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.12...10.5.13) ### [`v10.5.12`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/10.5.12) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.11...10.5.12) ##### Fixed - [#​5652](https://togithub.com/sebastianbergmann/phpunit/issues/5652): `HRTime::duration()` throws `InvalidArgumentException` *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.11`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11) ### [`v10.5.10`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) ### [`v10.5.9`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9) ### [`v10.5.8`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8) ### [`v10.5.7`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7) ### [`v10.5.6`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6) ### [`v10.5.5`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.4...10.5.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.4...10.5.5) ### [`v10.5.4`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.4) ### [`v10.5.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3) ### [`v10.5.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2) ### [`v10.5.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1) ### [`v10.5.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0) ### [`v10.4.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2) ### [`v10.4.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1) ### [`v10.4.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0) ### [`v10.3.5`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5) ### [`v10.3.4`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4) ### [`v10.3.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3) ### [`v10.3.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.1...10.3.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.1...10.3.2) ### [`v10.3.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.0...10.3.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.0...10.3.1) ### [`v10.3.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.7...10.3.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.7...10.3.0) ### [`v10.2.7`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.6...10.2.7) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.6...10.2.7) ### [`v10.2.6`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.5...10.2.6) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.5...10.2.6) ### [`v10.2.5`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.4...10.2.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.4...10.2.5) ### [`v10.2.4`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.4) ### [`v10.2.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.2...10.2.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.2...10.2.3) ### [`v10.2.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.1...10.2.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.1...10.2.2) ### [`v10.2.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.0...10.2.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.0...10.2.1) ### [`v10.2.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.3...10.2.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.3...10.2.0) ### [`v10.1.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.2...10.1.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.2...10.1.3) ### [`v10.1.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.1...10.1.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.1...10.1.2) ### [`v10.1.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.0...10.1.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.1.0...10.1.1) ### [`v10.1.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.19...10.1.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.19...10.1.0) ### [`v10.0.19`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.18...10.0.19) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.18...10.0.19) ### [`v10.0.18`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.17...10.0.18) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.17...10.0.18) ### [`v10.0.17`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.16...10.0.17) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.16...10.0.17) ### [`v10.0.16`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.15...10.0.16) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.15...10.0.16) ### [`v10.0.15`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.14...10.0.15) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.14...10.0.15) ### [`v10.0.14`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.13...10.0.14) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.13...10.0.14) ### [`v10.0.13`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.12...10.0.13) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.12...10.0.13) ### [`v10.0.12`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.11...10.0.12) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.11...10.0.12) ### [`v10.0.11`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.10...10.0.11) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.10...10.0.11) ### [`v10.0.10`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.9...10.0.10) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.9...10.0.10) ### [`v10.0.9`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.8...10.0.9) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.8...10.0.9) ### [`v10.0.8`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.7...10.0.8) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.7...10.0.8) ### [`v10.0.7`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.6...10.0.7) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.6...10.0.7) ### [`v10.0.6`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.5...10.0.6) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.5...10.0.6) ### [`v10.0.5`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.4...10.0.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.4...10.0.5) ### [`v10.0.4`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.3...10.0.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.3...10.0.4) ### [`v10.0.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.2...10.0.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.2...10.0.3) ### [`v10.0.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.1...10.0.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.1...10.0.2) ### [`v10.0.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.0...10.0.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.0.0...10.0.1) ### [`v10.0.0`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.12...10.0.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.19...10.0.0) ### [`v9.6.19`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/9.6.19): PHPUnit 9.6.19 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19) ##### Changed - The namespaces of dependencies are now prefixed with `PHPUnitPHAR` instead of just `PHPUnit` for the PHAR distribution of PHPUnit *** [How to install or update PHPUnit](https://docs.phpunit.de/en/9.6/installation.html) ### [`v9.6.18`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18) ### [`v9.6.17`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17) ### [`v9.6.16`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16)
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

### [`v6.3.4`](https://togithub.com/roots/wordpress/compare/6.3.3...6.3.4) [Compare Source](https://togithub.com/roots/wordpress/compare/6.3.3...6.3.4) ### [`v6.3.3`](https://togithub.com/roots/wordpress/releases/tag/6.3.3): Version 6.3.3 [Compare Source](https://togithub.com/roots/wordpress/compare/6.3.2...6.3.3) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-3-3/).* ### [`v6.3.2`](https://togithub.com/roots/wordpress/releases/tag/6.3.2): Version 6.3.2 [Compare Source](https://togithub.com/roots/wordpress/compare/6.3.1...6.3.2) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-3-2/).*

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:

  • Marc Montpas of Automattic for finding a potential disclosure of user email addresses.
  • Marc Montpas of Automattic for finding an RCE POP Chains vulnerability.
  • Rafie Muhammad and Edouard L of Patchstack along with a WordPress commissioned third-party audit for each independently identifying a XSS issue in the post link navigation block.
  • Jb Audras of the WordPress Security Team and Rafie Muhammad of Patchstack for each independently discovering an issue where comments on private posts could be leaked to other users.
  • James Golovich and WhiteCyberSec for each independently identifying a way for logged in user to execute any shortcode.
  • mascara7784 for identifying a XSS vulnerability in the application password screen.
  • Jorge Costa of the WordPress Core Team for identifying XSS vulnerability in the footnotes block.
  • s5s and raouf_maklouf for independently identifying a cache poisoning DoS vulnerability.
### [`v6.3.1`](https://togithub.com/roots/wordpress/releases/tag/6.3.1): Version 6.3.1 [Compare Source](https://togithub.com/roots/wordpress/compare/6.3...6.3.1) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-3-1/).*

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:

  • Marc Montpas of Automattic for finding a potential disclosure of user email addresses.
  • Marc Montpas of Automattic for finding an RCE POP Chains vulnerability.
  • Rafie Muhammad and Edouard L of Patchstack along with a WordPress commissioned third-party audit for each independently identifying a XSS issue in the post link navigation block.
  • Jb Audras of the WordPress Security Team and Rafie Muhammad of Patchstack for each independently discovering an issue where comments on private posts could be leaked to other users.
  • James Golovich and WhiteCyberSec for each independently identifying a way for logged in user to execute any shortcode.
  • mascara7784 for identifying a XSS vulnerability in the application password screen.
  • Jorge Costa of the WordPress Core Team for identifying XSS vulnerability in the footnotes block.
  • s5s and raouf_maklouf for independently identifying a cache poisoning DoS vulnerability.
### [`v6.2.2`](https://togithub.com/roots/wordpress/releases/tag/6.2.2): Version 6.2.2 [Compare Source](https://togithub.com/roots/wordpress/compare/6.2.1...6.2.2) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-2-2/).*

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. 

  • Block themes parsing shortcodes in user-generated data; thanks to Liam Gladdy of WP Engine for reporting this issue.

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.

  • Block themes parsing shortcodes in user generated data; thanks to Liam Gladdy of WP Engine for reporting this issue
  • A CSRF issue updating attachment thumbnails; reported by John Blackbourn of the WordPress security team
  • A flaw allowing XSS via open embed auto discovery; reported independently by Jakub Żoczek of Securitum and during a third party security audit
  • Bypassing of KSES sanitization in block attributes for low privileged users; discovered during a third party security audit.
  • A path traversal issue via translation files; reported independently by Ramuel Gall and during a third party security audit.
### [`v6.2`](https://togithub.com/roots/wordpress/releases/tag/6.2): Version 6.2 [Compare Source](https://togithub.com/roots/wordpress/compare/6.1.6...6.2) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-2/).*

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.

  • Block themes parsing shortcodes in user generated data; thanks to Liam Gladdy of WP Engine for reporting this issue
  • A CSRF issue updating attachment thumbnails; reported by John Blackbourn of the WordPress security team
  • A flaw allowing XSS via open embed auto discovery; reported independently by Jakub Żoczek of Securitum and during a third party security audit
  • Bypassing of KSES sanitization in block attributes for low privileged users; discovered during a third party security audit.
  • A path traversal issue via translation files; reported independently by Ramuel Gall and during a third party security audit.
### [`v6.1.1`](https://togithub.com/roots/wordpress/releases/tag/6.1.1): Version 6.1.1 [Compare Source](https://togithub.com/roots/wordpress/compare/6.1...6.1.1) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-6-1-1/).*

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:

  • Canonical: Setting a NOT EXISTS tax query in pre_get_posts action triggers a fatal error in wp-includes/canonical.php (#​55955)
  • Editor: Massive (potential) performance issues within get_default_block_editor_settings (#​56815)
  • Editor: Padding within table cells ignored (#​56818)
  • Editor: Creating taxonomy templates for specific terms are wrongly displayed as not found (#​56902)
  • Editor: Separator colors defined using background within theme.json for style variations are ignored (#​56903)
  • Editor: Avoid running unnecessary expensive logic around theme.json parsing for classic themes (#​56945)
  • Editor: Unable to add blocks on WP 6.1 – “+” button in editor shows up only in certain condition (#​56955)
  • Editor: Improve performance of the WP_Theme_JSON class (#​56974)
  • Editor: Merge bugfixes from Gutenberg into Core for WP 6.1.1 (#​57038)
  • Editor: Fluid typography fixes for 6.1.1 (#​57075)
  • Formatting: Check that the Normalizer class exists in remove_accents() (#​56980)
  • General: Update to get_page_by_title in 6.1 changes WHERE clause (#​56991)
  • I18N: Fatal error when loading translations early due to a DB error with WPLANG set (#​57051)
  • I18N: Always pass $locale to load_textdomain() if we know the locale (#​57060)
  • Media: Featured Image bug in 6.0.3 (#​56855)
  • Media: decoding="async" breaks my site (#​56969)
  • Menus: WP 6.1-RC6: menu-item-has-children class is not being applied correctly (#​56946)
  • Post, Post Types: WP 6.1 – get_page_by_title(null) returns a page (#​57039)
  • Query: WP_Query::the_post causes a type warning when querying for ids, not full post objects (#​56948)
  • Query:

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.

renovate[bot] commented 9 months ago

⚠ Artifact update problem

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:

File name: composer.lock
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[bot] commented 6 months ago

Edited/Blocked Notification

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.