headspinio / appium-tizen-tv-driver

A Samsung Tizen TV driver for Appium
Apache License 2.0
11 stars 2 forks source link

fix(tizen-remote): update dependency @appium/strongbox to v0.3.0 #395

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
@appium/strongbox (source) 0.2.0 -> 0.3.0 age adoption passing confidence

Release Notes

appium/appium ### [`v0.3.0`](https://togithub.com/appium/appium/blob/HEAD/packages/strongbox/CHANGELOG.md#​030-httpsgithubcomappiumappiumcompareappiumstrongbox020appiumstrongbox030-2023-04-20) [Compare Source](https://togithub.com/appium/appium/compare/@appium/strongbox@0.2.0...@appium/strongbox@0.3.0) ##### ⚠ BREAKING CHANGES - **strongbox:** The signature for an `ItemCtor` has changed. The second parameter is now a type extending `Strongbox` instead of a `container` string. This allows for deeper integration between a custom `Item` implementation and a custom `Strongbox` implementation. Further, a custom `container` now must be an absolute path after it's been slugified. - The `Strongbox.clearAll()` method now accepts a `force` param which, if `true`, will rimraf the entire container. - Added two methods to the `Strongbox` class which can be overridden to accept custom options, apply defaults to those options, then validate and/or transform them. - Added nearly-complete unit test coverage and added E2E coverage of the `BaseItem` implementation. ##### Features - **strongbox:** allow rimraf of entire container ([93bddb4](https://togithub.com/appium/appium/commit/93bddb4c73ab16fffda09909786074b9e5f2b7e5))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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