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 34d7b26 commit edcb93b
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 95 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-autoloader": "^3.0.9",
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-my-jetpack": "^4.32.2",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-plugins-installer": "^0.4.1",
"automattic/jetpack-sync": "^3.6.0",
"automattic/jetpack-transport-helper": "^0.2.3",
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 @@ -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 Down
62 changes: 31 additions & 31 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": "9089812d12b6dcd242b5de2d9d58f7a200253b72"
"reference": "56d375667c201fb4490e47dcde555c841f0fdc10"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "01375dac10547240d50cdbbd7c532d83698df011"
"reference": "ffe6e51ac9a8aebe213170bceecbf126d9572eaf"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -125,7 +125,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "e36ce6863ac68be3b5220ea3092ac16d595b6f11"
"reference": "88dc2e127411a7b383dc60abe6fcbb8f59780a65"
},
"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": "f1a34d6919d8979b3f81d028137e3ae1427b6567"
"reference": "557263a95f206b5b37d34e5a62eb2cd9c53d113e"
},
"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-helper-script-manager",
"reference": "f06ec499f4e355c1b007e4de8959ccea367a5c0c"
"reference": "5af52365b94e5f89967a8b334cde794ba75a8445"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -321,7 +321,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-core",
"reference": "f60fe5dbed74f110ac34ecc9f1b2cdef2a95ef07"
"reference": "2a28492a3218a1bc53db193c689891651184281b"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -389,7 +389,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score",
"reference": "b6d8937d21d7a2c47729d52ce5bfe7a079a97cd9"
"reference": "b3333eef6576bdd15a066fe23fdeaabcef9e959a"
},
"require": {
"automattic/jetpack-boost-core": "^0.2.8",
Expand Down Expand Up @@ -465,7 +465,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "f671f6fd985301b89ba9eb527338bccac46c8d0c"
"reference": "cc53f779cda9990ac76eff2e069b3656e6c132bd"
},
"require": {
"composer-plugin-api": "^2.1.0",
Expand Down Expand Up @@ -525,7 +525,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "6b74a1a881b3c377efc95c8e9ed189dfbaa70a97"
"reference": "b95e02be85ee03a77fa84be20a1e1d58838da421"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -600,7 +600,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "d77e87cfb29ec9600914b80c57e19994bf8f8601"
"reference": "b7d0be988d91decce2c1f852f1284afe264609a5"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -687,7 +687,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "ed2d180255ba3cbbf0d519122e554a049dc39c8b"
"reference": "694e85094ca3d427334caeb57d1fb77f90bf0f53"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -741,7 +741,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "d53a47c942449e4395c891b49e4e8a84e728240c"
"reference": "cecff72538238a3e19f19e70b1ad4980444fc6a7"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -794,7 +794,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-explat",
"reference": "66005c67b4959d04ff4725c42ef7e4e34698a3ac"
"reference": "e88e4d1c41c83bdf89b69afe956d79f9be26ef9e"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -869,7 +869,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
"reference": "2351aa347dac0b81988589c31ad926ddc6e922d1"
"reference": "5206e97f0b8329ef6ed81cd15e6617a09c739782"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -927,7 +927,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
"reference": "36d4ae8b464cd941b08cad0ba5b979dfa0a16dad"
"reference": "2964b8e2931049ef15638c68399798db76920c48"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -1002,7 +1002,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
"reference": "905ec887c2fef7318bcb9cb6bb15d9366d85f663"
"reference": "ee1c03015f1ebd7b79673539d2825a7be6a5887b"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1064,7 +1064,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
"reference": "c04c5ee5d2be0992c50c613faf9bf35fcb5dd8eb"
"reference": "cfe0d47362e6b891cbe6c7c42282838ebc33ce7e"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1112,12 +1112,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": "f05883e4e366bbbe1bd582dd5f9a5f97bb32f1f5"
"reference": "daf97840c88cad546ea4842f062a84b77278b757"
},
"require": {
"automattic/jetpack-admin-ui": "^0.4.2",
Expand Down Expand Up @@ -1220,7 +1220,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
"reference": "402edfbb5279a266dd01c723e4976cd87c3cf335"
"reference": "e4cbc99c4e2f7481e0e5eaf320087ea52c22b196"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1281,7 +1281,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
"reference": "a6984af52b02c2698b445e7fab55e0b88f520c72"
"reference": "02b3c89799e59580ef1df33ecd7b19df4fa63267"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1349,7 +1349,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "3ad5c6583117c40db248559ce065e46767d5a404"
"reference": "7bcd0d83cc745d684e4da69a6056a631bf66294c"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -1405,7 +1405,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-models",
"reference": "7a29b35026728fc2473916f9fcae312d90213e79"
"reference": "64e203773c6867c4c824f04a1b1c15ca0ce53caa"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1475,7 +1475,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-status",
"reference": "fa0759831051adacd3afb8b62c59c3526ea9a113"
"reference": "c7a5f8c75d20c79490d61bf65feb7881216e2a27"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1550,7 +1550,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "abd83ef8a59481d8c9aa3ffc761e32f27e9739cc"
"reference": "5ae61eaa6011a40c4d79efbef7ce41f9f1a7341c"
},
"require": {
"automattic/jetpack-status": "^3.3.2",
Expand Down Expand Up @@ -1605,7 +1605,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "ee7d0c18d612ebe47e6b01cc0723d01f1439569e"
"reference": "8bbbdd656a992aec2512316df9e5cdfcb2c3cdb0"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -1659,7 +1659,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "1b630b42d42e6130dfdd8e4fd1fa2abdc949726d"
"reference": "c2e519bdbd8990114fda27e0c938f9cf1c86adea"
},
"require": {
"automattic/jetpack-constants": "^2.0.3",
Expand Down Expand Up @@ -1723,7 +1723,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "92f2c6887b65794554b5f2b6996edee5020fca58"
"reference": "567b20d0b69b364c0ec6115006acf521f66d7dcf"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down Expand Up @@ -1801,7 +1801,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-transport-helper",
"reference": "2a8d368ea591f796a5b21aba961ceda42a790328"
"reference": "28b57393c58d33a64a30aec42c704e7fc6ef692f"
},
"require": {
"automattic/jetpack-backup-helper-script-manager": "^0.2.6",
Expand Down Expand Up @@ -1876,7 +1876,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-waf",
"reference": "64282179ab18d08999b5e27f5ce58851566f7e36"
"reference": "4db90f4fe61121b86e827d0de92054e4c838655a"
},
"require": {
"automattic/jetpack-connection": "^2.12.1",
Expand Down
Loading

0 comments on commit edcb93b

Please sign in to comment.