Skip to content

Commit 6de993f

Browse files
anomiexmatticbot
authored andcommitted
Update dependency yoast/phpunit-polyfills to v1.1.0 (#32605)
Co-authored-by: Renovate Bot <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5929974986
1 parent 9814745 commit 6de993f

File tree

7 files changed

+43
-40
lines changed

7 files changed

+43
-40
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
### Changed
13+
- Updated package dependencies.
14+
1215
## 1.6.13 - 2023-08-15
1316
### Changed
1417
- Internal updates.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"automattic/jetpack-mu-wpcom": "^4.5.0-alpha"
88
},
99
"require-dev": {
10-
"yoast/phpunit-polyfills": "1.0.4",
11-
"automattic/jetpack-changelogger": "^3.3.7"
10+
"yoast/phpunit-polyfills": "1.1.0",
11+
"automattic/jetpack-changelogger": "^3.3.8-alpha"
1212
},
1313
"autoload": {
1414
"classmap": [

composer.lock

Lines changed: 27 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final.
1414

1515
### Changed
1616
- Remove the initial slash to match the pattern used throughout the project
17+
- Updated package dependencies.
1718

1819
### Fixed
1920
- Add calypso path for set_up_payments task.

vendor/automattic/jetpack-mu-wpcom/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "GPL-2.0-or-later",
66
"require": {},
77
"require-dev": {
8-
"yoast/phpunit-polyfills": "1.0.4",
9-
"automattic/jetpack-changelogger": "^3.3.7",
8+
"yoast/phpunit-polyfills": "1.1.0",
9+
"automattic/jetpack-changelogger": "^3.3.8-alpha",
1010
"automattic/wordbless": "0.4.2"
1111
},
1212
"suggest": {

vendor/composer/installed.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-mu-wpcom",
5-
"version": "4.5.0-alpha.1692353505",
6-
"version_normalized": "4.5.0.0-alpha1692353505",
5+
"version": "4.5.0-alpha.1692641735",
6+
"version_normalized": "4.5.0.0-alpha1692641735",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
10-
"reference": "7e7c7f931f63f54b509949cf215178045af0526d"
10+
"reference": "156981e4dd062e6df479a4e90dd22143e32a61b2"
1111
},
1212
"require-dev": {
13-
"automattic/jetpack-changelogger": "^3.3.7",
13+
"automattic/jetpack-changelogger": "^3.3.8-alpha",
1414
"automattic/wordbless": "0.4.2",
15-
"yoast/phpunit-polyfills": "1.0.4"
15+
"yoast/phpunit-polyfills": "1.1.0"
1616
},
1717
"suggest": {
1818
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

vendor/composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
),
1212
'versions' => array(
1313
'automattic/jetpack-mu-wpcom' => array(
14-
'pretty_version' => '4.5.0-alpha.1692353505',
15-
'version' => '4.5.0.0-alpha1692353505',
16-
'reference' => '7e7c7f931f63f54b509949cf215178045af0526d',
14+
'pretty_version' => '4.5.0-alpha.1692641735',
15+
'version' => '4.5.0.0-alpha1692641735',
16+
'reference' => '156981e4dd062e6df479a4e90dd22143e32a61b2',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)