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

[Snyk] Upgrade @stellar/stellar-base from 12.0.1 to 12.1.0 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OKEAMAH
Copy link
Member

@OKEAMAH OKEAMAH commented Aug 18, 2024

snyk-top-banner

Snyk has created this PR to upgrade @stellar/stellar-base from 12.0.1 to 12.1.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: @stellar/stellar-base
  • 12.1.0 - 2024-07-19

    Added

    • TransactionBuilder now has addOperationAt and clearOperationAt methods to allow manipulation of individual operations (#757).

    Fixed

    • Improve the efficiency and portability of asset type retrieval (#758).
    • nativeToScVal now correctly sorts maps lexicographically based on the keys to match what the Soroban environment expects (#759).
    • humanizeEvents now handles events without a contractId set more reliably (#764).
    • nativeToScVal now allows all integer types to come from strings (#763).

    New Contributors

    Full Changelog: v12.0.1...v12.1.0

  • 12.0.1 - 2024-06-14

    v12.0.1

    Fixed

    • Export TypeScript definition for StrKey.isValidContract (#751).
    • scValToNative would fail when the values contained error codes because the parsing routine hadn't been updated to the new error schemas. Errors are now converted to the following format (#753):
    interface Error {
      type: "contract" | "system";
      code: number;
      value?: string; // only present for type === 'system'
    }

    You can refer to the XDR documentation for additional explanations for each error code.

    New Contributors

    Full Changelog: v12.0.0...v12.0.1

from @stellar/stellar-base GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @stellar/stellar-base from 12.0.1 to 12.1.0.

See this package in npm:
@stellar/stellar-base

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/8269e15e-da7d-43d0-b73b-851d26279d49?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

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