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: publish 0.58.0 #1571

Merged
merged 1 commit into from
Feb 6, 2025
Merged

chore: publish 0.58.0 #1571

merged 1 commit into from
Feb 6, 2025

Conversation

rodrigopavezi
Copy link
Member

@rodrigopavezi rodrigopavezi commented Feb 6, 2025

Changes

This PR updates the inter-package dependencies. By the time this PR is created, the releases in NPM, Github, and Dockerhub should have already been published. Merge this PR before executing the release process again.

Release 0.58.0

https://github.com/RequestNetwork/requestNetwork/releases/tag/0.58.0

What's Changed

Bug Fixes

Builds

Chores

New Contributors

Full Changelog: 0.57.0...master

Packages

Images

Summary by CodeRabbit

  • Chores
    • Updated version numbers for multiple core packages and their dependencies.
    • Improved overall system compatibility, reliability, and maintainability, ensuring a smoother, more stable experience for end-users.

 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
 - @requestnetwork/[email protected]
@rodrigopavezi rodrigopavezi merged commit bae9bfd into master Feb 6, 2025
1 check passed
@rodrigopavezi rodrigopavezi deleted the release branch February 6, 2025 15:42
Copy link
Contributor

coderabbitai bot commented Feb 6, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request updates the version numbers and dependency versions for nearly all packages in the monorepo. The changes consist of minor version bumps (for example, from 0.52.0 to 0.53.0 for several packages) and coordinated dependency updates (such as updating @requestnetwork/types and @requestnetwork/utils from 0.52.0 to 0.53.0, and similar changes for currency, multi-format, smart-contracts, etc.). These modifications are applied consistently across core, integration, and utility packages to maintain compatibility throughout the repository.

Changes

File(s) Change Summary
packages/data-format/package.json, packages/types/package.json, packages/utils/package.json, packages/multi-format/package.json, packages/epk-signature/package.json, packages/web3-signature/package.json Minimal updates: version bumps (e.g., 0.19.8→0.19.9, 0.52.0→0.53.0, 0.26.0→0.27.0, 0.8.8→0.8.9) with dependency upgrades for @requestnetwork/types (0.52.0→0.53.0) and, where applicable, @requestnetwork/utils.
packages/advanced-logic/package.json, packages/currency/package.json, packages/smart-contracts/package.json, packages/ethereum-storage/package.json Core currency/contract packages: bumped package versions and updated dependencies – some update @requestnetwork/currency (0.26.0→0.27.0) while others update smart-contracts (0.46.0→0.47.0) – alongside the common upgrades for @requestnetwork/types and @requestnetwork/utils.
packages/data-access/package.json, packages/epk-cipher/package.json, packages/epk-decryption/package.json, packages/request-logic/package.json, packages/transaction-manager/package.json Multi-format–focused packages: version increments with dependency updates for @requestnetwork/multi-format (0.26.0→0.27.0) plus standard bumps for @requestnetwork/types and @requestnetwork/utils; note that request-logic also updates its advanced-logic dependency.
packages/integration-test/package.json, packages/request-client.js/package.json, packages/request-node/package.json, packages/thegraph-data-access/package.json, packages/toolbox/package.json, packages/usage-examples/package.json, packages/payment-detection/package.json, packages/payment-processor/package.json Integration and client packages: extensive version bumps and dependency updates covering a wide range of components (advanced-logic, currency, data-access, various epk-* packages, smart-contracts, etc.) to ensure alignment across interconnected modules.
packages/lit-protocol-cipher/package.json Lit protocol cipher: updated version (0.8.0→0.9.0) with dependency upgrades for @requestnetwork/request-client.js (0.57.0→0.58.0) and @requestnetwork/types (0.52.0→0.53.0).

Possibly related PRs

  • fix: next release #1517: Updates many of the same dependency versions (e.g., @requestnetwork/currency, @requestnetwork/types, and @requestnetwork/utils) that are being adjusted in this pull request.

Suggested reviewers

  • MantisClone
  • aimensahnoun
  • kevindavee
  • alexandre-abrioux
  • sstefdev
  • leoslr

Tip

🌐 Web search-backed reviews and chat
  • We have enabled web search-based reviews and chat for all users. This feature allows CodeRabbit to access the latest documentation and information on the web.
  • You can disable this feature by setting web_search: false in the knowledge_base settings.
  • Please share any feedback in the Discord discussion.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6ce389f and a2c8c03.

📒 Files selected for processing (24)
  • packages/advanced-logic/package.json (2 hunks)
  • packages/currency/package.json (2 hunks)
  • packages/data-access/package.json (2 hunks)
  • packages/data-format/package.json (1 hunks)
  • packages/epk-cipher/package.json (2 hunks)
  • packages/epk-decryption/package.json (2 hunks)
  • packages/epk-signature/package.json (2 hunks)
  • packages/ethereum-storage/package.json (2 hunks)
  • packages/integration-test/package.json (2 hunks)
  • packages/lit-protocol-cipher/package.json (2 hunks)
  • packages/multi-format/package.json (2 hunks)
  • packages/payment-detection/package.json (3 hunks)
  • packages/payment-processor/package.json (2 hunks)
  • packages/request-client.js/package.json (2 hunks)
  • packages/request-logic/package.json (2 hunks)
  • packages/request-node/package.json (2 hunks)
  • packages/smart-contracts/package.json (2 hunks)
  • packages/thegraph-data-access/package.json (2 hunks)
  • packages/toolbox/package.json (2 hunks)
  • packages/transaction-manager/package.json (2 hunks)
  • packages/types/package.json (1 hunks)
  • packages/usage-examples/package.json (2 hunks)
  • packages/utils/package.json (2 hunks)
  • packages/web3-signature/package.json (2 hunks)

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>, 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.

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