From 7fe5ca110ed54afe9f35553b06a1976ff0af0de5 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Fri, 11 Sep 2026 14:54:34 +0100 Subject: [PATCH] chore(deps): bump commerce-elastic-path to 0.5.3 in canvas-packages, loader-bundle-env and the example app 0.5.3 raises the InstantSearch dependency floors (#531), which clears the ERESOLVE against React 19. The lockfiles are the load-bearing change: publish-hostless installs with --frozen-lockfile, and a ^0.5.x range already admitted the patch bump, so the manifests alone move nothing. The floors move real versions in the bundle environments, not only declarations: before after react-instantsearch-core 7.41.0 7.49.0 (7.44.1 in the example app) instantsearch.js 4.108.0 4.116.0 (4.111.1 in the example app) react-instantsearch-nextjs 0.3.21 1.4.8 react-instantsearch-nextjs is a major bump with no importer yet, so it is inlined into no bundle until SSR catalog search lands (#539). The search library itself moves eight minors inside the hostless bundle every Studio project loads; exercise search before publish-hostless runs, since --frozen-lockfile succeeding only proves it installed. --- examples/ep-commerce-app-router/package.json | 2 +- examples/ep-commerce-app-router/yarn.lock | 66 +++++++++-------- platform/canvas-packages/package.json | 2 +- platform/canvas-packages/yarn.lock | 78 ++++++++++---------- platform/loader-bundle-env/package.json | 2 +- platform/loader-bundle-env/yarn.lock | 78 ++++++++++---------- 6 files changed, 117 insertions(+), 111 deletions(-) diff --git a/examples/ep-commerce-app-router/package.json b/examples/ep-commerce-app-router/package.json index 394a6b9d3..f23be3419 100644 --- a/examples/ep-commerce-app-router/package.json +++ b/examples/ep-commerce-app-router/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@elasticpath/plasmic-ep-commerce-elastic-path": "^0.5.2", + "@elasticpath/plasmic-ep-commerce-elastic-path": "^0.5.3", "@elasticpath/plasmic-mcp-registry": "^0.2.1", "@epcc-sdk/sdks-shopper": "^0.1.0", "@plasmicapp/host": "^2.0.16", diff --git a/examples/ep-commerce-app-router/yarn.lock b/examples/ep-commerce-app-router/yarn.lock index 53493563e..4361d6dfe 100644 --- a/examples/ep-commerce-app-router/yarn.lock +++ b/examples/ep-commerce-app-router/yarn.lock @@ -92,10 +92,10 @@ dependencies: vitest "^3.2.4" -"@elasticpath/plasmic-ep-commerce-elastic-path@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@elasticpath/plasmic-ep-commerce-elastic-path/-/plasmic-ep-commerce-elastic-path-0.5.2.tgz#7028b2d91d0e0d7991ff7b82b77da8fcf39c53ac" - integrity sha512-8VLDAmAJIlv6uQOFGCl0DQ+YHTGC/Vr5KNGG2F0W9cY1PU5JYcPu0PUDY9Fy+4WRgH1FjZxrZBydprH39aX94w== +"@elasticpath/plasmic-ep-commerce-elastic-path@^0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@elasticpath/plasmic-ep-commerce-elastic-path/-/plasmic-ep-commerce-elastic-path-0.5.3.tgz#dd1cd09e87f4aac39d3f80f92c5e61b7990fb488" + integrity sha512-2iYM+wAPPz1pWbgqgZiZirZLkeYJJ+Z5EKbQTbZ6wjPeeNSqZpDTf3qxshliKM/Cmy0QW9P9pOW6V3KruHyptA== dependencies: "@algolia/autocomplete-core" "^1.17.7" "@elasticpath/catalog-search-instantsearch-adapter" "0.1.0" @@ -106,11 +106,11 @@ "@types/react" "^18.0.27" better-auth "^1.6.9" debounce "^2.0.0" - instantsearch.js "^4.75.6" + instantsearch.js "^4.96.0" js-cookie "^3.0.5" qs "^6.11.0" - react-instantsearch "^7.13.6" - react-instantsearch-nextjs "^0.3.17" + react-instantsearch "^7.32.0" + react-instantsearch-nextjs "^1.4.5" stripe "^14.0.0" zod "^3.22.4" @@ -1489,18 +1489,18 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -instantsearch-ui-components@0.35.1: - version "0.35.1" - resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.35.1.tgz#4ecfb3b02415d228d4c963fa46ce61d22d6e977e" - integrity sha512-n8sCod1pOeaMMZzzqoK3MNFYqyw3IjWXP97zwXyjPFhbx+B7SEN+pmFmALdOagm2K2qzTcFF08ZlA13Xm8I6rg== +instantsearch-ui-components@0.40.0: + version "0.40.0" + resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.40.0.tgz#1cb2b9a0dfee4fa2c6cd8285580e72d7e4eadcd5" + integrity sha512-iswxns+LY+CsK70eBxAGNk3rNgbbZsHf9Dy+PA+WHahSe/se1N0cZuHNXyvvRepwsuceogft7HGncA2Nqiv8Bw== dependencies: "@swc/helpers" "0.5.18" markdown-to-jsx "^7.7.15" -instantsearch.js@4.111.1, instantsearch.js@^4.75.6: - version "4.111.1" - resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.111.1.tgz#ec12045872f48eb65788edd24cd668d40cf9808f" - integrity sha512-DMuvb2koPHhe5PTGMGbWI5t+i9OHWLKny5312vygdYvUvVygnsZ6axtMXfz7FDtjAgkBRm675R5sGkGjF9o/sQ== +instantsearch.js@4.116.0, instantsearch.js@^4.96.0: + version "4.116.0" + resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.116.0.tgz#46722a5ccb78f9037b41b319f4c0acae7997309c" + integrity sha512-d3qolbGBPNCTmoTwSBgXVCXKv/6Ow+gx0AEmNinQyliaoCLXUBgTrh/0dzKJu/j7itw1PYrjUZ6FwtTA1bJnQw== dependencies: "@algolia/events" "^4.0.1" "@swc/helpers" "0.5.18" @@ -1511,7 +1511,7 @@ instantsearch.js@4.111.1, instantsearch.js@^4.75.6: algoliasearch-helper "3.29.3" hogan.js "^3.0.2" htm "^3.0.0" - instantsearch-ui-components "0.35.1" + instantsearch-ui-components "0.40.0" preact "^10.10.0" qs "^6.5.1" react ">= 0.14.0" @@ -1765,30 +1765,32 @@ react-hook-form@^7.28.0: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.85.0.tgz#45b95cc794f9ed752ffc9121cc6ddcc92e97acf0" integrity sha512-U2MTriFXnclmV4rOE20p2DcRFv5WEg3FIcBFOKcOLFHDVvGIMPvLTkTWefUsonmlaVy23khVDxDWym6uJVGOzw== -react-instantsearch-core@7.44.1: - version "7.44.1" - resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.44.1.tgz#7f5ff6e935dd1a697e4ba266c28a38b9a610c7ae" - integrity sha512-2pb73h7TqNzHDtcLAPcvxUOiG9Wt0hayNCiJJ+yCUs9Vw5S1n2PxdDnEaU/CvkkqT/RLcimnVQDmyf6yfNiMsA== +react-instantsearch-core@7.49.0: + version "7.49.0" + resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.49.0.tgz#5befe6e51018541ee0aff2fbb40b0690b442cb6e" + integrity sha512-jSuVck9g/Z1MEfv9MRlBhU7Dx5AIHPyQtdyYbKDuSnR2oaFVSAFc02p+F4hR4xmuoc3XJd5VVB1qfRB0WivqNA== dependencies: "@swc/helpers" "0.5.18" algoliasearch-helper "3.29.3" - instantsearch.js "4.111.1" + instantsearch.js "4.116.0" use-sync-external-store "^1.0.0" -react-instantsearch-nextjs@^0.3.17: - version "0.3.21" - resolved "https://registry.yarnpkg.com/react-instantsearch-nextjs/-/react-instantsearch-nextjs-0.3.21.tgz#718f70437a18d27c78440ebea7a4312605e3451a" - integrity sha512-GDhi7jabacahXjqkkwQN0Lq3FaW3pwIMz6ac5GeOqJkqqfEFAluUuNHgkjGOT+MVPnVmpnbQyRgOxUSL8SXYVQ== +react-instantsearch-nextjs@^1.4.5: + version "1.4.8" + resolved "https://registry.yarnpkg.com/react-instantsearch-nextjs/-/react-instantsearch-nextjs-1.4.8.tgz#42cd87c195651e955a0c6d02218f69e01c89c61d" + integrity sha512-Coh9ryAx8pY/bABlwxtyy2FGz1Y28gw3itSy+dqea3r9a481MQsEYzlh94qp8TJpeHaktWvIYg4xdswO57ctdg== + dependencies: + "@swc/helpers" "0.5.18" -react-instantsearch@^7.13.6: - version "7.44.1" - resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.44.1.tgz#aff88aa8ae7403827ab46be2e49f563e00a80385" - integrity sha512-nS5ko45HwzSbSCdL2MLrzui9YkBps+6r1DECjmIPx3BHiOicv0JpFnuxc4azXJKEuDig8p1QXc8JvqexUzpOXA== +react-instantsearch@^7.32.0: + version "7.49.0" + resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.49.0.tgz#ccbda6a2653062d64c63eb6734dd8801f97eb073" + integrity sha512-08oXw0kw0Ij1qR66drS+lqPfR4R8zbjHtc7nZgK+lA4k6FmpvMEAQopFVeeeIhNQQXg1QoMaTcddIZZoj1dvtw== dependencies: "@swc/helpers" "0.5.18" - instantsearch-ui-components "0.35.1" - instantsearch.js "4.111.1" - react-instantsearch-core "7.44.1" + instantsearch-ui-components "0.40.0" + instantsearch.js "4.116.0" + react-instantsearch-core "7.49.0" react-is@^16.13.1: version "16.13.1" diff --git a/platform/canvas-packages/package.json b/platform/canvas-packages/package.json index c5ea7a398..8d76d2dcb 100644 --- a/platform/canvas-packages/package.json +++ b/platform/canvas-packages/package.json @@ -15,7 +15,7 @@ "dependencies": { "@ant-design/icons": "^5.0.1", "@ant-design/pro-components": "2.6.4", - "@elasticpath/plasmic-ep-commerce-elastic-path": "^0.5.2", + "@elasticpath/plasmic-ep-commerce-elastic-path": "^0.5.3", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@faker-js/faker": "^8.4.1", diff --git a/platform/canvas-packages/yarn.lock b/platform/canvas-packages/yarn.lock index 7c8c81ff9..f774e9fa2 100644 --- a/platform/canvas-packages/yarn.lock +++ b/platform/canvas-packages/yarn.lock @@ -1588,10 +1588,10 @@ dependencies: vitest "^3.2.4" -"@elasticpath/plasmic-ep-commerce-elastic-path@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@elasticpath/plasmic-ep-commerce-elastic-path/-/plasmic-ep-commerce-elastic-path-0.5.2.tgz#7028b2d91d0e0d7991ff7b82b77da8fcf39c53ac" - integrity sha512-8VLDAmAJIlv6uQOFGCl0DQ+YHTGC/Vr5KNGG2F0W9cY1PU5JYcPu0PUDY9Fy+4WRgH1FjZxrZBydprH39aX94w== +"@elasticpath/plasmic-ep-commerce-elastic-path@^0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@elasticpath/plasmic-ep-commerce-elastic-path/-/plasmic-ep-commerce-elastic-path-0.5.3.tgz#dd1cd09e87f4aac39d3f80f92c5e61b7990fb488" + integrity sha512-2iYM+wAPPz1pWbgqgZiZirZLkeYJJ+Z5EKbQTbZ6wjPeeNSqZpDTf3qxshliKM/Cmy0QW9P9pOW6V3KruHyptA== dependencies: "@algolia/autocomplete-core" "^1.17.7" "@elasticpath/catalog-search-instantsearch-adapter" "0.1.0" @@ -1602,11 +1602,11 @@ "@types/react" "^18.0.27" better-auth "^1.6.9" debounce "^2.0.0" - instantsearch.js "^4.75.6" + instantsearch.js "^4.96.0" js-cookie "^3.0.5" qs "^6.11.0" - react-instantsearch "^7.13.6" - react-instantsearch-nextjs "^0.3.17" + react-instantsearch "^7.32.0" + react-instantsearch-nextjs "^1.4.5" stripe "^14.0.0" zod "^3.22.4" @@ -5372,10 +5372,10 @@ agentkeepalive@^4.2.1: dependencies: humanize-ms "^1.2.1" -algoliasearch-helper@3.29.2: - version "3.29.2" - resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.29.2.tgz#ceb699ae6ec9bb088f8a2b781b66868222e9c23a" - integrity sha512-SaV+rZM3drExb0punEYYjT+sNcH74YFwN8ocjya7IDOyQvKWeQpEaSMVG3+IGTVos+feuatj7ljQ4BXlXdUp3w== +algoliasearch-helper@3.29.3: + version "3.29.3" + resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.29.3.tgz#dc21f119320acbdd5890a21021846b5730d11e03" + integrity sha512-gVOMbbPVrCO3Xs+B+BLAIGFqIQow6qHMTYCEeBqLQB9m4ZmKUqMwkEumlal2iyyezHEd4Y0FvFTLbCRutCutIQ== dependencies: "@algolia/events" "^4.0.1" @@ -7183,18 +7183,18 @@ inherits@2, inherits@^2.0.1, inherits@~2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -instantsearch-ui-components@0.33.2: - version "0.33.2" - resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.33.2.tgz#648d195ae238a802e5f25862259889493f8f746b" - integrity sha512-q8WdUd2BmAEg6iXs8h3nc2FDZvwdVmLYpyp/psDK0ELP7rQiQKOCZjnH1rQZn/mVNM6CxNfcGVDc0i6mKb1K/g== +instantsearch-ui-components@0.40.0: + version "0.40.0" + resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.40.0.tgz#1cb2b9a0dfee4fa2c6cd8285580e72d7e4eadcd5" + integrity sha512-iswxns+LY+CsK70eBxAGNk3rNgbbZsHf9Dy+PA+WHahSe/se1N0cZuHNXyvvRepwsuceogft7HGncA2Nqiv8Bw== dependencies: "@swc/helpers" "0.5.18" markdown-to-jsx "^7.7.15" -instantsearch.js@4.108.0, instantsearch.js@^4.75.6: - version "4.108.0" - resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.108.0.tgz#db29140da47633c7530e6b4964bd39abcce0f2e1" - integrity sha512-KGFRvujVi55kFqu+LDSoeeHfpKP/k8IvEec9Q2oLLh9/PghMPkO9hKPk1pa02h/85cZJSv5l4Wa4p4HkFfIZ7A== +instantsearch.js@4.116.0, instantsearch.js@^4.96.0: + version "4.116.0" + resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.116.0.tgz#46722a5ccb78f9037b41b319f4c0acae7997309c" + integrity sha512-d3qolbGBPNCTmoTwSBgXVCXKv/6Ow+gx0AEmNinQyliaoCLXUBgTrh/0dzKJu/j7itw1PYrjUZ6FwtTA1bJnQw== dependencies: "@algolia/events" "^4.0.1" "@swc/helpers" "0.5.18" @@ -7202,10 +7202,10 @@ instantsearch.js@4.108.0, instantsearch.js@^4.75.6: "@types/google.maps" "^3.55.12" "@types/hogan.js" "^3.0.0" "@types/qs" "^6.5.3" - algoliasearch-helper "3.29.2" + algoliasearch-helper "3.29.3" hogan.js "^3.0.2" htm "^3.0.0" - instantsearch-ui-components "0.33.2" + instantsearch-ui-components "0.40.0" preact "^10.10.0" qs "^6.5.1" react ">= 0.14.0" @@ -9466,30 +9466,32 @@ react-hook-form@^7.28.0: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.63.0.tgz#ff601754989bdd5cfc19fcbb02a3c0d4fbb29284" integrity sha512-ZwueDMvUeucovM2VjkCf7zIHcs1aAlDimZu2Hvel5C5907gUzMpm4xCrQXtRzCvsBqFjonB4m3x4LzCFI1ZKWA== -react-instantsearch-core@7.41.0: - version "7.41.0" - resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.41.0.tgz#e6684ab99912f2b28303baf9e0b129d980f23db4" - integrity sha512-NY4acx1Hv7Bmu6IApMEaHdi8s2DRpo5vEsvBCUy17SBteRgXHAqeeuGEhbyzjySxXkT0CRLg2UxTVJwJDxsgQA== +react-instantsearch-core@7.49.0: + version "7.49.0" + resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.49.0.tgz#5befe6e51018541ee0aff2fbb40b0690b442cb6e" + integrity sha512-jSuVck9g/Z1MEfv9MRlBhU7Dx5AIHPyQtdyYbKDuSnR2oaFVSAFc02p+F4hR4xmuoc3XJd5VVB1qfRB0WivqNA== dependencies: "@swc/helpers" "0.5.18" - algoliasearch-helper "3.29.2" - instantsearch.js "4.108.0" + algoliasearch-helper "3.29.3" + instantsearch.js "4.116.0" use-sync-external-store "^1.0.0" -react-instantsearch-nextjs@^0.3.17: - version "0.3.21" - resolved "https://registry.yarnpkg.com/react-instantsearch-nextjs/-/react-instantsearch-nextjs-0.3.21.tgz#718f70437a18d27c78440ebea7a4312605e3451a" - integrity sha512-GDhi7jabacahXjqkkwQN0Lq3FaW3pwIMz6ac5GeOqJkqqfEFAluUuNHgkjGOT+MVPnVmpnbQyRgOxUSL8SXYVQ== +react-instantsearch-nextjs@^1.4.5: + version "1.4.8" + resolved "https://registry.yarnpkg.com/react-instantsearch-nextjs/-/react-instantsearch-nextjs-1.4.8.tgz#42cd87c195651e955a0c6d02218f69e01c89c61d" + integrity sha512-Coh9ryAx8pY/bABlwxtyy2FGz1Y28gw3itSy+dqea3r9a481MQsEYzlh94qp8TJpeHaktWvIYg4xdswO57ctdg== + dependencies: + "@swc/helpers" "0.5.18" -react-instantsearch@^7.13.6: - version "7.41.0" - resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.41.0.tgz#2c152c51c99a0160de9e509503cb10834197f0a9" - integrity sha512-/XAlUDZvlMiNbP1s2TjXtk/Rvq48poE5VN0On9VOixxNSWWjLmcp1SxoxCpCGUYX2TNXqdGHnPYfCeuInysVFw== +react-instantsearch@^7.32.0: + version "7.49.0" + resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.49.0.tgz#ccbda6a2653062d64c63eb6734dd8801f97eb073" + integrity sha512-08oXw0kw0Ij1qR66drS+lqPfR4R8zbjHtc7nZgK+lA4k6FmpvMEAQopFVeeeIhNQQXg1QoMaTcddIZZoj1dvtw== dependencies: "@swc/helpers" "0.5.18" - instantsearch-ui-components "0.33.2" - instantsearch.js "4.108.0" - react-instantsearch-core "7.41.0" + instantsearch-ui-components "0.40.0" + instantsearch.js "4.116.0" + react-instantsearch-core "7.49.0" react-intersection-observer@^9.10.3: version "9.10.3" diff --git a/platform/loader-bundle-env/package.json b/platform/loader-bundle-env/package.json index 2c39a4209..bfaccd946 100644 --- a/platform/loader-bundle-env/package.json +++ b/platform/loader-bundle-env/package.json @@ -13,7 +13,7 @@ "dependencies": { "@ant-design/icons": "^5.1.4", "@ant-design/pro-components": "2.6.4", - "@elasticpath/plasmic-ep-commerce-elastic-path": "^0.5.2", + "@elasticpath/plasmic-ep-commerce-elastic-path": "^0.5.3", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@faker-js/faker": "^8.4.1", diff --git a/platform/loader-bundle-env/yarn.lock b/platform/loader-bundle-env/yarn.lock index 4c8bfcc6f..5b13cef55 100644 --- a/platform/loader-bundle-env/yarn.lock +++ b/platform/loader-bundle-env/yarn.lock @@ -1321,10 +1321,10 @@ dependencies: vitest "^3.2.4" -"@elasticpath/plasmic-ep-commerce-elastic-path@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@elasticpath/plasmic-ep-commerce-elastic-path/-/plasmic-ep-commerce-elastic-path-0.5.2.tgz#7028b2d91d0e0d7991ff7b82b77da8fcf39c53ac" - integrity sha512-8VLDAmAJIlv6uQOFGCl0DQ+YHTGC/Vr5KNGG2F0W9cY1PU5JYcPu0PUDY9Fy+4WRgH1FjZxrZBydprH39aX94w== +"@elasticpath/plasmic-ep-commerce-elastic-path@^0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@elasticpath/plasmic-ep-commerce-elastic-path/-/plasmic-ep-commerce-elastic-path-0.5.3.tgz#dd1cd09e87f4aac39d3f80f92c5e61b7990fb488" + integrity sha512-2iYM+wAPPz1pWbgqgZiZirZLkeYJJ+Z5EKbQTbZ6wjPeeNSqZpDTf3qxshliKM/Cmy0QW9P9pOW6V3KruHyptA== dependencies: "@algolia/autocomplete-core" "^1.17.7" "@elasticpath/catalog-search-instantsearch-adapter" "0.1.0" @@ -1335,11 +1335,11 @@ "@types/react" "^18.0.27" better-auth "^1.6.9" debounce "^2.0.0" - instantsearch.js "^4.75.6" + instantsearch.js "^4.96.0" js-cookie "^3.0.5" qs "^6.11.0" - react-instantsearch "^7.13.6" - react-instantsearch-nextjs "^0.3.17" + react-instantsearch "^7.32.0" + react-instantsearch-nextjs "^1.4.5" stripe "^14.0.0" zod "^3.22.4" @@ -4619,10 +4619,10 @@ agentkeepalive@^4.2.1: depd "^1.1.2" humanize-ms "^1.2.1" -algoliasearch-helper@3.29.2: - version "3.29.2" - resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.29.2.tgz#ceb699ae6ec9bb088f8a2b781b66868222e9c23a" - integrity sha512-SaV+rZM3drExb0punEYYjT+sNcH74YFwN8ocjya7IDOyQvKWeQpEaSMVG3+IGTVos+feuatj7ljQ4BXlXdUp3w== +algoliasearch-helper@3.29.3: + version "3.29.3" + resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.29.3.tgz#dc21f119320acbdd5890a21021846b5730d11e03" + integrity sha512-gVOMbbPVrCO3Xs+B+BLAIGFqIQow6qHMTYCEeBqLQB9m4ZmKUqMwkEumlal2iyyezHEd4Y0FvFTLbCRutCutIQ== dependencies: "@algolia/events" "^4.0.1" @@ -5813,18 +5813,18 @@ inherits@^2.0.1, inherits@~2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -instantsearch-ui-components@0.33.2: - version "0.33.2" - resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.33.2.tgz#648d195ae238a802e5f25862259889493f8f746b" - integrity sha512-q8WdUd2BmAEg6iXs8h3nc2FDZvwdVmLYpyp/psDK0ELP7rQiQKOCZjnH1rQZn/mVNM6CxNfcGVDc0i6mKb1K/g== +instantsearch-ui-components@0.40.0: + version "0.40.0" + resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.40.0.tgz#1cb2b9a0dfee4fa2c6cd8285580e72d7e4eadcd5" + integrity sha512-iswxns+LY+CsK70eBxAGNk3rNgbbZsHf9Dy+PA+WHahSe/se1N0cZuHNXyvvRepwsuceogft7HGncA2Nqiv8Bw== dependencies: "@swc/helpers" "0.5.18" markdown-to-jsx "^7.7.15" -instantsearch.js@4.108.0, instantsearch.js@^4.75.6: - version "4.108.0" - resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.108.0.tgz#db29140da47633c7530e6b4964bd39abcce0f2e1" - integrity sha512-KGFRvujVi55kFqu+LDSoeeHfpKP/k8IvEec9Q2oLLh9/PghMPkO9hKPk1pa02h/85cZJSv5l4Wa4p4HkFfIZ7A== +instantsearch.js@4.116.0, instantsearch.js@^4.96.0: + version "4.116.0" + resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.116.0.tgz#46722a5ccb78f9037b41b319f4c0acae7997309c" + integrity sha512-d3qolbGBPNCTmoTwSBgXVCXKv/6Ow+gx0AEmNinQyliaoCLXUBgTrh/0dzKJu/j7itw1PYrjUZ6FwtTA1bJnQw== dependencies: "@algolia/events" "^4.0.1" "@swc/helpers" "0.5.18" @@ -5832,10 +5832,10 @@ instantsearch.js@4.108.0, instantsearch.js@^4.75.6: "@types/google.maps" "^3.55.12" "@types/hogan.js" "^3.0.0" "@types/qs" "^6.5.3" - algoliasearch-helper "3.29.2" + algoliasearch-helper "3.29.3" hogan.js "^3.0.2" htm "^3.0.0" - instantsearch-ui-components "0.33.2" + instantsearch-ui-components "0.40.0" preact "^10.10.0" qs "^6.5.1" react ">= 0.14.0" @@ -7627,30 +7627,32 @@ react-hook-form@^7.28.0: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.28.1.tgz#95fc37be6c6b9d57212eb7eca055fb36d079b3b7" integrity sha512-mgwxvXuvt3FMY/mdnWbPc++Zf1U5xYzkhOaL05mtFMLvXc9MvUhMUlKtUVuO12sOrgT3nPXBgVFawtiJ4ONrgg== -react-instantsearch-core@7.41.0: - version "7.41.0" - resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.41.0.tgz#e6684ab99912f2b28303baf9e0b129d980f23db4" - integrity sha512-NY4acx1Hv7Bmu6IApMEaHdi8s2DRpo5vEsvBCUy17SBteRgXHAqeeuGEhbyzjySxXkT0CRLg2UxTVJwJDxsgQA== +react-instantsearch-core@7.49.0: + version "7.49.0" + resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-7.49.0.tgz#5befe6e51018541ee0aff2fbb40b0690b442cb6e" + integrity sha512-jSuVck9g/Z1MEfv9MRlBhU7Dx5AIHPyQtdyYbKDuSnR2oaFVSAFc02p+F4hR4xmuoc3XJd5VVB1qfRB0WivqNA== dependencies: "@swc/helpers" "0.5.18" - algoliasearch-helper "3.29.2" - instantsearch.js "4.108.0" + algoliasearch-helper "3.29.3" + instantsearch.js "4.116.0" use-sync-external-store "^1.0.0" -react-instantsearch-nextjs@^0.3.17: - version "0.3.21" - resolved "https://registry.yarnpkg.com/react-instantsearch-nextjs/-/react-instantsearch-nextjs-0.3.21.tgz#718f70437a18d27c78440ebea7a4312605e3451a" - integrity sha512-GDhi7jabacahXjqkkwQN0Lq3FaW3pwIMz6ac5GeOqJkqqfEFAluUuNHgkjGOT+MVPnVmpnbQyRgOxUSL8SXYVQ== +react-instantsearch-nextjs@^1.4.5: + version "1.4.8" + resolved "https://registry.yarnpkg.com/react-instantsearch-nextjs/-/react-instantsearch-nextjs-1.4.8.tgz#42cd87c195651e955a0c6d02218f69e01c89c61d" + integrity sha512-Coh9ryAx8pY/bABlwxtyy2FGz1Y28gw3itSy+dqea3r9a481MQsEYzlh94qp8TJpeHaktWvIYg4xdswO57ctdg== + dependencies: + "@swc/helpers" "0.5.18" -react-instantsearch@^7.13.6: - version "7.41.0" - resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.41.0.tgz#2c152c51c99a0160de9e509503cb10834197f0a9" - integrity sha512-/XAlUDZvlMiNbP1s2TjXtk/Rvq48poE5VN0On9VOixxNSWWjLmcp1SxoxCpCGUYX2TNXqdGHnPYfCeuInysVFw== +react-instantsearch@^7.32.0: + version "7.49.0" + resolved "https://registry.yarnpkg.com/react-instantsearch/-/react-instantsearch-7.49.0.tgz#ccbda6a2653062d64c63eb6734dd8801f97eb073" + integrity sha512-08oXw0kw0Ij1qR66drS+lqPfR4R8zbjHtc7nZgK+lA4k6FmpvMEAQopFVeeeIhNQQXg1QoMaTcddIZZoj1dvtw== dependencies: "@swc/helpers" "0.5.18" - instantsearch-ui-components "0.33.2" - instantsearch.js "4.108.0" - react-instantsearch-core "7.41.0" + instantsearch-ui-components "0.40.0" + instantsearch.js "4.116.0" + react-instantsearch-core "7.49.0" react-intersection-observer@^9.10.3: version "9.10.3"