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 #3151

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 Type Update
@jest/console ^28.1.1 -> ^28.1.3 age adoption passing confidence devDependencies patch
@jest/reporters (source) ^28.1.2 -> ^28.1.3 age adoption passing confidence devDependencies patch
@types/jest ^28.1.4 -> ^28.1.5 age adoption passing confidence devDependencies patch
@types/node ^16.11.43 -> ^16.11.44 age adoption passing confidence devDependencies patch
@vue/cli (source) ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
@vue/cli-plugin-babel ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
@vue/cli-plugin-router ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
@vue/cli-plugin-typescript ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
@vue/cli-plugin-unit-jest ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
@vue/cli-plugin-vuex ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
@vue/cli-service (source) ~5.0.7 -> ~5.0.8 age adoption passing confidence devDependencies patch
babel-jest ^28.1.2 -> ^28.1.3 age adoption passing confidence devDependencies patch
core-js ^3.23.3 -> ^3.23.4 age adoption passing confidence dependencies patch
eciesjs ^0.3.14 -> ^0.3.15 age adoption passing confidence dependencies patch
jest (source) ^28.1.2 -> ^28.1.3 age adoption passing confidence devDependencies patch
jest (source) ^28.1.2 -> ^28.1.3 age adoption passing confidence resolutions patch
jest-environment-jsdom ^28.1.2 -> ^28.1.3 age adoption passing confidence devDependencies patch
jest-environment-node ^28.1.2 -> ^28.1.3 age adoption passing confidence devDependencies patch
node 16.15.1 -> 16.16.0 age adoption passing confidence stage minor
postcss-html ^1.4.1 -> ^1.5.0 age adoption passing confidence devDependencies minor
rxjs (source) ^7.5.5 -> ^7.5.6 age adoption passing confidence dependencies patch
rxjs (source) ^7.5.5 -> ^7.5.6 age adoption passing confidence resolutions patch
stylelint-scss ^4.2.0 -> ^4.3.0 age adoption passing confidence devDependencies minor
vue ^2.7.3 -> ^2.7.5 age adoption passing confidence dependencies patch
vue-template-compiler ^2.7.3 -> ^2.7.5 age adoption passing confidence devDependencies patch
vuetify-loader ^1.9.0 -> ^1.9.1 age adoption passing confidence devDependencies patch

Release Notes

facebook/jest ### [`v28.1.3`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2813) [Compare Source](https://togithub.com/facebook/jest/compare/v28.1.1...v28.1.3) ##### Features - `[jest-leak-detector]` Use native `FinalizationRegistry` when it exists to get rid of external C dependency ([#​12973](https://togithub.com/facebook/jest/pull/12973)) ##### Fixes - `[jest-changed-files]` Fix a lock-up after repeated invocations ([#​12757](https://togithub.com/facebook/jest/issues/12757)) - `[@jest/expect-utils]` Fix deep equality of ImmutableJS OrderedSets ([#​12977](https://togithub.com/facebook/jest/pull/12977)) - `[jest-mock]` Add index signature support for `spyOn` types ([#​13013](https://togithub.com/facebook/jest/pull/13013), [#​13020](https://togithub.com/facebook/jest/pull/13020)) - `[jest-snapshot]` Fix indentation of awaited inline snapshots ([#​12986](https://togithub.com/facebook/jest/pull/12986)) ##### Chore & Maintenance - `[*]` Replace internal usage of `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` ([#​12935](https://togithub.com/facebook/jest/pull/12935), [#​13004](https://togithub.com/facebook/jest/pull/13004)) - `[docs]` Update spyOn docs ([#​13000](https://togithub.com/facebook/jest/pull/13000))
vuejs/vue-cli ### [`v5.0.8`](https://togithub.com/vuejs/vue-cli/releases/tag/v5.0.8) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.7...v5.0.8) ##### :bug: Bug Fix - `@vue/cli-service` - [0260e4d](https://togithub.com/vuejs/vue-cli/commit/0260e4d) fix: add devServer.server.type to useHttps judgement ([https://github.com/vuejs/vue-cli/pull/7222](https://togithub.com/vuejs/vue-cli/pull/7222)) - `@vue/cli-ui` - [07052c4](https://togithub.com/vuejs/vue-cli/commit/07052c4) fix: Vue CLI UI graphql subscription server error, fixes [https://github.com/vuejs/vue-cli/issues/7221](https://togithub.com/vuejs/vue-cli/issues/7221)
zloirock/core-js ### [`v3.23.4`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3234---20220710-httpsgithubcomzloirockcore-jsreleasestagv3234) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.23.3...v3.23.4) - Added a workaround of the Bun ~ 0.1.1 [bug](https://togithub.com/Jarred-Sumner/bun/issues/399) that define some globals with incorrect property descriptors and that causes a crash of `core-js` - Added a fix of the FF103+ `structuredClone` bugs ([1774866](https://bugzilla.mozilla.org/show_bug.cgi?id=1774866) (fixed in FF104) and [1777321](https://bugzilla.mozilla.org/show_bug.cgi?id=1777321) (still not fixed)) that now can clone errors, but `.stack` of the clone is an empty string - Fixed `{ Map, WeakMap }.prototype.emplace` logic, [#​1102](https://togithub.com/zloirock/core-js/issues/1102) - Fixed order of errors throwing on iterator helpers
ecies/js ### [`v0.3.15`](https://togithub.com/ecies/js/releases/tag/v0.3.15) [Compare Source](https://togithub.com/ecies/js/compare/v0.3.14...v0.3.15) #### What's Changed - Bump dependencies - Drop Node 12 support - Support Node 18 **Full Changelog**: https://github.com/ecies/js/compare/v0.3.14...v0.3.15
nodejs/node ### [`v16.16.0`](https://togithub.com/nodejs/node/compare/v16.15.1...v16.16.0) [Compare Source](https://togithub.com/nodejs/node/compare/v16.15.1...v16.16.0)
ota-meshi/postcss-html ### [`v1.5.0`](https://togithub.com/ota-meshi/postcss-html/releases/tag/v1.5.0) [Compare Source](https://togithub.com/ota-meshi/postcss-html/compare/v1.4.1...v1.5.0) #### What's Changed - Update dependency htmlparser2 to v8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/ota-meshi/postcss-html/pull/49](https://togithub.com/ota-meshi/postcss-html/pull/49) - Fixed incorrect parsing for svelte. by [@​ota-meshi](https://togithub.com/ota-meshi) in [https://github.com/ota-meshi/postcss-html/pull/61](https://togithub.com/ota-meshi/postcss-html/pull/61) - Add support for astro component by [@​ota-meshi](https://togithub.com/ota-meshi) in [https://github.com/ota-meshi/postcss-html/pull/62](https://togithub.com/ota-meshi/postcss-html/pull/62) **Full Changelog**: https://github.com/ota-meshi/postcss-html/compare/v1.4.1...v1.5.0
reactivex/rxjs ### [`v7.5.6`](https://togithub.com/reactivex/rxjs/blob/HEAD/CHANGELOG.md#​756-httpsgithubcomreactivexrxjscompare755756-2022-07-11) [Compare Source](https://togithub.com/reactivex/rxjs/compare/7.5.5...7.5.6) ##### Bug Fixes - **share:** No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. ([#​7005](https://togithub.com/reactivex/rxjs/issues/7005)) ([5d4c1d9](https://togithub.com/reactivex/rxjs/commit/5d4c1d9a37b1347217223adb0d9e166fd85f67a9)) - **share & connect:** `share` and `connect` no longer bundle scheduling code by default ([#​6873](https://togithub.com/reactivex/rxjs/issues/6873)) ([9948dc2](https://togithub.com/reactivex/rxjs/commit/9948dc2f5577eaa4013de234f3552508918518c7)), closes [#​6872](https://togithub.com/reactivex/rxjs/issues/6872) - **exhaustAll:** Result will now complete properly when flattening all synchronous observables. ([#​6911](https://togithub.com/reactivex/rxjs/issues/6911)) ([3c1c6b8](https://togithub.com/reactivex/rxjs/commit/3c1c6b8303028eebc7af31cfc5e5bad42a5b2da4)), closes [#​6910](https://togithub.com/reactivex/rxjs/issues/6910) - **TypeScript:** Now compatible with TypeScript 4.6 type checks ([#​6895](https://togithub.com/reactivex/rxjs/issues/6895)) ([fce9aa1](https://togithub.com/reactivex/rxjs/commit/fce9aa12931796892673581761bba1f7ceafabff))
stylelint-scss/stylelint-scss ### [`v4.3.0`](https://togithub.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#​430) [Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/v4.2.0...v4.3.0) - Added: options ignore: "after-dollar-variable" to `dollar-variable-empty-line-before` ([#​604](https://togithub.com/stylelint-scss/stylelint-scss/issues/604)) - Fixed: Make filenames with dots work with `at-import-partial-extension` rule ([#​612](https://togithub.com/stylelint-scss/stylelint-scss/issues/612)) - Added: `meta` property for all rules ([#​602](https://togithub.com/stylelint-scss/stylelint-scss/issues/602)) - Added: `at-import-partial-extension` autofix only when `"never"` ([#​608](https://togithub.com/stylelint-scss/stylelint-scss/issues/608))
vuejs/vue ### [`v2.7.5`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#​275-httpsgithubcomvuejsvuecomparev274v275-2022-07-13) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.4...v2.7.5) ##### Bug Fixes - add missing export from `vue.runtime.mjs` ([#​12648](https://togithub.com/vuejs/vue/issues/12648)) ([08fb4a2](https://togithub.com/vuejs/vue/commit/08fb4a222c016c79af77ab96817d2ed9b7abbd80)) - detect property add/deletion on reactive objects from setup when used in templates ([a6e7498](https://togithub.com/vuejs/vue/commit/a6e74985cf2eab6f16d03a8eda3bf3fc7950127c)) - do not set currentInstance in beforeCreate ([0825d30](https://togithub.com/vuejs/vue/commit/0825d3087f9f39435838329c16adc2a7bfccd51d)), closes [#​12636](https://togithub.com/vuejs/vue/issues/12636) - **reactivity:** fix watch behavior inconsistency + deep ref shallow check ([98fb01c](https://togithub.com/vuejs/vue/commit/98fb01c79c41c3b9f9134f0abb77d233ce4e5b44)), closes [#​12643](https://togithub.com/vuejs/vue/issues/12643) - **sfc:** fix sfc name inference type check ([04b4703](https://togithub.com/vuejs/vue/commit/04b4703de72b1c1e686a3aa81d5b5b56799dabab)), closes [#​12637](https://togithub.com/vuejs/vue/issues/12637) - **types:** support Vue interface augmentations in defineComponent ([005e52d](https://togithub.com/vuejs/vue/commit/005e52d0b6f1a5bf9679789c5c4b90afd442d86b)), closes [#​12642](https://togithub.com/vuejs/vue/issues/12642) - **watch:** fix deep watch for structures containing raw refs ([1a2c3c2](https://togithub.com/vuejs/vue/commit/1a2c3c2d77ba96ef496f4c86329b7798026511ae)), closes [#​12652](https://togithub.com/vuejs/vue/issues/12652) ### [`v2.7.4`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#​274-httpsgithubcomvuejsvuecomparev273v274-2022-07-08) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.3...v2.7.4) ##### Bug Fixes - **build:** fix mjs dual package hazard ([012e10c](https://togithub.com/vuejs/vue/commit/012e10c9ca13fcbc9bf67bf2835883edcd4faace)), closes [#​12626](https://togithub.com/vuejs/vue/issues/12626) - **compiler-sfc:** use safer deindent default for compatibility with previous behavior ([b70a258](https://togithub.com/vuejs/vue/commit/b70a2585fcd102def2bb5a3b2b589edf5311122d)) - pass element creation helper to static render fns for functional components ([dc8a68e](https://togithub.com/vuejs/vue/commit/dc8a68e8c6c4e8ed4fdde094004fca272d71ef2e)), closes [#​12625](https://togithub.com/vuejs/vue/issues/12625) - **ssr/reactivity:** fix array setting error at created in ssr \[[#​12632](https://togithub.com/vuejs/vue/issues/12632)] ([#​12633](https://togithub.com/vuejs/vue/issues/12633)) ([ca7daef](https://togithub.com/vuejs/vue/commit/ca7daefaa15a192046d22d060220cd595a6a275f)) - **types:** fix missing instance properties on defineComponent this ([f8de4ca](https://togithub.com/vuejs/vue/commit/f8de4ca9d458a03378e848b1e62d6507f7124871)), closes [#​12628](https://togithub.com/vuejs/vue/issues/12628#issuecomment-1177258223) - **types:** fix this.$slots type for defineComponent ([d3add06](https://togithub.com/vuejs/vue/commit/d3add06e6e18a78a3745240632fecd076eb49d19)) - **types:** fix type inference when using components option ([1d5a411](https://togithub.com/vuejs/vue/commit/1d5a411c1e3aa062aa5080432cf3f852f1583ed2)) - **types:** global component registration type compat w/ defineComponent ([26ff4bc](https://togithub.com/vuejs/vue/commit/26ff4bc0ed75d8bf7921523a2e546df24ec81d8f)), closes [#​12622](https://togithub.com/vuejs/vue/issues/12622) - **watch:** fix watchers triggered in mounted hook ([8904ca7](https://togithub.com/vuejs/vue/commit/8904ca77c2d675707728e6a50decd3ef3370a428)), closes [#​12624](https://togithub.com/vuejs/vue/issues/12624) ##### Features - defineAsyncComponent ([9d12106](https://togithub.com/vuejs/vue/commit/9d12106e211e0cbf33f9066606a8ff29f8cc8e8d)), closes [#​12608](https://togithub.com/vuejs/vue/issues/12608) - support functional components in defineComponent ([559600f](https://togithub.com/vuejs/vue/commit/559600f13d312915c0a1b54ed4edd41327dbedd6)), closes [#​12619](https://togithub.com/vuejs/vue/issues/12619)
vuetifyjs/vuetify-loader ### [`v1.9.1`](https://togithub.com/vuetifyjs/vuetify-loader/releases/tag/v1.9.1) [Compare Source](https://togithub.com/vuetifyjs/vuetify-loader/compare/v1.9.0...v1.9.1) ##### Bug Fixes - expand sharp peerDependency version ([fd2bd7f](https://togithub.com/vuetifyjs/vuetify-loader/commit/fd2bd7f66dcdcfe3035b3c3e83287e5ebd63cb8a)), closes [#​253](https://togithub.com/vuetifyjs/vuetify-loader/issues/253) - load external templates ([#​251](https://togithub.com/vuetifyjs/vuetify-loader/issues/251)) ([33a75b6](https://togithub.com/vuetifyjs/vuetify-loader/commit/33a75b671ebb5001090d248e3fcab4a14246a1b9)), closes [#​250](https://togithub.com/vuetifyjs/vuetify-loader/issues/250) - support pug 3 ([#​254](https://togithub.com/vuetifyjs/vuetify-loader/issues/254)) ([6185962](https://togithub.com/vuetifyjs/vuetify-loader/commit/61859625482988a9c626a53cd89a55957454a6cc))

Configuration

📅 Schedule: Branch creation - "before 8am on thursday" in timezone Europe/Berlin, 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.

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



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #3151 (0738e04) into master (4879db3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3151   +/-   ##
=======================================
  Coverage   93.90%   93.90%           
=======================================
  Files         213      213           
  Lines        7430     7430           
  Branches     1256     1256           
=======================================
  Hits         6977     6977           
  Misses        419      419           
  Partials       34       34           
Flag Coverage Δ
dapp 89.98% <ø> (ø)
dapp.unit 89.98% <ø> (ø)
sdk 95.15% <ø> (ø)
sdk.e2e 72.07% <ø> (ø)
sdk.integration 80.29% <ø> (ø)
sdk.unit 49.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4879db3...0738e04. Read the comment docs.