Skip to content

Bump @aeternity/aepp-sdk from 1.2.1 to 8.0.0#92

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown

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

Release notes

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

8.0.0

Bug Fixes

  • avoid instanceof between possible not/polyfilled objects (906ee0e)

8.0.0-beta.2

Bug Fixes

  • revert conversion of case in calls to compiler (0a69e49)

Maintenance

  • avoid ts definitions based on broken JsDoc (572d19f)

8.0.0-beta.1

Important changes

  • Iris compatibility (compatible with nodes >= 5.2.0 < 7.0.0)
  • initial TypeScript support (not enough type definitions yet)
  • documentation is generated using MkDocs on Travis

BREAKING CHANGES

  • Drop old aepp-wallet RPC interface (254f5a93)
  • refactor: don't retrieve account from process.env (59e5c9b5)
  • refactor(crypto): don't reexport RLP methods (c6004bc7)
  • refactoring: remove legacy contractDecodeDataAPI compiler method (dfadac8d)
  • refactor: rename forceCompatibility to more clear ignoreVersion (72f1d326)
  • refactoring: require compiler above or equal to 4.1.0 (c9f48f91)
  • RpcClient: Drop unnecessary action stuff (84545fd7)
  • Combine RpcWallet and RpcClients (12892002)
  • Drop old names support, split ensureNameValid and isNameValid (315a78a9)
  • refactor(contract-aci): export single function instead of stamp (091b3282)
  • Combine Accounts and Selector into AccountMultiple (0cacd3b3)
  • Use swagger-client instead of a custom implementation (4b3260d5)
  • Remove OracleNodeAPI wrapper (c6f9a76d)
  • Flatten options of contractCallStatic, remove extra dryRunContractTx (f3ffb664)
  • txDryRun: Simplify arguments, support txEvents option (401c53da)
  • contracts: Mark handleCallError as private, simplify arguments (bdf76e24)
  • import/no-named-as-default linter error (d63e1511)
  • oracle: make pollForQueries a sync function (dc955e14)
  • chore: drop aevm support and backend (compiler) option (6eb702dd)
  • refactor(schema): export enum with consensus protocol versions (e92f187d)

Features

  • swagger: allow to provide external specification (683082b3)
  • swagger: make compatible with OpenAPI 3 (1d83f1a4)
  • switch to v3 endpoints on Iris (eca6697b)
  • traverse-keys: add keysOfValuesToIgnore option as a workaround (8ff5afe4)

... (truncated)

Changelog

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

8.0.0-beta.2 (2021-05-12)

Bug Fixes

  • revert conversion of case in calls to compiler (0a69e49)

Maintenance

  • avoid ts definitions based on broken JsDoc (572d19f)

8.0.0-beta.1 (2021-05-6)

Important changes

  • Iris compatibility (compatible with nodes >= 5.2.0 < 7.0.0)
  • initial TypeScript support (not enough type definitions yet)
  • documentation is generated using MkDocs on Travis

BREAKING CHANGES

  • Drop old aepp-wallet RPC interface (254f5a93)
  • refactor: don't retrieve account from process.env (59e5c9b5)
  • refactor(crypto): don't reexport RLP methods (c6004bc7)
  • refactoring: remove legacy contractDecodeDataAPI compiler method (dfadac8d)
  • refactor: rename forceCompatibility to more clear ignoreVersion (72f1d326)
  • refactoring: require compiler above or equal to 4.1.0 (c9f48f91)
  • RpcClient: Drop unnecessary action stuff (84545fd7)
  • Combine RpcWallet and RpcClients (12892002)
  • Drop old names support, split ensureNameValid and isNameValid (315a78a9)
  • refactor(contract-aci): export single function instead of stamp (091b3282)
  • Combine Accounts and Selector into AccountMultiple (0cacd3b3)
  • Use swagger-client instead of a custom implementation (4b3260d5)
  • Remove OracleNodeAPI wrapper (c6f9a76d)
  • Flatten options of contractCallStatic, remove extra dryRunContractTx (f3ffb664)
  • txDryRun: Simplify arguments, support txEvents option (401c53da)
  • contracts: Mark handleCallError as private, simplify arguments (bdf76e24)
  • import/no-named-as-default linter error (d63e1511)
  • oracle: make pollForQueries a sync function (dc955e14)
  • chore: drop aevm support and backend (compiler) option (6eb702dd)
  • refactor(schema): export enum with consensus protocol versions (e92f187d)

Features

  • swagger: allow to provide external specification (683082b3)
  • swagger: make compatible with OpenAPI 3 (1d83f1a4)
  • switch to v3 endpoints on Iris (eca6697b)
  • traverse-keys: add keysOfValuesToIgnore option as a workaround (8ff5afe4)

... (truncated)

Commits
  • 218d50e Merge pull request #1166 from aeternity/release/8.0.0
  • 7bbc708 8.0.0
  • be8a4e9 Merge pull request #1186 from aeternity/feature/fix-polyfills
  • 810f049 refactor: map serialisation
  • 906ee0e fix: avoid instanceof between possible not/polyfilled objects
  • 2056bd5 refactor(tests): map
  • 36f1ed7 refactor(tests): use eql instead JSON.stringify for deep comparison
  • 957115c refactor: add src folder to npm package
  • 308d465 Merge pull request #1180 from aeternity/master
  • 3d96f59 Merge pull request #1179 from aeternity/release/8.0.0-beta.2
  • 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 8.0.0.
- [Release notes](https://github.com/aeternity/aepp-sdk-js/releases)
- [Changelog](https://github.com/aeternity/aepp-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](aeternity/aepp-sdk-js@1.2.1...8.0.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 May 19, 2021
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #94.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/aeternity/aepp-sdk-8.0.0 branch June 1, 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