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

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
@babel/core (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/plugin-proposal-optional-chaining (source) ^7.18.6 -> ^7.18.9 age adoption passing confidence
@types/jest ^28.1.5 -> ^28.1.6 age adoption passing confidence
@types/node ^16.11.44 -> ^16.11.45 age adoption passing confidence
core-js ^3.23.4 -> ^3.23.5 age adoption passing confidence
cypress 10.3.0 -> 10.3.1 age adoption passing confidence
ts-jest (source) ^28.0.5 -> ^28.0.7 age adoption passing confidence
vue ^2.7.5 -> ^2.7.7 age adoption passing confidence
vue-template-compiler ^2.7.5 -> ^2.7.7 age adoption passing confidence

Release Notes

babel/babel ### [`v7.18.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7189-2022-07-18) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.6...v7.18.9) ##### :bug: Bug Fix - `babel-plugin-transform-modules-systemjs`, `babel-types` - [#​14763](https://togithub.com/babel/babel/pull/14763) fix: allow exporting `TSDeclareFunction` as default ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-generator` - [#​14758](https://togithub.com/babel/babel/pull/14758) fix: `returnType` with comments generates incorrect code ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-cli` - [#​14748](https://togithub.com/babel/babel/pull/14748) Print a message when the watcher of `babel-cli` is ready. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helper-remap-async-to-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-preset-env` - [#​13414](https://togithub.com/babel/babel/pull/13414) Prepare for compiling Babel to native ESM ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-traverse`, `babel-types` - [#​14739](https://togithub.com/babel/babel/pull/14739) Provide better parentPath typings ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-generator` - [#​14701](https://togithub.com/babel/babel/pull/14701) perf: Improve generator perf ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
zloirock/core-js ### [`v3.23.5`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3235---20220718-httpsgithubcomzloirockcore-jsreleasestagv3235) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.23.4...v3.23.5) - Fixed a typo in the `structuredClone` feature detection, [#​1106](https://togithub.com/zloirock/core-js/issues/1106) - Added Opera Android 70 compat data mapping
cypress-io/cypress ### [`v10.3.1`](https://togithub.com/cypress-io/cypress/releases/tag/v10.3.1) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v10.3.0...v10.3.1) Changelog: https://docs.cypress.io/guides/references/changelog#​10-3-1
kulshekhar/ts-jest ### [`v28.0.7`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2807-httpsgithubcomkulshekharts-jestcomparev2806v2807-2022-07-15) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v28.0.6...v28.0.7) ##### Bug Fixes - update `@jest/types` to be an optional peer dependency ([#​3690](https://togithub.com/kulshekhar/ts-jest/issues/3690)) ([8a8c3fa](https://togithub.com/kulshekhar/ts-jest/commit/8a8c3fafecffd19380171c661e94246024cae2ff)), closes [#​3689](https://togithub.com/kulshekhar/ts-jest/issues/3689) ### [`v28.0.6`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2806-httpsgithubcomkulshekharts-jestcomparev2805v2806-2022-07-13) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v28.0.5...v28.0.6) ##### Bug Fixes - **config:** don't show diagnostics warning with `diagnostics: false` ([#​3647](https://togithub.com/kulshekhar/ts-jest/issues/3647)) ([9a9bc02](https://togithub.com/kulshekhar/ts-jest/commit/9a9bc02935968fb5eb9fd3614a1f7cce019b80d8)), closes [#​3638](https://togithub.com/kulshekhar/ts-jest/issues/3638) - **legacy:** add `useCaseSensitiveFileNames` wherever needed ([#​3683](https://togithub.com/kulshekhar/ts-jest/issues/3683)) ([c40bc34](https://togithub.com/kulshekhar/ts-jest/commit/c40bc34625d63cccc0db7296e616af27868fe1fe)), closes [#​3665](https://togithub.com/kulshekhar/ts-jest/issues/3665) - set `@jest/types` as peer dependency ([#​3633](https://togithub.com/kulshekhar/ts-jest/issues/3633)) ([24567e1](https://togithub.com/kulshekhar/ts-jest/commit/24567e13d2780ad8a11c7ff35f9151ec53f8c211))
vuejs/vue ### [`v2.7.7`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#​277-httpsgithubcomvuejsvuecomparev276v277-2022-07-16) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.6...v2.7.7) ##### Bug Fixes - **codegen:** script setup should not attempt to resolve native elements as component ([e8d3a7d](https://togithub.com/vuejs/vue/commit/e8d3a7d7a17f9e66d592fb1ddc4a603af9958d36)), closes [#​12674](https://togithub.com/vuejs/vue/issues/12674) - **inject:** fix edge case of provided with async-mutated getters ([ea5d0f3](https://togithub.com/vuejs/vue/commit/ea5d0f3fbfd983cb0275457cbcef344f926381ea)), closes [#​12667](https://togithub.com/vuejs/vue/issues/12667) - **setup:** ensure setup context slots can be accessed immediately ([67760f8](https://togithub.com/vuejs/vue/commit/67760f8d30778f58afeada3589d4ac4493329ad5)), closes [#​12672](https://togithub.com/vuejs/vue/issues/12672) - **types:** vue.d.ts should use relative import to v3-component-public-instance ([#​12668](https://togithub.com/vuejs/vue/issues/12668)) ([46ec648](https://togithub.com/vuejs/vue/commit/46ec64869479393f95b6abda7a4adecf19867d06)), closes [#​12666](https://togithub.com/vuejs/vue/issues/12666) - **watch:** fix queueing multiple post watchers ([25ffdb6](https://togithub.com/vuejs/vue/commit/25ffdb62d22fe8688aca144d945671d5c82a8887)), closes [#​12664](https://togithub.com/vuejs/vue/issues/12664) ### [`v2.7.6`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#​276-httpsgithubcomvuejsvuecomparev275v276-2022-07-15) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.5...v2.7.6) ##### Bug Fixes - **types:** $refs can also contain ComponentPublicInstance ([#​12659](https://togithub.com/vuejs/vue/issues/12659)) ([fffbb9e](https://togithub.com/vuejs/vue/commit/fffbb9e856de5e4b3053a6b4d01d1404bfb6f85e)) - **types:** fix $children and $root instance types ([52a5979](https://togithub.com/vuejs/vue/commit/52a59790a5b6e16c9f8cc737fcd784413dda282d)), closes [#​12655](https://togithub.com/vuejs/vue/issues/12655) - **types:** fix missing expose() type on setup context ([e0a9546](https://togithub.com/vuejs/vue/commit/e0a9546ef32fa4bbfc4bede3002b2d6a5be8cf72)), closes [#​12660](https://togithub.com/vuejs/vue/issues/12660)

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 #3152 (983a686) into master (dc3fa58) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3152   +/-   ##
=======================================
  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.05% <ø> (-0.04%) :arrow_down:
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 dc3fa58...983a686. Read the comment docs.