charkour / react-reactions

😲 Create custom reaction pickers and counters or use your favorites!
MIT License
74 stars 16 forks source link

Update dependency @web/test-runner to v0.12.19 #87

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@web/test-runner 0.12.18 -> 0.12.19 age adoption passing confidence

Release Notes

modernweb-dev/web ### [`v0.12.19`](https://togithub.com/modernweb-dev/web/releases/@​web/test-runner@0.12.19) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.12.18...@web/test-runner@0.12.19) ##### Patch Changes - [`ce90c7c`](https://togithub.com/modernweb-dev/web/commit/ce90c7c3): Add the `sendKeys` command Sends a string of keys for the browser to press (all at once, as with single keys or shortcuts; e.g. `{press: 'Tab'}` or `{press: 'Shift+a'}` or `{press: 'Option+ArrowUp}`) or type (in sequence, e.g. `{type: 'Your name'}`) natively. For specific documentation of the strings to leverage here, see the Playwright documentation, here: - `press`: - `type`: Or, the Puppeter documentation, here: - `press`: - `type`: [@​param](https://togithub.com/param) payload An object including a `press` or `type` property an the associated string for the browser runner to apply via that input method. [@​example](https://togithub.com/example) ```ts await sendKeys({ press: 'Tab', }); ``` [@​example](https://togithub.com/example) ```ts await sendKeys({ type: 'Your address', }); ``` - Updated dependencies [0a05464b] - Updated dependencies [ce90c7c3] - [@​web/dev-server](https://togithub.com/web/dev-server)[@​0](https://togithub.com/0).1.11 - [@​web/test-runner-commands](https://togithub.com/web/test-runner-commands)[@​0](https://togithub.com/0).4.2 - [@​web/test-runner-core](https://togithub.com/web/test-runner-core)[@​0](https://togithub.com/0).10.14

Configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

github-actions[bot] commented 3 years ago

size-limit report 📦

Path Size
dist/react-reactions.cjs.production.min.js 53.8 KB (0%)
dist/react-reactions.esm.js 53.88 KB (0%)