Skip to content

Commit

Permalink
Update dependency yoast/phpunit-polyfills to ^1.1.1 (#39004)
Browse files Browse the repository at this point in the history
* Update dependency yoast/phpunit-polyfills to 1.1.0 || 1.1.1
* Caret version
* wpcomsh: Remove unnecessary phpunit dep.
  `yoast/phpunit-polyfills` already brings in an appropriate version of
  phpunit.

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10497266284

Upstream-Ref: Automattic/jetpack@480d5da
  • Loading branch information
anomiex authored and matticbot committed Aug 21, 2024
1 parent 5fef916 commit cab13c1
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 27 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-device-detection": "^2.1.3"
"automattic/jetpack-device-detection": "^2.1.4-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.2.5"
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6-alpha"
},
"autoload": {
"classmap": [
Expand Down
31 changes: 17 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-device-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [2.1.3] - 2024-04-08
### Added
- Added functionality for extracting the browser and desktop platform from a user agent. [#36568]
Expand Down Expand Up @@ -196,6 +203,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Moving jetpack_is_mobile into a package

[2.1.4-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4-alpha
[2.1.3]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-device-detection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"php": ">=7.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.2.5"
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"packages": [
{
"name": "automattic/jetpack-device-detection",
"version": "2.1.3",
"version_normalized": "2.1.3.0",
"version": "2.1.4-alpha.1724273335",
"version_normalized": "2.1.4.0-alpha1724273335",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "5b2dd9953d16c3edcdc614c521c530d787b0a7ed"
"reference": "f85f87e0e357587b5b1c9b56085b459b631e8f3a"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.5",
"yoast/phpunit-polyfills": "1.1.0"
"automattic/jetpack-changelogger": "^4.2.6-alpha",
"yoast/phpunit-polyfills": "^1.1.1"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
),
'versions' => array(
'automattic/jetpack-device-detection' => array(
'pretty_version' => '2.1.3',
'version' => '2.1.3.0',
'reference' => '5b2dd9953d16c3edcdc614c521c530d787b0a7ed',
'pretty_version' => '2.1.4-alpha.1724273335',
'version' => '2.1.4.0-alpha1724273335',
'reference' => 'f85f87e0e357587b5b1c9b56085b459b631e8f3a',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit cab13c1

Please sign in to comment.