-
Notifications
You must be signed in to change notification settings - Fork 330
Bump postcss from 8.4.27 to 8.4.31 in /ChatQnA/ui #2
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
lvliang-intel
merged 1 commit into
main
from
dependabot/npm_and_yarn/ChatQnA/ui/postcss-8.4.31
Mar 21, 2024
Merged
Bump postcss from 8.4.27 to 8.4.31 in /ChatQnA/ui #2
lvliang-intel
merged 1 commit into
main
from
dependabot/npm_and_yarn/ChatQnA/ui/postcss-8.4.31
Mar 21, 2024
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
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.27...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
yogeshmpandey
pushed a commit
to hteeyeoh/GenAIExamples
that referenced
this pull request
Aug 12, 2024
…ChatQnA/ui/postcss-8.4.31 Bump postcss from 8.4.27 to 8.4.31 in /ChatQnA/ui
ZePan110
added a commit
that referenced
this pull request
Jan 20, 2025
# This is the 1st commit message: Add helm e2e test workflow Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #2: Add helm e2e test workflow Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #3: [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci # This is the commit message #4: test Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #5: Add debug output Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #6: [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci # This is the commit message #7: Fix issue Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #8: Add manual helm CD test workflow. Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #9: test Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #10: Revert "test" This reverts commit 512fc28. # This is the commit message #11: Fix service names. Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #12: test Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #13: Fix issue Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #14: Fix issue Signed-off-by: ZePan110 <ze.pan@intel.com> # This is the commit message #15: Remove test code. Signed-off-by: ZePan110 <ze.pan@intel.com>
letonghan
added a commit
that referenced
this pull request
Sep 17, 2025
* Fix image build issue (#1553) Signed-off-by: chensuyue <suyue.chen@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Unified default port number for the same service in text2graph and text2sql (#1554) Signed-off-by: Yao, Qing <qing.yao@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * new: `OpeaArangoDataprep` (#2) * new: `third_parties/arangodb` * new: `OpeaArangoDataprep` * cleanup * fix: `vllm` instead of `tgi` * fix: dataprep compsoe * cleanup Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * new: `OpeaArangoRetriever` (#3) * new: `OpeaArangoRetriever` * cleanup Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * new: deps Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix typo: `test_retrievers_arango.sh` Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * updated retriever-arango compose file Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * correction Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * add json-repair to dataprep-arango requirements Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Fix network error, change WORKPATH Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * extra time for health check retriever Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * extended retriever healthcheck 90secs Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * correction Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Update arangodb.py Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Removing hugging face token requirement from test file Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Update test_dataprep_arango with network tests and additional logs Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Running CI after docker rate limit Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Base case remove HF_token, no additional tests Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Adding VLLM check and logs, currently VLLM not working in CI/CD Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup: compose.yaml Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * update: arangodb healthcheck Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup: retriever test Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: typo Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * rem: unused vars Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: indent Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * temp: swap vllm healthcheck with sleep Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: typo Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: component name typo Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: support `EmbedDoc` for retriever Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: `getattr` Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: CURL command Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * revert 60614841 Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Update xtune file and change DDP paramter (#1552) Signed-off-by: jilongwa <jilong.wang@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * add N/A option (#1561) Signed-off-by: ZhangJianyu <zhang.jianyu@outlook.com> Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Test latest gaudi docker container (#1477) Update base gaudi container into the latest version, docker pull vault.habana.ai/gaudi-docker/1.20.1/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest, https://docs.habana.ai/en/latest/Installation_Guide/Additional_Installation/Docker_Installation.html#use-intel-gaudi-containers Signed-off-by: chensuyue <suyue.chen@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix audioqna male voice setting (#1559) Co-authored-by: Letong Han <106566639+letonghan@users.noreply.github.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * added error handling for lvm (#1556) Signed-off-by: okhleif-IL <omar.khleif@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * enable mysql db for sql agent (#1431) Signed-off-by: cheehook <chee.hoo.kok@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Enlarge DocSum prompt buffer (#1567) * Enlarge DocSum prompt buffer Follow PR opea-project/GenAIComps#1471 Signed-off-by: XinyaoWa <xinyao.wang@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Update vLLM parameter max-seq-len-to-capture (#1565) Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: lint Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: missing import Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * new: healtcheck for dataprep-arangodb Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * update: arangodb readmes Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup: test_dataprep_arango.sh Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup: test_dataprep_arango.sh (PT2) Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup: test_dataprep_arango.sh (PT3) Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * update: test_dataprep_arango.sh Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: whitespace Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Remove Transformers versions from requirements.txt file (#1547) * Remove Transformers versions from requirements.txt file Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Remove index_names from files for dataprep-get request (#1569) * remove index_names from files fot get request Signed-off-by: Mustafa <mustafa.cetin@intel.com> * update the tests Signed-off-by: Mustafa <mustafa.cetin@intel.com> * update the tests Signed-off-by: Mustafa <mustafa.cetin@intel.com> * update the tests Signed-off-by: Mustafa <mustafa.cetin@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add validation check for 'all' as an index_name Signed-off-by: Mustafa <mustafa.cetin@intel.com> * fix for readme file Signed-off-by: Mustafa <mustafa.cetin@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Mustafa <mustafa.cetin@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Upgrade Optimum Habana version to fix security check issue (#1571) Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Make llamaguard compatible with both TGI and vLLM (#1581) Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Fix Dockerfile error and add CI test for IPEX (#1585) * Fix Dockerfile error and add CI teat Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Reduce multilang tts docker image size (#1587) * fix audioqna male voice setting * reduce multilang tts docker image size Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * unset OPENAI_KEY in CI test (#1586) Signed-off-by: Rita Brugarolas <rita.brugarolas.brufau@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Add AWS Credentials for CD test (#1588) * Fix CD test issue Signed-off-by: ZePan110 <ze.pan@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * update: shorten ingest_dataprep.txt Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * revert: a4d943e7 Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * new: `DataprepRequest` model (#1525) * new: `DataprepRequest` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: docstrings * rem: `ingest_from_graphDB` * new: dep injection * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: verbose `input` processing * attempt: replace `kwargs` with params * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rem: `db_type` ref: opea-project/GenAIComps#1525 (comment) * attempt: require `base` * Revert "attempt: require `base`" This reverts commit 620ca6bc1d0b1a23f81f8d86168d65088712cfdf. * new: `DataprepRequest` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: docstrings * rem: `ingest_from_graphDB` * new: dep injection * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: verbose `input` processing * attempt: replace `kwargs` with params * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rem: `db_type` ref: opea-project/GenAIComps#1525 (comment) * attempt: require `base` * Revert "attempt: require `base`" This reverts commit 620ca6bc1d0b1a23f81f8d86168d65088712cfdf. * Fix dataprep request class issue of Redis (#1) * new: `DataprepRequest` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: docstrings * rem: `ingest_from_graphDB` * new: dep injection * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: verbose `input` processing * attempt: replace `kwargs` with params * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rem: `db_type` ref: opea-project/GenAIComps#1525 (comment) * attempt: require `base` * Revert "attempt: require `base`" This reverts commit 620ca6bc1d0b1a23f81f8d86168d65088712cfdf. * fix dataprep request class of redis Signed-off-by: letonghan <letong.han@intel.com> * revert change in redis.py Signed-off-by: letonghan <letong.han@intel.com> --------- Signed-off-by: letonghan <letong.han@intel.com> Co-authored-by: Anthony Mahanna <anthony.mahanna@arangodb.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com> Co-authored-by: Liang Lv <liang1.lv@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * revert: `DataprepRequest` for multimodal * revert: `DataprepRequest` for multimodal (PT2) * fix: conditionally fetch unique `DataprepRequest` attributes * fix bugs in dataprep util script Signed-off-by: letonghan <letong.han@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * revert change of pgvector Signed-off-by: letonghan <letong.han@intel.com> * fix indices bug for redis Signed-off-by: letonghan <letong.han@intel.com> * minor fix for redis Signed-off-by: letonghan <letong.han@intel.com> * ingest file into rag_redis_test Signed-off-by: letonghan <letong.han@intel.com> * update indice name Signed-off-by: letonghan <letong.han@intel.com> --------- Signed-off-by: letonghan <letong.han@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Liang Lv <liang1.lv@intel.com> Co-authored-by: Letong Han <106566639+letonghan@users.noreply.github.com> Co-authored-by: letonghan <letong.han@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * revert: bc4445cb Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * revert: d17f6aac Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Revert "new: `DataprepRequest` model (#1525)" (#1592) This reverts commit 88947ab. Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * add hyperlinks Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * revert: 4eb9ec4f Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * new: ArangoDBDataprepRequest Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: lint Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * cleanup: delete_files Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * remove: env mutation Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * fix: move openai key env var to top of file Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> --------- Signed-off-by: chensuyue <suyue.chen@intel.com> Signed-off-by: Anthony Mahanna <anthony.mahanna@arangodb.com> Signed-off-by: Yao, Qing <qing.yao@intel.com> Signed-off-by: jilongwa <jilong.wang@intel.com> Signed-off-by: ZhangJianyu <zhang.jianyu@outlook.com> Signed-off-by: okhleif-IL <omar.khleif@intel.com> Signed-off-by: cheehook <chee.hoo.kok@intel.com> Signed-off-by: XinyaoWa <xinyao.wang@intel.com> Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Signed-off-by: Mustafa <mustafa.cetin@intel.com> Signed-off-by: Rita Brugarolas <rita.brugarolas.brufau@intel.com> Signed-off-by: ZePan110 <ze.pan@intel.com> Signed-off-by: letonghan <letong.han@intel.com> Co-authored-by: chen, suyue <suyue.chen@intel.com> Co-authored-by: Yao Qing <Qing.Yao@intel.com> Co-authored-by: lasyasn <lasyan640@gmail.com> Co-authored-by: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Co-authored-by: jilongW <109333127+jilongW@users.noreply.github.com> Co-authored-by: Neo Zhang Jianyu <jianyu.zhang@intel.com> Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com> Co-authored-by: Spycsh <39623753+Spycsh@users.noreply.github.com> Co-authored-by: Letong Han <106566639+letonghan@users.noreply.github.com> Co-authored-by: Omar Khleif <omar.khleif@intel.com> Co-authored-by: cheehook <chee.hoo.kok@intel.com> Co-authored-by: XinyaoWa <xinyao.wang@intel.com> Co-authored-by: Liang Lv <liang1.lv@intel.com> Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Co-authored-by: Mustafa <109312699+MSCetin37@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: rbrugaro <rita.brugarolas.brufau@intel.com> Co-authored-by: ZePan110 <ze.pan@intel.com> Co-authored-by: letonghan <letong.han@intel.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.
Bumps postcss from 8.4.27 to 8.4.31.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.