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 all non-major dependencies #462

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@transmute/did-key.js ^0.2.1-unstable.35 -> ^0.2.1-unstable age adoption passing confidence
console-table-printer (source) ^2.0.0 -> ^2.8.2 age adoption passing confidence
cross-fetch ^3.0.5 -> ^3.1.4 age adoption passing confidence
date-fns ^2.8.1 -> ^2.16.1 age adoption passing confidence
events ^3.0.0 -> ^3.2.0 age adoption passing confidence
libsodium-wrappers ^0.7.6 -> ^0.7.8 age adoption passing confidence
multibase ^4.0.0 -> ^4.0.2 age adoption passing confidence
oas-resolver ^2.5.2 -> ^2.5.3 age adoption passing confidence
pg ^8.2.0 -> ^8.6.0 age adoption passing confidence
swagger-ui-express ^4.1.4 -> ^4.1.5 age adoption passing confidence
url-parse ^1.4.7 -> ^1.5.1 age adoption passing confidence
ws ^7.2.0 -> ^7.4.1 age adoption passing confidence

Release Notes

transmute-industries/did-key.js

v0.2.1-unstable.41

Compare Source

Note: Version bump only for package root

ayonious/console-table-printer

v2.8.2

Compare Source

Bug Fixes

v2.8.1

Compare Source

Bug Fixes

v2.8.0

Compare Source

Features

2.7.5 (2020-12-08)

Bug Fixes
  • technical: migrate to yarn and fix deployment (0a1babb)

2.7.4 (2020-12-08)

Bug Fixes
  • Asian Languages width fixing with simple-wcswidth (a14272f)

2.7.3 (2020-12-06)

Bug Fixes

2.7.2 (2020-12-06)

Bug Fixes
  • column width calculation with special characters (#​303) (5a288e7)

2.7.1 (2020-12-05)

Bug Fixes
lquixada/cross-fetch

v3.1.4

Compare Source

🪲 fixed typescript errors.

v3.1.3

Compare Source

🪲 fixed typescript compilation error causing #​95, #​101, #​102.

v3.1.2

Compare Source

🪲 added missing Headers interface augmentation from lib.dom.iterable.d.ts (#​97)

v3.1.1

Compare Source

🪲 fixed missing fetch api types from constructor signatures #​96 (thanks @​jstewmon)

v3.1.0

Compare Source

⚡ improved TypeScript support with own fetch API type definitions (thanks @​jstewmon)
⚡ set fetch.ponyfill to true when custom ponyfill implementation is used.
💡 set the same fetch API test suite to run against node-fetch, whatwg-fetch and native fetch.

date-fns/date-fns

v2.21.1

Compare Source

Thanks to Sasha Koss for working on the release.

Fixed

v2.21.0

Compare Source

This release is brought to you by Aleksei Korzun, Tan75, Rubens Mariuzzo, Christoph Stenglein and Clément Tamisier.

Fixed
Added

v2.20.3

Compare Source

Kudos to fturmel for working on the release.

Fixed

v2.20.2

Compare Source

Kudos to Maxim Topciu for working on the release.

Fixed

v2.20.1

Compare Source

This release is brought to you by Sasha Koss and Tan75.

Fixed
  • Fixed isDate Flow typings that we broke in v2.20.0.

v2.20.0

Compare Source

This release is brought to you by Sasha Koss, Maxim Topciu, tu4mo, Tan75, Ardit Dine, Carl Rosell, Roman Mahotskyi, Mateusz Krzak, fgottschalk, Anastasia Kobzar, Bilguun Ochirbat, Lesha Koss, YuLe and guyroberts21.

Fixed
Added

v2.19.0

Compare Source

On this release worked Tan75.

Fixed
Added

v2.18.0

Compare Source

Thanks to Tan75 and Lesha Koss.

Fixed
Added

v2.17.0

Compare Source

Kudos to @​shaykav, @​davidgape89, @​rikkalo, @​tan75, @​talgautb, @​owenl131, @​kylesezhi, @​inigoiparragirre, @​gius, @​Endeauvirr and @​frankyston.

Fixed
Added
Gozala/events

v3.3.0

Compare Source

  • Support EventTarget emitters in events.once from Node.js 12.11.0.

    Now you can use the events.once function with objects that implement the EventTarget interface. This interface is used widely in
    the DOM and other web APIs.

    var events = require('events');
    var assert = require('assert');
    
    async function connect() {
      var ws = new WebSocket('wss://example.com');
      await events.once(ws, 'open');
      assert(ws.readyState === WebSocket.OPEN);
    }
    
    async function onClick() {
      await events.once(document.body, 'click');
      alert('you clicked the page!');
    }
jedisct1/libsodium.js

v0.7.9

Compare Source

multiformats/js-multibase

v4.0.4

Compare Source

Bug Fixes

v4.0.3

Compare Source

Mermade/oas-kit

v2.5.4

Compare Source

brianc/node-postgres

v8.6.0

Compare Source

scottie1984/swagger-ui-express

v4.1.6

Compare Source

unshiftio/url-parse

v1.5.1

Compare Source

v1.5.0

Compare Source

websockets/ws

v7.4.5

Compare Source

Bug fixes

  • UTF-8 validation is now done even if utf-8-validate is not installed
    (23ba6b2).
  • Fixed an edge case where websocket.close() and websocket.terminate() did
    not close the connection (67e25ff).

v7.4.4

Compare Source

Bug fixes

  • Fixed a bug that could cause the process to crash when using the
    permessage-deflate extension (9277437).

v7.4.3

Compare Source

Bug fixes

  • The deflate/inflate stream is now reset instead of reinitialized when context
    takeover is disabled (#​1840).

v7.4.2

Compare Source

Bug fixes

  • Silenced a deprecation warning (a2c0d44).

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the maintenance label Apr 19, 2021
@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #462 (5d4c5db) into next (0bf7b24) will decrease coverage by 1.59%.
The diff coverage is 66.89%.

❗ Current head 5d4c5db differs from pull request most recent head 8f9d995. Consider uploading reports for the commit 8f9d995 to get more accurate results

@@            Coverage Diff             @@
##             next     #462      +/-   ##
==========================================
- Coverage   67.58%   65.98%   -1.60%     
==========================================
  Files          62       71       +9     
  Lines        1530     1670     +140     
  Branches      247      276      +29     
==========================================
+ Hits         1034     1102      +68     
- Misses        400      462      +62     
- Partials       96      106      +10     

@mirceanis mirceanis merged commit 4a2b206 into next Apr 19, 2021
@mirceanis mirceanis deleted the renovate/all-minor-patch branch April 19, 2021 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants