Skip to content

Commit

Permalink
Update storybook monorepo to v8.2.9 (#38893)
Browse files Browse the repository at this point in the history
* Update storybook monorepo to v8.2.9
* Add a bunch of `storybook` deps everywhere.
  When Storybook decided to do storybookjs/storybook#27039, they seem to
  have neglected the use case where monorepos might only need a few
  add-ons for stories in various packages, with all of the storybook stuff
  in a separate dummy package. So now we need to bring in all of storybook
  as a dev-dep in every package that has stories.
* Fix babel config.
  Broken by storybookjs/storybook#28469.

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

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

Upstream-Ref: Automattic/jetpack@ee09161
  • Loading branch information
anomiex authored and matticbot committed Aug 15, 2024
1 parent 4f23292 commit 72ca673
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 141 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^2.12.1",
"automattic/jetpack-my-jetpack": "^4.32.2",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-sync": "^3.6.0",
"automattic/jetpack-videopress": "^0.24.0",
"automattic/jetpack-videopress": "^0.24.1-alpha",
"automattic/jetpack-status": "^3.3.2"
},
"require-dev": {
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.32.3-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [4.32.2] - 2024-08-15
### Changed
- Updated package dependencies. [#38665]
Expand Down Expand Up @@ -1636,6 +1643,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[4.32.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.2...4.32.3-alpha
[4.32.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.1...4.32.2
[4.32.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.0...4.32.1
[4.32.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.31.0...4.32.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.32.2';
const PACKAGE_VERSION = '4.32.3-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.24.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.24.0] - 2024-08-15
### Changed
- Updated package dependencies. [#38665]
Expand Down Expand Up @@ -1395,6 +1402,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.24.1-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.0...v0.24.1-alpha
[0.24.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.31...v0.24.0
[0.23.31]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.30...v0.23.31
[0.23.30]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.29...v0.23.30
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-videopress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.4.2",
"automattic/jetpack-assets": "^2.3.2",
"automattic/jetpack-connection": "^2.12.1",
"automattic/jetpack-my-jetpack": "^4.32.2",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-plans": "^0.4.7"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.24.0';
const PACKAGE_VERSION = '0.24.1-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.32.2',
'ver' => '4.32.3-alpha1723738054',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -70,7 +70,7 @@
),
'jetpack-videopress-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-videopress',
'ver' => '0.24.0',
'ver' => '0.24.1-alpha1723738054',
),
'jetpack-waf' => array(
'path' => 'jetpack_vendor/automattic/jetpack-waf',
Expand Down
66 changes: 33 additions & 33 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
"reference": "5d0de917844817fbe3eea5c4d22226357384557a"
"reference": "321fb0df37952cca33063722ea37184935677402"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "54e6b23b17330e70e35b89d8344e0ea11e0a9670"
"reference": "2e7e22fd2edd29fd9b083da73e840e5120271086"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -125,7 +125,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "aedfa8977484bc4e67b21c637f091c0f41b4ad7c"
"reference": "02de1bef67d3b14f791dbd7311771c98bc80dc6d"
},
"require": {
"automattic/jetpack-constants": "^2.0.3",
Expand Down Expand Up @@ -194,7 +194,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "30b970e770d245a999420cf3b027205bdcdd299c"
"reference": "ae5d736a7ce9b89244c174032b72689489486e74"
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
Expand Down Expand Up @@ -261,7 +261,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-core",
"reference": "f29db93ba59c9cb5db8b1a1a6ee5c61d83f56c25"
"reference": "014456084c62870c40acf097121d365c7877ec7e"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -329,7 +329,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score",
"reference": "b7881d5c25e4f7c09bc259d129a3371e42f8f42c"
"reference": "19c9bf7d5baff4cd9de0f0bf89d3b68ef54ac024"
},
"require": {
"automattic/jetpack-boost-core": "^0.2.8",
Expand Down Expand Up @@ -405,7 +405,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "c223342914211d92b5ef3aa9effb3c42babb4b14"
"reference": "6277ba2d48aebc51bfc3e6fbdc8d1cf87c1895fa"
},
"require": {
"composer-plugin-api": "^2.1.0",
Expand Down Expand Up @@ -465,7 +465,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "47eb22f08d294f3e995d22ae133173159089de82"
"reference": "307815e5971f0aabe782739fec7a04bad627d9f6"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -540,7 +540,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "7ca3438593fcc87ad26186a4c8c4af466c009691"
"reference": "3ba359513ca11887d713be48c8558228edf06369"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -627,7 +627,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "5df56f485b952d6eb84385b9a718ea86c2faea8a"
"reference": "9286303413f389e8c5479f5b55e7748b30a2de0a"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -681,7 +681,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "bbbe5d1f44464bc593575f28c4ae6c96d37ef880"
"reference": "cda690028a0f7296b38927365a8dc61b5514a2e3"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -734,7 +734,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-explat",
"reference": "dbcf95eafb9d1008df8603ed93b10944807c86f4"
"reference": "baa1b093cbc3f13b99b9f8235e9b9cbde2406520"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -809,7 +809,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
"reference": "3779a42fe979280fc829fee252b991d447cf0e2b"
"reference": "1f7f8ce38aa1d6ff492fa743b89b35742cd5bad8"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -867,7 +867,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
"reference": "1feedac6701dd062ebcf6cc1d3577946082d8c83"
"reference": "390980b5468a347f68ed902a6428616f8115acf5"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -942,7 +942,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
"reference": "3d2380eaf92cfbb7f96bbc2a818b9b39ceeda9a6"
"reference": "4c32d16edcd8db964706be351bb220dc16a583cd"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1004,7 +1004,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
"reference": "3b03b3a1a11110ae39a31fc5c136750118ee9087"
"reference": "e7dbc06610f4d1f495ec06b2c672e728a9c7ad6d"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1052,12 +1052,12 @@
},
{
"name": "automattic/jetpack-my-jetpack",
"version": "4.32.2",
"version_normalized": "4.32.2.0",
"version": "4.32.3-alpha.1723738054",
"version_normalized": "4.32.3.0-alpha1723738054",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
"reference": "72d95e5b0b28137d79282768e13d88365d65e23d"
"reference": "d20dc9beda0f2888ec6e7b21156ea62285c3b77e"
},
"require": {
"automattic/jetpack-admin-ui": "^0.4.2",
Expand Down Expand Up @@ -1160,7 +1160,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
"reference": "72145325ba50fad9847ebe58b4bd8c0ce8fcbe50"
"reference": "66bdb80c0e11c11a71aa485f91b0961b4cb989f6"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1221,7 +1221,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
"reference": "e21e4451ba1886297a6932d2826964bd27767555"
"reference": "6a2a713377dc05db9cb2606479b6ecd1088efafd"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1289,7 +1289,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "14d9b2e978d95994385f7f4254b90b4dcb095be0"
"reference": "c4c7e3e003fdb5c50cb23fa6751cec71d0102092"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -1345,7 +1345,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-models",
"reference": "6b56feff684d0cf7c9710bacad1a7d55ea7b168e"
"reference": "f01916972bd3e3a109ecc8811b09dd5491735a0e"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1415,7 +1415,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-status",
"reference": "ef43120a75d9f5bdb699b5ad487559d93ba7ad47"
"reference": "6a7fecf5edc6eb3c2c13d4adfd266c1615c404d2"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1490,7 +1490,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "68ae8cfcc830fc376b0af30742a9705a1e44669a"
"reference": "97bf9f7f58fdbdc176cb0044868030628a1bbe2d"
},
"require": {
"automattic/jetpack-status": "^3.3.2",
Expand Down Expand Up @@ -1545,7 +1545,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "778025af2ec0264128cb49f15dd3befcf57dce84"
"reference": "89d16c52b6b679bfa41897e22b33b0862ca9ecc0"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1599,7 +1599,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "6980ba9f52f4598cdd3d1cdf1717622ed19760f8"
"reference": "0478fa2aea9f39c1121c57c0db84c1b76200122a"
},
"require": {
"automattic/jetpack-constants": "^2.0.3",
Expand Down Expand Up @@ -1663,7 +1663,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "1f4d9870be74cdd6757beb5a4b665d2fee3011fc"
"reference": "9a5def997b32ed30d729e3111f98be80c7422a3c"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1736,18 +1736,18 @@
},
{
"name": "automattic/jetpack-videopress",
"version": "0.24.0",
"version_normalized": "0.24.0.0",
"version": "0.24.1-alpha.1723738054",
"version_normalized": "0.24.1.0-alpha1723738054",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-videopress",
"reference": "7877a14f38d29c4088e6fa52ed1c1107bbbbbdf5"
"reference": "88c314dedeac72bb545b5704ef06f9c41d7995a7"
},
"require": {
"automattic/jetpack-admin-ui": "^0.4.2",
"automattic/jetpack-assets": "^2.3.2",
"automattic/jetpack-connection": "^2.12.1",
"automattic/jetpack-my-jetpack": "^4.32.2",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-plans": "^0.4.7",
"php": ">=7.0"
},
Expand Down Expand Up @@ -1824,7 +1824,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-waf",
"reference": "20ab3bf56464e899556f1a3f93a7e0e62a5f0339"
"reference": "66e86f6ed12346e6ac7034bc4aec3206fc804724"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down
Loading

0 comments on commit 72ca673

Please sign in to comment.