Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump @relaycorp/relaynet-core from 1.82.9 to 1.83.6 (#191)
Bumps [@relaycorp/relaynet-core](https://github.com/relaycorp/relaynet-core-js) from 1.82.9 to 1.83.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/relaycorp/relaynet-core-js/releases"><code>@relaycorp/relaynet-core</code>'s releases</a>.</em></p> <blockquote> <h2>v1.83.6</h2> <h2><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.83.5...v1.83.6">1.83.6</a> (2023-05-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>Node:</strong> Require identity public key in constructor (<a href="https://github.com/relaycorp/relaynet-core-js/commit/a350801d7fb2534ed664a4af03528819c33563f3">a350801</a>)</li> </ul> <h2>v1.83.5</h2> <h2><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.83.4...v1.83.5">1.83.5</a> (2023-05-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>getIdFromIdentityKey:</strong> Honour custom crypto provider (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/564">#564</a>) (<a href="https://github.com/relaycorp/relaynet-core-js/commit/1024709de03b281a77024e060b431549d88a9485">1024709</a>)</li> </ul> <h2>v1.83.4</h2> <h2><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.83.3...v1.83.4">1.83.4</a> (2023-05-08)</h2> <h3>Bug Fixes</h3> <ul> <li>Consistently crypto engine from any <code>CryptoKey.provider</code> (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/563">#563</a>) (<a href="https://github.com/relaycorp/relaynet-core-js/commit/c058fae23c8d8eda0090d2ba0ea1d0b64ddcad4d">c058fae</a>)</li> </ul> <h2>v1.83.3</h2> <h2><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.83.2...v1.83.3">1.83.3</a> (2023-05-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> Bump date-fns from 2.29.3 to 2.30.0 (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/562">#562</a>) (<a href="https://github.com/relaycorp/relaynet-core-js/commit/e1ee3a373bb931782ea0cc222c51c37a88606ceb">e1ee3a3</a>), closes <a href="https://redirect.github.com//redirect.redirect.github.com/date-fns/date-fns/issues/3208/issues/issuecomment-1528592465">date-fns/date-fns#3208</a> <a href="https://redirect.github.com//redirect.redirect.github.com/date-fns/date-fns/issues/3208/issues/issuecomment-1528592465">date-fns/date-fns#3208</a></li> </ul> <h2>v1.83.2</h2> <h2><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.83.1...v1.83.2">1.83.2</a> (2023-05-06)</h2> <h3>Bug Fixes</h3> <ul> <li>Upgrade to TypeScript 4.9 and emit ES2021 code (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/561">#561</a>) (<a href="https://github.com/relaycorp/relaynet-core-js/commit/ebb6bb80cbcf09e0cebbb93b0700f297c4a444df">ebb6bb8</a>)</li> </ul> <h2>v1.83.1</h2> <h2><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.83.0...v1.83.1">1.83.1</a> (2023-05-06)</h2> <h3>Bug Fixes</h3> <ul> <li>Drop ESM support (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/560">#560</a>) (<a href="https://github.com/relaycorp/relaynet-core-js/commit/b687ef8db428c2dad7609a720133cd034a1eb5fe">b687ef8</a>)</li> </ul> <h2>v1.83.0</h2> <h1><a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.82.12...v1.83.0">1.83.0</a> (2023-05-04)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/a350801d7fb2534ed664a4af03528819c33563f3"><code>a350801</code></a> fix(Node): Require identity public key in constructor</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/60d93df443e7efc1499d4411bba03e3344858dbd"><code>60d93df</code></a> fix!(Node): Require identity public key in constructor</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/1024709de03b281a77024e060b431549d88a9485"><code>1024709</code></a> fix(getIdFromIdentityKey): Honour custom crypto provider (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/564">#564</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/c058fae23c8d8eda0090d2ba0ea1d0b64ddcad4d"><code>c058fae</code></a> fix: Consistently crypto engine from any <code>CryptoKey.provider</code> (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/563">#563</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/e1ee3a373bb931782ea0cc222c51c37a88606ceb"><code>e1ee3a3</code></a> fix(deps): Bump date-fns from 2.29.3 to 2.30.0 (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/562">#562</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/ebb6bb80cbcf09e0cebbb93b0700f297c4a444df"><code>ebb6bb8</code></a> fix: Upgrade to TypeScript 4.9 and emit ES2021 code (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/561">#561</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/b687ef8db428c2dad7609a720133cd034a1eb5fe"><code>b687ef8</code></a> fix: Drop ESM support (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/560">#560</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/82cfa40df633da33248257623c1a3f118231e877"><code>82cfa40</code></a> feat(Node): Implement validation of incoming messages (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/559">#559</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/2a40700bde9d79127ff655aaba011df721971893"><code>2a40700</code></a> fix(deps): Bump pkijs from 3.0.7 to 3.0.14 (<a href="https://redirect.github.com/relaycorp/relaynet-core-js/issues/543">#543</a>)</li> <li><a href="https://github.com/relaycorp/relaynet-core-js/commit/4f58bf491add7700bb14bbc3be7e0a8044416d2f"><code>4f58bf4</code></a> fix(Node): Make <code>identityPrivateKey</code> and <code>keyStores</code> public</li> <li>Additional commits viewable in <a href="https://github.com/relaycorp/relaynet-core-js/compare/v1.82.9...v1.83.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@relaycorp/relaynet-core&package-manager=npm_and_yarn&previous-version=1.82.9&new-version=1.83.6)](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>
- Loading branch information