-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(wren-ui): upgrade tar-fs to 2.1.3 #1798
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
Conversation
WalkthroughThe Changes
Poem
✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
wren-ui/package.json (1)
99-101: ```shell
#!/usr/bin/env bash
set -eLocate project directory with yarn.lock
lockfile=$(find . -maxdepth 2 -type f -name "yarn.lock" | head -n1)
if [[ -z "$lockfile" ]]; then
echo "❌ No yarn.lock found in the repository."
exit 1
fi
project_dir=$(dirname "$lockfile")
echo "🔍 Using lockfile at: $lockfile"
cd "$project_dir"echo -e "\n🛠️ yarn why tar-fs (raw output):"
yarn why tar-fs || echo "⚠️ 'yarn why' did not return a result."echo -e "\n🛠️ yarn npm why tar-fs:"
yarn npm why tar-fs || echo "⚠️ 'yarn npm why' did not return a result."echo -e "\n🛠️ npm ls tar-fs:"
npm ls tar-fs || echo "⚠️ 'npm ls' did not return a result or npm not available."</blockquote></details> </blockquote></details> <details> <summary>📜 Review details</summary> **Configuration used: CodeRabbit UI** **Review profile: CHILL** **Plan: Pro** <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between f314ddf7cbe9f630376a4fc901bed2fa6075d67f and 5bc335fb9443172f3d5d8c0313de5b5dc55181b6. </details> <details> <summary>⛔ Files ignored due to path filters (1)</summary> * `wren-ui/yarn.lock` is excluded by `!**/yarn.lock`, `!**/*.lock` </details> <details> <summary>📒 Files selected for processing (1)</summary> * `wren-ui/package.json` (1 hunks) </details> <details> <summary>🧰 Additional context used</summary> <details> <summary>🧠 Learnings (2)</summary> <details> <summary>📓 Common learnings</summary>Learnt from: cyyeh
PR: #1293
File: wren-ai-service/pyproject.toml:38-38
Timestamp: 2025-02-12T22:05:37.109Z
Learning: The qdrant-client package version in wren-ai-service must match the Qdrant server version (1.11.0) to maintain compatibility.Learnt from: andreashimin
PR: #1414
File: wren-ui/src/apollo/server/utils/error.ts:0-0
Timestamp: 2025-03-18T10:28:10.593Z
Learning: The typo in error code enum names ("IDENTIED_AS_GENERAL" and "IDENTIED_AS_MISLEADING_QUERY" instead of "IDENTIFIED_AS_GENERAL" and "IDENTIFIED_AS_MISLEADING_QUERY") in wren-ui/src/apollo/server/utils/error.ts was recognized but intentionally not fixed as it was considered out of scope for PR #1414.</details> <details> <summary>wren-ui/package.json (1)</summary>Learnt from: cyyeh
PR: #1293
File: wren-ai-service/pyproject.toml:38-38
Timestamp: 2025-02-12T22:05:37.109Z
Learning: The qdrant-client package version in wren-ai-service must match the Qdrant server version (1.11.0) to maintain compatibility.</details> </details> </details> <details> <summary>⏰ Context from checks skipped due to timeout of 90000ms (3)</summary> * GitHub Check: Analyze (python) * GitHub Check: Analyze (go) * GitHub Check: Analyze (javascript-typescript) </details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
upgrade tar-fs to 2.1.3
fix security dependency: https://github.com/Canner/WrenAI/security/dependabot/82