Skip to content

Commit

Permalink
chore(lambda): bump aws-sdk-client-mock from 3.1.0 to 4.0.1 in /lambd…
Browse files Browse the repository at this point in the history
…as (#4037)

Bumps
[aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock)
from 3.1.0 to 4.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/releases">aws-sdk-client-mock's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.1</h2>
<h3><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.1-beta.0...v4.0.1">4.0.1</a>
(2024-06-01)</h3>
<h2>v4.0.1-beta.0</h2>
<h3><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.0...v4.0.1-beta.0">4.0.1-beta.0</a>
(2024-06-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>jest:</strong> match input type accepting
<code>@​jest/globals</code> asymmetric matchers (<a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/644a6030ebe86446389c8d3ca18239501e848241">644a603</a>)</li>
</ul>
<h2>v4.0.0</h2>
<h2><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.0-beta.0...v4.0.0">4.0.0</a>
(2024-03-17)</h2>
<h2>v4.0.0-beta.0</h2>
<h2><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.1.0...v4.0.0-beta.0">4.0.0-beta.0</a>
(2024-03-17)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>Correct expect.assertions() count on CommandWith commands (<a
href="https://redirect.github.com/m-radzikowski/aws-sdk-client-mock/issues/209">#209</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Correct expect.assertions() count on CommandWith commands (<a
href="https://redirect.github.com/m-radzikowski/aws-sdk-client-mock/issues/209">#209</a>)
(<a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/65d53a724f36910d0b7cb75169e3f0121369bd41">65d53a7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/CHANGELOG.md">aws-sdk-client-mock's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.1-beta.0...v4.0.1">4.0.1</a>
(2024-06-01)</h3>
<h3><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.0...v4.0.1-beta.0">4.0.1-beta.0</a>
(2024-06-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>jest:</strong> match input type accepting
<code>@​jest/globals</code> asymmetric matchers (<a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/644a6030ebe86446389c8d3ca18239501e848241">644a603</a>)</li>
</ul>
<h2><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.0-beta.0...v4.0.0">4.0.0</a>
(2024-03-17)</h2>
<h2><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.1.0...v4.0.0-beta.0">4.0.0-beta.0</a>
(2024-03-17)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>Correct expect.assertions() count on CommandWith commands (<a
href="https://redirect.github.com/m-radzikowski/aws-sdk-client-mock/issues/209">#209</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Correct expect.assertions() count on CommandWith commands (<a
href="https://redirect.github.com/m-radzikowski/aws-sdk-client-mock/issues/209">#209</a>)
(<a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/65d53a724f36910d0b7cb75169e3f0121369bd41">65d53a7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/19f041a515acc6f1a264b1188a66679167a57e4e"><code>19f041a</code></a>
chore(release): 4.0.1</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/c2e1d863b24a220f4271370041220ccb08320fb0"><code>c2e1d86</code></a>
chore(release): 4.0.1-beta.0</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/583ae7a2f3d6555b68c42a4d953fefcd01509ab4"><code>583ae7a</code></a>
docs: update versions compatibility table</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/12eb4218dfe095e7c12858c509604af2b4d79464"><code>12eb421</code></a>
chore(deps): bump tar from 6.1.11 to 6.2.1 (<a
href="https://redirect.github.com/m-radzikowski/aws-sdk-client-mock/issues/218">#218</a>)</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/644a6030ebe86446389c8d3ca18239501e848241"><code>644a603</code></a>
fix(jest): match input type accepting <code>@​jest/globals</code>
asymmetric matchers</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/7acde279608e6bf3e45505cdff5b54e9e77f27a8"><code>7acde27</code></a>
docs: add code examples for Jest matchers including asymmetric
matchers</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/776836a742a53790ceac987a5b2213c777019e0d"><code>776836a</code></a>
docs: add code examples to all mock functions</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/178e72c9e87a384fc032b14aa8831a30b29d6e6b"><code>178e72c</code></a>
docs: update docs website</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/e0486cc0be53fc640707071871b0008eb755d319"><code>e0486cc</code></a>
chore(release): 4.0.0</li>
<li><a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/commit/f2ec44b01cab8f6aa4e7e8d731ad590e3e046676"><code>f2ec44b</code></a>
chore(release): 4.0.0-beta.0</li>
<li>Additional commits viewable in <a
href="https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v3.1.0...v4.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-sdk-client-mock&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=4.0.1)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 7235cdc commit 05f3f7b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.1.0",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.1.0",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.1.0",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.1.0",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
16 changes: 8 additions & 8 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4547,7 +4547,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vercel/ncc": "npm:^0.38.1"
aws-sdk-client-mock: "npm:^3.1.0"
aws-sdk-client-mock: "npm:^4.0.1"
aws-sdk-client-mock-jest: "npm:^4.0.1"
cron-parser: "npm:^4.9.0"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -4644,7 +4644,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vercel/ncc": "npm:^0.38.1"
aws-sdk-client-mock: "npm:^3.1.0"
aws-sdk-client-mock: "npm:^4.0.1"
aws-sdk-client-mock-jest: "npm:^4.0.1"
cron-parser: "npm:^4.9.0"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -4680,7 +4680,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vercel/ncc": "npm:^0.38.1"
aws-sdk-client-mock: "npm:^3.1.0"
aws-sdk-client-mock: "npm:^4.0.1"
aws-sdk-client-mock-jest: "npm:^4.0.1"
axios: "npm:^1.7.2"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -4709,7 +4709,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vercel/ncc": "npm:^0.38.1"
aws-sdk-client-mock: "npm:^3.1.0"
aws-sdk-client-mock: "npm:^4.0.1"
aws-sdk-client-mock-jest: "npm:^4.0.1"
eslint: "npm:^8.57.0"
eslint-plugin-prettier: "npm:5.2.1"
Expand Down Expand Up @@ -5517,14 +5517,14 @@ __metadata:
languageName: node
linkType: hard

"aws-sdk-client-mock@npm:^3.1.0":
version: 3.1.0
resolution: "aws-sdk-client-mock@npm:3.1.0"
"aws-sdk-client-mock@npm:^4.0.1":
version: 4.0.1
resolution: "aws-sdk-client-mock@npm:4.0.1"
dependencies:
"@types/sinon": "npm:^10.0.10"
sinon: "npm:^16.1.3"
tslib: "npm:^2.1.0"
checksum: 10c0/e4c9cfc999afd4d23b086dcb00c2d94599bedd80572d7a66985cf730a8d0afc534e930d5513fbc13d1130a63fb1cf7b467ef0a57f0874dd22eb3651a48742f4a
checksum: 10c0/e6baaf5bcec75d0e327ca02faef560254f27647d31f8a6bd595d4bff660c00bae61fa0b8825133557e6f87691a8ef1f1ae5c94fb2532340d17520d24f7d162bd
languageName: node
linkType: hard

Expand Down

0 comments on commit 05f3f7b

Please sign in to comment.