aurora-is-near / rainbow-bridge-frontend

🌈 Send ERC20 tokens from Ethereum to NEAR
https://rainbowbridge.app
69 stars 31 forks source link

build(deps): bump near-api-js from 0.43.1 to 0.45.0 #396

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps near-api-js from 0.43.1 to 0.45.0.

Release notes

Sourced from near-api-js's releases.

v0.45.0

Highlights

  • Support for Near JS SDK
  • Method to bypass 2fa with fak
  • State cleanup on disable multisig

Commits

  • Merge pull request #870 from near/WAL-338-abstractions-if-using-js-sdk c158218e
  • fix: argument duplicate 02603478
  • fix: typo 0a17a04c
  • feat: support for custom jsvmAccountId 15f18735
  • chore: instruction updates b6918e8d
  • feat: initial pass at supporting JS contract 58396df6
  • Merge pull request #808 from AhaLabs/fix/make_stale_bot_wait_longer 6f83d39f
  • Merge pull request #834 from near/dependabot/npm_and_yarn/examples/cookbook/node-fetch-2.6.7 55a11dad
  • build(deps): bump node-fetch from 2.6.6 to 2.6.7 in /examples/cookbook b5cb148e
  • Merge pull request #826 from near/dependabot/npm_and_yarn/minimist-1.2.6 af6dd630
  • Merge pull request #825 from lebedev/patch-1 9f7a2a7d
  • Merge pull request #823 from near/feat-disable-2fa-with-fak da1194c2
  • refactor: remove optional chaining f661ae48
  • Merge pull request #802 from near/contract-deploy-validate-existing-state 41638074
  • refactor: disableActions retrieval ordering and error throwing 3c78e651
  • refactor: format ternary 329492cd
  • refactor: remove reimplimented code 037dde4f
  • feat: add method to bypass 2fa with fak 7071651b
  • refactor: remove optional chaining 1ebbbe22
  • fix: return invalid_code on method_not_found 34a492ff
  • refactor: remove point free style from 'this' method fedd3d58
  • refactor: combine checkMultisigStateStatus into checkMultisigCodeAndStateStatus 3df552af
  • Bump minimist from 1.2.5 to 1.2.6 f4332d9c
  • feat: add checkMultisigCodeAndStateStatus ae5e8a5d
  • Fix broken link in README c29990ab
  • fix: update multisig errors and fix gas issues 249a1ba0
  • refactor: inline contractHasExistingStateError 6d57d90c
  • refactor: format switch statement 394a41ea
  • fix: add test transaction to determine contract state c299da03
  • fix: add catch addRequest on deployMultisig 746cea9c
  • feat: add state cleanup on disable multisig 06081705
  • fix: make PR stale after 14 days of no activity 69c9aa97
  • refactor: remove optional chaining operator 17eb11af
  • fix: avoid deploying a contract to an account with existing state 90aaa046
  • change wrap-near cookbook recipe to use testnet (#773) e9272535
  • Added git hook (#723) 0139380c
  • Bump borsh from 0.6.0 to 0.7.0 (#741) 3a5cb602
  • near.deps check added (#752) 75e3d774

https://github.com/near/near-api-js/compare/v0.44.2...v0.45.0

v0.44.2

Highlights:

... (truncated)

Commits
  • 2530e4d v0.45.0
  • c158218 Merge pull request #870 from near/WAL-338-abstractions-if-using-js-sdk
  • 0260347 fix: argument duplicate
  • 0a17a04 fix: typo
  • 15f1873 feat: support for custom jsvmAccountId
  • b6918e8 chore: instruction updates
  • 58396df feat: initial pass at supporting JS contract
  • 6f83d39 Merge pull request #808 from AhaLabs/fix/make_stale_bot_wait_longer
  • 55a11da Merge pull request #834 from near/dependabot/npm_and_yarn/examples/cookbook/n...
  • b5cb148 build(deps): bump node-fetch from 2.6.6 to 2.6.7 in /examples/cookbook
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutsyphilip, a new releaser for near-api-js 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[bot] commented 2 years ago

Superseded by #397.