raiden-network / light-client

The Raiden Light Client
https://raiden.network/
MIT License
33 stars 31 forks source link

deps: Update all non-major dependencies and lockFile maintenance #3162

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js ^3.23.5 -> ^3.24.0 age adoption passing confidence
fp-ts ^2.12.1 -> ^2.12.2 age adoption passing confidence
matrix-js-sdk ^19.0.0 -> ^19.1.0 age adoption passing confidence
vue ^2.7.7 -> ^2.7.8 age adoption passing confidence
vue-template-compiler ^2.7.7 -> ^2.7.8 age adoption passing confidence
vuetify-loader ^1.9.1 -> ^1.9.2 age adoption passing confidence
webpack ^5.73.0 -> ^5.74.0 age adoption passing confidence
workbox-core ^6.5.3 -> ^6.5.4 age adoption passing confidence
workbox-precaching ^6.5.3 -> ^6.5.4 age adoption passing confidence
workbox-routing ^6.5.3 -> ^6.5.4 age adoption passing confidence
workbox-webpack-plugin ^6.5.3 -> ^6.5.4 age adoption passing confidence

Release Notes

zloirock/core-js ### [`v3.24.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3240---20220725-httpsgithubcomzloirockcore-jsreleasestagv3240) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.23.5...v3.24.0) - Recent updates of the [iterator helpers proposal](https://togithub.com/tc39/proposal-iterator-helpers), [#​1101](https://togithub.com/zloirock/core-js/issues/1101): - `.asIndexedPairs` renamed to `.indexed`, [proposal-iterator-helpers/183](https://togithub.com/tc39/proposal-iterator-helpers/pull/183): - `Iterator.prototype.asIndexedPairs` -> `Iterator.prototype.indexed` - `AsyncIterator.prototype.asIndexedPairs` -> `AsyncIterator.prototype.indexed` - Avoid exposing spec fiction `%AsyncFromSyncIteratorPrototype%` in `AsyncIterator.from` and `Iterator.prototype.toAsync`, [proposal-iterator-helpers/182](https://togithub.com/tc39/proposal-iterator-helpers/pull/182), [proposal-iterator-helpers/202](https://togithub.com/tc39/proposal-iterator-helpers/pull/202) - Avoid unnecessary promise creation in `%WrapForValidAsyncIteratorPrototype%.next`, [proposal-iterator-helpers/197](https://togithub.com/tc39/proposal-iterator-helpers/pull/197) - Do not validate value in `%WrapForValid(Async)IteratorPrototype%.next`, [proposal-iterator-helpers/197](https://togithub.com/tc39/proposal-iterator-helpers/pull/197) and [proposal-iterator-helpers/205](https://togithub.com/tc39/proposal-iterator-helpers/pull/205) - Do not forward the parameter of `.next` / `.return` to an underlying iterator by the extended iterator protocol, a part of [proposal-iterator-helpers/194](https://togithub.com/tc39/proposal-iterator-helpers/pull/194) - `.throw` methods removed from all wrappers / helpers prototypes, a part of [proposal-iterator-helpers/194](https://togithub.com/tc39/proposal-iterator-helpers/pull/194) - Close inner iterators of `{ Iterator, AsyncIterator }.prototype.flatMap` proxy iterators on `.return`, [proposal-iterator-helpers/195](https://togithub.com/tc39/proposal-iterator-helpers/pull/195) - Throw `RangeError` on `NaN` in `{ Iterator, AsyncIterator }.prototype.{ drop, take }`, [proposal-iterator-helpers/181](https://togithub.com/tc39/proposal-iterator-helpers/pull/181) - Many other updates and fixes of this proposal - `%TypedArray%.prototype.toSpliced` method removed from the [change array by copy proposal](https://togithub.com/tc39/proposal-change-array-by-copy) and marked as obsolete in `core-js`, [proposal-change-array-by-copy/88](https://togithub.com/tc39/proposal-change-array-by-copy/issues/88) - Polyfill `Promise` with `unhandledrejection` event support (browser style) in Deno < [1.24](https://togithub.com/denoland/deno/releases/tag/v1.24.0) - Available new targets in `core-js-compat` / `core-js-builder` and added compat data for them: - Bun (`bun`), compat data for 0.1.1-0.1.5, [#​1103](https://togithub.com/zloirock/core-js/issues/1103) - Hermes (`hermes`), compat data for 0.1-0.11, [#​1099](https://togithub.com/zloirock/core-js/issues/1099) - Oculus Browser (`oculus`), compat data mapping for 3.0-22.0, [#​1098](https://togithub.com/zloirock/core-js/issues/1098) - Added Samsung Internet 18.0 compat data mapping
gcanti/fp-ts ### [`v2.12.2`](https://togithub.com/gcanti/fp-ts/blob/HEAD/CHANGELOG.md#​2122) [Compare Source](https://togithub.com/gcanti/fp-ts/compare/2.12.1...2.12.2) - **Polish** - `ReadonlyRecord` / `Record` - add `Applicative4` overloadings to `traverse` / `traverseWithIndex`, [#​1733](https://togithub.com/gcanti/fp-ts/issues/1733) ([@​mlegenhausen](https://togithub.com/mlegenhausen))
matrix-org/matrix-js-sdk ### [`v19.1.0`](https://togithub.com/matrix-org/matrix-js-sdk/blob/HEAD/CHANGELOG.md#Changes-in-1910-httpsgithubcommatrix-orgmatrix-js-sdkreleasestagv1910-2022-07-26) [Compare Source](https://togithub.com/matrix-org/matrix-js-sdk/compare/v19.0.0...v19.1.0) \================================================================================================== #### 🦖 Deprecations - Remove MSC3244 support ([#​2504](https://togithub.com/matrix-org/matrix-js-sdk/pull/2504)). #### ✨ Features - `room` now exports `KNOWN_SAFE_ROOM_VERSION` ([#​2474](https://togithub.com/matrix-org/matrix-js-sdk/pull/2474)). #### 🐛 Bug Fixes - Don't crash with undefined room in `processBeaconEvents()` ([#​2500](https://togithub.com/matrix-org/matrix-js-sdk/pull/2500)). Fixes [#​2494](https://togithub.com/matrix-org/matrix-js-sdk/issues/2494). - Properly re-insert room ID in bundled thread relation messages from sync ([#​2505](https://togithub.com/matrix-org/matrix-js-sdk/pull/2505)). Fixes [vector-im/element-web#​22094](https://togithub.com/vector-im/element-web/issues/22094). Contributed by [@​duxovni](https://togithub.com/duxovni). - Actually store the identity server in the client when given as an option ([#​2503](https://togithub.com/matrix-org/matrix-js-sdk/pull/2503)). Fixes [vector-im/element-web#​22757](https://togithub.com/vector-im/element-web/issues/22757). - Fix call.collectCallStats() ([#​2480](https://togithub.com/matrix-org/matrix-js-sdk/pull/2480)).
vuejs/vue ### [`v2.7.8`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#​278-httpsgithubcomvuejsvuecomparev277v278-2022-07-22) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.7...v2.7.8) ##### Bug Fixes - **reactivity:** fix shallowReactive nested ref setting edge cases ([2af751b](https://togithub.com/vuejs/vue/commit/2af751b6efa0cd9cb817ed96af41948e92599837)), closes [#​12688](https://togithub.com/vuejs/vue/issues/12688) - **sfc:** align ` Githubissues.
  • Githubissues is a development platform for aggregating issues.