Skip to content

Bump blockstack from 19.3.0 to 21.1.1#19

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/blockstack-21.1.1
Open

Bump blockstack from 19.3.0 to 21.1.1#19
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/blockstack-21.1.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps blockstack from 19.3.0 to 21.1.1.

Changelog

Sourced from blockstack's changelog.

[21.1.1] - 2020-08-24

Changed

  • Persist etags in UserSession store so they don't always need to be fetched when the page is loaded.

[21.1.0] - 2020-06-05

Changed

  • Static storage/ functions used by UserSession are no longer globally exported, as they are wrapped by publicly accessible UserSession methods. Functions that are no longer accesible are getFileUrl, getFileContents, getFile, putFile, deleteFile, and listFiles.
  • Removed various static functions that have been replaced by UserSession .
  • Delete etags from cached etag map on deleteFile so that new files with the same name can be subsequently created.

[21.0.0] - 2020-01-17

Added

  • More Blockstack error codes.
  • putFile and encryptContent can now optionally base64 encode data, for a ~33% size increase compared to the default hex encoding which has a 100% size increase.

Changed

  • putFile performs client-side validation that data size is within the Gaia hub's reported maximum limit.
  • When a string value is passed to putFile and the contentType option is unspecified, it is set to text/plain; charset=UTF-8.
  • getFile now throws error on 404 instead of returning null.
  • getFile, putFile, deleteFile, listfiles now include error info upon failure.
  • getFile can now decrypt using a custom private key
  • Several cryptographic operations now use the native Web Crypto APIs when available. This primarily increases the performance of file encryption and decryption, and account seed phrase encryption and decryption.
  • The following functions now return Promises: handleSignedEncryptedContents, makeAuthResponse, encryptECIES, decryptECIES, encryptPrivateKey, decryptPrivateKey, encryptContent, decryptContent, aes256CbcEncrypt, aes256CbcDecrypt, hmacSha256.
  • putfile now prevents data corruption caused by race conditions by using etag values to verify that the client is updating the latest version of the file.
  • putFile now attempts to include etag values in the If-Match header of its request, and sets the If-None-Match header to * if it is unaware of an etag for the file it is attempting to write.
  • putFile now returns an etag in addition to the publicURL after successfully writing a file.
  • PreconditionFailedError thrown if putFile returns with a 412 response.

[19.4.0] - 2019-09-03

Changed

  • Excluded unused bip39 wordlist from dist bundle, reducing bundle size.
Commits
  • f3a7881 Merge branch 'release/v21.1.1'
  • 7f068f8 release: v21.1.1
  • 8f4d2cf chore: update changelog
  • b975b33 Merge branch 'master' into develop
  • 88f8af9 Merge pull request #803 from blockstack/dependabot/npm_and_yarn/lodash-4.17.19
  • 7e61e1c Merge pull request #815 from blockstack/dependabot/npm_and_yarn/elliptic-6.5.3
  • e7edbfa build(deps): bump elliptic from 6.5.1 to 6.5.3
  • 04476b6 Merge pull request #804 from blockstack/dependabot/npm_and_yarn/codecov-3.7.1
  • 498aa09 Bump codecov from 3.6.5 to 3.7.1
  • 86bb879 Bump lodash from 4.17.15 to 4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by reedrosenbluth, a new releaser for blockstack since your current version.


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 [blockstack](https://github.com/blockstack/blockstack.js) from 19.3.0 to 21.1.1.
- [Release notes](https://github.com/blockstack/blockstack.js/releases)
- [Changelog](https://github.com/blockstack/stacks.js/blob/master/legacy-changelog.md)
- [Commits](stx-labs/stacks.js@v19.3.0...v21.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 15, 2021
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