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

build(deps): bump minimatch and blockstack in /tools/blockstack-android-web-app #194

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Removes minimatch. It's no longer used after updating ancestor dependency blockstack. These dependencies need to be updated together.

Removes minimatch

Updates blockstack from 0.15.0 to 21.1.1

Changelog

Sourced from blockstack's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.2 (2022-10-19)

Bug Fixes

  • rename incorrect nft post-condition codes (9fed6a4)

5.0.1 (2022-10-04)

Bug Fixes

  • rename incorrect nft post-condition codes (dddeb68)

5.0.0 (2022-09-30)

⚠ BREAKING CHANGES

  • Post-conditions for NFTs were renamed to be more clear: Owns to DoesNotSend, DoesNotOwn to Sends.
  • encryption: The message signing prefix was changed from Stacks Message Signing to Stacks Signed Message.
  • remove previously deprecated functions
  • Removes compatibility with bip32 package from @​stacks/wallet-sdk. Now all derivation methods only rely on HDKey from @​scure/bip32.
  • To reduce the bundle sizes of applications using Stacks.js we are moving away from Buffer (a polyfill to match Node.js APIs) to Uint8Arrays (which Buffers use in the background anyway). To make the switch easier we have introduced a variety of methods for converting between strings and Uint8Arrays: hexToBytes, bytesToHex, utf8ToBytes, bytesToUtf8, asciiToBytes, bytesToAscii, and concatBytes.

Features

Bug Fixes

  • encryption: change message signing prefix, closes #1328 (65ce121)
  • remove duplicate helper method (f57bbef)
  • remove previously deprecated functions (b2a5f96)
  • update post-condition names for non-fungible tokens (9fbdcea)

4.3.8 (2022-09-29)

... (truncated)

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [blockstack](https://github.com/blockstack/blockstack.js). These dependencies need to be updated together.


Removes `minimatch`

Updates `blockstack` from 0.15.0 to 21.1.1
- [Release notes](https://github.com/blockstack/blockstack.js/releases)
- [Changelog](https://github.com/hirosystems/stacks.js/blob/master/CHANGELOG.md)
- [Commits](hirosystems/stacks.js@v0.15.0...v21.1.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: blockstack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies related to blockstack.js or other dependencies label Nov 1, 2022
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies related to blockstack.js or other dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant