status-bors-ng[bot]
|
54044d4437
|
Merge #743
743: Remove jemboh as reviewers for dependabot r=D4nte a=D4nte
Co-authored-by: Franck Royer <franck@status.im>
|
2022-05-17 11:37:07 +00:00 |
Franck Royer
|
575e7a49fa
|
Remove jemboh as reviewers for dependabot
|
2022-05-17 18:26:36 +10:00 |
status-bors-ng[bot]
|
c2a160d0f5
|
Merge #731
731: Bump @testing-library/react from 12.1.2 to 13.2.0 in /examples/eth-pm 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-05-17 08:21:39 +00:00 |
Franck R
|
02f41a4b95
|
Merge pull request #732 from status-im/dependabot/npm_and_yarn/examples/eth-pm-wallet-encryption/testing-library/react-13.2.0
Bump @testing-library/react from 12.1.2 to 13.2.0 in /examples/eth-pm-wallet-encryption
|
2022-05-17 18:21:08 +10:00 |
dependabot[bot]
|
6313e3e4f7
|
Bump @testing-library/react from 12.1.2 to 13.2.0 in /examples/eth-pm
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-16 15:40:25 +00:00 |
dependabot[bot]
|
a90d92937b
|
Bump @testing-library/react in /examples/eth-pm-wallet-encryption
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-16 15:40:25 +00:00 |
Franck R
|
9fb9da0823
|
Merge pull request #740 from status-im/assert
Remove assert usage
|
2022-05-13 17:46:33 +10:00 |
Franck Royer
|
b708077483
|
Remove assert usage
|
2022-05-13 17:28:38 +10:00 |
Franck R
|
34d93a72d1
|
Merge pull request #736 from status-im/fix-jenkins
|
2022-05-13 16:32:58 +10:00 |
Franck Royer
|
58a92dcef0
|
Fix phrasing
|
2022-05-13 16:06:24 +10:00 |
Franck Royer
|
09986d4e2b
|
Publish simple HTML examples
|
2022-05-13 16:06:16 +10:00 |
Franck Royer
|
82f1b5a135
|
Publish store and relay ReactJS examples
|
2022-05-13 16:05:58 +10:00 |
status-bors-ng[bot]
|
e6a476ed2e
|
Merge #734
734: Upgrade examples to js-waku@0.22.0 r=D4nte a=D4nte
Co-authored-by: Franck Royer <franck@status.im>
|
2022-05-13 05:15:19 +00:00 |
Franck R
|
af9849c06f
|
Merge pull request #735 from status-im/build-examples
|
2022-05-13 15:09:03 +10:00 |
Franck Royer
|
df367d265f
|
Need to build examples before deploying
|
2022-05-12 15:17:53 +10:00 |
Franck Royer
|
b233247dba
|
store-reactjs-chat: Upgrade dependencies
|
2022-05-11 15:57:31 +10:00 |
Franck Royer
|
ec3b827e32
|
store-reactjs: npm audit fix
|
2022-05-11 15:54:55 +10:00 |
Franck Royer
|
0fd94cc3b6
|
store:reactjs: Remove crypto-browserify
|
2022-05-11 15:54:55 +10:00 |
Franck Royer
|
43d204c67e
|
store-reactjs: Upgrade js-waku to 0.22.0
|
2022-05-11 15:54:55 +10:00 |
Franck Royer
|
775628fbe7
|
relay-reactjs: Remove crypto-browserify
|
2022-05-11 15:54:55 +10:00 |
Franck Royer
|
701dccfc28
|
relay-reactjs: Upgrade js-waku to 0.22.0
|
2022-05-11 15:54:55 +10:00 |
Franck Royer
|
374b0b37b6
|
web-chat: Upgrade dependencies
|
2022-05-11 15:54:55 +10:00 |
Franck Royer
|
ead78ca6d3
|
web-chat: Remove crypto-browserify
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
f681246d4e
|
web-chat: Upgrade js-waku to 0.22.0
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
6cfcba0c6f
|
eth-pm-wallet: Run npm audit
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
9c68204450
|
eth-pm-wallet: Remove crypto-browserify
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
a891dc7989
|
eth-pm-wallet: Upgrade js-waku to 0.22.0
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
d2bac03955
|
eth-pm: Remove crypto-browserify
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
3a66593ac5
|
eth-pm: Run npm audit
|
2022-05-11 15:54:54 +10:00 |
Franck Royer
|
edc9f0ce17
|
eth-pm: Upgrade js-waku to 0.22.0
|
2022-05-11 15:54:51 +10:00 |
Franck R
|
9a65f9348e
|
Merge pull request #727 from status-im/release/0.22.0
|
2022-05-10 17:45:25 +10:00 |
Franck Royer
|
920668c54c
|
Release 0.22.0
|
2022-05-10 16:44:17 +10:00 |
Franck Royer
|
7b7ff78c7f
|
Fix changelog
|
2022-05-10 16:42:25 +10:00 |
Franck R
|
7a9b3bdb5a
|
Merge pull request #725 from status-im/clean-up-crypto
Use `@noble/secp2156k1`'s utils instead of redefining functions
|
2022-05-10 15:40:25 +10:00 |
Franck Royer
|
c41dfcba40
|
test: Increase timeout
|
2022-05-10 15:24:53 +10:00 |
Franck Royer
|
7a15fbf8f8
|
test: Ensure private key is not 0
|
2022-05-10 15:07:17 +10:00 |
Franck Royer
|
50fa2d881d
|
Use `@noble/secp2156k1`'s sha3 util
|
2022-05-10 10:59:27 +10:00 |
Franck Royer
|
9829cc2cab
|
Use `@noble/secp2156k1`'s random byte util
|
2022-05-10 10:47:13 +10:00 |
Franck R
|
0e42cf6d7f
|
Merge pull request #599 from status-im/remove-node-crypto
|
2022-05-10 09:57:29 +10:00 |
Franck Royer
|
00be6b147d
|
Remove crypto-browserify
|
2022-05-09 23:32:43 +10:00 |
Franck Royer
|
1fd32639b9
|
Private Key `0..0` is not valid
|
2022-05-09 23:10:16 +10:00 |
Franck Royer
|
1ca7215478
|
Improve error feedback when crypto/subtle is not available
|
2022-05-09 23:10:16 +10:00 |
Franck Royer
|
556e060335
|
Replace `secp256k1` with `@noble/secp256k1`
|
2022-05-09 23:10:15 +10:00 |
Franck Royer
|
d3671b7167
|
Remove secp256k1 usage from entree.ts
|
2022-05-09 23:10:15 +10:00 |
Franck Royer
|
3f6d9fb590
|
Remove secp256k1 usage from secp256k1.ts
|
2022-05-09 23:10:14 +10:00 |
Franck Royer
|
ae6cb98d5d
|
Remove secp256k1 usage from enr.ts
|
2022-05-09 23:10:14 +10:00 |
Franck Royer
|
8e6f9e320e
|
Remove secp256k1 usage from version_1
|
2022-05-09 16:57:48 +10:00 |
Franck Royer
|
12528acaeb
|
Remove node crypto import
|
2022-05-09 16:05:22 +10:00 |
Franck Royer
|
111f31bb53
|
Remove node implementation
|
2022-05-09 16:05:22 +10:00 |
Franck Royer
|
9dae5168fc
|
Use browser (subtle) implementation for all env
|
2022-05-09 16:05:14 +10:00 |