Skip to content
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

frontend chore: Update cross-spawn #860

Closed
wants to merge 1 commit into from
Closed

Conversation

tianjing-li
Copy link
Collaborator

@tianjing-li tianjing-li commented Nov 26, 2024

Thank you for contributing to the Cohere Toolkit!

  • PR title: "area: description"

    • Where "area" is whichever of interface, frontend, model, tools, backend, etc. is being modified. Use "docs: ..." for purely docs changes, "infra: ..." for CI changes.
    • Example: "deployment: add Azure model option"
  • PR message: Delete this entire checklist and replace with

    • Description: a description of the change
    • Issue: the issue # it fixes, if applicable
    • Dependencies: any dependencies required for this change
  • Add tests and docs: Please include testing and documentation for your changes

  • Lint and test: Run make lint and make run-tests

AI Description

This pull request updates the cross-spawn package in the package.json and package-lock.json files for the src/interfaces/assistants_web, src/interfaces/coral_web, and src/interfaces/slack_bot directories.

  • The cross-spawn package is added to the package.json files with the version ^7.0.5.
  • The overrides field is added to the package.json files, specifying the cross-spawn package version as ^7.0.5.
  • In the package-lock.json files, the cross-spawn package version is updated to 7.0.6, and the resolved and integrity fields are modified accordingly.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.61%. Comparing base (5502d8d) to head (340a923).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #860      +/-   ##
==========================================
+ Coverage   79.56%   79.61%   +0.04%     
==========================================
  Files         251      251              
  Lines       10632    10785     +153     
==========================================
+ Hits         8459     8586     +127     
- Misses       2173     2199      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants