Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 5 updates (#2722)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `18.19.44` | `18.19.45` |
|
[@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53)
| `3.624.0` | `3.632.0` |
| [ts-essentials](https://github.com/ts-essentials/ts-essentials) |
`10.0.1` | `10.0.2` |
| @streamr/network-contracts-ethers6 | `7.1.3` | `7.1.4` |
| [@lit-protocol/uint8arrays](https://github.com/LIT-Protocol/js-sdk) |
`6.4.2` | `6.4.4` |

Updates `@types/node` from 18.19.44 to 18.19.45
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-route-53` from 3.624.0 to 3.632.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-route-53</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.632.0</h2>
<h4>3.632.0(2024-08-15)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-08-15
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/05ff22bfc526d93628f7bf5bdf48126be2a15c65">05ff22bf</a>)</li>
<li><strong>client-s3:</strong> Amazon Simple Storage Service / Features
: Adds support for pagination in the S3 ListBuckets API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f31c6ea7efbf19998274e65d1cd87380ff21f191">f31c6ea7</a>)</li>
<li><strong>client-docdb:</strong> This release adds Global Cluster
Failover capability which enables you to change your global cluster's
primary AWS region, the region that serves writes, during a regional
outage. Performing a failover action preserves your Global Cluster
setup. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/62c6973ca51b710f11b96e1a9e170ac9e489b58f">62c6973c</a>)</li>
<li><strong>client-iam:</strong> Make the LastUsedDate field in the
GetAccessKeyLastUsed response optional. This may break customers who
only call the API for access keys with a valid LastUsedDate. This fixes
a deserialization issue for access keys without a LastUsedDate, because
the field was marked as required but could be null. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2e20e9570ac51a8eb820f0124bada8e2b5d6bca7">2e20e957</a>)</li>
<li><strong>client-ecs:</strong> This release introduces a new
ContainerDefinition configuration to support the customer-managed keys
for ECS container restart feature. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e56be6989649b228db0faf2798e772baefca0ff3">e56be698</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>util-endpoints:</strong> parseArn when resourcePath contains
both delimiters (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6387">#6387</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/63cb133fcfedaf307e06c5f519aea1b58cdeb77b">63cb133f</a>)</li>
<li><strong>credential-providers:</strong> avoid sharing http2
requestHandler with inner STS (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6389">#6389</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d7b161064452a259ebb26502a14ef17159cb1f90">d7b16106</a>)</li>
<li><strong>lib-dynamodb:</strong> missing <code>@smithy/core</code>
dependency in <code>@aws-sdk/lib-dynamodb</code> (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6384">#6384</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/84fd78ba51b3362b48ea983c263dd368b88f4287">84fd78ba</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.632.0.zip</strong></p>
<h2>v3.631.0</h2>
<h4>3.631.0(2024-08-14)</h4>
<h5>New Features</h5>
<ul>
<li><strong>client-codebuild:</strong> AWS CodeBuild now supports using
Secrets Manager to store git credentials and using multiple source
credentials in a single project. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9e44d9f430fbe1f28ca655124e55851bb1292331">9e44d9f4</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>util-endpoints:</strong> check for entire resource-path
being empty (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6380">#6380</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/08ad51004178754e4d630c913ac7f2d89aa281cb">08ad5100</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.631.0.zip</strong></p>
<h2>v3.630.0</h2>
<h4>3.630.0(2024-08-13)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>credential-providers:</strong> add longer explanation about
credential function and chaining (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6382">#6382</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/26788b9853ab3cd92e462291e21f65af053c38f5">26788b98</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-glue:</strong> Add AttributesToGet parameter support
for Glue GetTables (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3d999b614c4cbd9db561e1ea32b6bbdea00df7e2">3d999b61</a>)</li>
<li><strong>client-appstream:</strong> This release includes following
new APIs: CreateThemeForStack, DescribeThemeForStack,
UpdateThemeForStack, DeleteThemeForStack to support custom branding
programmatically. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/86d89c6647dab08f9dd88540a3e3323f5ddb6fff">86d89c66</a>)</li>
<li><strong>client-amplify:</strong> Add a new field
&quot;cacheConfig&quot; that enables users to configure the CDN cache
settings for an App (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/db3560cfcb9b9074e70026d357f34ca0250b5a9c">db3560cf</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-route-53/CHANGELOG.md"><code>@​aws-sdk/client-route-53</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.631.0...v3.632.0">3.632.0</a>
(2024-08-15)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-route-53</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.630.0...v3.631.0">3.631.0</a>
(2024-08-14)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-route-53</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.628.0...v3.629.0">3.629.0</a>
(2024-08-12)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-route-53</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/704fc4755a1d4eb9b88618a94af6d3bcda1391da"><code>704fc47</code></a>
Publish v3.632.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4825462cd7bee35259813804eb5e2644c9c86bab"><code>4825462</code></a>
Publish v3.631.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/31e78b5ec0dcb05e422a915a04108d09c256569f"><code>31e78b5</code></a>
Publish v3.629.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.632.0/clients/client-route-53">compare
view</a></li>
</ul>
</details>
<br />

Updates `ts-essentials` from 10.0.1 to 10.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ts-essentials/ts-essentials/releases">ts-essentials's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>490712c: Deprecated <code>DictionaryValues</code> in favour of
<code>ValueOf</code></li>
<li>c311536: Added a support of interfaces for
<code>PathValue</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ts-essentials/ts-essentials/blob/master/CHANGELOG.md">ts-essentials's
changelog</a>.</em></p>
<blockquote>
<h2>10.0.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>490712c: Deprecated <code>DictionaryValues</code> in favour of
<code>ValueOf</code></li>
<li>c311536: Added a support of interfaces for
<code>PathValue</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ts-essentials/ts-essentials/commit/52e61f328edba72c1100c67823efe85f0a5a51d6"><code>52e61f3</code></a>
Version Packages (<a
href="https://redirect.github.com/ts-essentials/ts-essentials/issues/405">#405</a>)</li>
<li><a
href="https://github.com/ts-essentials/ts-essentials/commit/c3115361fb33b4929ba08a1738be9b1bc28cf963"><code>c311536</code></a>
fix: Added support of interfaces for PathValue (<a
href="https://redirect.github.com/ts-essentials/ts-essentials/issues/407">#407</a>)</li>
<li><a
href="https://github.com/ts-essentials/ts-essentials/commit/490712cd766d2a92624294b69b42998aa22cd7d7"><code>490712c</code></a>
feat: deprecate DictionaryValues (<a
href="https://redirect.github.com/ts-essentials/ts-essentials/issues/404">#404</a>)</li>
<li><a
href="https://github.com/ts-essentials/ts-essentials/commit/b68850cf61d53ee13c5b28e9ea81b8d9cb30315b"><code>b68850c</code></a>
ci: added TypeScript 5.5 support (<a
href="https://redirect.github.com/ts-essentials/ts-essentials/issues/403">#403</a>)</li>
<li>See full diff in <a
href="https://github.com/ts-essentials/ts-essentials/compare/v10.0.1...v10.0.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@streamr/network-contracts-ethers6` from 7.1.3 to 7.1.4

Updates `@lit-protocol/uint8arrays` from 6.4.2 to 6.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/LIT-Protocol/js-sdk/releases"><code>@​lit-protocol/uint8arrays</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Serrano</h2>
<p>SDK version compatible with <code>Serrano</code> network</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/LIT-Protocol/js-sdk/commits">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| @types/node | [>= 20.a, < 21] |
| @types/node | [>= 22.a, < 23] |
</details>


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent bdf2661 commit c581016
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 103 deletions.
194 changes: 98 additions & 96 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@protobuf-ts/plugin": "^2.9.3",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.44",
"@types/node": "^18.19.45",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cli-table": "^0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/autocertifier-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-integration": "jest test/integration"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.624.0",
"@aws-sdk/client-route-53": "^3.632.0",
"@streamr/autocertifier-client": "101.1.0",
"@streamr/dht": "101.1.0",
"@streamr/proto-rpc": "101.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/ws": "^8.5.12",
"jest-leak-detector": "^27.3.1",
"jest-matcher-utils": "^29.5.0",
"ts-essentials": "^10.0.1"
"ts-essentials": "^10.0.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@inquirer/testing": "^2.1.31",
"@streamr/network-contracts-ethers6": "^7.1.3",
"@streamr/network-contracts-ethers6": "^7.1.4",
"@streamr/test-utils": "101.1.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@babel/runtime": "^7.25.0",
"@babel/runtime-corejs3": "^7.25.0",
"@lit-protocol/core": "2.2.5",
"@lit-protocol/uint8arrays": "^6.4.2",
"@lit-protocol/uint8arrays": "^6.4.4",
"@protobuf-ts/runtime": "^2.8.2",
"@protobuf-ts/runtime-rpc": "^2.8.2",
"@streamr/config": "^5.3.13",
Expand All @@ -110,7 +110,7 @@
"reflect-metadata": "^0.2.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"ts-essentials": "^10.0.1",
"ts-essentials": "^10.0.2",
"ts-toolbelt": "^9.6.0",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/trackerless-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/uuid": "^10.0.0",
"@types/yallist": "^4.0.1",
"expect": "^29.6.2",
"ts-essentials": "^10.0.1",
"ts-essentials": "^10.0.2",
"ts-node": "^10.9.2"
}
}

0 comments on commit c581016

Please sign in to comment.