From 46aa2a7ce70253da8beea3062e2143b3b631264b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:19:36 +0530 Subject: [PATCH] Update Koenig packages (#21048) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://linear.app/tryghost/issue/ENG-904/bookmark-card-hot-linking-favicons When a bookmark is added(pasting a URL) into the editor we’re immediately hitting the oembed endpoint twice. The editor shouldn’t be firing a second bookmark oembed request when it’s already been given all the bookmark data from the first request. Details: https://linear.app/tryghost/issue/ENG-904/bookmark-card-hot-linking-favicons#comment-852d53dc --- apps/admin-x-settings/package.json | 2 +- ghost/admin/package.json | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/admin-x-settings/package.json b/apps/admin-x-settings/package.json index 08c63e7cde..4fc0126395 100644 --- a/apps/admin-x-settings/package.json +++ b/apps/admin-x-settings/package.json @@ -39,7 +39,7 @@ "dependencies": { "@codemirror/lang-html": "6.4.9", "@tryghost/color-utils": "0.2.2", - "@tryghost/kg-unsplash-selector": "0.2.4", + "@tryghost/kg-unsplash-selector": "0.2.5", "@tryghost/limit-service": "1.2.14", "@tryghost/nql": "0.12.5", "@tryghost/timezone-data": "0.4.3", diff --git a/ghost/admin/package.json b/ghost/admin/package.json index c965d831bc..111f06bb3b 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -50,7 +50,7 @@ "@tryghost/helpers": "1.1.90", "@tryghost/kg-clean-basic-html": "4.1.4", "@tryghost/kg-converters": "1.0.7", - "@tryghost/koenig-lexical": "1.3.25", + "@tryghost/koenig-lexical": "1.3.26", "@tryghost/limit-service": "1.2.14", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.12.5", diff --git a/yarn.lock b/yarn.lock index 494bf8e149..1df18a0b21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7826,10 +7826,10 @@ dependencies: "@tryghost/kg-clean-basic-html" "4.1.1" -"@tryghost/kg-unsplash-selector@0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@tryghost/kg-unsplash-selector/-/kg-unsplash-selector-0.2.4.tgz#2a54f5a4ec67dee2bae1c69b22084c6b0e8e6148" - integrity sha512-SFD0RduFkvr8K2S5YuHNnlueOx37PnNm6f18umGol+8cw/QohqScCFSfi6ISHbjj4js4qic5Cwaki4C/N88Fhw== +"@tryghost/kg-unsplash-selector@0.2.5": + version "0.2.5" + resolved "https://registry.yarnpkg.com/@tryghost/kg-unsplash-selector/-/kg-unsplash-selector-0.2.5.tgz#3c012858b050d4144532db0254d49bbd8c41ae9c" + integrity sha512-z/fERvZX+eWzve+4iqkFkztlBaZ/dtimQ//dwJUqCU3ghtJh3PLpWBGF0vGzDe8r+1wD84twGnkRLyZGoUy3Pw== "@tryghost/kg-utils@1.0.28": version "1.0.28" @@ -7838,10 +7838,10 @@ dependencies: semver "^7.6.2" -"@tryghost/koenig-lexical@1.3.25": - version "1.3.25" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.3.25.tgz#3e624f548033abcadd4bfdb827eea985418eca0a" - integrity sha512-VX7y63xaBsXoMpljnvya9OvngtEDzgwEziOE2/ktSvDllY4QmG/wescARBMCpoIZQrWAsrA2yl6GLgFO1Sp7dA== +"@tryghost/koenig-lexical@1.3.26": + version "1.3.26" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.3.26.tgz#22a222d7439c711593bc3ce679ab73e8c7ec7d1c" + integrity sha512-Nj4OZJkkUCMv5vikHk1M+irz8zEoV+6ugpV8fvyQ/UWOe6BCej03As1jm9ZCWsFc080oyJYHxNOh5vz34mAKOg== "@tryghost/limit-service@1.2.14": version "1.2.14"