fix(deps): update dependency @coveo/headless to v3.55.1 - #131
Open
renovate-coveo[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @coveo/headless to v3.55.1#131renovate-coveo[bot] wants to merge 1 commit into
renovate-coveo[bot] wants to merge 1 commit into
Conversation
renovate-coveo
Bot
requested review from
jpmarceau,
jsmith2-coveo and
tbaxter-coveo
June 9, 2026 09:05
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
June 11, 2026 14:35
63cd4dc to
3062a18
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
June 22, 2026 13:05
3062a18 to
45c40f8
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
June 29, 2026 19:26
45c40f8 to
b282e08
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
July 6, 2026 21:05
b282e08 to
a4e8704
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
2 times, most recently
from
July 23, 2026 19:03
28afa1f to
391f937
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
August 3, 2026 18:03
391f937 to
1933f04
Compare
jpmarceau
approved these changes
Aug 10, 2026
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
August 11, 2026 15:12
1933f04 to
ce93ebf
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
August 18, 2026 18:03
ce93ebf to
3e66c70
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all-minor-patch-js-ts
branch
from
August 20, 2026 16:03
3e66c70 to
94fa74e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.51.1→3.55.1Release Notes
coveo/ui-kit (@coveo/headless)
v3.55.1Compare Source
Patch Changes
13d3dd7,73d36e2,7373b67]:v3.55.0Compare Source
Minor Changes
#8160
7fd1533- AddednumberOfSuggestionsoption to the Commerce SearchBox and StandaloneSearchBox controllers, allowing configuration of how many query suggestions are requested from the API.Additionally, the
countproperty passed toregisterQuerySuggestis now sent in the commerce query-suggest API request. Previously it was stored in state but ignored when building the request.Patch Changes
a1b2af5]:v3.54.0Compare Source
Minor Changes
1dcb32f- Addanalytics.disableBrowserPrivacySignalsengine configuration option. For legacy analytics (analyticsMode: 'legacy'), setting it totruestops honoring browser privacy signals (Do Not Track and Global Privacy Control) so analytics events are sent even when those signals are present. It defaults tofalse(privacy-friendly), has no effect withanalyticsMode: 'next', and does not override an explicitenabled: false. Enabling it means your integration takes ownership of privacy compliance. The option is intentionally introduced as@deprecatedto signal that it is transitional and will be removed with legacy analytics.Patch Changes
#8085
e463261- FixedlogGeneratedAnswerStreamEndalways logging the Search analytics event, even when theGeneratedAnswercontroller is built on an Insight engine. The Insight-specificlogGeneratedAnswerStreamEndaction is now correctly invoked for Insight use cases, and its signature was aligned with the Search version (answerGenerated,answerId?,answerTextIsEmpty?).Updated dependencies [
b69393a,f1ee3a9,333a834,c2ebb1b,30abbfb,0047895,1dcb32f,0047895,13709a3]:v3.53.2Compare Source
Patch Changes
#8043
42f1e58- fixed the issue with the no answer message not displaying after triggering the generated answer manually#8071
51e15d1- Repair stale TypeDoc sample links.Updated dependencies [
484bacf]:v3.53.1Compare Source
Patch Changes
#7937
6580723- fix(headless): restore memoization of commerce facet selectorsRewrote the commerce facet selectors so their reselect input selectors return stable references (or primitives) instead of freshly allocated wrapper objects. This restores effective memoization and removes the dev-mode
inputStabilityCheckandidentityFunctionCheckwarnings that were previously logged on every selector access. Selector outputs are unchanged.#7911
6bd6624- Fixatomic-generated-answernot respectingtabs-included/tabs-excludedwhen generating answers. The component no longer sends answer-generation queries when it is hidden on the current tab, including on the initial load. The Answer API and Agent API generation paths now honor the generated answerisEnabledstate, andbuildGeneratedAnswer'sinitialState.isEnabledis now applied.v3.53.0Minor Changes
87bd287- Point the agent answer and follow-up endpoints to thev1API instead ofpreviewfor the GA release.Patch Changes
50a5c0a- chore(SFINT-6808): create visible debug header when debug mode is enabled for agent in atomic-generated-answerchore(SFINT-6808): fix the check if the debug mode is enabled for search agent
v3.52.0Minor Changes
2da911b- feat(headless): added support for toolCallStart, End and Args in generated-answer implementation of AG-UI protocolPatch Changes
#7810
e870314- fix(headless): pass enableResults option through RecentQueriesList and DidYouMean#7828
ddaf248- Acknowledge server-side query correction whenautomaticallyCorrectQueryis disabled.When a search pipeline overrides
automaticallyCorrecttowhenNoResultsbut the client setsautomaticallyCorrectQuery: false, headless now correctly updatesstate.query.qto the corrected query returned by the server. This ensures subsequent requests (e.g., facet "Show More") use the corrected query instead of the original uncorrected one, which previously caused facet values to disappear.#7836
b5730e5- added guard to prevent reacting to events from aborted agentsv3.51.5Compare Source
Patch Changes
#7794
a25786a- feat(headless): change search agent follow-up citations clicks events to custom event#7788
fe7ee7d- fix(headless): correct totalSpotlightContent field name in pagination response COMHUB2-2093v3.51.4Compare Source
Patch Changes
9bd57e7- Fixed issue with the referrer fallback on generated answerv3.51.3Compare Source
Patch Changes
380ad1bThanks @alexprudhomme! - CDN artifacts now resolve cross-package dependencies using commit-based paths, making each artifact self-contained and independent of version pointer availability.v3.51.2Compare Source
Patch Changes
2abc0a0Thanks @Tooni! - FixnumberOfProductsSelectorin commerce search to account forresultswhenenableResultsis trueConfiguration
📅 Schedule: (in timezone America/Toronto)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.