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 <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

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 cd19232 commit 3824827
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 97 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automattic/jetpack-autoloader": "^3.0.9",
"automattic/jetpack-backup": "^3.4.3-alpha",
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-my-jetpack": "^4.32.2",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-status": "^3.3.2"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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-status": "^3.3.2"
},
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
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 Down
64 changes: 32 additions & 32 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": "2c88b8a7c03793b9e445126244ea40fbd49af597"
"reference": "97d255285899c10639cee1cdedc206fa88276b19"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "55ecb270437ac485c5ef7880d1311850af1892d9"
"reference": "d759592d5000565b248844422e3fd7320e1ff6c7"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -125,7 +125,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "354fe2a9039d4c728a643bbe833ff5daee5b193c"
"reference": "12812f1e5cb4774bd72403c66768dc3ee48736a1"
},
"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": "36bd59fd0f654fea0d7a1ca168e5838d042a8b3d"
"reference": "ee2d0ee62fece5e033b1e9d0669537932bf72185"
},
"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-backup",
"reference": "9be091439762fb89732fce42ceef7fe4c89babf0"
"reference": "7f40dd43b855bf4cd6abe1beebdb1103df26c6d7"
},
"require": {
"automattic/jetpack-admin-ui": "^0.4.2",
Expand All @@ -271,7 +271,7 @@
"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-status": "^3.3.2",
"automattic/jetpack-sync": "^3.6.0",
"php": ">=7.0"
Expand Down Expand Up @@ -351,7 +351,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager",
"reference": "4bf29addb8bc9ea3f059c65a2f8b77f9bcd0dfe4"
"reference": "5182ecb7517e6d0ccd0b6acec6bd0c500fedd35d"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -411,7 +411,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-core",
"reference": "306ab361ff23db9256ba28cc983d717e9310eb76"
"reference": "ef87ee927cb97a4b0a865a4dc7a4447b074d8a15"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -479,7 +479,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score",
"reference": "c3c93204b702204817f68817731aa7226d3482e9"
"reference": "9514066149ffaa5c5cd666986bc8169adba27343"
},
"require": {
"automattic/jetpack-boost-core": "^0.2.8",
Expand Down Expand Up @@ -555,7 +555,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "50a266489f7cbaaa0adcedef7d9c5d6eb0d73d06"
"reference": "4ce0f8df9218773d730094c4142192f6f84b5928"
},
"require": {
"composer-plugin-api": "^2.1.0",
Expand Down Expand Up @@ -615,7 +615,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "6741fd5dc7b1d42dd56f9ba3cdfea760c2b16e5b"
"reference": "65140ce3733a4e950ce403d089568c943a0027d1"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -690,7 +690,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "0cda6823beee65bd1f5c7380f0db32956c7e2ffb"
"reference": "b5af28ad9ec517ab26e3200cc9eae7874342b6b3"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -777,7 +777,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "6be1898e8cfa573852e23e201c3acd2cbea3b925"
"reference": "d6be093d8e82483977fbe2e6cfded3952b449307"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -831,7 +831,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "c5d62c2dc75ab08aab9e2332f5d2fc0e112fc0ec"
"reference": "1ef49a3a5d811ec0604b0b01b27e473121f69d16"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -884,7 +884,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-explat",
"reference": "07b01d53f8954b9ab91eeee376827da265024a41"
"reference": "a2cf0d2b4fba43d3190c1176e6a53d41ba133ff7"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -959,7 +959,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
"reference": "0a91caae5cd6e55beedc2c38b954a1c9533a05cf"
"reference": "a622ffda619dee54254a5d872218390be090ab4d"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1017,7 +1017,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
"reference": "3d5a4057cea505139ea5c3262cbea6eea66cbe68"
"reference": "ff613a89ff23e301b71df166cd90d8c43003654d"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -1092,7 +1092,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
"reference": "bacecfa98dd51dd5b7a644274ce7f4168813c576"
"reference": "c8404277e3dfcb9a4654481668b58e398c49ad3f"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1154,7 +1154,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
"reference": "bea2004a1497556e3eaa589d03eb7edb5375d7b1"
"reference": "6b780dab9099b5083eaadbe12ba88765b0adc435"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1202,12 +1202,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": "640cd9b864888981c2f28918fc87525848ebee1f"
"reference": "ac2e955a78c4486e6727bf98990e21b2505f809c"
},
"require": {
"automattic/jetpack-admin-ui": "^0.4.2",
Expand Down Expand Up @@ -1310,7 +1310,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
"reference": "c6994d25c4c32f40ef7f58e26006a0140d048853"
"reference": "0be4850282b3fc623d03333ad9904f36895268e0"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1371,7 +1371,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
"reference": "df0864e635d9787c9147de2ce3bdbb9a96b5d8b7"
"reference": "832612bef0df0c49b35aec02302bb8dc3acba404"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1439,7 +1439,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "40ce7bc58cfc3a299f6905a5e64034fde5df488e"
"reference": "d33ffeb5d59dda09b730e8784f26d9cd67aa5a21"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -1495,7 +1495,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-models",
"reference": "b8dcd01e9cc430006ae2be7aaea96751d355cd79"
"reference": "4d8da647acdfccd6597fbacec7308799b6e7871c"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1565,7 +1565,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-status",
"reference": "dce36cc2314882de34b32f71c68dc3e4bcc62ffb"
"reference": "103cc06a34d6f61a21993fa060628a4438199d0d"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1640,7 +1640,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "5d978ec4fb5fbab4eb4b401c0c8de960094049b6"
"reference": "43ae8e17ef9b54267d8fadf48f246157de3e34b7"
},
"require": {
"automattic/jetpack-status": "^3.3.2",
Expand Down Expand Up @@ -1695,7 +1695,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "a795e8391a8c0e3b8ce6243e30fe6d0395f5c007"
"reference": "9c5aacd0ff6695b12e3eccf1a97d04d8b177d540"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1749,7 +1749,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "10adfdc7abb3fd7452316038db82c6ec354efc47"
"reference": "389ab672c2ecc883e4c2cbefa720720fb760a0dc"
},
"require": {
"automattic/jetpack-constants": "^2.0.3",
Expand Down Expand Up @@ -1813,7 +1813,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "0e8c277bc6b7fd76147522ca8656aee577c1c954"
"reference": "3b1f877eac81a144d79be92c81f9c8f35572abb9"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1891,7 +1891,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-waf",
"reference": "e990e1f7523c65bb4b382e065f3f5eda7777cd49"
"reference": "4552d7cd83019909e62292b69820376b8d43ebd1"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down
Loading

0 comments on commit 3824827

Please sign in to comment.