Commit 1e872a1
authored
Bump constructs from 10.3.0 to 10.6.0 in /cdk (#195)
Bumps [constructs](https://github.com/aws/constructs) from 10.3.0 to
10.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/constructs/releases">constructs's
releases</a>.</em></p>
<blockquote>
<h2>v10.6.0</h2>
<h2><a
href="https://github.com/aws/constructs/compare/v10.5.1...v10.6.0">10.6.0</a>
(2026-03-23)</h2>
<h3>Features</h3>
<ul>
<li>add stackTraceOverride option to MetadataOptions (<a
href="https://redirect.github.com/aws/constructs/issues/2853">#2853</a>)
(<a
href="https://github.com/aws/constructs/commit/f1fd2869f9283dc52f3985856032f309b8002082">f1fd286</a>)</li>
</ul>
<h2>v10.5.1</h2>
<h2><a
href="https://github.com/aws/constructs/compare/v10.5.0...v10.5.1">10.5.1</a>
(2026-02-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>provide default implementation of <code>with()</code> on
<code>Node</code> class (<a
href="https://redirect.github.com/aws/constructs/issues/2848">#2848</a>)
(<a
href="https://github.com/aws/constructs/commit/f0f37e53aaf784cebbe1bfa35a9dfb2d55cee743">f0f37e5</a>)</li>
</ul>
<h2>v10.5.0</h2>
<h2><a
href="https://github.com/aws/constructs/compare/v10.4.5...v10.5.0">10.5.0</a>
(2026-02-17)</h2>
<h3>Features</h3>
<ul>
<li><strong>mixin:</strong> add IMixin interface and Construct.with()
method (<a
href="https://redirect.github.com/aws/constructs/issues/2843">#2843</a>)
(<a
href="https://github.com/aws/constructs/commit/0f1005b0c29e8edd5eec82434ab7a7fa1db296aa">0f1005b</a>)</li>
</ul>
<h2>v10.4.5</h2>
<h2><a
href="https://github.com/aws/constructs/compare/v10.4.4...v10.4.5">10.4.5</a>
(2026-01-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>save memory by lazy initializing all fields (<a
href="https://redirect.github.com/aws/constructs/issues/2838">#2838</a>)
(<a
href="https://github.com/aws/constructs/commit/28249f87692e4c965a247d6aabad972ca8f6d0a5">28249f8</a>)</li>
</ul>
<h2>v10.4.4</h2>
<h2><a
href="https://github.com/aws/constructs/compare/v10.4.3...v10.4.4">10.4.4</a>
(2025-12-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>python:</strong> only allow Typeguard 2.x (<a
href="https://redirect.github.com/aws/constructs/issues/2831">#2831</a>)
(<a
href="https://github.com/aws/constructs/commit/04ca69c40d88297225cb4012f58cd23cf429b819">04ca69c</a>)</li>
</ul>
<h2>v10.4.3</h2>
<h2><a
href="https://github.com/aws/constructs/compare/v10.4.2...v10.4.3">10.4.3</a>
(2025-11-06)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/constructs/commit/f1fd2869f9283dc52f3985856032f309b8002082"><code>f1fd286</code></a>
feat: add stackTraceOverride option to MetadataOptions (<a
href="https://redirect.github.com/aws/constructs/issues/2853">#2853</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/809d63a21ccd62d6f77ec93f8daf999a4c84c590"><code>809d63a</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2852">#2852</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/c2298f1bf89a701e1d501f279aa71d7d33b91c2b"><code>c2298f1</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2851">#2851</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/eb0d0222c3d5ccf938efbee46cad626daf2cad9b"><code>eb0d022</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2850">#2850</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/780040f04d2beea3e62a5f9e2e4acc4522034d84"><code>780040f</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2849">#2849</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/f0f37e53aaf784cebbe1bfa35a9dfb2d55cee743"><code>f0f37e5</code></a>
fix: provide default implementation of <code>with()</code> on
<code>Node</code> class (<a
href="https://redirect.github.com/aws/constructs/issues/2848">#2848</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/a00cc11247fe564d2f8ff008fabf3675afa58903"><code>a00cc11</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2846">#2846</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/0f1005b0c29e8edd5eec82434ab7a7fa1db296aa"><code>0f1005b</code></a>
feat(mixin): add IMixin interface and Construct.with() method (<a
href="https://redirect.github.com/aws/constructs/issues/2843">#2843</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/eb900d5f9ff87c0468716117c0be45b99fba6182"><code>eb900d5</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2845">#2845</a>)</li>
<li><a
href="https://github.com/aws/constructs/commit/9c4d938bb0ef5be146293271c31ca64bea13266b"><code>9c4d938</code></a>
chore(deps): upgrade dev dependencies (<a
href="https://redirect.github.com/aws/constructs/issues/2844">#2844</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/constructs/compare/v10.3.0...v10.6.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for constructs since your current version.</p>
</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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5a2de46 commit 1e872a1
2 files changed
+6
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
0 commit comments