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

Bump stellar-sdk from 10.4.1 to 11.2.2 #429

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps stellar-sdk from 10.4.1 to 11.2.2.

Release notes

Sourced from stellar-sdk's releases.

v11.2.2

Fixed

  • @stellar/stellar-base has been upgraded to its latest major version (#918, see v11.0.0 for release notes).
  • Event streaming tests now pass on Node 20, which seems to have tighter conformance to the spec (#917).

Full Changelog: stellar/js-stellar-sdk@v11.2.1...v11.2.2

v11.2.1

Fixed

  • An unnecessary dependency has been removed which was causing a TypeScript error in certain environments (#912).
  • Dependencies have been upgraded (see [email protected] for release notes, #913).

v11.2.0

Added

  • Support for the new, optional diagnosticEventsXdr field on the SorobanRpc.Server.sendTransaction method. The raw field will be present when using the _sendTransaction method, while the normal method will have an already-parsed diagnosticEvents: xdr.DiagnosticEvent[] field, instead (#905).
  • A new exported interface SorobanRpc.Api.EventResponse so that developers can type-check individual events (#904).

Updated

  • Dependencies have been updated to their latest versions (#906, #908).

v11.1.0

Added

  • SorobanRpc.Server.simulateTransaction now supports an optional addlResources parameter to allow users to specify additional resources that they want to include in a simulation (#896).
  • ContractSpec now has a jsonSchema() method to generate a JSON Schema for a particular contract specification (#889).

Fixed

  • All dependencies have been updated to their latest versions, including stellar-base to v10.0.1 which included a small patch (#897).

New Contributors

Full Changelog: stellar/js-stellar-sdk@v11.0.1...v11.1.0

v11.0.1

This is a hotfix on the major v11 release, see that for the full release notes.

Fixed

  • SorobanRpc.Server.getEvents uses the correct type for the start ledger (#890).

v11.0.0

This is the stable Protocol 20 release.

v11.0.0: Protocol 20, Soroban!

Breaking Changes

  • The package has been renamed: it is now @stellar/stellar-sdk.
  • The new minimum version is Node 18.
  • The soroban-client library (stellar/js-soroban-client) has been merged into this package, causing significant breaking changes in the module structure (#860):
    • The namespaces have changed to move each server-dependent component into its own module. Shared components (e.g. TransactionBuilder) are still in the top level, Horizon-specific interactions are in the Horizon namespace (i.e. Server is now Horizon.Server), and new Soroban RPC interactions are in the SorobanRpc namespace.
    • There is a detailed migration guide available to outline both the literal (i.e. necessary code changes) and philosophical (i.e. how to find certain functionality) changes needed to adapt to this merge.

... (truncated)

Changelog

Sourced from stellar-sdk's changelog.

v11.2.2

Fixed

  • Event streaming tests now pass on Node 20, which seems to have tighter conformance to the spec (#917).
  • @stellar/stellar-base has been upgraded to its latest major version (#918, see v11.0.0 for release notes).

v11.2.1

Fixed

  • An unnecessary dependency has been removed which was causing a TypeScript error in certain environments (#912).
  • Dependencies have been upgraded (see [email protected] for release notes, #913).

v11.2.0

Added

  • Support for the new, optional diagnosticEventsXdr field on the SorobanRpc.Server.sendTransaction method. The raw field will be present when using the _sendTransaction method, while the normal method will have an already-parsed diagnosticEvents: xdr.DiagnosticEvent[] field, instead (#905).
  • A new exported interface SorobanRpc.Api.EventResponse so that developers can type-check individual events (#904).

Updated

  • Dependencies have been updated to their latest versions (#906, #908).

v11.1.0

Added

  • SorobanRpc.Server.simulateTransaction now supports an optional addlResources parameter to allow users to specify additional resources that they want to include in a simulation (#896).
  • ContractSpec now has a jsonSchema() method to generate a JSON Schema for a particular contract specification (#889).

Fixed

  • All dependencies have been updated to their latest versions, including stellar-base to v10.0.1 which included a small patch (#897).

v11.0.1

Fixed

  • SorobanRpc.Server.getEvents uses the correct type for the start ledger.

v11.0.0

Breaking Changes

  • The package has been renamed to @stellar/stellar-sdk.
  • The new minimum supported version is Node 18.
  • The PaymentCallBuilder was incorrectly indicating that it would return a collection of Payment records, while in reality it can return a handful of "payment-like" records (#885).

Fixed

  • The SorobanRpc.Server.getEvents method now correctly parses responses without a contractId field set. The events[i].contractId field on an event is now optional, omitted if there was no ID for the event (e.g. system events; (#883)).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by stellar-npm-ci, a new releaser for stellar-sdk since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2024
Copy link

vercel bot commented Feb 12, 2024

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

Name Status Preview Comments Updated (UTC)
stellar-claim ❌ Failed (Inspect) Mar 13, 2024 10:10pm

@github-actions github-actions bot enabled auto-merge (squash) February 12, 2024 22:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from c11fd46 to 8eaac3c Compare February 12, 2024 22:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 8eaac3c to 5b236fe Compare February 13, 2024 22:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 5b236fe to 28ddb97 Compare February 14, 2024 22:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 28ddb97 to 13c2204 Compare February 15, 2024 22:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 13c2204 to cf6e497 Compare February 16, 2024 22:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from cf6e497 to 3ac84be Compare February 19, 2024 22:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch 2 times, most recently from d078b6c to 23ae050 Compare February 20, 2024 22:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 23ae050 to f0e29d1 Compare February 21, 2024 22:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from f0e29d1 to 0cba95f Compare February 22, 2024 23:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 0cba95f to ebb000c Compare February 23, 2024 22:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from ebb000c to dc77a4d Compare February 26, 2024 22:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from dc77a4d to 4286591 Compare February 26, 2024 22:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 4286591 to abc9134 Compare February 27, 2024 22:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from abc9134 to 6b6ea7b Compare February 28, 2024 22:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 6b6ea7b to 4129c56 Compare February 29, 2024 22:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 4129c56 to dc52484 Compare March 1, 2024 22:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from dc52484 to 77d565b Compare March 4, 2024 22:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 77d565b to dff3743 Compare March 5, 2024 22:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from dff3743 to 0799b4c Compare March 6, 2024 22:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 0799b4c to 6c39258 Compare March 7, 2024 22:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 6c39258 to 6c93642 Compare March 8, 2024 22:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 6c93642 to fefad85 Compare March 11, 2024 22:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from fefad85 to 53d8c70 Compare March 12, 2024 22:27
Bumps [stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 10.4.1 to 11.2.2.
- [Release notes](https://github.com/stellar/js-stellar-sdk/releases)
- [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md)
- [Commits](stellar/js-stellar-sdk@v10.4.1...v11.2.2)

---
updated-dependencies:
- dependency-name: stellar-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch from 53d8c70 to 32a594c Compare March 13, 2024 22:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2024

Superseded by #462.

@dependabot dependabot bot closed this Mar 20, 2024
auto-merge was automatically disabled March 20, 2024 23:01

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stellar-sdk-11.2.2 branch March 20, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants