Commit fecd701
authored
fix(lambda): bump @middy/core from 6.1.6 to 6.4.1 in /lambdas (#4678)
Bumps
[@middy/core](https://github.com/middyjs/middy/tree/HEAD/packages/core)
from 6.1.6 to 6.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/middyjs/middy/releases"><code>@middy/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>6.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>docs(warmup): update link of aws provisioned concurrency
announcement <a
href="https://github.com/vitorbarbosagoncalves"><code>@vitorbarbosagoncalves</code></a>
<a
href="https://github.com/middyjs/middy/tree/HEAD/packages/core/issues/1391">#1391</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/middyjs/middy/compare/6.4.0...6.4.1">https://github.com/middyjs/middy/compare/6.4.0...6.4.1</a></p>
<h2>6.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: extend from <code>@tsconfig/node20</code> <a
href="https://github.com/mrazauskas"><code>@mrazauskas</code></a> <a
href="https://github.com/middyjs/middy/tree/HEAD/packages/core/issues/1384">#1384</a></li>
<li>requestStart now has access to <code>request</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/middyjs/middy/compare/6.3.2...6.4.0">https://github.com/middyjs/middy/compare/6.3.2...6.4.0</a></p>
<h2>6.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>docs(sqs-partial-batch-failure): clarify misleading usage
instructions by <a
href="https://github.com/glhrmv"><code>@glhrmv</code></a> in <a
href="https://redirect.github.com/middyjs/middy/pull/1366">middyjs/middy#1366</a></li>
<li>Added necessary comma in tsconfig.json example by <a
href="https://github.com/lironhl-geox"><code>@lironhl-geox</code></a>
<a
href="https://redirect.github.com/middyjs/middy/pull/1357">middyjs/middy#1357</a></li>
<li><code>requestStart</code> hook now has access to
<code>request</code></li>
<li>chore(deps): bump github/codeql-action from 3.28.18 to 3.29.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/middyjs/middy/pull/1374">middyjs/middy#1374</a></li>
<li>chore(deps): bump actions/attest-build-provenance from 2.3.0 to
2.4.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/middyjs/middy/pull/1373">middyjs/middy#1373</a></li>
<li>chore(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2 by
<a href="https://github.com/dependabot"><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/middyjs/middy/pull/1372">middyjs/middy#1372</a></li>
<li>chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/middyjs/middy/pull/1356">middyjs/middy#1356</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/glhrmv"><code>@glhrmv</code></a> made
their first contribution in <a
href="https://redirect.github.com/middyjs/middy/pull/1366">middyjs/middy#1366</a></li>
<li><a
href="https://github.com/lironhl-geox"><code>@lironhl-geox</code></a>
made their first contribution in <a
href="https://redirect.github.com/middyjs/middy/pull/1357">middyjs/middy#1357</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/middyjs/middy/compare/6.3.1...6.3.2">https://github.com/middyjs/middy/compare/6.3.1...6.3.2</a></p>
<h2>6.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Valid multipart form data headers rejected <a
href="https://github.com/mn-prp"><code>@mn-prp</code></a> <a
href="https://github.com/middyjs/middy/tree/HEAD/packages/core/issues/1349">#1349</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/middyjs/middy/compare/6.3.0...6.3.1">https://github.com/middyjs/middy/compare/6.3.0...6.3.1</a></p>
<h2>6.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: log web stream responses by <a
href="https://github.com/mdesousa"><code>@mdesousa</code></a> in <a
href="https://redirect.github.com/middyjs/middy/pull/1332">middyjs/middy#1332</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mdesousa"><code>@mdesousa</code></a>
made their first contribution in <a
href="https://redirect.github.com/middyjs/middy/pull/1332">middyjs/middy#1332</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/middyjs/middy/compare/6.2.4...6.3.0">https://github.com/middyjs/middy/compare/6.2.4...6.3.0</a></p>
<h2>6.2.4</h2>
<h2>What's Changed</h2>
<ul>
<li>httpMultipartBodyParser - disableContentTypeError behavior possibly
changed unintentionally in v6.1.0 <a
href="https://github.com/middyjs/middy/tree/HEAD/packages/core/issues/1328">#1328</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/middyjs/middy/commit/b607eca11aae62a1ee8ec9412183e8846727c0db"><code>b607eca</code></a>
chore: version bump</li>
<li><a
href="https://github.com/middyjs/middy/commit/b1363a84d76ee22f4635c85fcaa480bcc9ef872d"><code>b1363a8</code></a>
chore: version bump</li>
<li><a
href="https://github.com/middyjs/middy/commit/badad6255ae40185e0a642a687bb2e1f5119e060"><code>badad62</code></a>
fix: bump tsconfig to node20</li>
<li><a
href="https://github.com/middyjs/middy/commit/54ba9b2ae3f48e5c2ce5c1c2d854ab024c66b69f"><code>54ba9b2</code></a>
fix: make plugin.requestStart consistant</li>
<li><a
href="https://github.com/middyjs/middy/commit/aee6e17c833f4288abdf7da27805532e9c7a1a85"><code>aee6e17</code></a>
test: ensure perf tests run after linting</li>
<li><a
href="https://github.com/middyjs/middy/commit/b5375659b62d340a3d50aa3dcc2e73bf95804187"><code>b537565</code></a>
chore: dep update</li>
<li><a
href="https://github.com/middyjs/middy/commit/8ce12c1137852a8a43d5c25f7b0e9818b3bb55e7"><code>8ce12c1</code></a>
chore: version bump</li>
<li><a
href="https://github.com/middyjs/middy/commit/00a9d7761aa8d2296b06870483dc0f99a93271e7"><code>00a9d77</code></a>
feat: allow request object in plugin.requestStart hook</li>
<li><a
href="https://github.com/middyjs/middy/commit/c5307f03819d16cc74dc9a8cba4ec0840c05befd"><code>c5307f0</code></a>
chore: version bump</li>
<li><a
href="https://github.com/middyjs/middy/commit/f060a3cdb0a71e34400a97a27278cf02e42320cb"><code>f060a3c</code></a>
chore: version bump</li>
<li>Additional commits viewable in <a
href="https://github.com/middyjs/middy/commits/6.4.1/packages/core">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 041a3a5 commit fecd701
File tree
5 files changed
+12
-12
lines changed- lambdas
- functions
- control-plane
- gh-agent-syncer
- termination-watcher
- webhook
5 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
3291 | 3291 | | |
3292 | 3292 | | |
3293 | 3293 | | |
3294 | | - | |
3295 | | - | |
3296 | | - | |
3297 | | - | |
| 3294 | + | |
| 3295 | + | |
| 3296 | + | |
| 3297 | + | |
3298 | 3298 | | |
3299 | 3299 | | |
3300 | 3300 | | |
| |||
0 commit comments