From 695e47917bfc2a59ec873ad10e51d8ed6b320b7d Mon Sep 17 00:00:00 2001 From: arthur791004 Date: Wed, 5 Feb 2025 06:35:39 +0000 Subject: [PATCH] External Media: Move the external-media to the new @automattic/jetpack-external-media package (#41078) * External Media: Move OpenverseMedia to @automattic/jetpack-shared-extension-utils * External Media: Move PexelsMedia to @automattic/jetpack-shared-extension-utils * External Media: Move GooglePhotosMedia to @automattic/jetpack-shared-extension-utils * changelog * Fix textdomain * Fix dependencies * Fix the asset of the google-photos-picker-button * Fix block assets * Fix test of external-media * Fix requestExternalAccess * Fix GooglePhotosMediaIcon * Introduce @automattic/jetpack-external-media * Move all of external-media to @automattic/jetpack-shared-extension-utils * changelog * Fix dependencies * Move all of external-media to @automattic/jetpack-external-media * Fix lint * Move store/wordpress-com to jetpack-ai-client * Update projects/packages/external-media/.phan/baseline.php * Fix types * Fix apiFetch * Fix the import of the jetpack-components under ai-client * changelog * Fix lint * Fix block-nudge * Fix build of @automattic/jetpack-external-media * Fix tests * Fix build of external-media * Update pnpm-lock.yaml * Fix translation * Fix storybook * changelog * Load external-media assets * Add external media module * Add mirror repo * Fix lint * Move external-media module to module-extras.php * Exclude babel.config.js on production * Move number-control to jetpack-components * Move libs/connection to jetpack-shared-extension-utils * Update the comment of the external media module * Move store/wordpress-com to jetpack-shared-extension-utils * Use Connection_Initial_State::render_script to get rid of dependency * Register JetpackExternalMediaData by external media package itself * Update composer.lock * Fix lint * Export components and icons from subpath to resolve deps of the story block * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13151450361 Upstream-Ref: Automattic/jetpack@116f2cf58f8c148d6893d2db3f8367c16cae1375 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1125bf..f1ced5f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@automattic/jetpack-api": "^0.18.0-alpha", "@automattic/jetpack-base-styles": "^0.6.42-alpha", "@automattic/jetpack-boost-score-api": "^0.1.55-alpha", - "@automattic/jetpack-components": "^0.65.6-alpha", + "@automattic/jetpack-components": "^0.66.0-alpha", "@automattic/jetpack-connection": "^0.36.5-alpha", "@automattic/jetpack-explat": "^0.2.6-alpha", "@automattic/jetpack-licensing": "workspace:*",