Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `7.15.0` | `7.16.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `7.15.0` | `7.16.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.2`
|
|
[@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53)
| `3.609.0` | `3.614.0` |
| [electron](https://github.com/electron/electron) | `31.1.0` | `31.2.0`
|
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `10.4.0` |
`11.0.0` |
| [qs](https://github.com/ljharb/qs) | `6.12.2` | `6.12.3` |
| [@lit-protocol/uint8arrays](https://github.com/LIT-Protocol/js-sdk) |
`6.0.5` | `6.1.0` |
| [nightwatch](https://github.com/nightwatchjs/nightwatch) | `3.6.3` |
`3.6.4` |

Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 7.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.16.0</h2>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>ast-spec:</strong> add parent property to AccessorProperty
node types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
port from v8 to v7 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li>
<li><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li>
<li><strong>rule-tester:</strong> stricter rule test validations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>
<code>checkThenables</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions]
don't report tuples if <code>allowArray</code> option is enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li>
<li><strong>utils:</strong> context.parserPath may be undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li>
<li><strong>website:</strong> react key error on internal pages of
website (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez <a
href="https://github.com/JSanchezIO"><code>@​JSanchezIO</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>rule-tester:</strong> stricter rule test validations</p>
</li>
<li>
<p><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>
<code>checkThenables</code></p>
</li>
<li>
<p><strong>website:</strong> react key error on internal pages of
website</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [restrict-template-expressions] don't
report tuples if <code>allowArray</code> option is enabled</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez</li>
<li>Vinccool96</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a>
chore(release): publish 7.16.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7b13dae347075d467ea95d0f986b38c3048906a2"><code>7b13dae</code></a>
fix(eslint-plugin): [restrict-template-expressions] don't report tuples
if `a...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6290d021b5c2ec4efbcadd42c66ff4d5bc47ea"><code>3c6290d</code></a>
fix(eslint-plugin): [no-floating-promises] add <code>suggestions</code>
to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/63d17dd9062dd33ff99641900bd62211f82ae4f7"><code>63d17dd</code></a>
feat(eslint-plugin): [no-floating-promises] add checkThenables option
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d6859487ba335baf38f8ed6adcd8a9245b0d8788"><code>d685948</code></a>
feat(eslint-plugin): add support for nested namespaces to
unsafe-member-acces...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/451e73853ca9cfca524290ab987f8530741ef2bc"><code>451e738</code></a>
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/88dd82803d252be1aff4f440bea34e82d3a85d23"><code>88dd828</code></a>
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9473">#9473</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a1a9b09d6820764dd1a9374e347417f3d2bcf999"><code>a1a9b09</code></a>
chore(eslint-plugin): re-using logic from builtinSymbolLike in
no-implied-eva...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d3641602ee9e5f8417e826fe816bfd50b4529951"><code>d364160</code></a>
docs: [class-methods-use-this] fix typo (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9494">#9494</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7e2b77d55d5cd6b70db88be5168acc0e52db4f59"><code>7e2b77d</code></a>
feat(rule-tester): stricter rule test validations (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9086">#9086</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.16.0</h2>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>ast-spec:</strong> add parent property to AccessorProperty
node types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
port from v8 to v7 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li>
<li><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li>
<li><strong>rule-tester:</strong> stricter rule test validations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9263">#9263</a>
<code>checkThenables</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions]
don't report tuples if <code>allowArray</code> option is enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li>
<li><strong>utils:</strong> context.parserPath may be undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li>
<li><strong>website:</strong> react key error on internal pages of
website (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez <a
href="https://github.com/JSanchezIO"><code>@​JSanchezIO</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0</p>
</li>
<li>
<p><strong>website:</strong> react key error on internal pages of
website</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez</li>
<li>Vinccool96</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a>
chore(release): publish 7.16.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `ts-jest` from 29.1.5 to 29.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's
releases</a>.</em></p>
<blockquote>
<h2>v29.2.2</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.2.1</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.2.0</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.1...v29.2.2">29.2.2</a>
(2024-07-10)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix(compiler): update memory cache after changing
<code>module</code> value (<a
href="https://github.com/kulshekhar/ts-jest/commit/94db43f">94db43f</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4439">#4439</a></li>
</ul>
<h3><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.0...v29.2.1">29.2.1</a>
(2024-07-10)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix: move <code>ejs</code> to <code>dep</code> instead of
<code>peerDep</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/26e31a7">26e31a7</a>)</li>
<li>fix: set <code>allowSyntheticDefaultImports</code> properly (<a
href="https://github.com/kulshekhar/ts-jest/commit/ff4b302">ff4b302</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4156">#4156</a></li>
<li>fix(compiler): support <code>Node16/NodeNext</code> value for
<code>target</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/2f5cc0c">2f5cc0c</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4198">#4198</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.0">29.2.0</a>
(2024-07-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: don't show warning message with Node16/NodeNext (<a
href="https://github.com/kulshekhar/ts-jest/commit/99c4f49">99c4f49</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4266">#4266</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>feat(cli): allow migrating cjs <code>presets</code> to
<code>transform</code> config (<a
href="https://github.com/kulshekhar/ts-jest/commit/22fb027">22fb027</a>)</li>
<li>feat(presets): add util functions to create ESM presets (<a
href="https://github.com/kulshekhar/ts-jest/commit/06f78ed">06f78ed</a>),
close <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4200">#4200</a></li>
<li>feat(presets): add util functions to create CJS presets (<a
href="https://github.com/kulshekhar/ts-jest/commit/f9cc3c0">f9cc3c0</a>),
close <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4200">#4200</a></li>
</ul>
<h3>Code refactoring</h3>
<ul>
<li>refactor: replace lodash deps with native js implementation (<a
href="https://github.com/kulshekhar/ts-jest/commit/40f1708">40f1708</a>)</li>
<li>refactor: use <code>TsJestTransformerOptions</code> type everywhere
possibly (<a
href="https://github.com/kulshekhar/ts-jest/commit/7d001be">7d001be</a>)</li>
<li>refactor(cli): use new preset util functions to initialize test
config (<a
href="https://github.com/kulshekhar/ts-jest/commit/c2b56ca">c2b56ca</a>)</li>
<li>refactor(presets): use create preset util functions for cjs presets
(<a
href="https://github.com/kulshekhar/ts-jest/commit/922d6d0">922d6d0</a>)</li>
<li>test: switch <code>react-app</code> to use Vite (<a
href="https://github.com/kulshekhar/ts-jest/commit/827c8ad">827c8ad</a>)</li>
</ul>
<h2>DEPRECATIONS</h2>
<ul>
<li>refactor(cli): deprecate cli option <code>babel</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/9617029">9617029</a>).
Please use CLI argument <code>--js babel</code> instead.</li>
<li><code>createJestPreset</code> is deprecated. Please check
documentation at <a
href="https://kulshekhar.github.io/ts-jest/docs/getting-started/presets">https://kulshekhar.github.io/ts-jest/docs/getting-started/presets</a>
to see alternative solutions.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/f94426236779455d127e8b52247de7ede3707d13"><code>f944262</code></a>
chore(release): 29.2.2</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/94db43f4d1c8d7b010d3ba78e6aa31af4aa25163"><code>94db43f</code></a>
fix(compiler): update memory cache after changing <code>module</code>
value</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/e80594d5d57a4589526afc257d76a5c7bf7ddd9a"><code>e80594d</code></a>
build(deps): Update dependency ts-jest to ^29.2.1</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/b669f23f3c1527b048ce0f8ab841cdc01590bef7"><code>b669f23</code></a>
chore(release): 29.2.1</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/ff4b302ae34320dfe9ef317af406f5693efc6c07"><code>ff4b302</code></a>
fix: set <code>allowSyntheticDefaultImports</code> properly</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/083cd893d7e6446c61d99f934ea9ec795126913b"><code>083cd89</code></a>
test(examples): use <code>module: Node16</code> for CJS tests where
possible</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/54b374a18200fa172612330567873375bd60d58f"><code>54b374a</code></a>
test(examples): replace <code>globals.d.ts</code> with
<code>@types/jest</code> for projects</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/2f5cc0ccad787202ee6fb76694487d661e1a0711"><code>2f5cc0c</code></a>
fix(compiler): support <code>Node16/NodeNext</code> value for
<code>target</code></li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/72013750be2bbb8722707f23d1689afe1a562f0f"><code>7201375</code></a>
test(examples): use preset util functions in all example projects</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/26e31a719dd26888e3b8b6c0f0528da7f12cbb19"><code>26e31a7</code></a>
fix: move <code>ejs</code> to <code>dep</code> instead of
<code>peerDep</code></li>
<li>Additional commits viewable in <a
href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-route-53` from 3.609.0 to 3.614.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.614.0</h2>
<h4>3.614.0(2024-07-10)</h4>
<h5>Chores</h5>
<ul>
<li><strong>clients:</strong> read config files from paths relative to
homedir (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6265">#6265</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa3b60307732da96c707b66845896515ba3c3346">fa3b6030</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-groundstation:</strong> Documentation update
specifying OEM ephemeris units of measurement (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/37f7494450ab1e3c9d1398beee677f9d38f402f8">37f74944</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-07-10
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3a748e5875ddca23afc5dfd9f6761351695941ae">3a748e58</a>)</li>
<li><strong>client-bedrock-agent:</strong> Introduces new data sources
and chunking strategies for Knowledge bases, advanced parsing logic
using FMs, session summary generation, and code interpretation (preview)
for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows
(preview) to link prompts, foundational models, and resources. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6d701b12dde1c6177f755722a5feeedf2fc67fa6">6d701b12</a>)</li>
<li><strong>client-bedrock-agent-runtime:</strong> Introduces query
decomposition, enhanced Agents integration with Knowledge bases, session
summary generation, and code interpretation (preview) for Claude V3
Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link
prompts, foundational models, and resources for end-to-end solutions.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f2f40c1eb43c28f98802f825ea9839de5a79a0ce">f2f40c1e</a>)</li>
<li><strong>client-mediaconnect:</strong> AWS Elemental MediaConnect
introduces the ability to disable outputs. Disabling an output allows
you to keep the output attached to the flow, but stop streaming to the
output destination. A disabled output does not incur data transfer
costs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/427a732cecf164ff74c92b3de98b88f7bbac6522">427a732c</a>)</li>
<li><strong>client-glue:</strong> Add recipe step support for recipe
node (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/c9d85d8e6d0156e0a3033e7887f099501336e1f6">c9d85d8e</a>)</li>
<li><strong>client-license-manager-linux-subscriptions:</strong> Add
support for third party subscription providers, starting with RHEL
subscriptions through Red Hat Subscription Manager (RHSM). Additionally,
add support for tagging subscription provider resources, and detect when
an instance has more than one Linux subscription and notify the
customer. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e49033473f8241210132e075a6dee5ee3397217e">e4903347</a>)</li>
<li><strong>client-bedrock:</strong> Add support for contextual
grounding check for Guardrails for Amazon Bedrock. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f8cc6bdd03acd85e0bcc4477e2ea072d941fd97b">f8cc6bdd</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Add support for contextual
grounding check and ApplyGuardrail API for Guardrails for Amazon
Bedrock. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8863b77e5bd997ae9daaad9a56c847296d017298">8863b77e</a>)</li>
<li><strong>client-batch:</strong> This feature allows AWS Batch Jobs
with EKS container orchestration type to be run as Multi-Node Parallel
Jobs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/bda616d053ab1f56db61613d620455449fae6069">bda616d0</a>)</li>
<li><strong>client-ec2:</strong> Add parameters to enable provisioning
IPAM BYOIPv4 space at a Local Zone Network Border Group level (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d835dbb9b6eaa07b851e5eb826bcd947a45ee1ec">d835dbb9</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>util-dynamodb:</strong> perform global interface check in
NativeAttributeBinary union (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6261">#6261</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e116b4c2388d60586acf6210bc1c3a10b932d6df">e116b4c2</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>client-s3:</strong> dot segment in URI Label (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6262">#6262</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/992c63a07e9bca6b74b12506a5a58b81b7c3bed2">992c63a0</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.614.0.zip</strong></p>
<h2>v3.613.0</h2>
<h4>3.613.0(2024-07-09)</h4>
<h5>Chores</h5>
<ul>
<li><strong>clients:</strong> add automatic id tokens for header values
(<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6260">#6260</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2697d89a15a7b77d7c4aadcf11f3d7ca99160095">2697d89a</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-07-09
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d5e32c24042f97296ec398a650f60d9fdd3d52a4">d5e32c24</a>)</li>
<li><strong>client-sagemaker:</strong> This release 1/ enables
optimization jobs that allows customers to perform Ahead-of-time
compilation and quantization. 2/ allows customers to control access to
Amazon Q integration in SageMaker Studio. 3/ enables
AdditionalModelDataSources for CreateModel action. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ec13654a44164c68d565efd45cb232b73e09884e">ec13654a</a>)</li>
<li><strong>client-fsx:</strong> Adds support for FSx for NetApp ONTAP
2nd Generation file systems, and FSx for OpenZFS Single AZ HA file
systems. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/cd5cd9667c97dc6d215e9ca6213ec4565b73db55">cd5cd966</a>)</li>
<li><strong>client-datazone:</strong> This release deprecates
dataProductItem field from SearchInventoryResultItem, along with some
unused DataProduct shapes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d3596b712542465b79e11d6bcdb6ab240c81f6a">5d3596b7</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.613.0...v3.614.0">3.614.0</a>
(2024-07-10)</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.612.0...v3.613.0">3.613.0</a>
(2024-07-09)</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/794a37e9795f390d15c9530209e465d099716c86"><code>794a37e</code></a>
Publish v3.614.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fa3b60307732da96c707b66845896515ba3c3346"><code>fa3b603</code></a>
chore(clients): read config files from paths relative to homedir (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53/issues/6265">#6265</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/630d4295d0c72b57bb62d1f1e260f2e21f5dd6ee"><code>630d429</code></a>
Publish v3.613.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.614.0/clients/client-route-53">compare
view</a></li>
</ul>
</details>
<br />

Updates `electron` from 31.1.0 to 31.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v31.2.0</h2>
<h1>Release Notes for v31.2.0</h1>
<h2>Features</h2>
<ul>
<li>Enabled the Windows Control Overlay API on Linux. <a
href="https://redirect.github.com/electron/electron/pull/42682">#42682</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42683">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42681">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed a focus issue when calling
<code>BrowserWindow.setTopBrowserView</code>. <a
href="https://redirect.github.com/electron/electron/pull/42734">#42734</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42735">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42733">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where Chromium could crash on a dangling unretained
pointer in one of several webRequest functions. <a
href="https://redirect.github.com/electron/electron/pull/42751">#42751</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42750">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where
<code>navigator.mediaDevices.enumerateDevices</code> could return broken
results in some cases after calling
<code>session.setPermissionCheckHandler</code>. <a
href="https://redirect.github.com/electron/electron/pull/42809">#42809</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42807">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42808">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where control could fail to return properly after
saving a dialog using showOpenDialogSync on Linux. <a
href="https://redirect.github.com/electron/electron/pull/42678">#42678</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42679">29</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42676">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42677">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the user-specified default path did not work in
some circumstances when using Linux dialogs. <a
href="https://redirect.github.com/electron/electron/pull/42685">#42685</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42687">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42680">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed an issue where opening multiple file pickers on Windows via
the <code>input</code> tag could cause a crash. <a
href="https://redirect.github.com/electron/electron/pull/42825">#42825</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42780">32</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 126.0.6478.127. <a
href="https://redirect.github.com/electron/electron/pull/42646">#42646</a></li>
<li>Updated Node.js to v20.15.0. <a
href="https://redirect.github.com/electron/electron/pull/42614">#42614</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/electron/electron/commit/7084258dd43f52e4a5089be52e79918bedbaf6a2"><code>7084258</code></a>
build: fix release, add newVersion for tagging (<a
href="https://redirect.github.com/electron/electron/issues/42843">#42843</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/56c3507ef2c24ac95ae133a7c6f8076add2e74f4"><code>56c3507</code></a>
refactor: run Windows <code>SelectFileDialog</code> out of process (<a
href="https://redirect.github.com/electron/electron/issues/42825">#42825</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/650b8e6777505bbbaf43a5a18d1c3785bf5e2d0c"><code>650b8e6</code></a>
fix: dangling raw_ptr ElectronBrowserContext::extension_system_ (<a
href="https://redirect.github.com/electron/electron/issues/42813">#42813</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/7353fa88cd15038368aa757de327705ee57cde5f"><code>7353fa8</code></a>
refactor: minor electron browser context cleanup (<a
href="https://redirect.github.com/electron/electron/issues/42815">#42815</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/50864bcd081b73bccaab32a523a2b2c29359c6ce"><code>50864bc</code></a>
fix: multiple move() calls on the same unique_ptr (<a
href="https://redirect.github.com/electron/electron/issues/42821">#42821</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/e36d79706e44cb6999b39c59040731ae77ae9122"><code>e36d797</code></a>
fix: video and audio capture should be separate (<a
href="https://redirect.github.com/electron/electron/issues/42809">#42809</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/342ef8e7e14e233078bd86af9bd6f0d9dc27b36c"><code>342ef8e</code></a>
feat: enable Windows Control Overlay on Linux (<a
href="https://redirect.github.com/electron/electron/issues/42682">#42682</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/89d09922f79d265a0e2a76f4747fc4c8ff6b5972"><code>89d0992</code></a>
fix: use <code>BlockedRequest</code> struct to handle
<code>webRequest</code> data (<a
href="https://redirect.github.com/electron/electron/issues/42751">#42751</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/339c30f48be5950c9ba829b22e8eb24f7fb8d018"><code>339c30f</code></a>
docs(autoUpdater): document static storage strategy (<a
href="https://redirect.github.com/electron/electron/issues/42756">#42756</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/6caad0a5f609403b173bf510b525ffc278688d4f"><code>6caad0a</code></a>
docs(autoUpdater): signing is only a pre-req on macOS (<a
href="https://redirect.github.com/electron/electron/issues/42753">#42753</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v31.1.0...v31.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `lru-cache` from 10.4.0 to 11.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md">lru-cache's
changelog</a>.</em></p>
<blockquote>
<h1>cringe lorg</h1>
<h2>11.0</h2>
<ul>
<li>Drop support for node less than v20</li>
</ul>
<h2>10.4</h2>
<ul>
<li>Accidental minor update, should've been patch.</li>
</ul>
<h2>10.3</h2>
<ul>
<li>add <code>forceFetch()</code> method</li>
<li>set <code>disposeReason</code> to <code>'expire'</code> when it's
the result of a TTL
expiration, or <code>'fetch'</code> when it's the result of an aborted
or <code>undefined</code>-returning <code>fetch()</code></li>
<li>add <code>memo()</code> method</li>
</ul>
<h2>10.2</h2>
<ul>
<li>types: implement the <code>Map&lt;K, V&gt;</code> interface</li>
</ul>
<h2>10.1</h2>
<ul>
<li>add <code>cache.info(key)</code> to get value as well as ttl and
size
information.</li>
</ul>
<h2>10.0</h2>
<ul>
<li><code>cache.fetch()</code> return type is now <code>Promise&lt;V |
undefined&gt;</code>
instead of <code>Promise&lt;V | void&gt;</code>. This is an irrelevant
change
practically speaking, but can require changes for TypeScript
users.</li>
</ul>
<h2>9.1</h2>
<ul>
<li><code>cache.set(key, undefined)</code> is now an alias for
<code>cache.delete(key)</code></li>
</ul>
<h2>9.0</h2>
<ul>
<li>Use named export only, no default export.</li>
<li>Bring back minimal polyfill. If this polyfill ends up being
used, then a warning is printed, as it is not safe for use
outside of LRUCache.</li>
</ul>
<h2>8.0</h2>
<ul>
<li>The <code>fetchContext</code> option was renamed to
<code>context</code>, and may no
longer be set on the cache instance itself.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/node-lru-cache/commit/e1981d1719accbcb2c3604303bb4b7a8a6cc267a"><code>e1981d1</code></a>
11.0.0</li>
<li><a
href="https://github.com/isaacs/node-lru-cache/commit/7965d883291e90581174d39600a7706f9cce5f95"><code>7965d88</code></a>
drop old node versions</li>
<li><a
href="https://github.com/isaacs/node-lru-cache/commit/e01135c4270941ac54d00a6b96eefdca31f3a6f6"><code>e01135c</code></a>
10.4.1</li>
<li><a
href="https://github.com/isaacs/node-lru-cache/commit/3fcc3875d934a6961a336334968c19c7a57bf392"><code>3fcc387</code></a>
expanded engines definition</li>
<li><a
href="https://github.com/isaacs/node-lru-cache/commit/d67b111587d88ed71078dd552e06208479206cea"><code>d67b111</code></a>
changelog: cosmetics, explain 10.4 typo</li>
<li>See full diff in <a
href="https://github.com/isaacs/node-lru-cache/compare/v10.4.0...v11.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `qs` from 6.12.2 to 6.12.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's
changelog</a>.</em></p>
<blockquote>
<h2><strong>6.12.3</strong></h2>
<ul>
<li>[Fix] <code>parse</code>: properly account for
<code>strictNullHandling</code> when <code>allowEmptyArrays</code></li>
<li>[meta] fix changelog indentation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ljharb/qs/commit/f90cc35dd65c7099c35ae75d7a1a67aab85220e1"><code>f90cc35</code></a>
v6.12.3</li>
<li><a
href="https://github.com/ljharb/qs/commit/1bf9f7a7f5efb3888f3653137f90a96f32fe95ff"><code>1bf9f7a</code></a>
[Fix] <code>parse</code>: properly account for
<code>strictNullHandling</code> when <code>allowEmptyArrays</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/7ebf48b42a4780b3b0b18f12be727bd57a49256b"><code>7ebf48b</code></a>
[meta] fix changelog indentation</li>
<li>See full diff in <a
href="https://github.com/ljharb/qs/compare/v6.12.2...v6.12.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `@lit-protocol/uint8arrays` from 6.0.5 to 6.1.0
<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>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~maximushaximus">maximushaximus</a>, a new
releaser for <code>@​lit-protocol/uint8arrays</code> since your current
version.</p>
</details>
<br />

Updates `nightwatch` from 3.6.3 to 3.6.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nightwatchjs/nightwatch/releases">nightwatch's
releases</a>.</em></p>
<blockquote>
<h2>v3.6.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix error in Cucumber when session is closed in a test case itself.
by <a href="https://github.com/garg3133"><code>@​garg3133</code></a> in
<a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4209">nightwatchjs/nightwatch#4209</a></li>
<li>Fix page object demo examples in API docs. by <a
href="https://github.com/garg3133"><code>@​garg3133</code></a> in <a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4210">nightwatchjs/nightwatch#4210</a></li>
<li>Fixed W3C WebDriver Spec links in API docs. by <a
href="https://github.com/Halim-Shams"><code>@​Halim-Shams</code></a> in
<a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4166">nightwatchjs/nightwatch#4166</a></li>
<li>Small modifications in API docs for updating value. by <a
href="https://github.com/garg3133"><code>@​garg3133</code></a> in <a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4213">nightwatchjs/nightwatch#4213</a></li>
<li>Fix API doc for <code>setPassword</code> command. by <a
href="https://github.com/garg3133"><code>@​garg3133</code></a> in <a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4225">nightwatchjs/nightwatch#4225</a></li>
<li>Fix selector object doc links in API docs. by <a
href="https://github.com/garg3133"><code>@​garg3133</code></a> in <a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4226">nightwatchjs/nightwatch#4226</a></li>
<li>Allow to enter the DEBUG mode from the pause command. by <a
href="https://github.com/garg3133"><code>@​garg3133</code></a> in <a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4224">nightwatchjs/nightwatch#4224</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Halim-Shams"><code>@​Halim-Shams</code></a>
made their first contribution in <a
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4166">nightwatchjs/nightwatch#4166</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nightwatchjs/nightwatch/compare/v3.6.3...v3.6.4">https://github.com/nightwatchjs/nightwatch/compare/v3.6.3...v3.6.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/38389f40c109a9a28fbc5010f6af1462ef0b285b"><code>38389f4</code></a>
3.6.4</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/d2df1357792fb734d1d2fc02a49c2040a297e9b2"><code>d2df135</code></a>
Update dependencies</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/ee2ecf364585ee103914aa79565e34595233e303"><code>ee2ecf3</code></a>
Allow to enter the DEBUG mode from the pause command. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4224">#4224</a>)</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/a429d1dd089a2bffd7fd936ba82d5c1ca3340deb"><code>a429d1d</code></a>
Fix selector object doc links in API docs. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4226">#4226</a>)</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/46ef8155bffd343c550fa2e90d7305ae4118142c"><code>46ef815</code></a>
Fix API doc for <code>setPassword</code> command. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4225">#4225</a>)</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/b64d103e4157cb0fa2fdfc719bcbd62a12f772bf"><code>b64d103</code></a>
Small modifications in API docs for updating value. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4213">#4213</a>)</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/88c9acd7c553a444476fc1a25c84ba534ae49433"><code>88c9acd</code></a>
Fixed W3C WebDriver spec links in API docs. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4166">#4166</a>)</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/10384ae7deaa020f0dff4ff140a18adc7b8b48b4"><code>10384ae</code></a>
Fix page object demo examples in API docs. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4210">#4210</a>)</li>
<li><a
href="https://github.com/nightwatchjs/nightwatch/commit/5b7467161e81294c899135e36e15b6336075a8cb"><code>5b74671</code></a>
Fix error in Cucumber when session is closed in a test case itself. (<a
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4209">#4209</a>)</li>
<li>See full diff in <a
href="https://github.com/nightwatchjs/nightwatch/compare/v3.6.3...v3.6.4">compare
view</a></li>
</ul>
</details>
<br />


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 Jul 11, 2024
1 parent 8af756e commit fc97da0
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 287 deletions.
586 changes: 308 additions & 278 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"cli-table": "^0.3.6",
"eslint": "^8.57.0",
"eslint-config-streamr-ts": "^4.1.0",
Expand All @@ -46,7 +46,7 @@
"jest-mock-extended": "^3.0.5",
"lerna": "^8.1.6",
"semver": "^7.6.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"typescript": "^5.3.3",
"yarn": "^1.22.22",
"zx": "^8.1.4"
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.609.0",
"@aws-sdk/client-route-53": "^3.614.0",
"@streamr/autocertifier-client": "101.0.1",
"@streamr/dht": "101.0.1",
"@streamr/proto-rpc": "101.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@electron/rebuild": "^3.6.0",
"@jest/fake-timers": "^29.6.2",
"buffer": "^6.0.3",
"electron": "^31.1.0",
"electron": "^31.2.0",
"expect": "^29.6.2",
"jest-matcher-utils": "^29.5.0",
"jest-mock": "^29.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ipaddr.js": "^2.0.1",
"k-bucket": "^5.1.0",
"lodash": "^4.17.21",
"lru-cache": "10.4.0",
"lru-cache": "11.0.0",
"node-datachannel": "^0.10.1",
"querystring": "0.2.1",
"uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"merge2": "^1.4.1",
"node-fetch": "^2.7.0",
"p-limit": "^3.1.0",
"qs": "^6.12.2",
"qs": "^6.12.3",
"uuid": "^10.0.0",
"ws": "^8.18.0",
"zod": "^3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"jest-leak-detector": "^27.3.1",
"jest-matcher-utils": "^29.5.0",
"lodash-webpack-plugin": "^0.11.6",
"nightwatch": "^3.6.3",
"nightwatch": "^3.6.4",
"node-polyfill-webpack-plugin": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
Expand All @@ -85,7 +85,7 @@
"@babel/runtime": "^7.24.7",
"@babel/runtime-corejs3": "^7.24.7",
"@lit-protocol/core": "2.2.5",
"@lit-protocol/uint8arrays": "^6.0.5",
"@lit-protocol/uint8arrays": "^6.1.0",
"@streamr/config": "^5.3.13",
"@streamr/dht": "101.0.1",
"@streamr/trackerless-network": "101.0.1",
Expand Down

0 comments on commit fc97da0

Please sign in to comment.