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

FE Release 3-29-2 #2404

Merged
merged 2 commits into from
Mar 30, 2024
Merged

FE Release 3-29-2 #2404

merged 2 commits into from
Mar 30, 2024

Conversation

aureliusbtc
Copy link
Contributor

@aureliusbtc aureliusbtc commented Mar 29, 2024

Description
A clear and concise description of the features you're adding in this pull request.

Additional context
Add any other context about the problem you're solving.

Metadata

  • Fixes #[Link to Issue]

Summary by CodeRabbit

  • Chores
    • Version updates for packages: rest-api, sdk-router, synapse-interface, and widget.
    • Dependency update for @synapsecns/sdk-router in multiple packages.

Copy link
Contributor

coderabbitai bot commented Mar 29, 2024

Walkthrough

Version bumps and dependency updates have been made across multiple packages (rest-api, sdk-router, synapse-interface, widget) with no significant functional changes. The updates primarily involve incrementing version numbers and adjusting dependencies.

Changes

File Path Change Summary
packages/rest-api/CHANGELOG.md Version bump to 1.0.59 with no notable changes.
packages/rest-api/package.json Version updated to 1.0.59, @synapsecns/sdk-router dependency to ^0.4.1.
packages/sdk-router/CHANGELOG.md Version bump to 0.4.1 with no significant changes.
packages/sdk-router/package.json Version updated to 0.4.1.
packages/synapse-interface/CHANGELOG.md Version bumps without functional changes.
packages/synapse-interface/package.json Version updated to 0.15.3, @synapsecns/sdk-router dependency to ^0.4.1.
packages/widget/CHANGELOG.md Version bumps for @synapsecns/widget with no notable changes.
packages/widget/package.json Version incremented to 0.1.13, @synapsecns/sdk-router dependency to ^0.4.1.

🐇 A tale of versions marching in line,
Packages updated, changes so fine.
Dependencies shifted, numbers ascend,
In the world of code, updates never end.
🌟 Let's dance in the bytes of digital delight,
As changes unfold, painting code bright. 🌈

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

 - @synapsecns/rest-api@1.0.59
 - @synapsecns/sdk-router@0.4.1
 - @synapsecns/synapse-interface@0.15.3
 - @synapsecns/widget@0.1.13
Copy link

cloudflare-workers-and-pages bot commented Mar 29, 2024

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: d6d3cda
Status: ✅  Deploy successful!
Preview URL: https://0a7d332f.sanguine-fe.pages.dev
Branch Preview URL: https://master.sanguine-fe.pages.dev

View logs

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Review Status

Configuration used: .coderabbit.yaml

Commits Files that changed from the base of the PR and between 102d27d and 5b276ab.
Files selected for processing (1)
  • packages/sdk-router/src/constants/medianTime.ts (1 hunks)
Additional Context Used
Additional comments not posted (1)
packages/sdk-router/src/constants/medianTime.ts (1)

52-52: The addition of [SupportedChainId.BASE]: 15 to MEDIAN_TIME_RFQ follows the established pattern and seems appropriate based on the context provided. Ensure that this value aligns with the latest domain-specific requirements or data available.

@@ -49,4 +49,5 @@ export const MEDIAN_TIME_RFQ = {
[SupportedChainId.ETH]: 25,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing TODO comment above MEDIAN_TIME_RFQ suggests that these values are placeholders until more accurate estimates can be determined. It's important to periodically review and update these values to ensure they accurately reflect the current state and requirements.

Would you like assistance in determining more accurate median times or setting up a process for regularly updating these values?

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Review Status

Configuration used: .coderabbit.yaml

Commits Files that changed from the base of the PR and between 5b276ab and d6d3cda.
Files selected for processing (8)
  • packages/rest-api/CHANGELOG.md (1 hunks)
  • packages/rest-api/package.json (2 hunks)
  • packages/sdk-router/CHANGELOG.md (1 hunks)
  • packages/sdk-router/package.json (1 hunks)
  • packages/synapse-interface/CHANGELOG.md (1 hunks)
  • packages/synapse-interface/package.json (2 hunks)
  • packages/widget/CHANGELOG.md (1 hunks)
  • packages/widget/package.json (2 hunks)
Files skipped from review due to trivial changes (2)
  • packages/sdk-router/package.json
  • packages/synapse-interface/CHANGELOG.md
Additional Context Used
Additional comments not posted (9)
packages/rest-api/package.json (2)

3-3: The version update from "1.0.58" to "1.0.59" is noted and follows semantic versioning conventions for a minor update or patch. This is appropriate given the context.


26-26: The update of @synapsecns/sdk-router from "^0.4.0" to "^0.4.1" is a minor version bump, which typically indicates backward-compatible changes. However, it's advisable to verify this update's compatibility with the rest of the project.

Verification successful

The script execution did not find any references to @synapsecns/sdk-router version ^0.4.0, suggesting that the update to version ^0.4.1 has been correctly applied across the project without any overlooked instances. This supports the conclusion that the minor version bump is unlikely to introduce compatibility issues, given the absence of any remaining references to the older version.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Verify if any breaking changes were introduced in sdk-router 0.4.1
rg "@synapsecns/sdk-router" --files-with-matches | xargs grep -n "^0.4.0"

Length of output: 73

packages/widget/package.json (2)

4-4: The version update from "0.1.12" to "0.1.13" is noted and follows semantic versioning conventions for a minor update or patch. This is appropriate given the context.


69-69: The update of @synapsecns/sdk-router from "^0.4.0" to "^0.4.1" is a minor version bump, which typically indicates backward-compatible changes. However, it's advisable to verify this update's compatibility with the widget package.

packages/synapse-interface/package.json (2)

3-3: The version update from "0.15.2" to "0.15.3" is noted and follows semantic versioning conventions for a minor update or patch. This is appropriate given the context.


37-37: The update of @synapsecns/sdk-router from "^0.4.0" to "^0.4.1" is a minor version bump, which typically indicates backward-compatible changes. However, it's advisable to verify this update's compatibility with the synapse-interface package.

packages/widget/CHANGELOG.md (1)

6-9: The CHANGELOG.md update documenting the version bump from "0.1.12" to "0.1.13" is clear and follows conventional commit guidelines. The note indicating it's a version bump only is helpful for tracking changes.

packages/rest-api/CHANGELOG.md (1)

6-8: The CHANGELOG entry for version 1.0.59 correctly documents a version bump with no additional changes. This aligns with the AI-generated summary and the PR objectives, indicating a maintenance update without new features or bug fixes. The format follows conventional commit guidelines and provides a clear, concise update.

packages/sdk-router/CHANGELOG.md (1)

6-9: The changelog update for version 0.4.1 is clear and follows the established format. It's good practice to maintain this consistency for tracking changes over time.

@aureliusbtc aureliusbtc merged commit 3710485 into fe-release Mar 30, 2024
1 check passed
ChiTimesChi added a commit that referenced this pull request Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants