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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.18.13 -> 7.19.0 age adoption passing confidence
@types/node (source) ^16.11.56 -> ^16.11.58 age adoption passing confidence
canvas ^2.9.3 -> ^2.10.1 age adoption passing confidence
core-js ^3.25.0 -> ^3.25.1 age adoption passing confidence
eslint-import-resolver-typescript ^3.5.0 -> ^3.5.1 age adoption passing confidence
vue-router ^3.6.4 -> ^3.6.5 age adoption passing confidence

Release Notes

babel/babel ### [`v7.19.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7190-2022-09-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.13...v7.19.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​14666](https://togithub.com/babel/babel/pull/14666) Support private name in decorator member expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14877](https://togithub.com/babel/babel/pull/14877) Remove one promise tick in yield\* ([tc39/ecma262#​2819](https://togithub.com/tc39/ecma262/issues/2819)) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14836](https://togithub.com/babel/babel/pull/14836) Add 2022-03 decorators version (stage 3) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14695](https://togithub.com/babel/babel/pull/14695) \[parser] Make `decoratorsBeforeExport` default to `false` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser` - [#​14744](https://togithub.com/babel/babel/pull/14744) Default to hash syntax for Record\&Tuple ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​14867](https://togithub.com/babel/babel/pull/14867) feat: add proposal-record-and-tuple to standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-standalone` - [#​14805](https://togithub.com/babel/babel/pull/14805) Add support for the duplicate named capturing groups proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-function-name`, `babel-helper-wrap-function`, `babel-plugin-transform-classes` - [#​14897](https://togithub.com/babel/babel/pull/14897) Fix: class transform should not drop method definition when key contains non-BMP characters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​14890](https://togithub.com/babel/babel/pull/14890) fix: TS plugin shouldn't remove `#privateField!` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​14819](https://togithub.com/babel/babel/pull/14819) fix: parse a>>c as a<(b>>>c) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx` - [#​14886](https://togithub.com/babel/babel/pull/14886) Fix helper-builder-react-jsx compat with Babel 7.9 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​11612](https://togithub.com/babel/babel/pull/11612) Make error message prefixes more descriptive ([@​eps1lon](https://togithub.com/eps1lon)) - [#​11554](https://togithub.com/babel/babel/pull/11554) Hide internal `@babel/core` functions in config errors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#​14895](https://togithub.com/babel/babel/pull/14895) docs: remove david-dm from README ([@​SukkaW](https://togithub.com/SukkaW)) ##### :house: Internal - `babel-standalone` - [#​14863](https://togithub.com/babel/babel/pull/14863) ship [@​babel/standalone](https://togithub.com/babel/standalone) source maps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-parser`, `babel-traverse` - [#​14880](https://togithub.com/babel/babel/pull/14880) Update typescript to 4.8 ([@​JLHwung](https://togithub.com/JLHwung))
Automattic/node-canvas ### [`v2.10.1`](https://togithub.com/Automattic/node-canvas/blob/HEAD/CHANGELOG.md#​2101) [Compare Source](https://togithub.com/Automattic/node-canvas/compare/v2.10.0...v2.10.1) \================== ##### Fixed - Fix `actualBoundingBoxLeft` and `actualBoundingBoxRight` when `textAlign='center'` or `'right'` ([#​1909](https://togithub.com/Automattic/node-canvas/issues/1909)) - Fix `rgba(r,g,b,0)` with alpha to 0 should parse as transparent, not opaque. ([#​2110](https://togithub.com/Automattic/node-canvas/pull/2110)) ### [`v2.10.0`](https://togithub.com/Automattic/node-canvas/blob/HEAD/CHANGELOG.md#​2100) [Compare Source](https://togithub.com/Automattic/node-canvas/compare/v2.9.3...v2.10.0) \================== ##### Added - Export `pangoVersion` - [`ctx.roundRect()`](https://developer.chrome.com/blog/canvas2d/#round-rect) ##### Fixed - `rgba(r,g,b)` with no alpha should parse as opaque, not transparent. ([#​2029](https://togithub.com/Automattic/node-canvas/issues/2029)) - Typo in `PngConfig.filters` types. ([#​2072](https://togithub.com/Automattic/node-canvas/issues/2072)) - `createPattern()` always used "repeat" mode; now supports "repeat-x" and "repeat-y". ([#​2066](https://togithub.com/Automattic/node-canvas/issues/2066)) - Crashes and hangs when using non-finite values in `context.arc()`. ([#​2055](https://togithub.com/Automattic/node-canvas/issues/2055)) - Incorrect `context.arc()` geometry logic for full ellipses. ([#​1808](https://togithub.com/Automattic/node-canvas/issues/1808), ([#​1736](https://togithub.com/Automattic/node-canvas/issues/1736))) - Added missing `deregisterAllFonts` to the Typescript declaration file ([#​2096](https://togithub.com/Automattic/node-canvas/pull/2096)) - Add `User-Agent` header when requesting remote images ([#​2099](https://togithub.com/Automattic/node-canvas/issues/2099))
zloirock/core-js ### [`v3.25.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3251---20220908-httpsgithubcomzloirockcore-jsreleasestagv3251) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.25.0...v3.25.1) - Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers - Added `sideEffects` field to `core-js-pure` `package.json` for better tree shaking, [#​1117](https://togithub.com/zloirock/core-js/issues/1117) - Dropped `semver` dependency from `core-js-compat` - `semver` package (ironically) added [a breaking change and dropped NodeJS 8 support in the minor `7.1` version](https://togithub.com/npm/node-semver/commit/d61f828e64260a0a097f26210f5500), after that `semver` in `core-js-compat` was pinned to `7.0` since for avoiding breaking changes it should support NodeJS 8. However, since `core-js-compat` is usually used with other packages that use `semver` dependency, it causes multiple duplication of `semver` in dependencies. So I decided to remove `semver` dependency and replace it with a couple of simple helpers. - Added Bun 0.1.6-0.1.11 compat data - Added Deno 1.25 compat data mapping - Updated Electron 21 compat data mapping - Some stylistic changes, minor fixes, and improvements
import-js/eslint-import-resolver-typescript ### [`v3.5.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#​351) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.0...v3.5.1) ##### Patch Changes - [#​182](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/182) [`afeb928`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/afeb928b304e7196b10f71aec873fca739a9ad93) Thanks [@​chenxinyanc](https://togithub.com/chenxinyanc)! - perf: disable `throwIfNoEntry` on Node 14+
vuejs/router ### [`v3.6.5`](https://togithub.com/vuejs/router/compare/ede092d031bf9144433b600b8cce61143cec3c6c...4d73be31f3e6781fcdcaecbd487c38084fd11f92) [Compare Source](https://togithub.com/vuejs/router/compare/ede092d031bf9144433b600b8cce61143cec3c6c...4d73be31f3e6781fcdcaecbd487c38084fd11f92)

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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #3179 (4900b35) into master (07af966) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3179   +/-   ##
=======================================
  Coverage   93.02%   93.02%           
=======================================
  Files         213      213           
  Lines        8588     8588           
  Branches     1461     1461           
=======================================
  Hits         7989     7989           
  Misses        549      549           
  Partials       50       50           
Flag Coverage Δ
dapp 88.97% <ø> (ø)
dapp.unit 88.97% <ø> (ø)
sdk 95.15% <ø> (ø)
sdk.e2e 72.05% <ø> (ø)
sdk.integration 80.29% <ø> (ø)
sdk.unit 49.32% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.