From 7121aaa09d6c7f2a8fc1e05b04a2851a82198bb7 Mon Sep 17 00:00:00 2001 From: zinigor Date: Tue, 14 Nov 2023 16:22:49 +0000 Subject: [PATCH] Update to node 20 (#33818) * Update to node 20 Calypso has updated to node 20, which means it's time for us to do so as well. Also, it has been two years since we switched from yarn to pnpm. Let's clean up the dummy `.engines.yarn` and remove the doc it references. Also, since pnpm is the only thing (as far as I know) we use that checks package.json `.engines` and it's happy to check the monorepo root for everything, let's remove the engines from all the projects' package.jsons so we don't have to have such a giant PR in the future. That means we can also get rid of the linting that syncs all the projects' package.jsons and the special logic in the mirroring that strips it out of the mirrors. * assets: Update expected error message in test * d'oh * version bumps --------- Co-authored-by: Igor Zinovyev Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6866313594 --- .../jetpack-my-jetpack/composer.json | 2 +- jetpack_vendor/i18n-map.php | 14 +- vendor/automattic/jetpack-plans/CHANGELOG.md | 6 + vendor/composer/installed.json | 84 ++++---- vendor/composer/installed.php | 82 ++++---- vendor/composer/jetpack_autoload_classmap.php | 190 +++++++++--------- vendor/composer/jetpack_autoload_filemap.php | 2 +- 7 files changed, 193 insertions(+), 187 deletions(-) diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 1e295d5ee..8a4bd1578 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -12,7 +12,7 @@ "automattic/jetpack-plugins-installer": "^0.2.6-alpha", "automattic/jetpack-redirect": "^1.7.27", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-plans": "^0.3.5" + "automattic/jetpack-plans": "^0.3.6-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 69baa6d20..de247eec6 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -6,11 +6,11 @@ 'packages' => array( 'jetpack-admin-ui' => array( 'path' => 'jetpack_vendor/automattic/jetpack-admin-ui', - 'ver' => '0.2.25-alpha1699970051', + 'ver' => '0.2.25-alpha1699978088', ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', - 'ver' => '1.18.15-alpha1699908185', + 'ver' => '1.18.15-alpha1699978088', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', @@ -18,11 +18,11 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '1.60.1-alpha1699908185', + 'ver' => '1.60.1-alpha1699978088', ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', - 'ver' => '0.11.3-alpha1699908185', + 'ver' => '0.11.3-alpha1699978088', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -30,7 +30,7 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '2.5.3-alpha1699908185', + 'ver' => '2.5.3-alpha1699978088', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', @@ -38,7 +38,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '3.12.2-alpha1699970051', + 'ver' => '3.12.2-alpha1699978088', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -50,7 +50,7 @@ ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.39.7-alpha1699908185', + 'ver' => '0.39.7-alpha1699978088', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index 2d89d2d14..8e0b318fb 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,7 +5,12 @@ 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). +## [0.3.6-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [0.3.5] - 2023-10-24 + - Updated package dependencies. ## [0.3.4] - 2023-08-23 @@ -105,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[0.3.6-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.3.5...v0.3.6-alpha [0.3.5]: https://github.com/Automattic/jetpack-plans/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/Automattic/jetpack-plans/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-plans/compare/v0.3.2...v0.3.3 diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a11d61807..012799010 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": "3f6a3fd1a7e0b95e3423c156f3b06ca64893eace" + "reference": "162cee86e4bd7b928d29b2097a96570ef4a995da" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -52,12 +52,12 @@ }, { "name": "automattic/jetpack-admin-ui", - "version": "0.2.25-alpha.1699970051", - "version_normalized": "0.2.25.0-alpha1699970051", + "version": "0.2.25-alpha.1699978088", + "version_normalized": "0.2.25.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "6e4950d178d37be03eee456860d2fed661970c5b" + "reference": "556d6d55d7feceef2ce71e6a1395047f3d24e822" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -114,12 +114,12 @@ }, { "name": "automattic/jetpack-assets", - "version": "1.18.15-alpha.1699908185", - "version_normalized": "1.18.15.0-alpha1699908185", + "version": "1.18.15-alpha.1699978088", + "version_normalized": "1.18.15.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "de925242bb50a1a100bac27f92c837b93c7031ff" + "reference": "71bbbe2196cb7582268de5e5bd29c9378f840f74" }, "require": { "automattic/jetpack-constants": "^1.6.23" @@ -187,7 +187,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "63a69e07c10359adf6e34f901447162ce6f4ced7" + "reference": "18b0117af568b37353a33fba5e84a12a5d974b23" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" @@ -252,7 +252,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "85ce4cc210dc36d98625cee26367dfe041c801d5" + "reference": "ee9958fcba31a43a25c1d86b073306ac851b89ae" }, "require": { "composer-plugin-api": "^2.1.0" @@ -311,7 +311,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "b62f517c207990dcc04310c9df6aac6217f72f04" + "reference": "92bfd433d9deebf4e717eb54851a6e712a618bb7" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11" @@ -348,12 +348,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "1.60.1-alpha.1699908185", - "version_normalized": "1.60.1.0-alpha1699908185", + "version": "1.60.1-alpha.1699978088", + "version_normalized": "1.60.1.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "b1a55a7f646b7b7eadce7188866dc5a78400369a" + "reference": "d78075befac413452084f7a59f4557d116867c16" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.22", @@ -431,7 +431,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "9829a45a72cc07bf9a75cff7a15827b6837fcdc4" + "reference": "37f6060b5a344189a57704e8a89486577d525ef2" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -482,7 +482,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "3ee1cc906e8ed6d415fe67d8d482de31d67fd07f" + "reference": "bb019c6521a77d6ae2fb10bf1a43b3d500ac25a4" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -527,12 +527,12 @@ }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.11.3-alpha.1699908185", - "version_normalized": "0.11.3.0-alpha1699908185", + "version": "0.11.3-alpha.1699978088", + "version_normalized": "0.11.3.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "382b07118af55ab875c3b6bcba6979289f53798f" + "reference": "648ad05d3bde8e930ee441cbea466fca47faf9d5" }, "require": { "automattic/jetpack-assets": "^1.18.15-alpha", @@ -610,7 +610,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "990b3f969670a04092b80996d8d029c586816838" + "reference": "16547bdefee6abd031535a07e0654d1239f4df71" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -660,12 +660,12 @@ }, { "name": "automattic/jetpack-jitm", - "version": "2.5.3-alpha.1699908185", - "version_normalized": "2.5.3.0-alpha1699908185", + "version": "2.5.3-alpha.1699978088", + "version_normalized": "2.5.3.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "5ec33ca1ac9c8ae02e842cd8a6b0955318dc3cbd" + "reference": "fc21e325c0a65ce6a1a2bf0efb91ddfc1537be24" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.22", @@ -740,7 +740,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "ea73324b24946008459dc7121d6e79d1c972dec3" + "reference": "dbbc3a04d6d47d235d3cfd3225888a79766da11d" }, "require": { "automattic/jetpack-connection": "^1.60.1-alpha" @@ -801,7 +801,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "40de9810d78475e933bbedfc61819d9cf8a4cdaf" + "reference": "720d2754b32f7283cd7b0f0809f1772f3ff65f91" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -846,12 +846,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "3.12.2-alpha.1699970051", - "version_normalized": "3.12.2.0-alpha1699970051", + "version": "3.12.2-alpha.1699978088", + "version_normalized": "3.12.2.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "3de71ae8742969053f30f03a6d4e6591143a7aa8" + "reference": "2d8c3da3bbc173354577bd64bd66dab1ef7e472f" }, "require": { "automattic/jetpack-admin-ui": "^0.2.25-alpha", @@ -860,7 +860,7 @@ "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-jitm": "^2.5.3-alpha", "automattic/jetpack-licensing": "^1.8.4", - "automattic/jetpack-plans": "^0.3.5", + "automattic/jetpack-plans": "^0.3.6-alpha", "automattic/jetpack-plugins-installer": "^0.2.6-alpha", "automattic/jetpack-redirect": "^1.7.27" }, @@ -942,7 +942,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "36b58141a00f27b63db5358b416583460af41439" + "reference": "026cec0a90d69dc091b22939c882729681a2e9cd" }, "require": { "automattic/jetpack-connection": "^1.60.1-alpha", @@ -1004,7 +1004,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "64dc39269e66d0677ffb70f33f00e8871302ae3d" + "reference": "df09dfb0473f46a06d5af34664e4841f1bbdcbfb" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -1057,12 +1057,12 @@ }, { "name": "automattic/jetpack-plans", - "version": "0.3.5", - "version_normalized": "0.3.5.0", + "version": "0.3.6-alpha.1699978088", + "version_normalized": "0.3.6.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "7870e95c9d6bde102fb57828e3397d37bdb3e0ca" + "reference": "9db5b56542f76c5338238ed875a9bef4cc2a5d47" }, "require": { "automattic/jetpack-connection": "^1.60.1-alpha" @@ -1129,7 +1129,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "64eb47b2c7b6a847b641fca7ad0a7216bf6deaeb" + "reference": "9792380051cf47fb849b186b2a3fa450a100cd45" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.22" @@ -1183,7 +1183,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "2f90a7b2a3664e36dd8f6d19a735b684e444a75c" + "reference": "e16f49ce1a4a6100bab1e1d5e3b41d6a41f530cd" }, "require": { "automattic/jetpack-status": "^1.19.0" @@ -1237,7 +1237,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "1827452d8df71da6eb0cdef0bca8714114dbd014" + "reference": "18f5656808e14deaa65396e46edacb5df34a714e" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.11", @@ -1283,12 +1283,12 @@ }, { "name": "automattic/jetpack-search", - "version": "0.39.7-alpha.1699908185", - "version_normalized": "0.39.7.0-alpha1699908185", + "version": "0.39.7-alpha.1699978088", + "version_normalized": "0.39.7.0-alpha1699978088", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "f73be4abdf808a71359eb07b70ffbaf9e3bb57f6" + "reference": "1c7db51183d0409fef38237f210e76f91ed7ea2d" }, "require": { "automattic/jetpack-assets": "^1.18.15-alpha", @@ -1374,7 +1374,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "496ecbb1a39fa139ce0bc0ac14209bd9b8fa62da" + "reference": "bd1a87b4d595281b3ecf4c3d78a108c0fc6aeeaf" }, "require": { "automattic/jetpack-assets": "^1.18.15-alpha", @@ -1438,7 +1438,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "3cc33c11ac202d292b700f1e26f21193448d786a" + "reference": "3ff54617c187f562b8e8f257f8ca2426477aee97" }, "require": { "automattic/jetpack-constants": "^1.6.23" @@ -1493,7 +1493,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "5ea73df1f31da933da89da1fd6ed0280f3b052f5" + "reference": "da80cec16f908697811773627346434c3a545cc5" }, "require": { "automattic/jetpack-connection": "^1.60.1-alpha", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index e66035408..827d945d2 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,25 +13,25 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '1.4.22', 'version' => '1.4.22.0', - 'reference' => '3f6a3fd1a7e0b95e3423c156f3b06ca64893eace', + 'reference' => '162cee86e4bd7b928d29b2097a96570ef4a995da', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.2.25-alpha.1699970051', - 'version' => '0.2.25.0-alpha1699970051', - 'reference' => '6e4950d178d37be03eee456860d2fed661970c5b', + 'pretty_version' => '0.2.25-alpha.1699978088', + 'version' => '0.2.25.0-alpha1699978088', + 'reference' => '556d6d55d7feceef2ce71e6a1395047f3d24e822', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '1.18.15-alpha.1699908185', - 'version' => '1.18.15.0-alpha1699908185', - 'reference' => 'de925242bb50a1a100bac27f92c837b93c7031ff', + 'pretty_version' => '1.18.15-alpha.1699978088', + 'version' => '1.18.15.0-alpha1699978088', + 'reference' => '71bbbe2196cb7582268de5e5bd29c9378f840f74', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '2.12.0', 'version' => '2.12.0.0', - 'reference' => '63a69e07c10359adf6e34f901447162ce6f4ced7', + 'reference' => '18b0117af568b37353a33fba5e84a12a5d974b23', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '1.1.14', 'version' => '1.1.14.0', - 'reference' => '85ce4cc210dc36d98625cee26367dfe041c801d5', + 'reference' => 'ee9958fcba31a43a25c1d86b073306ac851b89ae', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -58,16 +58,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '1.15.4', 'version' => '1.15.4.0', - 'reference' => 'b62f517c207990dcc04310c9df6aac6217f72f04', + 'reference' => '92bfd433d9deebf4e717eb54851a6e712a618bb7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.60.1-alpha.1699908185', - 'version' => '1.60.1.0-alpha1699908185', - 'reference' => 'b1a55a7f646b7b7eadce7188866dc5a78400369a', + 'pretty_version' => '1.60.1-alpha.1699978088', + 'version' => '1.60.1.0-alpha1699978088', + 'reference' => 'd78075befac413452084f7a59f4557d116867c16', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '1.6.23', 'version' => '1.6.23.0', - 'reference' => '9829a45a72cc07bf9a75cff7a15827b6837fcdc4', + 'reference' => '37f6060b5a344189a57704e8a89486577d525ef2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -85,16 +85,16 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '1.5.1-alpha.1699892604', 'version' => '1.5.1.0-alpha1699892604', - 'reference' => '3ee1cc906e8ed6d415fe67d8d482de31d67fd07f', + 'reference' => 'bb019c6521a77d6ae2fb10bf1a43b3d500ac25a4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.11.3-alpha.1699908185', - 'version' => '0.11.3.0-alpha1699908185', - 'reference' => '382b07118af55ab875c3b6bcba6979289f53798f', + 'pretty_version' => '0.11.3-alpha.1699978088', + 'version' => '0.11.3.0-alpha1699978088', + 'reference' => '648ad05d3bde8e930ee441cbea466fca47faf9d5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), @@ -103,16 +103,16 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.1.6', 'version' => '0.1.6.0', - 'reference' => '990b3f969670a04092b80996d8d029c586816838', + 'reference' => '16547bdefee6abd031535a07e0654d1239f4df71', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.5.3-alpha.1699908185', - 'version' => '2.5.3.0-alpha1699908185', - 'reference' => '5ec33ca1ac9c8ae02e842cd8a6b0955318dc3cbd', + 'pretty_version' => '2.5.3-alpha.1699978088', + 'version' => '2.5.3.0-alpha1699978088', + 'reference' => 'fc21e325c0a65ce6a1a2bf0efb91ddfc1537be24', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '1.8.4', 'version' => '1.8.4.0', - 'reference' => 'ea73324b24946008459dc7121d6e79d1c972dec3', + 'reference' => 'dbbc3a04d6d47d235d3cfd3225888a79766da11d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -130,16 +130,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '1.6.3', 'version' => '1.6.3.0', - 'reference' => '40de9810d78475e933bbedfc61819d9cf8a4cdaf', + 'reference' => '720d2754b32f7283cd7b0f0809f1772f3ff65f91', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '3.12.2-alpha.1699970051', - 'version' => '3.12.2.0-alpha1699970051', - 'reference' => '3de71ae8742969053f30f03a6d4e6591143a7aa8', + 'pretty_version' => '3.12.2-alpha.1699978088', + 'version' => '3.12.2.0-alpha1699978088', + 'reference' => '2d8c3da3bbc173354577bd64bd66dab1ef7e472f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-partner' => array( 'pretty_version' => '1.7.25', 'version' => '1.7.25.0', - 'reference' => '36b58141a00f27b63db5358b416583460af41439', + 'reference' => '026cec0a90d69dc091b22939c882729681a2e9cd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner', 'aliases' => array(), @@ -157,16 +157,16 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.2.14', 'version' => '0.2.14.0', - 'reference' => '64dc39269e66d0677ffb70f33f00e8871302ae3d', + 'reference' => 'df09dfb0473f46a06d5af34664e4841f1bbdcbfb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.3.5', - 'version' => '0.3.5.0', - 'reference' => '7870e95c9d6bde102fb57828e3397d37bdb3e0ca', + 'pretty_version' => '0.3.6-alpha.1699978088', + 'version' => '0.3.6.0-alpha1699978088', + 'reference' => '9db5b56542f76c5338238ed875a9bef4cc2a5d47', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.2.6-alpha.1699970051', 'version' => '0.2.6.0-alpha1699970051', - 'reference' => '64eb47b2c7b6a847b641fca7ad0a7216bf6deaeb', + 'reference' => '9792380051cf47fb849b186b2a3fa450a100cd45', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '1.7.27', 'version' => '1.7.27.0', - 'reference' => '2f90a7b2a3664e36dd8f6d19a735b684e444a75c', + 'reference' => 'e16f49ce1a4a6100bab1e1d5e3b41d6a41f530cd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -193,16 +193,16 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '1.4.25', 'version' => '1.4.25.0', - 'reference' => '1827452d8df71da6eb0cdef0bca8714114dbd014', + 'reference' => '18f5656808e14deaa65396e46edacb5df34a714e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.39.7-alpha.1699908185', - 'version' => '0.39.7.0-alpha1699908185', - 'reference' => 'f73be4abdf808a71359eb07b70ffbaf9e3bb57f6', + 'pretty_version' => '0.39.7-alpha.1699978088', + 'version' => '0.39.7.0-alpha1699978088', + 'reference' => '1c7db51183d0409fef38237f210e76f91ed7ea2d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-stats' => array( 'pretty_version' => '0.6.6', 'version' => '0.6.6.0', - 'reference' => '496ecbb1a39fa139ce0bc0ac14209bd9b8fa62da', + 'reference' => 'bd1a87b4d595281b3ecf4c3d78a108c0fc6aeeaf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '1.19.0', 'version' => '1.19.0.0', - 'reference' => '3cc33c11ac202d292b700f1e26f21193448d786a', + 'reference' => '3ff54617c187f562b8e8f257f8ca2426477aee97', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '1.60.1', 'version' => '1.60.1.0', - 'reference' => '5ea73df1f31da933da89da1fd6ed0280f3b052f5', + 'reference' => 'da80cec16f908697811773627346434c3a545cc5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index 1953c17b1..36a50715f 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -23,11 +23,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' ), 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( - 'version' => '0.2.25.0-alpha1699970051', + 'version' => '0.2.25.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '1.18.15.0-alpha1699908185', + 'version' => '1.18.15.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( @@ -35,7 +35,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '1.18.15.0-alpha1699908185', + 'version' => '1.18.15.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( @@ -75,95 +75,95 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -175,7 +175,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.3.5.0', + 'version' => '0.3.6.0-alpha1699978088', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( @@ -195,7 +195,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -203,39 +203,39 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '0.11.3.0-alpha1699908185', + 'version' => '0.11.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '0.11.3.0-alpha1699908185', + 'version' => '0.11.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '0.11.3.0-alpha1699908185', + 'version' => '0.11.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '0.11.3.0-alpha1699908185', + 'version' => '0.11.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '0.11.3.0-alpha1699908185', + 'version' => '0.11.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '2.5.3.0-alpha1699908185', + 'version' => '2.5.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '2.5.3.0-alpha1699908185', + 'version' => '2.5.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '2.5.3.0-alpha1699908185', + 'version' => '2.5.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '2.5.3.0-alpha1699908185', + 'version' => '2.5.3.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( @@ -251,107 +251,107 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '3.12.2.0-alpha1699970051', + 'version' => '3.12.2.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -371,7 +371,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.3.5.0', + 'version' => '0.3.6.0-alpha1699978088', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( @@ -387,91 +387,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php' ), 'Automattic\\Jetpack\\Search\\Helper' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php' ), 'Automattic\\Jetpack\\Search\\Module_Control' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.39.7.0-alpha1699908185', + 'version' => '0.39.7.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Search_Plugin\\Jetpack_Search_Plugin' => array( @@ -739,11 +739,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( @@ -755,31 +755,31 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '1.60.1.0-alpha1699908185', + 'version' => '1.60.1.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index e097090ca..2f0286d2b 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -7,7 +7,7 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => array( - 'version' => '1.18.15.0-alpha1699908185', + 'version' => '1.18.15.0-alpha1699978088', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), );