Skip to content

Bump @aeternity/aepp-sdk from 1.2.1 to 7.7.0#56

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/aeternity/aepp-sdk-7.7.0
Closed

Bump @aeternity/aepp-sdk from 1.2.1 to 7.7.0#56
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/aeternity/aepp-sdk-7.7.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

@dependabot-preview dependabot-preview bot commented Aug 24, 2020

Bumps @aeternity/aepp-sdk from 1.2.1 to 7.7.0.

Release notes

Sourced from @aeternity/aepp-sdk's releases.

7.7.0 (2020-08-18)

Features

  • transferFunds: Accept onAccount option (#1060)
  • bigNumberToByteArray: Avoid unexpected behaviour by throwing exception (#1066)
  • example: Add disconnect button on wallet side (#1056)

Code Refactoring

  • Use external version of json-bigint (#1033)
  • Make tests configuration more flexible (#1037)
  • test-else: Exclude aens tests and speedup jobs (#1040)
  • Avoid unnecessary eslint-disable (#1043)
  • Add lint script (#1045)
  • Refactor tests (#1039)
  • Refactor bytes unit tests (#1050)
  • travis: Run linter and unit tests firstly (#1051)
  • Disable Travis on all branches except master, develop (#1054)
  • Refactor contract, oracle, chain (#1048)
  • Refactor state channels (#1047)

Docs

  • Fix typo in Readme.md (#1053)

7.6.0 (2020-07-22)

Features

  • wallet-detector: allow to connect wallet to aepp between iframes (3f74a05)

7.5.0 (2020-06-18)

Features

Refactor

  • Deps: Clean up repository (#1029)
  • Env: Simplify Travis and docker-compose (#1031)
  • Env: Remove unused packages (#1032)

7.4.2 (2020-06-10)

Bug Fixes

Changelog

Sourced from @aeternity/aepp-sdk's changelog.

7.7.0 (2020-08-18)

Features

  • transferFunds: Accept onAccount option (#1060)
  • bigNumberToByteArray: Avoid unexpected behaviour by throwing exception (#1066)
  • example: Add disconnect button on wallet side (#1056)

Code Refactoring

  • Use external version of json-bigint (#1033)
  • Make tests configuration more flexible (#1037)
  • test-else: Exclude aens tests and speedup jobs (#1040)
  • Avoid unnecessary eslint-disable (#1043)
  • Add lint script (#1045)
  • Refactor tests (#1039)
  • Refactor bytes unit tests (#1050)
  • travis: Run linter and unit tests firstly (#1051)
  • Disable Travis on all branches except master, develop (#1054)
  • Refactor contract, oracle, chain (#1048)
  • Refactor state channels (#1047)

Docs

  • Fix typo in Readme.md (#1053)

7.6.0 (2020-07-22)

Features

  • wallet-detector: allow to connect wallet to aepp between iframes (3f74a05)

7.5.0 (2020-06-18)

Features

Refactor

  • Deps: Clean up repository (#1029)
Commits
  • d9fde7c Merge pull request #1067 from aeternity/release/7.7.0
  • 3d00de7 browser examples: Global gitignore and editorconfig
  • 8f286f6 connect-two-ae: Remove package-lock in consistency with extension
  • 54c9d7a browser examples: Use the current sdk
  • 9a940a1 7.7.0
  • 70c3a9c Merge pull request #1066 from aeternity/feature/validate-to-byte-array-arguments
  • a62562e bigNumberToByteArray: Add tests
  • d879411 bigNumberToByteArray: Avoid unexpected behaviour by throwing exception
  • d4aee2a Merge pull request #1060 from aeternity/feature/transfer-founds-on-account
  • 9207280 transferFunds: Accept on account option
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by davidyuk, a new releaser for @aeternity/aepp-sdk 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)
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@aeternity/aepp-sdk](https://github.com/aeternity/aepp-sdk-js) from 1.2.1 to 7.7.0.
- [Release notes](https://github.com/aeternity/aepp-sdk-js/releases)
- [Changelog](https://github.com/aeternity/aepp-sdk-js/blob/7.7.0/CHANGELOG.md)
- [Commits](aeternity/aepp-sdk-js@1.2.1...7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
@dependabot-preview
Copy link
Copy Markdown
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #92.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/aeternity/aepp-sdk-7.7.0 branch May 19, 2021 04:48
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.

0 participants