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(deps-dev): bump xrpl from 2.11.0 to 2.14.0 #883

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps xrpl from 2.11.0 to 2.14.0.

Release notes

Sourced from xrpl's releases.

[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.14.0

[email protected]

What's Changed

Fixed

  • Allow flag maps when submitting NFTokenMint and NFTokenCreateOffer transactions like others with flags
  • Add pseudo transaction types to tx and ledger method responses.
  • Add missing type param to ledger_data and ledger requests
  • Type assertions around PreviousTxnID and PreviousTxnLgrSeq missing on some ledger objects
  • Transaction fields that represent an address no longer allow an empty string (''). If you want to specify ACCOUNT_ZERO, you can specify rrrrrrrrrrrrrrrrrrrrrhoLvTp. ⚠️ WARNING: rrrrrrrrrrrrrrrrrrrrrhoLvTp is a black hole address, with no corresponding private key. Accounts/funds controlled by this address are not accessible.
  • Invalid addresses on a transaction now throws a ValidationError when submitting a transaction instead of Error('checksum_invalid')

Changed

  • Make LedgerEntryResponse a generic so it can be used like LedgerEntryResponse<Escrow>
  • Clean up typing of type param and the response property account_objects of the account_objects request.
  • Error messages for fields that equate to an address, DestinationTag, or NFTokenID. They will still be of type ValidationError.
  • Add alias type of Account to improve intellisense for Transaction fields that equate to an address.
  • Removed sidechain-devnet faucet support as it is being moved to Devnet

Commits

... (truncated)

Commits
  • 99dd0eb Release xrpl.js 2.11.0 (#2591)
  • 98abafb feat: Add optional CTID field to Tx (#2477)
  • 9a85aaa fix: nftoken taxon calculation (#2590)
  • b555f39 feat: remove AMM devnet (#2587)
  • d1ca360 build(deps-dev): bump @​types/jest from 29.5.8 to 29.5.10 (#2586)
  • 3f181fa build(deps): bump big-integer from 1.6.51 to 1.6.52 (#2581)
  • e05ca2b build(deps-dev): bump @​types/lodash from 4.14.201 to 4.14.202 (#2582)
  • c584961 build(deps-dev): bump @​types/ws from 8.5.9 to 8.5.10 (#2583)
  • ca689cf build(deps-dev): bump @​types/chai from 4.3.10 to 4.3.11 (#2584)
  • 4b9d506 build(deps-dev): bump eslint from 8.53.0 to 8.54.0 (#2580)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@mvadari
Copy link
Collaborator

mvadari commented Dec 1, 2023

A bunch of Unused '@ts-expect-error' directive. - should be easy to fix

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xrpl-2.14.0 branch 5 times, most recently from ab54191 to 84d698a Compare December 1, 2023 20:26
Bumps [xrpl](https://github.com/XRPLF/xrpl.js) from 2.11.0 to 2.14.0.
- [Release notes](https://github.com/XRPLF/xrpl.js/releases)
- [Changelog](https://github.com/XRPLF/xrpl.js/blob/main/HISTORY.md)
- [Commits](https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.14)

---
updated-dependencies:
- dependency-name: xrpl
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xrpl-2.14.0 branch from 84d698a to fe31ad3 Compare December 1, 2023 20:32
@ckniffen
Copy link
Collaborator

ckniffen commented Dec 6, 2023

Superseded by #893

@ckniffen ckniffen closed this Dec 6, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/xrpl-2.14.0 branch December 6, 2023 18:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants