Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bigchaindb-driver to v4.3.0 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 14, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bigchaindb-driver (source) 4.0.0 -> 4.3.0 age adoption passing confidence

Release Notes

bigchaindb/js-bigchaindb-driver

v4.3.0: Release 4.3.0

Compare Source

  • Merge pull request #​312 from bigchaindb/fet-improve-requests (f9a4675)
  • ci: extends wait delay (7a12ee7)
  • fix: use abort-controller pkg for node <15 (eee8da4)
  • ci: run BCDB node in background (2f3b2db)
  • Merge branch 'master' into fet-improve-requests (334a3f4)
  • ci: update watched branch (1864f6f)
  • ci: create GH workflow (2ffbe99)
  • ci: create GH action workflow (ae13da5)
  • feat: export extra types (30c15b9)
  • fix: improve transaction typedefs (1ba488b)
  • feat: update connection typedefs (fbc3d79)
  • feat: add limit query for transaction search requests (46599f5)
  • feat: ensure timeout and request are properly cleared (8c0c726)
  • chore: update dependencies (c5fe134)
  • chore: update lint rules (dc353ee)
  • fix: improve promises handling (38819a5)
  • chore: update wepback config (34289b0)
  • chore: update dev dependencies (1f95bec)

v4.2.2: Release 4.2.2

Compare Source

  • fix: improve typedefs (6aeece4)
  • fix: add delegateSignatureAsync method (71a231a)

v4.2.1: Release 4.2.1

Compare Source

  • fix: improve imports (f020a35)
  • fix: add missing types in package (9b395c1)

v4.2.0: Release 4.2.0

Compare Source

  • Merge pull request #​308 from bigchaindb/add-type-defs (6aa5f01)
  • fix: add type for TransactionOutput.condition (1779f6e)
  • Merge branch 'add-type-defs' of github.com:bigchaindb/js-bigchaindb-driver into add-type-defs (44dfc8f)
  • fix: makeoutput input type (d5fd300)
  • fix: Crypto conditions parsers (71fe66c)
  • fix: refine Crypoconditions parsers types (af90b97)
  • fix: refine types definitions (b177ca0)
  • fix: add type definitions (858acf2)
  • fix: module exports (d26f667)
  • fix: makeoutput input type (c98cc8e)
  • fix: Crypto conditions parsers (2a104eb)
  • fix: refine Crypoconditions parsers types (90a2cb2)
  • fix: refine types definitions (84bd4ef)
  • fix: add type definitions (5f6bef6)
  • fix: module exports (cd5c529)
  • Merge pull request #​307 from bigchaindb/update-dependencies (7fe9040)
  • Merge branches 'update-dependencies' and 'update-dependencies' of github.com:bigchaindb/js-bigchaindb-driver into update-dependencies (902885f)
  • fix: run lint (abaa40b)
  • fix: lint config (611624f)
  • fix: update example (3d49a67)
  • fix: update test constants (978585d)
  • fix: minor transaction module improvements (43c541d)
  • fix: update release-it config (272e6d6)
  • fix: update tests to latest AVA API (736b2ad)
  • fix: update delegateSignTransaction callback (dc7634c)
  • fix: update travis config (42112ac)
  • fix: improve request errors (656de69)
  • fix: update polyfills path (597ac56)
  • fix: regenerate doc (1b9bafa)
  • fix: update webpack config (e3cca78)
  • fix: update babel and lint config (23c3fa5)
  • fix: update dependencies and test config (551180b)
  • fix: run lint (86d02c2)
  • fix: lint config (90466cf)
  • fix: update example (cc3aa3f)
  • fix: update test constants (f5cd60e)
  • fix: minor transaction module improvements (317bdd4)
  • fix: update release-it config (41ce117)
  • fix: update tests to latest AVA API (ba87737)
  • fix: update delegateSignTransaction callback (d5894de)
  • fix: update travis config (3c76d3b)
  • fix: improve request errors (1f27cd2)
  • fix: update polyfills path (57a3e89)
  • fix: regenerate doc (e76c622)
  • fix: update webpack config (ad7763f)
  • fix: update babel and lint config (b3909b0)
  • fix: update dependencies and test config (f0df142)
  • Merge pull request #​304 from bigchaindb/delegated-signature (6dbafa8)
  • fix: remove transaction from delegated signature callback (3447022)
  • add example usage (a4d8ff5)
  • update contact link (54ecf63)
  • update tendermint version in docker compose (f5c2e92)
  • test delegated signature (4b0d5c4)
  • add delegateSignTransaction static method (b2e4ef5)

v4.1.2

Compare Source

  • Update "release" command. Document release process
  • update tendermint version && dependencies to latest version
  • Point Code of Contuct page to main BDB repo
  • Should not use deprecated constructor. Use Buffer.from. - pull request #​265 from DavidEdwards
  • Fixes #​264. This wraps the given Uint8Array in a Buffer so that it doesn't cause a crash in base-x.
  • Remove testnet-specific subdomain & headers
  • Remove old testnet information
  • origin/remove-votes-api Merge branch 'master' into remove-votes-api
  • Merge pull request #​239 from manolodewiner/bep-14_roundrobin
  • remove boolean comparison for numbers & add docs
  • handle timeout for each request
  • created model for new connections
  • remove votes endpoint
  • Merge pull request #​235 from ttmc/add-more-licensing-info
  • Add SPDX license info strings to all source files
  • Add LICENSE-docs file, and reference it in README.md
  • Fix sanitize array filter
  • Add test for baseRequest.js
  • Fix connection test
  • Add tests for format_text.js
  • reduces development driver size to ~683k by removing vendor sourceMaps
  • update tendermint and mongo version
  • removed redundant getTransaction func calls

v4.1.1

Compare Source

v4.1.0: Release 4.1.0

Compare Source

  • Merge pull request #​180 from tnguyen42/patch-4 (6376e53)
  • Merge pull request #​217 from bigchaindb/feature/api-doc (64b3272)
  • update API doc (3fc4958)
  • Merge pull request #​216 from bigchaindb/feature/package-updates (6a637f3)
  • bump dependencies (4a212b2)
  • Merge pull request #​215 from bigchaindb/greenkeeper/babel-plugin-add-module-exports-0.3.1 (5616669)
  • Merge pull request #​214 from bigchaindb/greenkeeper/babel-eslint-8.2.5 (cbd2536)
  • Merge pull request #​213 from bigchaindb/greenkeeper/webpack-4.15.0 (1bbfe7b)
  • chore(package): update webpack to version 4.15.0 (9189ba7)
  • chore(package): update babel-plugin-add-module-exports to version 0.3.1 (b4e273d)
  • Merge pull request #​197 from bigchaindb/adding_asyncMethod (5c97769)
  • Merge pull request #​207 from bigchaindb/greenkeeper/eslint-5.0.0 (3dbee07)
  • modify eslint glob pattern (df0b3d5)
  • chore(package): update babel-eslint to version 8.2.5 (156fc5f)
  • chore(package): update eslint to version 5.0.0 (409e79e)
  • update docs (9077d6c)
  • refactor code & add test (34c82a1)
  • Merge pull request #​203 from bigchaindb/fix-copyright-year-in-docs (a3ff691)
  • Problem: Copyright year wrong in docs (d0724b6)
  • adding async method (d812e64)
  • Minor corrections and details (80811b8)

v4.0.2: Release 4.0.2

Compare Source

  • Merge pull request #​202 from bigchaindb/greenkeeper/webpack-4.12.0 (edcc837)
  • chore(package): update webpack to version 4.12.0 (aedfe02)
  • Merge pull request #​201 from bigchaindb/greenkeeper/webpack-cli-3.0.4 (7932c9a)
  • Merge pull request #​200 from bigchaindb/greenkeeper/cross-env-5.2.0 (bc8c9f8)
  • Merge pull request #​195 from bigchaindb/greenkeeper/sinon-6.0.0 (bf3794d)
  • chore(package): update cross-env to version 5.2.0 (d080674)
  • chore(package): update webpack-cli to version 3.0.4 (387a9be)
  • chore(package): update sinon to version 6.0.0 (b089d4b)
  • Merge pull request #​189 from bigchaindb/greenkeeper/nyc-12.0.1 (206e4ce)
  • Merge pull request #​190 from bigchaindb/greenkeeper/webpack-cli-3.0.0 (437de5f)
  • Merge pull request #​192 from bigchaindb/greenkeeper/documentation-8.0.0 (eb1559d)
  • Merge pull request #​193 from bigchaindb/fixing_forEach (2b665dc)
  • changeing bad nameed variable (2021639)
  • changed forEach method (5993c4c)
  • chore(package): update documentation to version 8.0.0 (446583d)
  • chore(package): update webpack-cli to version 3.0.0 (7d68195)
  • chore(package): update nyc to version 12.0.1 (9642928)
  • Merge pull request #​182 from bigchaindb/fix-integration-test (b62471a)
  • resolve promise to avoid invalid input (4639acb)
  • Merge pull request #​178 from bigchaindb/greenkeeper/lint-staged-7.1.2 (9163284)
  • Merge pull request #​177 from bigchaindb/greenkeeper/documentation-7.0.0 (5f32d68)
  • chore(package): update documentation to version 7.0.0 (36f88bc)
  • chore(package): update lint-staged to version 7.1.2 (bb44ec4)

v4.0.1: Release 4.0.1

Compare Source

Documentation and test fixes

  • Merge pull request #​173 from bigchaindb/fix/documentation (5c106a2)
  • API docs & dev updates (81ef597)
  • readme updates (691fadf)
  • Merge pull request #​172 from bigchaindb/fix/travis (4570b24)
  • test current and last 2 major Node.js versions (fbb9b95)
  • ignore vscode settings (03014b0)
  • bump tendermint version (3527b1c)
  • ci script tweaks (e0d82b8)
  • ESlint fixes (364f0a2)
  • delete yarn.lock (a149ef9)
  • bump Node.js version, build current and last version (b6a1a13)
  • Change localhost to test network (0c8a9c6)
  • Merge pull request #​142 from michielmulders/docs-examples (b2d34c8)
  • Merge pull request #​163 from bigchaindb/test-coverage (ba43fe4)
  • Fix BigchainDB version compatibility (5cb24cf)
  • Merge pull request #​162 from bigchaindb/format-docs (6c275da)
  • text improvement in readme (c127b1c)
  • postTransaction --> postTransactionCommit in README (e2da497)
  • test Sha256Condition (22e0a59)
  • version 4.0 added to breaking changes (107c8b0)
  • include BigchainDB2.0 in README (9023d06)
  • Fix note to top of readme (c7b55e5)
  • Update structure eslint test (745ddf9)
  • Finished examples - experimenting with websocket (0a7e207)
  • Basic usage async example (87f3694)
  • example seed-func ready (01deae7)
  • Small fix query-all-example (10fab53)
  • First example v2 (1aa2958)
  • First example (2deba0c)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/bigchaindb-driver-4.x branch from f149b94 to d2a6871 Compare June 13, 2018 15:39
@renovate renovate bot changed the title fix(deps): update dependency bigchaindb-driver to v4.0.1 fix(deps): update dependency bigchaindb-driver to v4.0.2 Jun 13, 2018
@renovate renovate bot force-pushed the renovate/bigchaindb-driver-4.x branch from d2a6871 to 5e0a065 Compare July 5, 2018 12:20
@renovate renovate bot changed the title fix(deps): update dependency bigchaindb-driver to v4.0.2 fix(deps): update dependency bigchaindb-driver to v4.1.0 Jul 5, 2018
@renovate renovate bot force-pushed the renovate/bigchaindb-driver-4.x branch from 5e0a065 to 08d4918 Compare May 4, 2019 10:55
@renovate renovate bot changed the title fix(deps): update dependency bigchaindb-driver to v4.1.0 fix(deps): update dependency bigchaindb-driver to v4.1.1 May 4, 2019
@renovate renovate bot force-pushed the renovate/bigchaindb-driver-4.x branch from 08d4918 to 7a2941d Compare March 14, 2020 06:58
@renovate renovate bot changed the title fix(deps): update dependency bigchaindb-driver to v4.1.1 fix(deps): update dependency bigchaindb-driver to v4.1.2 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/bigchaindb-driver-4.x branch from 7a2941d to 7144df6 Compare April 26, 2021 12:24
@renovate renovate bot changed the title fix(deps): update dependency bigchaindb-driver to v4.1.2 fix(deps): update dependency bigchaindb-driver to v4.2.2 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/bigchaindb-driver-4.x branch from 7144df6 to 1f30bb5 Compare March 7, 2022 12:53
@renovate renovate bot changed the title fix(deps): update dependency bigchaindb-driver to v4.2.2 fix(deps): update dependency bigchaindb-driver to v4.3.0 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant