Franck Royer
b9d23d56e3
Run audit fix
2022-05-05 15:30:35 +10:00
status-bors-ng[bot]
97c3b65b5f
Merge #721
...
721: Changelog update for `waku2` ENR key r=D4nte a=D4nte
Co-authored-by: Franck Royer <franck@status.im>
2022-05-05 05:00:34 +00:00
Franck Royer
1a95efbb12
Changelog update for `waku2` ENR key
2022-05-05 14:58:56 +10:00
status-bors-ng[bot]
5d24519f00
Merge #719 #720
...
719: Bump @testing-library/react from 12.1.2 to 13.2.0 in /examples/relay-reactjs-chat r=D4nte a=dependabot[bot]
Bumps [`@testing-library/react](https://github.com/testing-library/react-testing-library )` from 12.1.2 to 13.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases "><code>`@testing-library/react</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v13.2.0</h2>
<h1><a href="https://github.com/testing-library/react-testing-library/compare/v13.1.1...v13.2.0 ">13.2.0</a> (2022-05-03)</h1>
<h3>Features</h3>
<ul>
<li>Export RenderHookOptions type (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1062 ">#1062</a>) (<a href="46b28ade73
">46b28ad</a>)</li>
</ul>
<h2>v13.1.1</h2>
<h2><a href="https://github.com/testing-library/react-testing-library/compare/v13.1.0...v13.1.1 ">13.1.1</a> (2022-04-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>TS:</strong> export interface RenderHookResult (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1049 ">#1049</a>) (<a href="9171163fcc
">9171163</a>)</li>
</ul>
<h2>v13.1.0</h2>
<h1><a href="https://github.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0 ">13.1.0</a> (2022-04-15)</h1>
<h3>Features</h3>
<ul>
<li>Add <code>renderHook</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/991 ">#991</a>) (<a href="9535eff82a
">9535eff</a>)</li>
</ul>
<h2>v13.0.1</h2>
<h2><a href="https://github.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1 ">13.0.1</a> (2022-04-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Specify a non-* version for <code>`@types/react-dom</code>` (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1040 ">#1040</a>) (<a href="2a889e8065
">2a889e8</a>)</li>
</ul>
<h2>v13.0.0</h2>
<h1><a href="https://github.com/testing-library/react-testing-library/compare/v12.1.4...v13.0.0 ">13.0.0</a> (2022-03-31)</h1>
<h3>Features</h3>
<ul>
<li>Add support for React 18 (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1031 ">#1031</a>) (<a href="ccd8a0d97d
">ccd8a0d</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Drop support for React 17 and earlier. We'll use the new <a href="https://github.com/reactwg/react-18/discussions/5 "><code>createRoot</code> API</a> by default which comes with a set of <a href="https://github.com/reactwg/react-18/discussions/4 ">changes while also enabling support for concurrent features</a>.
To opt-out of this change you can use <code>render(ui, { legacyRoot: true } )</code>. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.</li>
</ul>
<h2>v13.0.0-alpha.7</h2>
<h1><a href="https://github.com/testing-library/react-testing-library/compare/v13.0.0-alpha.6...v13.0.0-alpha.7 ">13.0.0-alpha.7</a> (2022-03-30)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="00c89dce86
"><code>00c89dc</code></a> docs: add mboettcher as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1063 ">#1063</a>)</li>
<li><a href="46b28ade73
"><code>46b28ad</code></a> feat: Export RenderHookOptions type (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1062 ">#1062</a>)</li>
<li><a href="9171163fcc
"><code>9171163</code></a> fix(TS): export interface RenderHookResult (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1049 ">#1049</a>)</li>
<li><a href="9535eff82a
"><code>9535eff</code></a> feat: Add <code>renderHook</code> (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/991 ">#991</a>)</li>
<li><a href="2c451b3468
"><code>2c451b3</code></a> chore: Run release from 12.x branch (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1044 ">#1044</a>) (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1045 ">#1045</a>)</li>
<li><a href="c8c93f8322
"><code>c8c93f8</code></a> docs: add Nokel81 as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1043 ">#1043</a>)</li>
<li><a href="2a889e8065
"><code>2a889e8</code></a> fix: Specify a non-* version for <code>`@types/react-dom</code>` (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1040 ">#1040</a>)</li>
<li><a href="93bc2c8afc
"><code>93bc2c8</code></a> test(types): Don't assume implicit children (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1042 ">#1042</a>)</li>
<li><a href="ccd8a0d97d
"><code>ccd8a0d</code></a> feat: Add support for React 18 (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1031 ">#1031</a>)</li>
<li><a href="0c4aabe0da
"><code>0c4aabe</code></a> chore: Fix failing codesandbox/ci (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1026 ">#1026</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/react-testing-library/compare/v12.1.2...v13.2.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/react&package-manager=npm_and_yarn&previous-version=12.1.2&new-version=13.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
720: Bump @types/jasmine from 3.10.4 to 4.0.3 in /examples/relay-angular-chat r=D4nte a=dependabot[bot]
Bumps [`@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine )` from 3.10.4 to 4.0.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/jasmine&package-manager=npm_and_yarn&previous-version=3.10.4&new-version=4.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 04:50:46 +00:00
status-bors-ng[bot]
b0a03544a5
Merge #632
...
632: Waku2 key enr part two r=D4nte a=jemboh
Co-authored-by: Franck Royer <franck@status.im>
2022-05-05 04:41:59 +00:00
Franck Royer
a5219efc14
Support ENR waku2 field
2022-05-05 14:40:53 +10:00
Franck Royer
d30a918a44
Fix odd case where 0 is encoded as an empty byte array
2022-05-05 14:40:53 +10:00
dependabot[bot]
db345daaf8
Bump @types/jasmine from 3.10.4 to 4.0.3 in /examples/relay-angular-chat
...
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine ) from 3.10.4 to 4.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine )
---
updated-dependencies:
- dependency-name: "@types/jasmine"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 15:38:06 +00:00
dependabot[bot]
8a02ba657b
Bump @testing-library/react in /examples/relay-reactjs-chat
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 12.1.2 to 13.2.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.2...v13.2.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 15:30:17 +00:00
status-bors-ng[bot]
ba8139441c
Merge #718
...
718: Bump react and react-dom in examples r=D4nte a=D4nte
Co-authored-by: Franck Royer <franck@status.im>
2022-05-04 04:22:30 +00:00
Franck Royer
a26f9e2bda
Bump react and react-dom in examples
2022-05-04 14:21:30 +10:00
Franck R
94c8cdf016
Merge pull request #605 from status-im/examples-with-npmjs-waku-dependencies
...
Import js-waku from npmjs.com instead of locally for examples
2022-05-04 14:02:27 +10:00
Franck Royer
83ce3b5d00
Do not build js-waku for examples ci
2022-05-04 12:42:23 +10:00
Franck Royer
507413665a
Use js-waku from npmjs.com instead of local build
2022-05-03 10:47:13 +10:00
Franck Royer
3b15a32f12
Remove root build step when deploying examples
2022-05-02 16:37:27 +10:00
Franck Royer
a94351f265
Deploy all examples to wakuconnect.dev
2022-05-02 16:37:27 +10:00
Franck Royer
dee587d644
Remove unneeded dev dep
2022-05-02 16:37:27 +10:00
Franck Royer
882ddac94e
Run prettier on GitHub workflows
2022-05-02 16:37:25 +10:00
Franck R
5377bd6371
Merge pull request #717 from status-im/unexpected-token
...
Prefer the use of `BigInt` over integer literal (`n` postfix) to facilitate the use of a polyfill
2022-05-02 15:10:12 +10:00
Franck Royer
5de2f1996f
Facilitate the use of a polyfill for `BigInt`
...
By preferring the use of `BigInt` over integer literal (`n` postfix).
2022-05-02 14:51:14 +10:00
status-bors-ng[bot]
d0102d90b5
Merge #682
...
682: Bump @types/react-dom from 17.0.11 to 18.0.0 in /examples/web-chat r=D4nte a=dependabot[bot]
Bumps [`@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom )` from 17.0.11 to 18.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.11&new-version=18.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 03:06:55 +00:00
status-bors-ng[bot]
40462d40aa
Merge #706
...
706: Stop dependabot's auto rebase r=D4nte a=D4nte
It can race condition with bors. Let bors merge handle the
rebasing.
Co-authored-by: Franck Royer <franck@status.im>
2022-04-13 23:58:42 +00:00
dependabot[bot]
ec4cd8f152
Bump @types/react-dom from 17.0.11 to 18.0.0 in /examples/web-chat
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.11 to 18.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 15:17:31 +00:00
status-bors-ng[bot]
7a07b60e5d
Merge #685 #688
...
685: Bump @types/react-dom from 17.0.11 to 18.0.0 in /examples/eth-pm r=D4nte a=dependabot[bot]
Bumps [`@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom )` from 17.0.11 to 18.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.11&new-version=18.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
688: Bump @types/react-dom from 17.0.11 to 18.0.0 in /examples/eth-pm-wallet-encryption r=D4nte a=dependabot[bot]
Bumps [`@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom )` from 17.0.11 to 18.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.11&new-version=18.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 14:06:46 +00:00
Franck Royer
7ac6a5f9d6
Stop dependabot's auto rebase
...
It can race condition with bors. Let bors merge handle the
rebasing.
2022-04-13 22:33:43 +10:00
dependabot[bot]
9c2ea709b2
Bump @types/react-dom from 17.0.11 to 18.0.0 in /examples/eth-pm
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.11 to 18.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 10:54:08 +00:00
dependabot[bot]
cac2ae801f
Bump @types/react-dom in /examples/eth-pm-wallet-encryption
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.11 to 18.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 10:54:05 +00:00
status-bors-ng[bot]
9f9a59ec50
Merge #698 #699 #700
...
698: Bump @types/react from 17.0.39 to 18.0.2 in /examples/web-chat r=D4nte a=dependabot[bot]
Bumps [`@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )` from 17.0.39 to 18.0.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/react&package-manager=npm_and_yarn&previous-version=17.0.39&new-version=18.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
699: Bump @types/react from 17.0.39 to 18.0.2 in /examples/eth-pm r=D4nte a=dependabot[bot]
Bumps [`@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )` from 17.0.39 to 18.0.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/react&package-manager=npm_and_yarn&previous-version=17.0.39&new-version=18.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
700: Bump @types/react from 17.0.39 to 18.0.2 in /examples/eth-pm-wallet-encryption r=D4nte a=dependabot[bot]
Bumps [`@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )` from 17.0.39 to 18.0.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@types/react&package-manager=npm_and_yarn&previous-version=17.0.39&new-version=18.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 10:33:30 +00:00
status-bors-ng[bot]
bf59d871d3
Merge #694
...
694: Bump @testing-library/user-event from 13.5.0 to 14.1.0 in /examples/eth-pm-wallet-encryption r=D4nte a=dependabot[bot]
Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event )` from 13.5.0 to 14.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases "><code>`@testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.1.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v14.0.4...v14.1.0 ">14.1.0</a> (2022-04-11)</h2>
<h3>Features</h3>
<ul>
<li>add <code>advanceTimers</code> option (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/907 ">#907</a>) (<a href="627a5cf22e
">627a5cf</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>delete chars from value at <code>maxlength</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/909 ">#909</a>) (<a href="f5049c45c1
">f5049c4</a>)</li>
<li>reset UI selection after programmatic value change (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/915 ">#915</a>) (<a href="8bc331036c
">8bc3310</a>)</li>
<li>set initial value when setting UI value (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/918 ">#918</a>) (<a href="7b0643b52a
">7b0643b</a>)</li>
</ul>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4 ">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>) (<a href="6d36828e22
">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3 ">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>) (<a href="06f12a6475
">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2 ">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>) (<a href="126d2e7b78
">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1 ">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>) (<a href="a7f99066a5
">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>) (<a href="e23e559297
">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0 ">14.0.0</a> (2022-03-29)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7b0643b52a
"><code>7b0643b</code></a> fix: set initial value when setting UI value (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/918 ">#918</a>)</li>
<li><a href="8bc331036c
"><code>8bc3310</code></a> fix: reset UI selection after programmatic value change (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/915 ">#915</a>)</li>
<li><a href="f5049c45c1
"><code>f5049c4</code></a> fix: delete chars from value at <code>maxlength</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/909 ">#909</a>)</li>
<li><a href="627a5cf22e
"><code>627a5cf</code></a> feat: add <code>advanceTimers</code> option (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/907 ">#907</a>)</li>
<li><a href="2b9d00f8b5
"><code>2b9d00f</code></a> docs: add karolis-cekaitis as a contributor for bug, doc (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/914 ">#914</a>)</li>
<li><a href="6d36828e22
"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>)</li>
<li><a href="f2e8f8e25f
"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896 ">#896</a>)</li>
<li><a href="06f12a6475
"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>)</li>
<li><a href="dff6d54882
"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893 ">#893</a>)</li>
<li><a href="126d2e7b78
"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 09:43:03 +00:00
dependabot[bot]
62a45b0f42
Bump @types/react in /examples/eth-pm-wallet-encryption
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.39 to 18.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 16:51:04 +00:00
dependabot[bot]
6a8decd4aa
Bump @types/react from 17.0.39 to 18.0.2 in /examples/eth-pm
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.39 to 18.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 16:50:27 +00:00
dependabot[bot]
2f7f5473fd
Bump @types/react from 17.0.39 to 18.0.2 in /examples/web-chat
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.39 to 18.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 16:49:58 +00:00
dependabot[bot]
b16d49eaf0
Bump @testing-library/user-event in /examples/eth-pm-wallet-encryption
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.5.0 to 14.1.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 15:57:02 +00:00
Franck R
1dcb4ee644
Merge pull request #679 from status-im/it-pipe
2022-04-06 13:50:22 +10:00
Franck Royer
277e11f781
Remove unneeded path from libp2p-noise import
2022-04-06 13:41:15 +10:00
Franck Royer
f953a41546
Declare it-pipe dependency, properly import
...
As it was implicitly using it-pipe@1.0.0 that has a different import
format.
2022-04-06 13:41:15 +10:00
Franck R
249d9bf1a4
Merge pull request #657 from status-im/nim-waku-v0.9
2022-04-06 13:39:44 +10:00
Franck
7bfbefa91a
Get system details before running nwaku
2022-04-06 12:39:19 +10:00
Franck
2511b7daec
Nwaku v0.9 is taking more time to start-up
2022-04-06 12:39:18 +10:00
Franck
dc90279905
Rename nim-waku to nwaku
2022-04-06 12:39:18 +10:00
Franck
ecd2445bf9
Update nim-waku to v0.9
2022-04-06 12:39:18 +10:00
Franck Royer
dc6d37a94e
test: Only use timestamps in the past for a more realistic test
2022-04-06 12:39:18 +10:00
Franck Royer
d95d773f45
Send nanoseconds timestamp in nim-waku RPC
2022-04-06 12:39:18 +10:00
Franck Royer
c07396c30b
Update nwaku RPC with nanoseconds timestamp
2022-04-06 12:39:18 +10:00
Franck Royer
a23d2be461
Upgrade nim-waku to 0.8
2022-04-06 12:39:18 +10:00
status-bors-ng[bot]
3b9e42fd67
Merge #675
...
675: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/eth-pm r=D4nte a=dependabot[bot]
Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event )` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases "><code>`@testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4 ">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>) (<a href="6d36828e22
">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3 ">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>) (<a href="06f12a6475
">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2 ">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>) (<a href="126d2e7b78
">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1 ">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>) (<a href="a7f99066a5
">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>) (<a href="e23e559297
">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0 ">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt>}</code>, <code>{Control>}</code>, <code>{Meta>}</code>, <code>{Shift>}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22
"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>)</li>
<li><a href="f2e8f8e25f
"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896 ">#896</a>)</li>
<li><a href="06f12a6475
"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>)</li>
<li><a href="dff6d54882
"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893 ">#893</a>)</li>
<li><a href="126d2e7b78
"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>)</li>
<li><a href="810c0d856c
"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891 ">#891</a>)</li>
<li><a href="886780c2a8
"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890 ">#890</a>)</li>
<li><a href="e23e559297
"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>)</li>
<li><a href="a7f99066a5
"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>)</li>
<li><a href="f209a6f863
"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05 07:15:33 +00:00
dependabot[bot]
3b9f691eb7
Bump @testing-library/user-event in /examples/eth-pm
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.5.0 to 14.0.4.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 03:10:14 +00:00
status-bors-ng[bot]
bb186929e0
Merge #672 #673 #674
...
672: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/store-reactjs-chat r=D4nte a=dependabot[bot]
Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event )` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases "><code>`@testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4 ">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>) (<a href="6d36828e22
">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3 ">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>) (<a href="06f12a6475
">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2 ">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>) (<a href="126d2e7b78
">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1 ">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>) (<a href="a7f99066a5
">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>) (<a href="e23e559297
">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0 ">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt>}</code>, <code>{Control>}</code>, <code>{Meta>}</code>, <code>{Shift>}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22
"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>)</li>
<li><a href="f2e8f8e25f
"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896 ">#896</a>)</li>
<li><a href="06f12a6475
"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>)</li>
<li><a href="dff6d54882
"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893 ">#893</a>)</li>
<li><a href="126d2e7b78
"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>)</li>
<li><a href="810c0d856c
"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891 ">#891</a>)</li>
<li><a href="886780c2a8
"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890 ">#890</a>)</li>
<li><a href="e23e559297
"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>)</li>
<li><a href="a7f99066a5
"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>)</li>
<li><a href="f209a6f863
"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
673: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/web-chat r=D4nte a=dependabot[bot]
Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event )` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases "><code>`@testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4 ">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>) (<a href="6d36828e22
">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3 ">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>) (<a href="06f12a6475
">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2 ">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>) (<a href="126d2e7b78
">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1 ">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>) (<a href="a7f99066a5
">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>) (<a href="e23e559297
">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0 ">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt>}</code>, <code>{Control>}</code>, <code>{Meta>}</code>, <code>{Shift>}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22
"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>)</li>
<li><a href="f2e8f8e25f
"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896 ">#896</a>)</li>
<li><a href="06f12a6475
"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>)</li>
<li><a href="dff6d54882
"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893 ">#893</a>)</li>
<li><a href="126d2e7b78
"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>)</li>
<li><a href="810c0d856c
"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891 ">#891</a>)</li>
<li><a href="886780c2a8
"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890 ">#890</a>)</li>
<li><a href="e23e559297
"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>)</li>
<li><a href="a7f99066a5
"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>)</li>
<li><a href="f209a6f863
"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
674: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/relay-reactjs-chat r=D4nte a=dependabot[bot]
Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event )` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases "><code>`@testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4 ">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>) (<a href="6d36828e22
">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3 ">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>) (<a href="06f12a6475
">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2 ">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>) (<a href="126d2e7b78
">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1 ">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>) (<a href="a7f99066a5
">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>) (<a href="e23e559297
">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0 ">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt>}</code>, <code>{Control>}</code>, <code>{Meta>}</code>, <code>{Shift>}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22
"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898 ">#898</a>)</li>
<li><a href="f2e8f8e25f
"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896 ">#896</a>)</li>
<li><a href="06f12a6475
"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895 ">#895</a>)</li>
<li><a href="dff6d54882
"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893 ">#893</a>)</li>
<li><a href="126d2e7b78
"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892 ">#892</a>)</li>
<li><a href="810c0d856c
"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891 ">#891</a>)</li>
<li><a href="886780c2a8
"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890 ">#890</a>)</li>
<li><a href="e23e559297
"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888 ">#888</a>)</li>
<li><a href="a7f99066a5
"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889 ">#889</a>)</li>
<li><a href="f209a6f863
"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name= `@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )`
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05 03:04:06 +00:00
dependabot[bot]
9a43b86b4d
Bump @testing-library/user-event in /examples/relay-reactjs-chat
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.5.0 to 14.0.4.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 15:22:32 +00:00
dependabot[bot]
e848bf2e2c
Bump @testing-library/user-event in /examples/web-chat
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.5.0 to 14.0.4.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 15:22:27 +00:00