Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Bump arweave from 1.12.4 to 1.13.5 in /typescript #56

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2023

Bumps arweave from 1.12.4 to 1.13.5.

Release notes

Sourced from arweave's releases.

Fix error handling

This maintenance release closes 4 long standing open issues:

  • TypeError: Cannot read properties of undefined (reading 'replace') occurred when no wallet was found to sign transactions. We now do some jwk checks and close a logic opening which would result in an undefined object being treated as a jwk object, and return a more meaningful error.
  • arweave.api now decodes retrieved text txs with specified charset in it's Content-Type header (as opposed to defaulting all text to UTF-8).
  • Throw an error when getPrice receives a bad response from the server.
  • Throw an error when getTransactionAnchor receives a bad response from the server.

v1.13.0

Arweave.init changes

  • improved host detection
  • clips off subdomain so that ArNS domains can use the gateway

Arweave.api

  • expose web stream
Commits
  • b40ea03 1.13.5
  • 14c4e62 fix/api: cleanup and make json handling even more like axios.
  • a322163 Merge pull request #207 from ArweaveTeam/getdata-fallback-error
  • c86f14c 1.13.4
  • f2a066a fix/getData: no error thrown for bad status codes in fallback
  • ea1bed0 Merge pull request #204 from ArweaveTeam/fix-error-handling
  • bd82276 1.13.3
  • 01e824c fix/getTransactionAnchor: throw error on bad reponse
  • ff47936 Merge remote-tracking branch 'origin/master' into fix-error-handling
  • 311afec 1.13.2
  • 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 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)

Bumps [arweave](https://github.com/ArweaveTeam/arweave-js) from 1.12.4 to 1.13.5.
- [Release notes](https://github.com/ArweaveTeam/arweave-js/releases)
- [Commits](ArweaveTeam/arweave-js@v1.12.4...v1.13.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 29, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2023

Superseded by #64.

@dependabot dependabot bot closed this Apr 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript/arweave-1.13.5 branch April 18, 2023 12:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants