Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Bump near-api-js from 0.30.0 to 0.39.0 in /frontend - #153

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/near-api-js-0.39.0
Closed

Bump near-api-js from 0.30.0 to 0.39.0 in /frontend#153
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/near-api-js-0.39.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps near-api-js from 0.30.0 to 0.39.0.

Release notes

Sourced from near-api-js's releases.

v0.39.0

Commits:

  • Merge pull request #524 from near/login-no-app-key 2c2d639a
  • Merge pull request #529 from near/2fa-update 98e141ad
  • Fix passing result back from 2FA account 28bfd605
  • Allow wallet sign in without asking for access key c8b1ca03
  • Simplify types a bit 3f62f4f0
  • Merge branch 'master' into account-type-fixes 9cb393ff
  • Fix tests to not require title when logging in 17923a5f
  • requestSignIn: deprecate title param, fix typing 9847955a

Commit Range: v0.38.0...master

v0.38.0

  • Retry on "Failed to fetch" error 126bd3d5
  • Fix documentation links for JSON-RPC provider 1c824e08
  • Merge pull request #508 from near/feat/expose-experimental-protocol-config 960b798f
  • Merge branch 'master' into feat/expose-experimental-protocol-config 922ec06e
  • Update to always use EXPERIMENTAL_protocol_config 5ae80625
  • Gas price method added to provider (#521) 7896384a
  • fixed doc-types e197b83c
  • fixed the fallback detection 7ca8a375
  • yarn build a48c2940
  • implement a fallback to EXPERIMENTAL_genesis_config for experimental_protocolConfig method implementation c6dd9fe5
  • yarn fix 766dd9db
  • feat: Exposed experimental_protocolConfig provider method f1549d95

near/near-api-js@v0.37.0...v0.38.0

v0.37.0

  • yarn compile 5d1ef471
  • Merge pull request #517 from near/fix-nonce-again cc1a42e4
  • Merge pull request #492 from near/account-reduce-requests 155e7475
  • Add deprecation warnings 7226bc78
  • Remove account.fetchState call from account.test.js 5302f47f
  • Remove receiver.fetchState() call in test 5ba2324e
  • Remove dependency on Account.ready from ConnectedWalletAccount 764fdec6
  • Don't call account.state() in near.account() 167edc37
  • Don't fetch account state pre-emptively 65ec3c84
  • Merge pull request #516 from near/fix-nonce-again 7ada88fd
  • Use .type when handling key does not exist error d53aaf72
  • yarn compile f858819d
  • yarn fix 3132ffa8
  • Add InvalidNonce parsing from string a0659be0
  • Add test for handling of invalid nonce errors 2a0e48de
  • Merge pull request #497 from near/fix/update-docs-link 5265f065
  • yarn.lock a1550b97
  • Merge pull request #484 from near/dependabot/npm_and_yarn/types/bn.js-5.1.0 795a5838
  • Adding vgrichina@ as CODEOWNER e8c955df

... (truncated)

Commits
  • 47a5617 0.39.0
  • 2c2d639 Merge pull request #524 from near/login-no-app-key
  • 98e141a Merge pull request #529 from near/2fa-update
  • 28bfd60 Fix passing result back from 2FA account
  • ba55451 v0.38.0
  • 126bd3d Retry on "Failed to fetch" error
  • c8b1ca0 Allow wallet sign in without asking for access key
  • 1c824e0 Fix documentation links for JSON-RPC provider
  • 3f62f4f Simplify types a bit
  • 9cb393f Merge branch 'master' into account-type-fixes
  • 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [near-api-js](https://github.com/near/near-api-js) from 0.30.0 to 0.39.0.
- [Release notes](https://github.com/near/near-api-js/releases)
- [Commits](near/near-api-js@v0.30.0...v0.39.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 Mar 19, 2021
@gitpod-io

gitpod-io Bot commented Mar 19, 2021

Copy link
Copy Markdown

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #174.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/frontend/near-api-js-0.39.0 branch April 30, 2021 07:18
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