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) #243

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit) ### [`v9.6.15`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15) ### [`v9.6.14`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.14) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.14) ### [`v9.6.13`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13) ### [`v9.6.12`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12) ### [`v9.6.11`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11) ### [`v9.6.10`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.9...9.6.10) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.9...9.6.10) ### [`v9.6.9`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.9) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.9) ### [`v9.6.8`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8) ### [`v9.6.7`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7)
roots/wordpress (roots/wordpress) ### [`v5.9.8`](https://togithub.com/roots/wordpress/compare/5.9.7...5.9.8) [Compare Source](https://togithub.com/roots/wordpress/compare/5.9.7...5.9.8) ### [`v5.9.7`](https://togithub.com/roots/wordpress/releases/tag/5.9.7): Version 5.9.7 [Compare Source](https://togithub.com/roots/wordpress/compare/5.9.6...5.9.7) *Version notes available on [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-5-9-7/).* ### [`v5.9.6`](https://togithub.com/roots/wordpress/releases/tag/5.9.6): Version 5.9.6 [Compare Source](https://togithub.com/roots/wordpress/compare/5.9.5...5.9.6) *Sourced from [WordPress.org Documentation](https://wordpress.org/documentation/wordpress-version/version-5-9-6/).*

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.
wp-phpunit/wp-phpunit (wp-phpunit/wp-phpunit) ### [`v5.9.8`](https://togithub.com/wp-phpunit/wp-phpunit/compare/5.9.7...5.9.8) [Compare Source](https://togithub.com/wp-phpunit/wp-phpunit/compare/5.9.7...5.9.8) ### [`v5.9.7`](https://togithub.com/wp-phpunit/wp-phpunit/compare/5.9.6...5.9.7) [Compare Source](https://togithub.com/wp-phpunit/wp-phpunit/compare/5.9.6...5.9.7) ### [`v5.9.6`](https://togithub.com/wp-phpunit/wp-phpunit/compare/5.9.5...5.9.6) [Compare Source](https://togithub.com/wp-phpunit/wp-phpunit/compare/5.9.5...5.9.6)
Yoast/PHPUnit-Polyfills (yoast/phpunit-polyfills) ### [`v1.1.0`](https://togithub.com/Yoast/PHPUnit-Polyfills/blob/HEAD/CHANGELOG.md#110---2023-08-19) [Compare Source](https://togithub.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0) ##### Added - `Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty` trait to polyfill the `Assert::assertObjectHasProperty()` and `Assert::assertObjectNotHasProperty()` methods as backported from PHPUnit 10.1.0 to PHPUnit 9.6.11. PR [#​135]. ##### Changed - General housekeeping. [#​135]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/135

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 11 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: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/6e04cd/e9a6b3/repos/github/yellowtree/geoip-detect":"/tmp/worker/6e04cd/e9a6b3/repos/github/yellowtree/geoip-detect" -v "/tmp/worker/6e04cd/e9a6b3/cache":"/tmp/worker/6e04cd/e9a6b3/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/6e04cd/e9a6b3/repos/github/yellowtree/geoip-detect" ghcr.io/containerbase/sidecar:9.26.2 bash -l -c "install-tool php 7.2.5 && install-tool composer 2.6.5 && composer update phpunit/phpunit:9.6.15 roots/wordpress:5.9.8 wp-phpunit/wp-phpunit:5.9.8 yoast/phpunit-polyfills:1.1.0 --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 phpunit/phpunit 9.6.15 -> satisfiable by phpunit/phpunit[9.6.15].
    - phpunit/phpunit 9.6.15 requires php >=7.3 -> your php version (7.2.5; overridden via config.platform, same as actual) does not satisfy that requirement.
  Problem 2
    - phpunit/phpunit 9.6.15 requires php >=7.3 -> your php version (7.2.5; overridden via config.platform, same as actual) does not satisfy that requirement.
    - yoast/phpunit-polyfills 1.1.0 requires phpunit/phpunit ^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 -> satisfiable by phpunit/phpunit[9.6.15].
    - Root composer.json requires yoast/phpunit-polyfills 1.1.0 -> satisfiable by yoast/phpunit-polyfills[1.1.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.