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

chore: update versions #1248

Merged
merged 1 commit into from
Dec 15, 2024
Merged

chore: update versions #1248

merged 1 commit into from
Dec 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 15, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

assistant-stream@0.0.11

Patch Changes

  • 4c54273: chore: update dependencies

assistant-ui@0.0.24

Patch Changes

  • 4c54273: chore: update dependencies

create-assistant-ui@0.0.4

Patch Changes

  • 4c54273: chore: update dependencies

@assistant-ui/react@0.7.12

Patch Changes

  • 4c54273: chore: update dependencies
  • 4c54273: fix: initialize thread on import

@assistant-ui/react-ai-sdk@0.7.4

Patch Changes

  • 4c54273: chore: update dependencies
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react@0.7.12

@assistant-ui/react-hook-form@0.7.4

Patch Changes

  • 4c54273: chore: update dependencies
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react@0.7.12

@assistant-ui/react-langgraph@0.1.7

Patch Changes

  • 4c54273: chore: update dependencies
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react@0.7.12

@assistant-ui/react-markdown@0.7.5

Patch Changes

  • 4c54273: chore: update dependencies
  • 4c54273: refactor: rename components.by_language to componentsByLanguage for react 19 types compat
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react@0.7.12

@assistant-ui/react-playground@0.1.4

Patch Changes

  • 4c54273: chore: update dependencies
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react@0.7.12

@assistant-ui/react-syntax-highlighter@0.7.4

Patch Changes

  • 4c54273: chore: update dependencies
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react-markdown@0.7.5
    • @assistant-ui/react@0.7.12

@assistant-ui/react-trieve@0.1.5

Patch Changes

  • 4c54273: chore: update dependencies
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
  • Updated dependencies [4c54273]
    • @assistant-ui/react-markdown@0.7.5
    • @assistant-ui/react@0.7.12

@tool-ui/weather@0.0.18

Patch Changes

  • 4c54273: chore: update dependencies

Copy link

vercel bot commented Dec 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
assistant-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2024 9:17pm

Copy link
Contributor

coderabbitai bot commented Dec 15, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

Walkthrough

This update focuses on maintaining the project's dependencies by updating multiple packages. It includes the removal of obsolete changeset files and the addition of new changelog entries to reflect version updates. Notably, the react-markdown package has been refactored for compatibility with React 19 types, and the react package includes a fix for thread initialization. Overall, these changes aim to ensure compatibility with newer React versions and keep dependencies current.

Changes

File(s) Summary
.changeset/* Deleted obsolete changeset files.
packages/react-markdown/* Updated to version 0.7.5 with refactor for React 19 types compatibility.
packages/react/* Updated to version 0.7.12 with a fix for thread initialization.
packages/assistant-stream/* Updated to version 0.0.11 with updated dependencies.
packages/cli/* Updated to version 0.0.24 with updated dependencies.
Files selected (15)
  • .changeset/chilly-toes-tap.md
    - .changeset/fast-schools-accept.md
    - .changeset/gentle-hornets-yawn.md
    - packages/assistant-stream/CHANGELOG.md
    - packages/cli/CHANGELOG.md
    - packages/create-assistant-ui/CHANGELOG.md
    - packages/react-ai-sdk/CHANGELOG.md
    - packages/react-hook-form/CHANGELOG.md
    - packages/react-langgraph/CHANGELOG.md
    - packages/react-markdown/CHANGELOG.md
    - packages/react-playground/CHANGELOG.md
    - packages/react-syntax-highlighter/CHANGELOG.md
    - packages/react-trieve/CHANGELOG.md
    - packages/react/CHANGELOG.md
    - packages/tool-ui-weather/CHANGELOG.md
Files ignored (12)
  • packages/assistant-stream/package.json
    - packages/cli/package.json
    - packages/create-assistant-ui/package.json
    - packages/react-ai-sdk/package.json
    - packages/react-hook-form/package.json
    - packages/react-langgraph/package.json
    - packages/react-markdown/package.json
    - packages/react-playground/package.json
    - packages/react-syntax-highlighter/package.json
    - packages/react-trieve/package.json
    - packages/react/package.json
    - packages/tool-ui-weather/package.json

🔗 Related PRs

  • fix: ThreadList a11y improvements #1221: The release includes enhanced accessibility for the ThreadList component, new exports for ContentPart, bug fixes for tooltips, improved documentation, and updated styles for better keyboard navigation.
  • chore: update versions #1222: A GitHub pull request for the @assistant-ui/react@0.7.9 release includes accessibility improvements for ThreadList and can be merged for automatic npm publication.
Instructions

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @bot + *your message*
Example: @bot Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @bot + *feedback*
Example: @bot Do not comment on `save_auth` function !

Execute a command using the format:

@bot + */command*

Example: @bot /updateCommit

Available Commands:

  • /updateCommit ✨: Apply the suggested changes and commit them (or Click on the Github Action button to apply the changes !)
  • /updateGuideline 🛠️: Modify an existing guideline.
  • /addGuideline ➕: Introduce a new guideline.

Tips for Using @bot Effectively:

  • Specific Queries: For the best results, be specific with your requests.
    🔍 Example: @bot summarize the changes in this PR.
  • Focused Discussions: Tag @bot directly on specific code lines or files for detailed feedback.
    📑 Example: @bot review this line of code.
  • Managing Reviews: Use review comments for targeted discussions on code snippets, and PR comments for broader queries about the entire PR.
    💬 Example: @bot comment on the entire PR.

Need More Help?

📚 Visit our documentation for detailed guides on using Entelligence.AI.
🌐 Join our community to connect with others, request features, and share feedback.
🔔 Follow us for updates on new features and improvements.

@github-actions github-actions bot force-pushed the changeset-release/main branch from fef53c2 to 495cb40 Compare December 15, 2024 21:05
Copy link

Files selected (15)
  • .changeset/chilly-toes-tap.md
    - .changeset/fast-schools-accept.md
    - .changeset/gentle-hornets-yawn.md
    - packages/assistant-stream/CHANGELOG.md
    - packages/cli/CHANGELOG.md
    - packages/create-assistant-ui/CHANGELOG.md
    - packages/react-ai-sdk/CHANGELOG.md
    - packages/react-hook-form/CHANGELOG.md
    - packages/react-langgraph/CHANGELOG.md
    - packages/react-markdown/CHANGELOG.md
    - packages/react-playground/CHANGELOG.md
    - packages/react-syntax-highlighter/CHANGELOG.md
    - packages/react-trieve/CHANGELOG.md
    - packages/react/CHANGELOG.md
    - packages/tool-ui-weather/CHANGELOG.md
Files ignored (12)
  • packages/assistant-stream/package.json
    - packages/cli/package.json
    - packages/create-assistant-ui/package.json
    - packages/react-ai-sdk/package.json
    - packages/react-hook-form/package.json
    - packages/react-langgraph/package.json
    - packages/react-markdown/package.json
    - packages/react-playground/package.json
    - packages/react-syntax-highlighter/package.json
    - packages/react-trieve/package.json
    - packages/react/package.json
    - packages/tool-ui-weather/package.json

@Yonom Yonom merged commit 0cbaaca into main Dec 15, 2024
5 of 6 checks passed
@Yonom Yonom deleted the changeset-release/main branch December 15, 2024 21:10
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.

1 participant