From ca8dd2b81e7a412f7db1e85a2fdf266d471e9703 Mon Sep 17 00:00:00 2001 From: anomiex Date: Thu, 7 Nov 2024 17:36:46 +0000 Subject: [PATCH] Update wordpress monorepo (#39999) * Update wordpress monorepo * Drop some unneeded `@wordpress/babel-preset-default` deps. * Pnpmfile hack to avoid redundant `@babel/` deps from `@wordpress/babel-preset-default`. * Moving to eslint 9 may let us pnpmfile-hack to remove the dep entirely from `@wordpress/eslint-plugin` instead. * Fix a really weird test failure. See [this comment][1] for details. [1]: https://github.com/Automattic/jetpack/pull/39999#issuecomment-2462813613 --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11728042927 Upstream-Ref: Automattic/jetpack@988d970804c8197f388e8b7c9f1038af12972dc7 --- composer.lock | 90 ++++++++-------- vendor/automattic/jetpack-assets/CHANGELOG.md | 8 ++ vendor/automattic/jetpack-assets/package.json | 2 +- vendor/automattic/jetpack-blaze/composer.json | 2 +- .../jetpack-calypsoify/CHANGELOG.md | 3 + .../jetpack-calypsoify/composer.json | 2 +- .../composer.json | 2 +- .../jetpack-connection/composer.json | 2 +- vendor/automattic/jetpack-jitm/CHANGELOG.md | 8 ++ vendor/automattic/jetpack-jitm/composer.json | 2 +- .../jetpack-jitm/src/class-jitm.php | 2 +- .../jetpack-masterbar/composer.json | 4 +- .../automattic/jetpack-mu-wpcom/composer.json | 2 +- .../jetpack-stats-admin/composer.json | 2 +- vendor/composer/installed.json | 102 +++++++++--------- vendor/composer/installed.php | 84 +++++++-------- 16 files changed, 168 insertions(+), 149 deletions(-) diff --git a/composer.lock b/composer.lock index 7f482181a..91ddd7ab7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b58d5c155472ef6dc5fc13651586dda0", + "content-hash": "b10bb90bd2f554e811165aa368a0cc2e", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", @@ -12,7 +12,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "3e7a9a5ca1d5692101c1c4ef5a08afc640541271" + "reference": "e33b531bab6099235047022888ffdb29568506d7" }, "require": { "php": ">=7.0" @@ -65,7 +65,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "0599025ea5c710029065177765ecb05ae8a45e8e" + "reference": "8cd6ff27f72e4352fe48f65452b066ff5706282d" }, "require": { "php": ">=7.0" @@ -126,11 +126,11 @@ }, { "name": "automattic/jetpack-assets", - "version": "2.3.13", + "version": "2.3.14-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "029a97b04f06c2b820a0fa7d4adacadcda974c3a" + "reference": "17e8224bd87aced70c68b4efee6953b390d7443a" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -196,14 +196,14 @@ }, { "name": "automattic/jetpack-blaze", - "version": "0.24.0-alpha.1730843657", + "version": "0.24.0-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "9010e318f2dcc8e5d720a35201b3d2ca0b08f470" + "reference": "9feaacf8087fc668e75ce7aec4921d084e01aa07" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", @@ -281,7 +281,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "60fd8c85abd0c209fd6d72eb6b64287001c5cb91" + "reference": "5db265127235d09c4b6dcfda0b0cedd938d024d5" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -339,14 +339,14 @@ }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.9-alpha.1730548010", + "version": "0.1.9-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "6c3956b1aa0f74beabd74a7968f31616b5e96fc7" + "reference": "0833640770405f1fcefcc4628b78a0bad94aa979" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-status": "^4.0.3", "php": ">=7.0" }, @@ -404,14 +404,14 @@ }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.6.7-alpha.1730843657", + "version": "0.6.7-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "f79f658dad1142456490d093c9bd427bf37b3601" + "reference": "3001499e29bf7efba09e64115638e95c926d2b4a" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "php": ">=7.0" }, "require-dev": { @@ -479,7 +479,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "d6a72d178a7531067cf7a9e124320246a8bf3231" + "reference": "3b6798243b9e10c9d66d2ed0b976dd3df8396e9d" }, "require": { "php": ">=7.0" @@ -512,16 +512,16 @@ }, { "name": "automattic/jetpack-connection", - "version": "5.1.7-alpha.1730843657", + "version": "5.1.7-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "43c9e711ef488a763f2695aaee4e95ee9fcdbd3f" + "reference": "50af688d52cbae1af7de68e8e5b99b4081f6ac50" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", "automattic/jetpack-admin-ui": "^0.4.6", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-redirect": "^2.0.5", "automattic/jetpack-roles": "^2.0.4", @@ -606,7 +606,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "a96967bb4a97f43035f6a0f6faf299aba2fd1b62" + "reference": "152a5f40aacde48839786780d9ef8e1faae5734f" }, "require": { "php": ">=7.0" @@ -660,7 +660,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "ba6b7bf1dacdfd07c65e87f8cad105bbd566e419" + "reference": "30bfe790f8160180a47823761c1a020ea4c3c4b4" }, "require": { "php": ">=7.0" @@ -713,7 +713,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "ecc1b4a6f098dc180fb2a03a5942810df57fbdc4" + "reference": "7ca76695863388a95f405abf599b0e6795625ac1" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -784,7 +784,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "f96f1c610da684655aeb2f30072253e6854fbb03" + "reference": "830f5f6b871d2f74c1a7801dd25db9b38476c919" }, "require": { "php": ">=7.0" @@ -838,15 +838,15 @@ }, { "name": "automattic/jetpack-jitm", - "version": "3.1.28", + "version": "3.1.29-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "0e54edb696fcb25f46f50d32acb0efffb2edefb1" + "reference": "a89ead00f06db3e17571434b388716033c9c52ff" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-device-detection": "^2.1.6", "automattic/jetpack-logo": "^2.0.5", @@ -917,7 +917,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "b28490b85ef26bfe47342da5a8f13a08e8b5ad66" + "reference": "254410a827ac00db9443f7f7b565c48d1f5d7174" }, "require": { "php": ">=7.0" @@ -966,19 +966,19 @@ }, { "name": "automattic/jetpack-masterbar", - "version": "0.9.9-alpha.1730843657", + "version": "0.9.9-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "087e81a20ffe19b9bf1cef6f91540016680fc69e" + "reference": "ec403a741a1024ecb999ffac093c3ae17f0defa5" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-blaze": "^0.24.0-alpha", "automattic/jetpack-compat": "^3.0.2", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-device-detection": "^2.1.6", - "automattic/jetpack-jitm": "^3.1.28", + "automattic/jetpack-jitm": "^3.1.29-alpha", "automattic/jetpack-logo": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-status": "^4.0.3", @@ -1049,14 +1049,14 @@ }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.66.0-alpha.1730974349", + "version": "5.66.0-alpha.1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "b7ad5a8f301f6fd441facc46a7c78564e2dce04d" + "reference": "af2cfce8381735163ecf63e41a90a48e3e2a4041" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-blocks": "^2.0.7", "automattic/jetpack-calypsoify": "^0.1.9-alpha", "automattic/jetpack-classic-theme-helper": "^0.6.7-alpha", @@ -1136,7 +1136,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "9286aad8bbe872045661da69f566d1c103fefc4d" + "reference": "cf27f9e78630eae2a37759c8f00ec1f36e371e5c" }, "require": { "php": ">=7.0" @@ -1197,7 +1197,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "3d8ca507bb25dff4fe01e7e3fc40a957d2fb37d6" + "reference": "664e220c5c80e95171a5007555e06ab53e183924" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1265,7 +1265,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "5da68af2b23b031800742f7c9053d12f8b184b8a" + "reference": "bd541a04d20f48ba5f4c23a0ada44a66d140de5c" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -1320,7 +1320,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "03cd04bf56880af592faeb1ba76a212c618db14d" + "reference": "d6668d4b7ef2b65617db01697b6ce2166d0cc726" }, "require": { "php": ">=7.0" @@ -1374,7 +1374,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "62f5e3342666de23d9354039f608937d7665056b" + "reference": "c764d177e456909e9acec2c73ed1d167b2cb9aec" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1441,12 +1441,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "100d34dffad84bc21985d3576de9f6a7ad0e671e" + "reference": "945d0dbc7e725477bb7d4fd430d990058a1f2c44" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-constants": "^2.0.5", - "automattic/jetpack-jitm": "^3.1.28", + "automattic/jetpack-jitm": "^3.1.29-alpha", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-stats": "^0.13.5", "automattic/jetpack-status": "^4.0.3", @@ -1514,7 +1514,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "72bb1bcbe35f3cdd4a50064d1413b8b51b338b74" + "reference": "6bfbd1c9c4f82c4f378565cf6d3c8c8a91093ff4" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -1578,7 +1578,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "93a316a49789e223c23f1d093c98273e4153d3b2" + "reference": "8611f29547b7f9adf3b078888b7681160ce79421" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1656,7 +1656,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "6203fa5bfea5470a98e0ec7eb5d3f833d513e22c" + "reference": "d38044dc79446b700329cf7c8006f2dcd14528c0" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1808,7 +1808,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "2840611c7900c48a6660f4d64f4f206b5c6a0042" + "reference": "cfd0d128b0318fe564fe5656adeef0b7ffc6021b" }, "require": { "php": ">=7.0", diff --git a/vendor/automattic/jetpack-assets/CHANGELOG.md b/vendor/automattic/jetpack-assets/CHANGELOG.md index fd80c8982..585df75f8 100644 --- a/vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/vendor/automattic/jetpack-assets/CHANGELOG.md @@ -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.3.14-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [2.3.13] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -521,6 +528,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.3.14-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.13...v2.3.14-alpha [2.3.13]: https://github.com/Automattic/jetpack-assets/compare/v2.3.12...v2.3.13 [2.3.12]: https://github.com/Automattic/jetpack-assets/compare/v2.3.11...v2.3.12 [2.3.11]: https://github.com/Automattic/jetpack-assets/compare/v2.3.10...v2.3.11 diff --git a/vendor/automattic/jetpack-assets/package.json b/vendor/automattic/jetpack-assets/package.json index fbad71380..831e89b63 100644 --- a/vendor/automattic/jetpack-assets/package.json +++ b/vendor/automattic/jetpack-assets/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", - "@wordpress/browserslist-config": "6.9.0", + "@wordpress/browserslist-config": "6.11.0", "jest": "29.7.0", "md5-es": "1.8.2", "webpack": "5.94.0", diff --git a/vendor/automattic/jetpack-blaze/composer.json b/vendor/automattic/jetpack-blaze/composer.json index 7204f69df..c889d3299 100644 --- a/vendor/automattic/jetpack-blaze/composer.json +++ b/vendor/automattic/jetpack-blaze/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", diff --git a/vendor/automattic/jetpack-calypsoify/CHANGELOG.md b/vendor/automattic/jetpack-calypsoify/CHANGELOG.md index 675803a43..1a174f349 100644 --- a/vendor/automattic/jetpack-calypsoify/CHANGELOG.md +++ b/vendor/automattic/jetpack-calypsoify/CHANGELOG.md @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final. ### Added - Enable test coverage. +### Changed +- Updated package dependencies. + ## [0.1.8] - 2024-10-29 ### Changed - Internal updates. diff --git a/vendor/automattic/jetpack-calypsoify/composer.json b/vendor/automattic/jetpack-calypsoify/composer.json index af05c6774..b87264e6a 100644 --- a/vendor/automattic/jetpack-calypsoify/composer.json +++ b/vendor/automattic/jetpack-calypsoify/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-status": "^4.0.3" }, "require-dev": { diff --git a/vendor/automattic/jetpack-classic-theme-helper/composer.json b/vendor/automattic/jetpack-classic-theme-helper/composer.json index 0c21c7dfa..42081c6c7 100644 --- a/vendor/automattic/jetpack-classic-theme-helper/composer.json +++ b/vendor/automattic/jetpack-classic-theme-helper/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.13" + "automattic/jetpack-assets": "^2.3.14-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/vendor/automattic/jetpack-connection/composer.json b/vendor/automattic/jetpack-connection/composer.json index b204569fb..b0a5c1809 100644 --- a/vendor/automattic/jetpack-connection/composer.json +++ b/vendor/automattic/jetpack-connection/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.4", "automattic/jetpack-admin-ui": "^0.4.6", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-roles": "^2.0.4", "automattic/jetpack-status": "^4.0.3", diff --git a/vendor/automattic/jetpack-jitm/CHANGELOG.md b/vendor/automattic/jetpack-jitm/CHANGELOG.md index 6e69ffcbf..446641617 100644 --- a/vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -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). +## [3.1.29-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [3.1.28] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -791,6 +798,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.29-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.28...v3.1.29-alpha [3.1.28]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.27...v3.1.28 [3.1.27]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.26...v3.1.27 [3.1.26]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.25...v3.1.26 diff --git a/vendor/automattic/jetpack-jitm/composer.json b/vendor/automattic/jetpack-jitm/composer.json index 291f42d46..6cdad5ba0 100644 --- a/vendor/automattic/jetpack-jitm/composer.json +++ b/vendor/automattic/jetpack-jitm/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.4", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-device-detection": "^2.1.6", "automattic/jetpack-logo": "^2.0.5", diff --git a/vendor/automattic/jetpack-jitm/src/class-jitm.php b/vendor/automattic/jetpack-jitm/src/class-jitm.php index dd94ee3cb..3fcd95c07 100644 --- a/vendor/automattic/jetpack-jitm/src/class-jitm.php +++ b/vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.28'; + const PACKAGE_VERSION = '3.1.29-alpha'; /** * The configuration method that is called from the jetpack-config package. diff --git a/vendor/automattic/jetpack-masterbar/composer.json b/vendor/automattic/jetpack-masterbar/composer.json index bb0ddec84..4a72d8c27 100644 --- a/vendor/automattic/jetpack-masterbar/composer.json +++ b/vendor/automattic/jetpack-masterbar/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-blaze": "^0.24.0-alpha", "automattic/jetpack-compat": "^3.0.2", "automattic/jetpack-device-detection": "^2.1.6", "automattic/jetpack-connection": "^5.1.7-alpha", - "automattic/jetpack-jitm": "^3.1.28", + "automattic/jetpack-jitm": "^3.1.29-alpha", "automattic/jetpack-logo": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-status": "^4.0.3" diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 5911a7f18..2343a1c61 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-blocks": "^2.0.7", "automattic/jetpack-calypsoify": "^0.1.9-alpha", "automattic/jetpack-classic-theme-helper": "^0.6.7-alpha", diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index e6956a4a6..45c9f4d9e 100644 --- a/vendor/automattic/jetpack-stats-admin/composer.json +++ b/vendor/automattic/jetpack-stats-admin/composer.json @@ -10,7 +10,7 @@ "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-stats": "^0.13.5", "automattic/jetpack-status": "^4.0.3", - "automattic/jetpack-jitm": "^3.1.28" + "automattic/jetpack-jitm": "^3.1.29-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 33564fa3b..7b7c66f95 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,7 +7,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "3e7a9a5ca1d5692101c1c4ef5a08afc640541271" + "reference": "e33b531bab6099235047022888ffdb29568506d7" }, "require": { "php": ">=7.0" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "0599025ea5c710029065177765ecb05ae8a45e8e" + "reference": "8cd6ff27f72e4352fe48f65452b066ff5706282d" }, "require": { "php": ">=7.0" @@ -126,12 +126,12 @@ }, { "name": "automattic/jetpack-assets", - "version": "2.3.13", - "version_normalized": "2.3.13.0", + "version": "2.3.14-alpha.1731000016", + "version_normalized": "2.3.14.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "029a97b04f06c2b820a0fa7d4adacadcda974c3a" + "reference": "17e8224bd87aced70c68b4efee6953b390d7443a" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -199,15 +199,15 @@ }, { "name": "automattic/jetpack-blaze", - "version": "0.24.0-alpha.1730843657", - "version_normalized": "0.24.0.0-alpha1730843657", + "version": "0.24.0-alpha.1731000016", + "version_normalized": "0.24.0.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "9010e318f2dcc8e5d720a35201b3d2ca0b08f470" + "reference": "9feaacf8087fc668e75ce7aec4921d084e01aa07" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", @@ -288,7 +288,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "60fd8c85abd0c209fd6d72eb6b64287001c5cb91" + "reference": "5db265127235d09c4b6dcfda0b0cedd938d024d5" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -348,15 +348,15 @@ }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.9-alpha.1730548010", - "version_normalized": "0.1.9.0-alpha1730548010", + "version": "0.1.9-alpha.1731000016", + "version_normalized": "0.1.9.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "6c3956b1aa0f74beabd74a7968f31616b5e96fc7" + "reference": "0833640770405f1fcefcc4628b78a0bad94aa979" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-status": "^4.0.3", "php": ">=7.0" }, @@ -416,15 +416,15 @@ }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.6.7-alpha.1730843657", - "version_normalized": "0.6.7.0-alpha1730843657", + "version": "0.6.7-alpha.1731000016", + "version_normalized": "0.6.7.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "f79f658dad1142456490d093c9bd427bf37b3601" + "reference": "3001499e29bf7efba09e64115638e95c926d2b4a" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "php": ">=7.0" }, "require-dev": { @@ -495,7 +495,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "d6a72d178a7531067cf7a9e124320246a8bf3231" + "reference": "3b6798243b9e10c9d66d2ed0b976dd3df8396e9d" }, "require": { "php": ">=7.0" @@ -530,17 +530,17 @@ }, { "name": "automattic/jetpack-connection", - "version": "5.1.7-alpha.1730843657", - "version_normalized": "5.1.7.0-alpha1730843657", + "version": "5.1.7-alpha.1731000016", + "version_normalized": "5.1.7.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "43c9e711ef488a763f2695aaee4e95ee9fcdbd3f" + "reference": "50af688d52cbae1af7de68e8e5b99b4081f6ac50" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", "automattic/jetpack-admin-ui": "^0.4.6", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-redirect": "^2.0.5", "automattic/jetpack-roles": "^2.0.4", @@ -628,7 +628,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "a96967bb4a97f43035f6a0f6faf299aba2fd1b62" + "reference": "152a5f40aacde48839786780d9ef8e1faae5734f" }, "require": { "php": ">=7.0" @@ -685,7 +685,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "ba6b7bf1dacdfd07c65e87f8cad105bbd566e419" + "reference": "30bfe790f8160180a47823761c1a020ea4c3c4b4" }, "require": { "php": ">=7.0" @@ -741,7 +741,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "ecc1b4a6f098dc180fb2a03a5942810df57fbdc4" + "reference": "7ca76695863388a95f405abf599b0e6795625ac1" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -815,7 +815,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "f96f1c610da684655aeb2f30072253e6854fbb03" + "reference": "830f5f6b871d2f74c1a7801dd25db9b38476c919" }, "require": { "php": ">=7.0" @@ -871,16 +871,16 @@ }, { "name": "automattic/jetpack-jitm", - "version": "3.1.28", - "version_normalized": "3.1.28.0", + "version": "3.1.29-alpha.1731000016", + "version_normalized": "3.1.29.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "0e54edb696fcb25f46f50d32acb0efffb2edefb1" + "reference": "a89ead00f06db3e17571434b388716033c9c52ff" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-device-detection": "^2.1.6", "automattic/jetpack-logo": "^2.0.5", @@ -954,7 +954,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "b28490b85ef26bfe47342da5a8f13a08e8b5ad66" + "reference": "254410a827ac00db9443f7f7b565c48d1f5d7174" }, "require": { "php": ">=7.0" @@ -1005,20 +1005,20 @@ }, { "name": "automattic/jetpack-masterbar", - "version": "0.9.9-alpha.1730843657", - "version_normalized": "0.9.9.0-alpha1730843657", + "version": "0.9.9-alpha.1731000016", + "version_normalized": "0.9.9.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "087e81a20ffe19b9bf1cef6f91540016680fc69e" + "reference": "ec403a741a1024ecb999ffac093c3ae17f0defa5" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-blaze": "^0.24.0-alpha", "automattic/jetpack-compat": "^3.0.2", "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-device-detection": "^2.1.6", - "automattic/jetpack-jitm": "^3.1.28", + "automattic/jetpack-jitm": "^3.1.29-alpha", "automattic/jetpack-logo": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-status": "^4.0.3", @@ -1091,15 +1091,15 @@ }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.66.0-alpha.1730974349", - "version_normalized": "5.66.0.0-alpha1730974349", + "version": "5.66.0-alpha.1731000016", + "version_normalized": "5.66.0.0-alpha1731000016", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "b7ad5a8f301f6fd441facc46a7c78564e2dce04d" + "reference": "af2cfce8381735163ecf63e41a90a48e3e2a4041" }, "require": { - "automattic/jetpack-assets": "^2.3.13", + "automattic/jetpack-assets": "^2.3.14-alpha", "automattic/jetpack-blocks": "^2.0.7", "automattic/jetpack-calypsoify": "^0.1.9-alpha", "automattic/jetpack-classic-theme-helper": "^0.6.7-alpha", @@ -1182,7 +1182,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "9286aad8bbe872045661da69f566d1c103fefc4d" + "reference": "cf27f9e78630eae2a37759c8f00ec1f36e371e5c" }, "require": { "php": ">=7.0" @@ -1246,7 +1246,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "3d8ca507bb25dff4fe01e7e3fc40a957d2fb37d6" + "reference": "664e220c5c80e95171a5007555e06ab53e183924" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1317,7 +1317,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "5da68af2b23b031800742f7c9053d12f8b184b8a" + "reference": "bd541a04d20f48ba5f4c23a0ada44a66d140de5c" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -1375,7 +1375,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "03cd04bf56880af592faeb1ba76a212c618db14d" + "reference": "d6668d4b7ef2b65617db01697b6ce2166d0cc726" }, "require": { "php": ">=7.0" @@ -1432,7 +1432,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "62f5e3342666de23d9354039f608937d7665056b" + "reference": "c764d177e456909e9acec2c73ed1d167b2cb9aec" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1502,12 +1502,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "100d34dffad84bc21985d3576de9f6a7ad0e671e" + "reference": "945d0dbc7e725477bb7d4fd430d990058a1f2c44" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", "automattic/jetpack-constants": "^2.0.5", - "automattic/jetpack-jitm": "^3.1.28", + "automattic/jetpack-jitm": "^3.1.29-alpha", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-stats": "^0.13.5", "automattic/jetpack-status": "^4.0.3", @@ -1578,7 +1578,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "72bb1bcbe35f3cdd4a50064d1413b8b51b338b74" + "reference": "6bfbd1c9c4f82c4f378565cf6d3c8c8a91093ff4" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -1645,7 +1645,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "93a316a49789e223c23f1d093c98273e4153d3b2" + "reference": "8611f29547b7f9adf3b078888b7681160ce79421" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", @@ -1726,7 +1726,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "6203fa5bfea5470a98e0ec7eb5d3f833d513e22c" + "reference": "d38044dc79446b700329cf7c8006f2dcd14528c0" }, "require": { "automattic/jetpack-connection": "^5.1.7-alpha", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 8b1f2bd6a..ce089a05b 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '3e7a9a5ca1d5692101c1c4ef5a08afc640541271', + 'reference' => 'e33b531bab6099235047022888ffdb29568506d7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,25 +22,25 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.4.6', 'version' => '0.4.6.0', - 'reference' => '0599025ea5c710029065177765ecb05ae8a45e8e', + 'reference' => '8cd6ff27f72e4352fe48f65452b066ff5706282d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.13', - 'version' => '2.3.13.0', - 'reference' => '029a97b04f06c2b820a0fa7d4adacadcda974c3a', + 'pretty_version' => '2.3.14-alpha.1731000016', + 'version' => '2.3.14.0-alpha1731000016', + 'reference' => '17e8224bd87aced70c68b4efee6953b390d7443a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.24.0-alpha.1730843657', - 'version' => '0.24.0.0-alpha1730843657', - 'reference' => '9010e318f2dcc8e5d720a35201b3d2ca0b08f470', + 'pretty_version' => '0.24.0-alpha.1731000016', + 'version' => '0.24.0.0-alpha1731000016', + 'reference' => '9feaacf8087fc668e75ce7aec4921d084e01aa07', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blaze', 'aliases' => array(), @@ -49,25 +49,25 @@ 'automattic/jetpack-blocks' => array( 'pretty_version' => '2.0.7', 'version' => '2.0.7.0', - 'reference' => '60fd8c85abd0c209fd6d72eb6b64287001c5cb91', + 'reference' => '5db265127235d09c4b6dcfda0b0cedd938d024d5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-calypsoify' => array( - 'pretty_version' => '0.1.9-alpha.1730548010', - 'version' => '0.1.9.0-alpha1730548010', - 'reference' => '6c3956b1aa0f74beabd74a7968f31616b5e96fc7', + 'pretty_version' => '0.1.9-alpha.1731000016', + 'version' => '0.1.9.0-alpha1731000016', + 'reference' => '0833640770405f1fcefcc4628b78a0bad94aa979', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-calypsoify', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.6.7-alpha.1730843657', - 'version' => '0.6.7.0-alpha1730843657', - 'reference' => 'f79f658dad1142456490d093c9bd427bf37b3601', + 'pretty_version' => '0.6.7-alpha.1731000016', + 'version' => '0.6.7.0-alpha1731000016', + 'reference' => '3001499e29bf7efba09e64115638e95c926d2b4a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-classic-theme-helper', 'aliases' => array(), @@ -76,16 +76,16 @@ 'automattic/jetpack-compat' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => 'd6a72d178a7531067cf7a9e124320246a8bf3231', + 'reference' => '3b6798243b9e10c9d66d2ed0b976dd3df8396e9d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '5.1.7-alpha.1730843657', - 'version' => '5.1.7.0-alpha1730843657', - 'reference' => '43c9e711ef488a763f2695aaee4e95ee9fcdbd3f', + 'pretty_version' => '5.1.7-alpha.1731000016', + 'version' => '5.1.7.0-alpha1731000016', + 'reference' => '50af688d52cbae1af7de68e8e5b99b4081f6ac50', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => 'a96967bb4a97f43035f6a0f6faf299aba2fd1b62', + 'reference' => '152a5f40aacde48839786780d9ef8e1faae5734f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.6', 'version' => '2.1.6.0', - 'reference' => 'ba6b7bf1dacdfd07c65e87f8cad105bbd566e419', + 'reference' => '30bfe790f8160180a47823761c1a020ea4c3c4b4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-google-analytics' => array( 'pretty_version' => '0.2.5-alpha.1730548010', 'version' => '0.2.5.0-alpha1730548010', - 'reference' => 'ecc1b4a6f098dc180fb2a03a5942810df57fbdc4', + 'reference' => '7ca76695863388a95f405abf599b0e6795625ac1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-google-analytics', 'aliases' => array(), @@ -121,16 +121,16 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => 'f96f1c610da684655aeb2f30072253e6854fbb03', + 'reference' => '830f5f6b871d2f74c1a7801dd25db9b38476c919', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.28', - 'version' => '3.1.28.0', - 'reference' => '0e54edb696fcb25f46f50d32acb0efffb2edefb1', + 'pretty_version' => '3.1.29-alpha.1731000016', + 'version' => '3.1.29.0-alpha1731000016', + 'reference' => 'a89ead00f06db3e17571434b388716033c9c52ff', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), @@ -139,25 +139,25 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => 'b28490b85ef26bfe47342da5a8f13a08e8b5ad66', + 'reference' => '254410a827ac00db9443f7f7b565c48d1f5d7174', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.9.9-alpha.1730843657', - 'version' => '0.9.9.0-alpha1730843657', - 'reference' => '087e81a20ffe19b9bf1cef6f91540016680fc69e', + 'pretty_version' => '0.9.9-alpha.1731000016', + 'version' => '0.9.9.0-alpha1731000016', + 'reference' => 'ec403a741a1024ecb999ffac093c3ae17f0defa5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.66.0-alpha.1730974349', - 'version' => '5.66.0.0-alpha1730974349', - 'reference' => 'b7ad5a8f301f6fd441facc46a7c78564e2dce04d', + 'pretty_version' => '5.66.0-alpha.1731000016', + 'version' => '5.66.0.0-alpha1731000016', + 'reference' => 'af2cfce8381735163ecf63e41a90a48e3e2a4041', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.3', 'version' => '0.3.3.0', - 'reference' => '9286aad8bbe872045661da69f566d1c103fefc4d', + 'reference' => 'cf27f9e78630eae2a37759c8f00ec1f36e371e5c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.13', 'version' => '0.4.13.0', - 'reference' => '3d8ca507bb25dff4fe01e7e3fc40a957d2fb37d6', + 'reference' => '664e220c5c80e95171a5007555e06ab53e183924', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => '5da68af2b23b031800742f7c9053d12f8b184b8a', + 'reference' => 'bd541a04d20f48ba5f4c23a0ada44a66d140de5c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-redirect', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '03cd04bf56880af592faeb1ba76a212c618db14d', + 'reference' => 'd6668d4b7ef2b65617db01697b6ce2166d0cc726', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-stats' => array( 'pretty_version' => '0.13.5', 'version' => '0.13.5.0', - 'reference' => '62f5e3342666de23d9354039f608937d7665056b', + 'reference' => 'c764d177e456909e9acec2c73ed1d167b2cb9aec', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-stats-admin' => array( 'pretty_version' => '0.22.6-alpha.1730846792', 'version' => '0.22.6.0-alpha1730846792', - 'reference' => '100d34dffad84bc21985d3576de9f6a7ad0e671e', + 'reference' => '945d0dbc7e725477bb7d4fd430d990058a1f2c44', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', - 'reference' => '72bb1bcbe35f3cdd4a50064d1413b8b51b338b74', + 'reference' => '6bfbd1c9c4f82c4f378565cf6d3c8c8a91093ff4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.14.5-alpha.1730811047', 'version' => '3.14.5.0-alpha1730811047', - 'reference' => '93a316a49789e223c23f1d093c98273e4153d3b2', + 'reference' => '8611f29547b7f9adf3b078888b7681160ce79421', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/scheduled-updates' => array( 'pretty_version' => '0.13.6-alpha.1730570272', 'version' => '0.13.6.0-alpha1730570272', - 'reference' => '6203fa5bfea5470a98e0ec7eb5d3f833d513e22c', + 'reference' => 'd38044dc79446b700329cf7c8006f2dcd14528c0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),