-
Notifications
You must be signed in to change notification settings - Fork 2
search-headless-react: increase beta version ref of search-headless #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
alapre
commented
Aug 22, 2024
| "eslint-plugin-react-perf": "^3.3.1", | ||
| "eslint-plugin-tsdoc": "^0.2.14", | ||
| "generate-license-file": "^1.3.0", | ||
| "generate-license-file": "^3.5.0", |
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging that I also increased generate-license-file from 1.3.0 to 3.5.0 in order to npm run build without getting errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok sounds good!
vijay267
approved these changes
Aug 22, 2024
Fondryext
added a commit
that referenced
this pull request
Feb 20, 2025
This PR bridges the now-released GDA version of search-headless. Full chain below (mostly merges from main into develop) * Update CODEOWNERS (#200) * update search-headless dependencies version to 2.6.0-beta (#201) Update search-core and search-headless versions to 2.6.0-beta which introduce support for Generative Direct Answer J=CLIP-1226 TEST=auto ran `npm run test` * update search-headless dependencies version to 2.6.0-beta.2 (#202) New version clears gda state response on error J=CLIP-1226 TEST=auto ran `npm run test` * update search-headless dependencies version to 2.6.0-beta.3 (#203) New version has `queryDurationMillis` as an optional field of VerticalResults J=CLIP-1226 TEST=auto ran `npm run test` * update search-headless dependencies version to 2.6.0-beta.4 The new beta version has the isPagination variable which upstream beta dependencies of search-headless-react require. J=none TEST=auto ran npm run test * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Up package beta version * search-headless-react: increase beta version ref of search-headless (#205) * up beta version number and ref to search-headless for function vertical * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Update package.json * Update package-lock.json * fix package lock * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Upgrade to non-beta versions * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check --------- Co-authored-by: nmanu1 <88398086+nmanu1@users.noreply.github.com> Co-authored-by: EmilyZhang777 <48967088+EmilyZhang777@users.noreply.github.com> Co-authored-by: anguyen-yext2 <143001514+anguyen-yext2@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anna Lapre <98433280+alapre@users.noreply.github.com> Co-authored-by: Kyle Gerner <49618240+k-gerner@users.noreply.github.com>
Fondryext
added a commit
that referenced
this pull request
Apr 7, 2025
* v2.5.0 This PR bridges the now-released GDA version of search-headless. Full chain below (mostly merges from main into develop) * Update CODEOWNERS (#200) * update search-headless dependencies version to 2.6.0-beta (#201) Update search-core and search-headless versions to 2.6.0-beta which introduce support for Generative Direct Answer J=CLIP-1226 TEST=auto ran `npm run test` * update search-headless dependencies version to 2.6.0-beta.2 (#202) New version clears gda state response on error J=CLIP-1226 TEST=auto ran `npm run test` * update search-headless dependencies version to 2.6.0-beta.3 (#203) New version has `queryDurationMillis` as an optional field of VerticalResults J=CLIP-1226 TEST=auto ran `npm run test` * update search-headless dependencies version to 2.6.0-beta.4 The new beta version has the isPagination variable which upstream beta dependencies of search-headless-react require. J=none TEST=auto ran npm run test * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Up package beta version * search-headless-react: increase beta version ref of search-headless (#205) * up beta version number and ref to search-headless for function vertical * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Update package.json * Update package-lock.json * fix package lock * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check * Upgrade to non-beta versions * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check --------- Co-authored-by: nmanu1 <88398086+nmanu1@users.noreply.github.com> Co-authored-by: EmilyZhang777 <48967088+EmilyZhang777@users.noreply.github.com> Co-authored-by: anguyen-yext2 <143001514+anguyen-yext2@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anna Lapre <98433280+alapre@users.noreply.github.com> Co-authored-by: Kyle Gerner <49618240+k-gerner@users.noreply.github.com> * v2.5.1: Upgrade React to v18, bump search-headless (#218) Upgrading React to align with search-ui-react. Also bumps search-headless to pick up Dev/QA endpoint changes. --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check --------- Co-authored-by: Fondryext <160865254+Fondryext@users.noreply.github.com> Co-authored-by: nmanu1 <88398086+nmanu1@users.noreply.github.com> Co-authored-by: EmilyZhang777 <48967088+EmilyZhang777@users.noreply.github.com> Co-authored-by: anguyen-yext2 <143001514+anguyen-yext2@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anna Lapre <98433280+alapre@users.noreply.github.com> Co-authored-by: Kyle Gerner <49618240+k-gerner@users.noreply.github.com> Co-authored-by: Jacob Fondriest <jfondriest@yext.com>
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.
Increase beta version of search-headless (and search-headless-react) to correctly support function vertical.
Test: auto
ran npm run test and all tests passed.